/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

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

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
	list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * 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: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

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

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */

/**
 * Collapse border spacing
 */

table {
	border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

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

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

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

summary {
	display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

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

template {
	display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

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

[hidden] {
	display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}

@font-face {
  font-family: octicons-link;
  src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format('woff');
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #24292e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}

.markdown-body .pl-c {
  color: #6a737d;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #005cc5;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6f42c1;
}

.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
  color: #24292e;
}

.markdown-body .pl-ent {
  color: #22863a;
}

.markdown-body .pl-k {
  color: #d73a49;
}

.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
  color: #032f62;
}

.markdown-body .pl-v,
.markdown-body .pl-smw {
  color: #e36209;
}

.markdown-body .pl-bu {
  color: #b31d28;
}

.markdown-body .pl-ii {
  color: #fafbfc;
  background-color: #b31d28;
}

.markdown-body .pl-c2 {
  color: #fafbfc;
  background-color: #d73a49;
}

.markdown-body .pl-c2::before {
  content: "^M";
}

.markdown-body .pl-sr .pl-cce {
  font-weight: bold;
  color: #22863a;
}

.markdown-body .pl-ml {
  color: #735c0f;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: bold;
  color: #005cc5;
}

.markdown-body .pl-mi {
  font-style: italic;
  color: #24292e;
}

.markdown-body .pl-mb {
  font-weight: bold;
  color: #24292e;
}

.markdown-body .pl-md {
  color: #b31d28;
  background-color: #ffeef0;
}

.markdown-body .pl-mi1 {
  color: #22863a;
  background-color: #f0fff4;
}

.markdown-body .pl-mc {
  color: #e36209;
  background-color: #ffebda;
}

.markdown-body .pl-mi2 {
  color: #f6f8fa;
  background-color: #005cc5;
}

.markdown-body .pl-mdr {
  font-weight: bold;
  color: #6f42c1;
}

.markdown-body .pl-ba {
  color: #586069;
}

.markdown-body .pl-sg {
  color: #959da5;
}

.markdown-body .pl-corl {
  text-decoration: underline;
  color: #032f62;
}

.markdown-body .octicon {
  display: inline-block;
  vertical-align: text-top;
  fill: currentColor;
}

.markdown-body a {
  background-color: transparent;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline-width: 0;
}

.markdown-body strong {
  font-weight: inherit;
}

.markdown-body strong {
  font-weight: bolder;
}

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

.markdown-body img {
  border-style: none;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.markdown-body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.markdown-body input {
  font: inherit;
  margin: 0;
}

.markdown-body input {
  overflow: visible;
}

.markdown-body [type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body * {
  box-sizing: border-box;
}

.markdown-body input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body a {
  color: #0366d6;
  text-decoration: none;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body strong {
  font-weight: 600;
}

.markdown-body hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
}

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body h1 {
  font-size: 32px;
  font-weight: 600;
}

.markdown-body h2 {
  font-size: 24px;
  font-weight: 600;
}

.markdown-body h3 {
  font-size: 20px;
  font-weight: 600;
}

.markdown-body h4 {
  font-size: 16px;
  font-weight: 600;
}

.markdown-body h5 {
  font-size: 14px;
  font-weight: 600;
}

.markdown-body h6 {
  font-size: 12px;
  font-weight: 600;
}

.markdown-body p {
  margin-top: 0;
  margin-bottom: 10px;
}

.markdown-body blockquote {
  margin: 0;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.markdown-body .octicon {
  vertical-align: text-bottom;
}

.markdown-body .pl-0 {
  padding-left: 0 !important;
}

.markdown-body .pl-1 {
  padding-left: 4px !important;
}

.markdown-body .pl-2 {
  padding-left: 8px !important;
}

.markdown-body .pl-3 {
  padding-left: 16px !important;
}

.markdown-body .pl-4 {
  padding-left: 24px !important;
}

.markdown-body .pl-5 {
  padding-left: 32px !important;
}

.markdown-body .pl-6 {
  padding-left: 40px !important;
}

.markdown-body::before {
  display: table;
  content: "";
}

.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body>*:first-child {
  margin-top: 0 !important;
}

.markdown-body>*:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #e1e4e8;
  border: 0;
}

.markdown-body blockquote {
  padding: 0 1em;
  color: #6a737d;
  border-left: 0.25em solid #dfe2e5;
}

.markdown-body blockquote>:first-child {
  margin-top: 0;
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #959da5;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #eaecef;
}

.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #eaecef;
}

.markdown-body h3 {
  font-size: 1.25em;
}

.markdown-body h4 {
  font-size: 1em;
}

.markdown-body h5 {
  font-size: 0.875em;
}

.markdown-body h6 {
  font-size: 0.85em;
  color: #6a737d;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 2em;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li {
  word-wrap: break-all;
}

.markdown-body li>p {
  margin-top: 16px;
}

.markdown-body li+li {
  margin-top: 0.25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
}

.markdown-body table th {
  font-weight: 600;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body img {
  max-width: 100%;
  box-sizing: content-box;
  background-color: #fff;
}

.markdown-body img[align=right] {
  padding-left: 20px;
}

.markdown-body img[align=left] {
  padding-right: 20px;
}

.markdown-body code {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27,31,35,0.05);
  border-radius: 3px;
}

.markdown-body pre {
  word-wrap: normal;
}

.markdown-body pre>code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}

.markdown-body pre code {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body .full-commit .btn-outline:not(:disabled):hover {
  color: #005cc5;
  border-color: #005cc5;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #d1d5da;
  border-bottom-color: #c6cbd1;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #c6cbd1;
}

.markdown-body :checked+.radio-label {
  position: relative;
  z-index: 1;
  border-color: #0366d6;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item+.task-list-item {
  margin-top: 3px;
}

.markdown-body .task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

.markdown-body hr {
  border-bottom-color: #eee;
}

@font-face{font-family:"MKGAA";src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.eot");src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/Mkgaa-Regular.eot?#iefix") format("embedded-opentype");src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.woff2") format("woff2"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.woff") format("woff"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.ttf") format("truetype"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.svg#svgFontName") format("svg")}@font-face{font-family:"MKGAA-ICONS";src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.eot");src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.eot?#iefix") format("embedded-opentype"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.woff") format("woff"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.ttf") format("truetype"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.svg#svgFontName") format("svg")}@font-face{font-family:"Oswald";src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/Oswald-Medium.ttf") format("truetype")}@-webkit-keyframes show-in{0%{opacity:0}90%{opacity:0}100%{opacity:1}}@-webkit-keyframes show-in-linear{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes test{100%{display:block}}@-webkit-keyframes filterBtn{99%{bottom:-2000px;left:-2000px;width:4000px;height:4000px;border-radius:50%;background-color:#503291}100%{bottom:0px;left:0px;width:100%;height:100%;border-radius:0;background-color:#fff}}@keyframes filterBtn{99%{bottom:-2000px;left:-2000px;width:4000px;height:4000px;border-radius:50%;background-color:#503291}100%{bottom:0px;left:0px;width:100%;height:100%;border-radius:0;background-color:#fff}}@-webkit-keyframes filterCloseBtn{0%{bottom:-2000px;left:-2000px;width:4000px;height:4000px;border-radius:50%}100%{bottom:20px;left:20px;width:60px;height:60px;border-radius:50%;background-color:#503291}}@keyframes filterCloseBtn{0%{bottom:-2000px;left:-2000px;width:4000px;height:4000px;border-radius:50%}100%{bottom:20px;left:20px;width:60px;height:60px;border-radius:50%;background-color:#503291}}@-webkit-keyframes shadowPoints{0%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}5%,95%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}10%,59%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em}20%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em}38%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em}100%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}}@keyframes shadowPoints{0%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}5%,95%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}10%,59%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em}20%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em}38%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em}100%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}}@-webkit-keyframes spin{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes load7{0%,80%,100%{-webkit-box-shadow:0 2.5em 0 -1.3em;box-shadow:0 2.5em 0 -1.3em}40%{-webkit-box-shadow:0 2.5em 0 0;box-shadow:0 2.5em 0 0}}@keyframes load7{0%,80%,100%{-webkit-box-shadow:0 2.5em 0 -1.3em;box-shadow:0 2.5em 0 -1.3em}40%{-webkit-box-shadow:0 2.5em 0 0;box-shadow:0 2.5em 0 0}}.button{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px}.button:disabled{background:#e1e1e1}.button--small{padding:12px 12px;border-radius:5px;font-size:11px;line-height:12px}.no-touch .button:hover{color:#fff}.no-touch .button:hover .button-animated{width:600px;height:400px}.button--magenta{background-color:#eb3c96}.button--magenta .button-animated{background-color:#d92a83}.button--white{background-color:#fff;color:#eb3c96}.no-touch .button--white:hover{color:#eb3c96}.button--white .button-animated{background-color:#f5f5f5}.button--transparent{background-color:rgba(0,0,0,0)}.no-touch .button--transparent:hover{color:rgba(255,255,255,.8)}.button--transparent .button-animated{background-color:rgba(0,0,0,.05)}.button--block{display:inline-block;width:100%}.button--dropdown{position:relative;text-align:left}.button--dropdown:after{margin-top:-6px;font-size:24px;content:"";font-family:"MKGAA-ICONS" !important;position:absolute;right:16px}.button .button-animated{display:block;position:absolute;width:0;height:0;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:width .4s,height .4s;transition:width .4s,height .4s;border-radius:50%;z-index:-1;pointer-events:none}.sg-color-spacer{height:80px;clear:both}.sg-color{display:block;margin:0 10px;float:left}.sg-color--small{width:200px;height:200px}.sg-color-box{width:256px;height:256px;margin-bottom:12px}.sg-color-box--small{width:50px;height:50px}.sg-color-box--richblue{background-color:#0f69af}.sg-color-box--richgreen{background-color:#149b5f}.sg-color-box--richpurple{background-color:#503291}.sg-color-box--richred{background-color:#e61e50}.sg-color-box--vibrantmagenta{background-color:#eb3c96}.sg-color-box--vibrantcyan{background-color:#2dbecd}.sg-color-box--vibrantgreen{background-color:#a5cd50}.sg-color-box--vibrantyellow{background-color:#ffc832}.sg-color-box--sensitivepink{background-color:#e1c3cd}.sg-color-box--sensitiveblue{background-color:#96d7d2}.sg-color-box--sensitivegreen{background-color:#b4dc96}.sg-color-box--sensitiveyellow{background-color:#ffdcb9}.dropdown-modal{position:fixed;top:0;left:0;width:100%;height:0;background-color:#fff;opacity:0;overflow:auto;z-index:7000;transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s;-webkit-transition:opacity .3s;-webkit-transform:translateZ(0);-webkit-overflow-scrolling:touch}.dropdown-modal.open{height:100%;opacity:1}.dropdown-modal .close{position:absolute;right:12px;width:20px;height:20px;cursor:pointer;z-index:1}.dropdown-modal .close:before{color:#eb3c96;font-size:20px;line-height:20px;content:"";font-family:"MKGAA-ICONS" !important;transition:color .3s ease;-moz-transition:color .3s ease;-o-transition:color .3s ease;-webkit-transition:color .3s ease}.dropdown-modal .close:hover:before{color:#000}.grid-overlay{position:relative}.grid-overlay-container{position:absolute;top:0;right:0;bottom:0;left:0}.grid-overlay-container .center-block,.grid-overlay-container .container,.grid-overlay-container .row,.grid-overlay-container .grid-overlay-unit{height:100%}.grid-overlay-container *[class^=col-]{height:100%}.grid-overlay-unit{border-right:1px solid #0e6aaf;border-left:1px solid #0e6aaf;background-color:rgba(233,62,150,.5);-webkit-box-sizing:border-box;box-sizing:border-box}[class^=icon-],[class*=" icon-"]{display:inline-block;position:relative}[class^=icon-]:before,[class^=icon-]:after,[class*=" icon-"]:before,[class*=" icon-"]:after{font-family:"MKGAA-ICONS" !important;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-wechat:before{content:""}.icon-odnoklassniki:before{content:""}.icon-blogger:before{content:""}.icon-digg:before{content:""}.icon-flipboard:before{content:""}.icon-livejournal:before{content:""}.icon-mailru:before{content:""}.icon-meneame:before{content:""}.icon-reddit:before{content:""}.icon-stumbleupon:before{content:""}.icon-tumblr:before{content:""}.icon-vk:before{content:""}.icon-weibo:before{content:""}.icon-whatsapp:before{content:""}.icon-xing:before{content:""}.icon-facebook-alt:before{content:""}.icon-googleplus-alt:before{content:""}.icon-linkedin-alt:before{content:""}.icon-twitter-alt:before{content:""}.icon-youtube-alt:before{content:""}.icon-pin:before{content:""}.icon-menu:before{content:""}.icon-caret-down:before{content:""}.icon-simple-arrow:before{content:""}.icon-filter-icon:before{content:""}.icon-logo-mkgaa:before{content:""}.icon-globe:before{content:""}.icon-search:before{content:""}.icon-filter:before{content:""}.icon-download:before{content:""}.icon-clock:before{content:""}.icon-date:before{content:""}.icon-location:before{content:""}.icon-email2:before{content:""}.icon-xing2:before{content:""}.icon-play:before{content:""}.icon-share:before{content:""}.icon-pause:before{content:""}.icon-volume:before{content:""}.icon-settings:before{content:""}.icon-resize:before{content:""}.icon-plus-with-circle:before{content:""}.icon-emd-performance-materials:before{content:""}.icon-emd-serono:before{content:""}.icon-millipore-sigma:before{content:""}.icon-arrow-carousel:before{content:""}.icon-dribbble:before{content:""}.icon-facebook:before{content:""}.icon-flickr:before{content:""}.icon-googleplus:before{content:""}.icon-linkedin:before{content:""}.icon-pinterest:before{content:""}.icon-twitter:before,.icon-x:before{content:""}.icon-vimeo:before{content:""}.icon-youtube:before{content:""}.icon-email:before{content:""}.icon-fax:before{content:""}.icon-site:before{content:""}.icon-phone:before{content:""}.icon-cross:before{content:""}.icon-quotation-marks:before{content:""}.icon-logo:before{content:""}.icon-arrow-right:before{content:""}.icon-printer:before{content:""}.icon-ex:before{content:""}.icon-check:before{content:""}.icon-wechat-logo:before{content:""}.icon-lock:before{content:""}.icon-reading-time:before{content:""}.icon-download-files:before{content:""}.icon-delete-files:before{content:""}.icon-add-files:before{content:""}.icon-cart-base:before{content:""}.icon-video-file:before{content:""}.img-constrained{display:none;width:100%;max-width:100%;height:auto;min-height:1px}.img-constrained--active{display:block}.img-blur{width:100%;max-width:100%;height:auto;-webkit-filter:blur(2px);filter:blur(2px)}.img-container{zoom:1;position:relative}.img-container:before,.img-container:after{display:table;line-height:0;content:""}.img-container:after{clear:both}.img-container .img-blur{position:absolute;top:0;left:0}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{height:100%}html.stop-scrolling{overflow-y:hidden}body{margin:0;overflow-x:hidden}.container{zoom:1;width:1400px;margin:0 auto}.container:before,.container:after{display:table;line-height:0;content:""}.container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.container{width:1280px;padding-right:30px;padding-left:30px}}.row{zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.row{margin-right:-15px;margin-left:-15px}}.hidden{display:none}[v-cloak]{display:none}.flush-top{margin-top:0 !important}.flush-right{margin-right:0}.flush-bottom{margin-bottom:0 !important}.flush-left{margin-left:0}.inline-block{display:inline-block;width:auto}.clearfix{zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}[class*=col-]{float:left}.col-1{width:8.3333333333%;position:relative;min-height:1px;padding:0 10px}.col-2{width:16.6666666667%;position:relative;min-height:1px;padding:0 10px}.col-3{width:25%;position:relative;min-height:1px;padding:0 10px}.col-4{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.col-5{width:41.6666666667%;position:relative;min-height:1px;padding:0 10px}.col-6{width:50%;position:relative;min-height:1px;padding:0 10px}.col-7{width:58.3333333333%;position:relative;min-height:1px;padding:0 10px}.col-8{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.col-9{width:75%;position:relative;min-height:1px;padding:0 10px}.col-10{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.col-11{width:91.6666666667%;position:relative;min-height:1px;padding:0 10px}.col-12{width:100%;position:relative;min-height:1px;padding:0 10px}.push-1{margin-left:8.3333333333%}.push-2{margin-left:16.6666666667%}.push-3{margin-left:25%}.push-4{margin-left:33.3333333333%}.push-5{margin-left:41.6666666667%}.push-6{margin-left:50%}.push-7{margin-left:58.3333333333%}.push-8{margin-left:66.6666666667%}.push-9{margin-left:75%}.push-10{margin-left:83.3333333333%}.push-11{margin-left:91.6666666667%}.push-12{margin-left:100%}@media all and (min-width: 1281px){.page-block{padding:60px 0}.block-push{margin-top:60px}.block-lead{margin-bottom:60px}.xl-center{text-align:center}.xl-col-1{width:6.25%;position:relative;min-height:1px;padding:0 15px}.xl-col-2{width:12.5%;position:relative;min-height:1px;padding:0 15px}.xl-col-3{width:18.75%;position:relative;min-height:1px;padding:0 15px}.xl-col-4{width:25%;position:relative;min-height:1px;padding:0 15px}.xl-col-5{width:31.25%;position:relative;min-height:1px;padding:0 15px}.xl-col-6{width:37.5%;position:relative;min-height:1px;padding:0 15px}.xl-col-7{width:43.75%;position:relative;min-height:1px;padding:0 15px}.xl-col-8{width:50%;position:relative;min-height:1px;padding:0 15px}.xl-col-9{width:56.25%;position:relative;min-height:1px;padding:0 15px}.xl-col-10{width:62.5%;position:relative;min-height:1px;padding:0 15px}.xl-col-11{width:68.75%;position:relative;min-height:1px;padding:0 15px}.xl-col-12{width:75%;position:relative;min-height:1px;padding:0 15px}.xl-col-13{width:81.25%;position:relative;min-height:1px;padding:0 15px}.xl-col-14{width:87.5%;position:relative;min-height:1px;padding:0 15px}.xl-col-15{width:93.75%;position:relative;min-height:1px;padding:0 15px}.xl-col-16{width:100%;position:relative;min-height:1px;padding:0 15px}.xl-push-1{margin-left:6.25%}.xl-push-2{margin-left:12.5%}.xl-push-3{margin-left:18.75%}.xl-push-4{margin-left:25%}.xl-push-5{margin-left:31.25%}.xl-push-6{margin-left:37.5%}.xl-push-7{margin-left:43.75%}.xl-push-8{margin-left:50%}.xl-push-9{margin-left:56.25%}.xl-push-10{margin-left:62.5%}.xl-push-11{margin-left:68.75%}.xl-push-12{margin-left:75%}.xl-push-13{margin-left:81.25%}.xl-push-14{margin-left:87.5%}.xl-push-15{margin-left:93.75%}.xl-push-16{margin-left:100%}[class*=xl-col-].flush-left{padding-left:0}[class*=xl-col-].flush-right{padding-right:0}.xl-align-right{text-align:right}.xl-flush-left{padding-left:0}.xl-flush-right{padding-right:0}.xl-hide{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.page-block{padding:60px 0}.block-push{margin-top:60px}.block-lead{margin-bottom:60px}.lg-center{text-align:center}.lg-col-1{width:6.25%;position:relative;min-height:1px;padding:0 15px}.lg-col-2{width:12.5%;position:relative;min-height:1px;padding:0 15px}.lg-col-3{width:18.75%;position:relative;min-height:1px;padding:0 15px}.lg-col-4{width:25%;position:relative;min-height:1px;padding:0 15px}.lg-col-5{width:31.25%;position:relative;min-height:1px;padding:0 15px}.lg-col-6{width:37.5%;position:relative;min-height:1px;padding:0 15px}.lg-col-7{width:43.75%;position:relative;min-height:1px;padding:0 15px}.lg-col-8{width:50%;position:relative;min-height:1px;padding:0 15px}.lg-col-9{width:56.25%;position:relative;min-height:1px;padding:0 15px}.lg-col-10{width:62.5%;position:relative;min-height:1px;padding:0 15px}.lg-col-11{width:68.75%;position:relative;min-height:1px;padding:0 15px}.lg-col-12{width:75%;position:relative;min-height:1px;padding:0 15px}.lg-col-13{width:81.25%;position:relative;min-height:1px;padding:0 15px}.lg-col-14{width:87.5%;position:relative;min-height:1px;padding:0 15px}.lg-col-15{width:93.75%;position:relative;min-height:1px;padding:0 15px}.lg-col-16{width:100%;position:relative;min-height:1px;padding:0 15px}.lg-push-1{margin-left:6.25%}.lg-push-2{margin-left:12.5%}.lg-push-3{margin-left:18.75%}.lg-push-4{margin-left:25%}.lg-push-5{margin-left:31.25%}.lg-push-6{margin-left:37.5%}.lg-push-7{margin-left:43.75%}.lg-push-8{margin-left:50%}.lg-push-9{margin-left:56.25%}.lg-push-10{margin-left:62.5%}.lg-push-11{margin-left:68.75%}.lg-push-12{margin-left:75%}.lg-push-13{margin-left:81.25%}.lg-push-14{margin-left:87.5%}.lg-push-15{margin-left:93.75%}.lg-push-16{margin-left:100%}[class*=lg-col-].flush-left{padding-left:0}[class*=lg-col-].flush-right{padding-right:0}.lg-align-right{text-align:right}.lg-flush-left{padding-left:0}.lg-flush-right{padding-right:0}.lg-hide{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.md-center{text-align:center}.md-col-1{width:8.3333333333%;position:relative;min-height:1px;padding:0 10px}.md-col-2{width:16.6666666667%;position:relative;min-height:1px;padding:0 10px}.md-col-3{width:25%;position:relative;min-height:1px;padding:0 10px}.md-col-4{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.md-col-5{width:41.6666666667%;position:relative;min-height:1px;padding:0 10px}.md-col-6{width:50%;position:relative;min-height:1px;padding:0 10px}.md-col-7{width:58.3333333333%;position:relative;min-height:1px;padding:0 10px}.md-col-8{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.md-col-9{width:75%;position:relative;min-height:1px;padding:0 10px}.md-col-10{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.md-col-11{width:91.6666666667%;position:relative;min-height:1px;padding:0 10px}.md-col-12{width:100%;position:relative;min-height:1px;padding:0 10px}.md-push-1{margin-left:8.3333333333%}.md-push-2{margin-left:16.6666666667%}.md-push-3{margin-left:25%}.md-push-4{margin-left:33.3333333333%}.md-push-5{margin-left:41.6666666667%}.md-push-6{margin-left:50%}.md-push-7{margin-left:58.3333333333%}.md-push-8{margin-left:66.6666666667%}.md-push-9{margin-left:75%}.md-push-10{margin-left:83.3333333333%}.md-push-11{margin-left:91.6666666667%}.md-push-12{margin-left:100%}[class*=md-col-].flush-left{padding-left:0}[class*=md-col-].flush-right{padding-right:0}.md-align-right{text-align:right}.md-flush-left{padding-left:0}.md-flush-right{padding-right:0}.md-hide{display:none}}@media all and (min-width: 0)and (max-width: 767px){.sm-center{text-align:center !important}.sm-col-1{width:16.6666666667%;position:relative;min-height:1px;padding:0 10px}.sm-col-2{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.sm-col-3{width:50%;position:relative;min-height:1px;padding:0 10px}.sm-col-4{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.sm-col-5{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.sm-col-6{width:100%;position:relative;min-height:1px;padding:0 10px}.sm-push-1{margin-left:16.6666666667%}.sm-push-2{margin-left:33.3333333333%}.sm-push-3{margin-left:50%}.sm-push-4{margin-left:66.6666666667%}.sm-push-5{margin-left:83.3333333333%}.sm-push-6{margin-left:100%}.sm-hide{display:none}}.lightbox{position:fixed;top:0;left:0;width:100%;height:0;background-color:rgba(0,0,0,.8);color:#fff;opacity:0;overflow:auto;z-index:7000;transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s;-webkit-transition:opacity .3s;-webkit-transform:translateZ(0)}.lightbox.open{height:100%;opacity:1}.lightbox-outerbox{width:100%;height:100%}.lightbox .close{position:absolute;top:24px;right:24px;width:20px;height:20px;cursor:pointer;z-index:1}.lightbox .close:before{color:#fff;font-size:20px;line-height:20px;content:"";font-family:"MKGAA-ICONS" !important;transition:color .3s ease;-moz-transition:color .3s ease;-o-transition:color .3s ease;-webkit-transition:color .3s ease}.lightbox .close:hover:before{color:#fff}.lightbox-content{position:absolute;top:45%;width:100%;height:70%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.lightbox-content-article{max-width:1280px;height:0;margin:0 auto;opacity:0;transition:opacity .1s;-moz-transition:opacity .1s;-o-transition:opacity .1s;-webkit-transition:opacity .1s}.lightbox-content-article.loaded{height:100%;opacity:1}.lightbox-content-article img{cursor:auto}.lightbox-content-article h5,.lightbox-content-article h6,.lightbox-content-article .lightbox-title{color:#2dbecd}.lightbox-content-article .lightbox-text{color:#fff}.lightbox-content-article-content{position:relative;height:100%;z-index:2}@media all and (min-width: 1025px)and (max-width: 1280px){.lightbox-content-article{max-width:1024px}}@media all and (min-width: 768px)and (max-width: 1024px){.lightbox-content-article{max-width:768px}}a{text-decoration:none}a.arrow-link{display:inline-block;position:relative;color:#eb3c96;margin-right:48px !important}a.arrow-link:after{font-family:"MKGAA-ICONS" !important;position:absolute;top:8px;right:-24px;-webkit-transition:right .3s ease;transition:right .3s ease;font-size:8px;content:""}a.arrow-link:hover{color:#ff6ab5}a.arrow-link:hover:after{right:-32px;-webkit-transition:right .3s ease;transition:right .3s ease}a.arrow-link.small,a.arrow-link--small{margin-right:0px !important;font-size:12px}a.arrow-link.small:after,a.arrow-link--small:after{top:6px;right:-16px;font-size:5px}a.arrow-link.small:hover:after,a.arrow-link--small:hover:after{right:-24px}a.arrow-link--white{color:#fff}a.arrow-link--white:hover{color:#fff}a.arrow-link--strong{font-weight:bold}a.link--phone{color:#000;cursor:default}a.link--phone:hover{color:#000}@media all and (min-width: 0)and (max-width: 767px){a.link--phone{color:#eb3c96;cursor:pointer}a.link--phone:hover{color:#eb3c96}}#mocha-stats{position:relative;top:0;right:0}#mocha-stats li{margin:0 8px 0 0}#mocha-report{margin-left:-16px}#mocha h1{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif !important;font-size:14px !important;font-weight:normal !important;line-height:28px !important}#mocha h2{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif !important;font-size:14px !important;line-height:28px !important}#mocha .suite{margin-left:16px}#mocha .test h2{line-height:24px}.spacer--1{width:8px;height:8px}.spacer--2{width:16px;height:16px}.spacer--4{width:32px;height:32px}.spacer--6{width:48px;height:48px}.spacer--8{width:64px;height:64px}.spacer--10{width:80px;height:80px}.spacer--12{width:96px;height:96px}.spacer--16{width:128px;height:128px}.background-color--richpurple{background-color:#503291}.background-color--richblue{background-color:#0f69af}.background-color--vibrantmagenta{background-color:#eb3c96}.background-color--vibrantcyan{background-color:#2dbecd}.background-color--grey-100{background-color:#f5f5f5}.background-color--grey-200{background-color:#eee}.background-color--grey-500{background-color:#aaa}.width--1{width:8px}.width--2{width:16px}.width--3{width:24px}.width--4{width:32px}.width--5{width:40px}.width--6{width:48px}.width--7{width:56px}.width--8{width:64px}.width--9{width:72px}.width--10{width:80px}.width--11{width:88px}.width--12{width:96px}.width--13{width:104px}.width--14{width:112px}.width--15{width:120px}.width--16{width:128px}.width--17{width:136px}.width--18{width:144px}.width--19{width:152px}.width--20{width:160px}.width--21{width:168px}.width--22{width:176px}.width--23{width:184px}.width--24{width:192px}.width--25{width:200px}.width--26{width:208px}.width--27{width:216px}.width--28{width:224px}.width--29{width:232px}.width--30{width:240px}.width--31{width:248px}.width--32{width:256px}.width--33{width:264px}.width--34{width:272px}.width--35{width:280px}.width--36{width:288px}.width--37{width:296px}.width--38{width:304px}.width--39{width:312px}.width--40{width:320px}.width--41{width:328px}.width--42{width:336px}.width--43{width:344px}.width--44{width:352px}.width--45{width:360px}.width--46{width:368px}.width--47{width:376px}.width--48{width:384px}.width--49{width:392px}.width--50{width:400px}.width--51{width:408px}.width--52{width:416px}.width--53{width:424px}.width--54{width:432px}.width--55{width:440px}.width--56{width:448px}.width--57{width:456px}.width--58{width:464px}.width--59{width:472px}.width--60{width:480px}.width--61{width:488px}.width--62{width:496px}.width--63{width:504px}.width--64{width:512px}.width--65{width:520px}.width--66{width:528px}.width--67{width:536px}.width--68{width:544px}.width--69{width:552px}.width--70{width:560px}.width--71{width:568px}.width--72{width:576px}.width--73{width:584px}.width--74{width:592px}.width--75{width:600px}.width--76{width:608px}.width--77{width:616px}.width--78{width:624px}.width--79{width:632px}.width--80{width:640px}.width--81{width:648px}.width--82{width:656px}.width--83{width:664px}.width--84{width:672px}.width--85{width:680px}.width--86{width:688px}.width--87{width:696px}.width--88{width:704px}.width--89{width:712px}.width--90{width:720px}.width--91{width:728px}.width--92{width:736px}.width--93{width:744px}.width--94{width:752px}.width--95{width:760px}.width--96{width:768px}.height--1{height:8px}.height--2{height:16px}.height--3{height:24px}.height--4{height:32px}.height--5{height:40px}.height--6{height:48px}.height--7{height:56px}.height--8{height:64px}.height--9{height:72px}.height--10{height:80px}.height--11{height:88px}.height--12{height:96px}.height--13{height:104px}.height--14{height:112px}.height--15{height:120px}.height--16{height:128px}.height--17{height:136px}.height--18{height:144px}.height--19{height:152px}.height--20{height:160px}.height--21{height:168px}.height--22{height:176px}.height--23{height:184px}.height--24{height:192px}.height--25{height:200px}.height--26{height:208px}.height--27{height:216px}.height--28{height:224px}.height--29{height:232px}.height--30{height:240px}.height--31{height:248px}.height--32{height:256px}.height--33{height:264px}.height--34{height:272px}.height--35{height:280px}.height--36{height:288px}.height--37{height:296px}.height--38{height:304px}.height--39{height:312px}.height--40{height:320px}.height--41{height:328px}.height--42{height:336px}.height--43{height:344px}.height--44{height:352px}.height--45{height:360px}.height--46{height:368px}.height--47{height:376px}.height--48{height:384px}.height--49{height:392px}.height--50{height:400px}.height--51{height:408px}.height--52{height:416px}.height--53{height:424px}.height--54{height:432px}.height--55{height:440px}.height--56{height:448px}.height--57{height:456px}.height--58{height:464px}.height--59{height:472px}.height--60{height:480px}.height--61{height:488px}.height--62{height:496px}.height--63{height:504px}.height--64{height:512px}.height--65{height:520px}.height--66{height:528px}.height--67{height:536px}.height--68{height:544px}.height--69{height:552px}.height--70{height:560px}.height--71{height:568px}.height--72{height:576px}.height--73{height:584px}.height--74{height:592px}.height--75{height:600px}.height--76{height:608px}.height--77{height:616px}.height--78{height:624px}.height--79{height:632px}.height--80{height:640px}.height--81{height:648px}.height--82{height:656px}.height--83{height:664px}.height--84{height:672px}.height--85{height:680px}.height--86{height:688px}.height--87{height:696px}.height--88{height:704px}.height--89{height:712px}.height--90{height:720px}.height--91{height:728px}.height--92{height:736px}.height--93{height:744px}.height--94{height:752px}.height--95{height:760px}.height--96{height:768px}*{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;-webkit-font-smoothing:antialiased}*:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}h1>span,h2>span,h3>span,h4>span,h5>span,h6>span{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}h1>span:lang(ja),h2>span:lang(ja),h3>span:lang(ja),h4>span:lang(ja),h5>span:lang(ja),h6>span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}h1{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}h1:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){h1{margin-top:-12px;font-size:40px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h1{margin-top:-16px;font-size:54px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h1{margin-top:-20px;font-size:72px;line-height:1.2}}@media all and (min-width: 1281px){h1{margin-top:-24px;font-size:72px;line-height:1.2}}h1.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:40px;line-height:1.2;font-size:40px;line-height:1.2}h1.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){h1.demoted{font-size:54px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h1.demoted{font-size:72px;line-height:1.2}}@media all and (min-width: 1281px){h1.demoted{font-size:72px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h1.demoted{font-size:54px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h1.demoted{font-size:72px;line-height:1.2}}@media all and (min-width: 1281px){h1.demoted{font-size:72px;line-height:1.2}}h2{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}h2:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){h2{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h2{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h2{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){h2{margin-top:-22px;font-size:50px;line-height:1.2}}h2.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:32px;line-height:1.2;font-size:32px;line-height:1.2}h2.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){h2.demoted{font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h2.demoted{font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){h2.demoted{font-size:50px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h2.demoted{font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h2.demoted{font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){h2.demoted{font-size:50px;line-height:1.2}}h3{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}h3:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){h3{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h3{margin-top:-6px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h3{margin-top:-8px;font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){h3{margin-top:-12px;font-size:32px;line-height:1.2}}h3.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:24px;line-height:1.2;font-size:24px;line-height:1.2}h3.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){h3.demoted{font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h3.demoted{font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){h3.demoted{font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h3.demoted{font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h3.demoted{font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){h3.demoted{font-size:32px;line-height:1.2}}h4{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}h4:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){h4{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h4{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h4{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){h4{margin-top:-12px;font-size:28px;line-height:1.2}}h4.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:20px;line-height:1.2;font-size:20px;line-height:1.2}h4.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){h4.demoted{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h4.demoted{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){h4.demoted{font-size:26px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h4.demoted{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h4.demoted{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){h4.demoted{font-size:26px;line-height:1.2}}h5{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}h5:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){h5{margin-top:-8px;font-size:18px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h5{margin-top:-8px;font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h5{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){h5{margin-top:-8px;font-size:24px;line-height:1.2}}h5.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;font-size:18px;line-height:1.2}h5.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){h5.demoted{font-size:22px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){h5.demoted{font-size:22px;line-height:1.2}}h6{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}h6:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){h6{margin-top:-8px;font-size:16px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h6{margin-top:-8px;font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h6{margin-top:-8px;font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){h6{margin-top:-8px;font-size:20px;line-height:1.2}}h6.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:12px;line-height:1.2}h6.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){h6.demoted{font-size:12px;line-height:1.2}}.h1{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.h1:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.h1{margin-top:-12px;font-size:40px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h1{margin-top:-16px;font-size:54px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h1{margin-top:-20px;font-size:72px;line-height:1.2}}@media all and (min-width: 1281px){.h1{margin-top:-24px;font-size:72px;line-height:1.2}}.h1.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:40px;line-height:1.2;font-size:40px;line-height:1.2}.h1.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h1.demoted{font-size:54px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h1.demoted{font-size:72px;line-height:1.2}}@media all and (min-width: 1281px){.h1.demoted{font-size:72px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h1.demoted{font-size:54px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h1.demoted{font-size:72px;line-height:1.2}}@media all and (min-width: 1281px){.h1.demoted{font-size:72px;line-height:1.2}}.h2{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.h2:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.h2{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h2{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h2{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.h2{margin-top:-22px;font-size:50px;line-height:1.2}}.h2.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:32px;line-height:1.2;font-size:32px;line-height:1.2}.h2.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h2.demoted{font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h2.demoted{font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.h2.demoted{font-size:50px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h2.demoted{font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h2.demoted{font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.h2.demoted{font-size:50px;line-height:1.2}}.h3{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.h3:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.h3{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h3{margin-top:-6px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h3{margin-top:-8px;font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){.h3{margin-top:-12px;font-size:32px;line-height:1.2}}.h3.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:24px;line-height:1.2;font-size:24px;line-height:1.2}.h3.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h3.demoted{font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h3.demoted{font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){.h3.demoted{font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h3.demoted{font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h3.demoted{font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){.h3.demoted{font-size:32px;line-height:1.2}}.h4{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.h4:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.h4{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h4{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h4{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.h4{margin-top:-12px;font-size:28px;line-height:1.2}}.h4.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:20px;line-height:1.2;font-size:20px;line-height:1.2}.h4.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h4.demoted{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h4.demoted{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.h4.demoted{font-size:26px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h4.demoted{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h4.demoted{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.h4.demoted{font-size:26px;line-height:1.2}}.h5{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.h5:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.h5{margin-top:-8px;font-size:18px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h5{margin-top:-8px;font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h5{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.h5{margin-top:-8px;font-size:24px;line-height:1.2}}.h5.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;font-size:18px;line-height:1.2}.h5.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.h5.demoted{font-size:22px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h5.demoted{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.h5.demoted{font-size:22px;line-height:1.2}}.h6{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.h6:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.h6{margin-top:-8px;font-size:16px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h6{margin-top:-8px;font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h6{margin-top:-8px;font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.h6{margin-top:-8px;font-size:20px;line-height:1.2}}.h6.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:12px;line-height:1.2}.h6.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h6.demoted{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.h6.demoted{font-size:12px;line-height:1.2}}.h7.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;font-size:18px;line-height:1.2}.h7.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.h7.demoted{font-size:18px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h7.demoted{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.h7.demoted{font-size:18px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.h7.demoted{font-size:18px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.h7.demoted{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.h7.demoted{font-size:18px;line-height:1.2}}h1:lang(ja),h2:lang(ja),h3:lang(ja),h4:lang(ja),h5:lang(ja),h6:lang(ja),.h1:lang(ja),.h2:lang(ja),.h3:lang(ja),.h4:lang(ja),.h5:lang(ja),.h6:lang(ja){font-weight:900}html[lang=zh] h1,html[lang=zh] h2,html[lang=zh] h3,html[lang=zh] h4,html[lang=zh] h5,html[lang=zh] h6,html[lang=zh] .h1,html[lang=zh] .h2,html[lang=zh] .h3,html[lang=zh] .h4,html[lang=zh] .h5,html[lang=zh] .h6,html[lang=zh] p,html[lang=zh] a,html[lang=zh] span,html[lang=zh] div,html[lang=ja] h1,html[lang=ja] h2,html[lang=ja] h3,html[lang=ja] h4,html[lang=ja] h5,html[lang=ja] h6,html[lang=ja] .h1,html[lang=ja] .h2,html[lang=ja] .h3,html[lang=ja] .h4,html[lang=ja] .h5,html[lang=ja] .h6,html[lang=ja] p,html[lang=ja] a,html[lang=ja] span,html[lang=ja] div,html[lang=ko] h1,html[lang=ko] h2,html[lang=ko] h3,html[lang=ko] h4,html[lang=ko] h5,html[lang=ko] h6,html[lang=ko] .h1,html[lang=ko] .h2,html[lang=ko] .h3,html[lang=ko] .h4,html[lang=ko] .h5,html[lang=ko] .h6,html[lang=ko] p,html[lang=ko] a,html[lang=ko] span,html[lang=ko] div{font-family:"Noto Sans SC","Noto Sans TC","Noto Sans","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important}html[lang=zh] p,html[lang=ja] p,html[lang=ko] p{font-size:18px}p{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7}p:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){p{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){p{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){p{font-size:16px;line-height:1.7}}p.tiny{font-size:12px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){p.tiny{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){p.tiny{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){p.tiny{font-size:12px;line-height:1.7}}p.small{font-size:14px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){p.small{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){p.small{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){p.small{font-size:14px;line-height:1.7}}p.large{font-size:16px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){p.large{font-size:18px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){p.large{font-size:18px;line-height:1.7}}@media all and (min-width: 1281px){p.large{font-size:18px;line-height:1.7}}a{color:#d92b83}a:hover{color:#eb3c96}a.white-color{color:#fff}a.white-color:hover{color:#fff}.eyebrow{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-size:13px;font-weight:bold;text-transform:uppercase}.eyebrow:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.lower{text-transform:lowercase}ol,ul{margin:0 0 24px 32px;padding:0;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.5}ol:lang(ja),ul:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){ol,ul{font-size:16px}}@media all and (min-width: 1025px)and (max-width: 1280px){ol,ul{font-size:16px}}@media all and (min-width: 1281px){ol,ul{font-size:16px}}ol.small,ul.small{font-size:14px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){ol.small,ul.small{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){ol.small,ul.small{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){ol.small,ul.small{font-size:14px;line-height:1.7}}ol.large,ul.large{font-size:16px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){ol.large,ul.large{font-size:18px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){ol.large,ul.large{font-size:18px;line-height:1.7}}@media all and (min-width: 1281px){ol.large,ul.large{font-size:18px;line-height:1.7}}ol{list-style-position:outside}ol li{padding-left:4px}ul{list-style:none}ul li{list-style-type:none}ul li:before{display:inline-block;width:8px;height:8px;margin-right:1.2em;margin-bottom:3px;margin-left:-1.9em;background-color:#2dbecd;content:"";vertical-align:middle;-webkit-transform:rotate(45deg);transform:rotate(45deg)}ul.unstyled{margin:0;padding:0;list-style:none}ul.unstyled li:before{padding-right:0;content:none}ul.horizontal li{display:inline-block}dl,dt,dd{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:24px}dl:lang(ja),dt:lang(ja),dd:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}blockquote{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}blockquote:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}address{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-style:normal;line-height:24px;font-size:16px;line-height:1.7}address:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){address{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){address{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){address{font-size:16px;line-height:1.7}}address.small{font-size:14px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){address.small{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){address.small{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){address.small{font-size:14px;line-height:1.7}}.table{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:24px}.table:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.table .table-block{margin-bottom:-24px}td,th{padding:12px 18px;border:1px solid #eee;font-size:16px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){td,th{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){td,th{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){td,th{font-size:16px;line-height:1.7}}::-moz-selection{background-color:#c0e7e4}::selection{background-color:#c0e7e4}.hyphenate{overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.text-muted{color:gray}.flag{width:18px;height:18px}.ml-1{margin-left:8px !important}.ml-2{margin-left:16px !important}.ml-3{margin-left:24px !important}.ml-4{margin-left:32px !important}.ml-5{margin-left:40px !important}.ml-6{margin-left:48px !important}.ml-7{margin-left:56px !important}.ml-8{margin-left:64px !important}.ml-9{margin-left:72px !important}.ml-10{margin-left:80px !important}.ml-11{margin-left:88px !important}.ml-12{margin-left:96px !important}.mr-1{margin-right:8px !important}.mr-2{margin-right:16px !important}.mr-3{margin-right:24px !important}.mr-4{margin-right:32px !important}.mr-5{margin-right:40px !important}.mr-6{margin-right:48px !important}.mr-7{margin-right:56px !important}.mr-8{margin-right:64px !important}.mr-9{margin-right:72px !important}.mr-10{margin-right:80px !important}.mr-11{margin-right:88px !important}.mr-12{margin-right:96px !important}.mt-1{margin-top:8px !important}.mt-2{margin-top:16px !important}.mt-3{margin-top:24px !important}.mt-4{margin-top:32px !important}.mt-5{margin-top:40px !important}.mt-6{margin-top:48px !important}.mt-7{margin-top:56px !important}.mt-8{margin-top:64px !important}.mt-9{margin-top:72px !important}.mt-10{margin-top:80px !important}.mt-11{margin-top:88px !important}.mt-12{margin-top:96px !important}.mb-1{margin-bottom:8px !important}.mb-2{margin-bottom:16px !important}.mb-3{margin-bottom:24px !important}.mb-4{margin-bottom:32px !important}.mb-5{margin-bottom:40px !important}.mb-6{margin-bottom:48px !important}.mb-7{margin-bottom:56px !important}.mb-8{margin-bottom:64px !important}.mb-9{margin-bottom:72px !important}.mb-10{margin-bottom:80px !important}.mb-11{margin-bottom:88px !important}.mb-12{margin-bottom:96px !important}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-1{margin-left:8px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-2{margin-left:16px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-3{margin-left:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-4{margin-left:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-5{margin-left:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-6{margin-left:48px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-7{margin-left:56px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-8{margin-left:64px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-9{margin-left:72px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-10{margin-left:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-11{margin-left:88px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-ml-12{margin-left:96px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-1{margin-left:8px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-2{margin-left:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-3{margin-left:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-4{margin-left:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-5{margin-left:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-6{margin-left:48px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-7{margin-left:56px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-8{margin-left:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-9{margin-left:72px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-10{margin-left:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-11{margin-left:88px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-ml-12{margin-left:96px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-1{margin-left:8px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-2{margin-left:16px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-3{margin-left:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-4{margin-left:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-5{margin-left:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-6{margin-left:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-7{margin-left:56px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-8{margin-left:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-9{margin-left:72px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-10{margin-left:80px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-11{margin-left:88px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-ml-12{margin-left:96px !important}}@media all and (min-width: 1281px){.xl-ml-1{margin-left:8px !important}}@media all and (min-width: 1281px){.xl-ml-2{margin-left:16px !important}}@media all and (min-width: 1281px){.xl-ml-3{margin-left:24px !important}}@media all and (min-width: 1281px){.xl-ml-4{margin-left:32px !important}}@media all and (min-width: 1281px){.xl-ml-5{margin-left:40px !important}}@media all and (min-width: 1281px){.xl-ml-6{margin-left:48px !important}}@media all and (min-width: 1281px){.xl-ml-7{margin-left:56px !important}}@media all and (min-width: 1281px){.xl-ml-8{margin-left:64px !important}}@media all and (min-width: 1281px){.xl-ml-9{margin-left:72px !important}}@media all and (min-width: 1281px){.xl-ml-10{margin-left:80px !important}}@media all and (min-width: 1281px){.xl-ml-11{margin-left:88px !important}}@media all and (min-width: 1281px){.xl-ml-12{margin-left:96px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-1{margin-right:8px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-2{margin-right:16px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-3{margin-right:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-4{margin-right:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-5{margin-right:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-6{margin-right:48px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-7{margin-right:56px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-8{margin-right:64px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-9{margin-right:72px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-10{margin-right:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-11{margin-right:88px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mr-12{margin-right:96px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-1{margin-right:8px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-2{margin-right:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-3{margin-right:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-4{margin-right:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-5{margin-right:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-6{margin-right:48px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-7{margin-right:56px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-8{margin-right:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-9{margin-right:72px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-10{margin-right:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-11{margin-right:88px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mr-12{margin-right:96px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-1{margin-right:8px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-2{margin-right:16px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-3{margin-right:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-4{margin-right:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-5{margin-right:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-6{margin-right:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-7{margin-right:56px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-8{margin-right:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-9{margin-right:72px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-10{margin-right:80px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-11{margin-right:88px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mr-12{margin-right:96px !important}}@media all and (min-width: 1281px){.xl-mr-1{margin-right:8px !important}}@media all and (min-width: 1281px){.xl-mr-2{margin-right:16px !important}}@media all and (min-width: 1281px){.xl-mr-3{margin-right:24px !important}}@media all and (min-width: 1281px){.xl-mr-4{margin-right:32px !important}}@media all and (min-width: 1281px){.xl-mr-5{margin-right:40px !important}}@media all and (min-width: 1281px){.xl-mr-6{margin-right:48px !important}}@media all and (min-width: 1281px){.xl-mr-7{margin-right:56px !important}}@media all and (min-width: 1281px){.xl-mr-8{margin-right:64px !important}}@media all and (min-width: 1281px){.xl-mr-9{margin-right:72px !important}}@media all and (min-width: 1281px){.xl-mr-10{margin-right:80px !important}}@media all and (min-width: 1281px){.xl-mr-11{margin-right:88px !important}}@media all and (min-width: 1281px){.xl-mr-12{margin-right:96px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-1{margin-top:8px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-2{margin-top:16px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-3{margin-top:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-4{margin-top:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-5{margin-top:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-6{margin-top:48px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-7{margin-top:56px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-8{margin-top:64px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-9{margin-top:72px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-10{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-11{margin-top:88px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mt-12{margin-top:96px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-1{margin-top:8px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-2{margin-top:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-3{margin-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-4{margin-top:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-5{margin-top:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-6{margin-top:48px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-7{margin-top:56px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-8{margin-top:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-9{margin-top:72px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-10{margin-top:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-11{margin-top:88px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mt-12{margin-top:96px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-1{margin-top:8px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-2{margin-top:16px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-3{margin-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-4{margin-top:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-5{margin-top:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-6{margin-top:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-7{margin-top:56px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-8{margin-top:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-9{margin-top:72px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-10{margin-top:80px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-11{margin-top:88px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mt-12{margin-top:96px !important}}@media all and (min-width: 1281px){.xl-mt-1{margin-top:8px !important}}@media all and (min-width: 1281px){.xl-mt-2{margin-top:16px !important}}@media all and (min-width: 1281px){.xl-mt-3{margin-top:24px !important}}@media all and (min-width: 1281px){.xl-mt-4{margin-top:32px !important}}@media all and (min-width: 1281px){.xl-mt-5{margin-top:40px !important}}@media all and (min-width: 1281px){.xl-mt-6{margin-top:48px !important}}@media all and (min-width: 1281px){.xl-mt-7{margin-top:56px !important}}@media all and (min-width: 1281px){.xl-mt-8{margin-top:64px !important}}@media all and (min-width: 1281px){.xl-mt-9{margin-top:72px !important}}@media all and (min-width: 1281px){.xl-mt-10{margin-top:80px !important}}@media all and (min-width: 1281px){.xl-mt-11{margin-top:88px !important}}@media all and (min-width: 1281px){.xl-mt-12{margin-top:96px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-1{margin-bottom:8px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-2{margin-bottom:16px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-3{margin-bottom:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-4{margin-bottom:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-5{margin-bottom:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-6{margin-bottom:48px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-7{margin-bottom:56px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-8{margin-bottom:64px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-9{margin-bottom:72px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-10{margin-bottom:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-11{margin-bottom:88px !important}}@media all and (min-width: 0)and (max-width: 767px){.sm-mb-12{margin-bottom:96px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-1{margin-bottom:8px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-2{margin-bottom:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-3{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-4{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-5{margin-bottom:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-6{margin-bottom:48px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-7{margin-bottom:56px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-8{margin-bottom:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-9{margin-bottom:72px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-10{margin-bottom:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-11{margin-bottom:88px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.md-mb-12{margin-bottom:96px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-1{margin-bottom:8px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-2{margin-bottom:16px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-3{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-4{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-5{margin-bottom:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-6{margin-bottom:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-7{margin-bottom:56px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-8{margin-bottom:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-9{margin-bottom:72px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-10{margin-bottom:80px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-11{margin-bottom:88px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lg-mb-12{margin-bottom:96px !important}}@media all and (min-width: 1281px){.xl-mb-1{margin-bottom:8px !important}}@media all and (min-width: 1281px){.xl-mb-2{margin-bottom:16px !important}}@media all and (min-width: 1281px){.xl-mb-3{margin-bottom:24px !important}}@media all and (min-width: 1281px){.xl-mb-4{margin-bottom:32px !important}}@media all and (min-width: 1281px){.xl-mb-5{margin-bottom:40px !important}}@media all and (min-width: 1281px){.xl-mb-6{margin-bottom:48px !important}}@media all and (min-width: 1281px){.xl-mb-7{margin-bottom:56px !important}}@media all and (min-width: 1281px){.xl-mb-8{margin-bottom:64px !important}}@media all and (min-width: 1281px){.xl-mb-9{margin-bottom:72px !important}}@media all and (min-width: 1281px){.xl-mb-10{margin-bottom:80px !important}}@media all and (min-width: 1281px){.xl-mb-11{margin-bottom:88px !important}}@media all and (min-width: 1281px){.xl-mb-12{margin-bottom:96px !important}}@media all and (min-width: 0)and (max-width: 767px){.mt{margin-top:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.mt{margin-top:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.mt{margin-top:80px !important}}@media all and (min-width: 1281px){.mt{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.mb{margin-bottom:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.mb{margin-bottom:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.mb{margin-bottom:80px !important}}@media all and (min-width: 1281px){.mb{margin-bottom:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.vm{margin-top:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.vm{margin-top:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.vm{margin-top:80px !important}}@media all and (min-width: 1281px){.vm{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.vm{margin-bottom:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.vm{margin-bottom:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.vm{margin-bottom:80px !important}}@media all and (min-width: 1281px){.vm{margin-bottom:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.global-padding{padding-top:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.global-padding{padding-top:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.global-padding{padding-top:60px !important}}@media all and (min-width: 1281px){.global-padding{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.global-padding{padding-bottom:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.global-padding{padding-bottom:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.global-padding{padding-bottom:60px !important}}@media all and (min-width: 1281px){.global-padding{padding-bottom:60px !important}}.global-no-paddding-top{padding-top:0 !important}.global-no-paddding-bottom{padding-bottom:0 !important}.new-tooltip{display:none;position:absolute;max-width:280px;padding:16px 16px;border-radius:6px;background-color:#d5f2f5;z-index:999;word-break:break-word}.span-cmp-tooltip{color:#482d83 !important;font-weight:700 !important}@media all and (min-width: 0)and (max-width: 767px){.same-theme--both{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.same-theme--both{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.same-theme--bottom{padding-bottom:30px !important}}.same-theme--both.global-no-paddding-top,.same-theme--top.global-no-paddding-top,.same-theme--bottom.global-no-paddding-top{padding-top:0 !important}.same-theme--both.global-no-paddding-bottom,.same-theme--top.global-no-paddding-bottom,.same-theme--bottom.global-no-paddding-bottom{padding-bottom:0 !important}@font-face{font-family:"MKGAA";src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.eot");src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/Mkgaa-Regular.eot?#iefix") format("embedded-opentype");src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.woff2") format("woff2"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.woff") format("woff"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.ttf") format("truetype"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/mkgaa/Mkgaa-Regular.svg#svgFontName") format("svg")}@font-face{font-family:"MKGAA-ICONS";src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.eot");src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.eot?#iefix") format("embedded-opentype"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.woff") format("woff"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.ttf") format("truetype"),url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/icons/icons.svg#svgFontName") format("svg")}@font-face{font-family:"Oswald";src:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/font/Oswald-Medium.ttf") format("truetype")}@-webkit-keyframes show-in{0%{opacity:0}90%{opacity:0}100%{opacity:1}}@-webkit-keyframes show-in-linear{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes test{100%{display:block}}@keyframes filterBtn{99%{bottom:-2000px;left:-2000px;width:4000px;height:4000px;border-radius:50%;background-color:#503291}100%{bottom:0px;left:0px;width:100%;height:100%;border-radius:0;background-color:#fff}}@keyframes filterCloseBtn{0%{bottom:-2000px;left:-2000px;width:4000px;height:4000px;border-radius:50%}100%{bottom:20px;left:20px;width:60px;height:60px;border-radius:50%;background-color:#503291}}@keyframes shadowPoints{0%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}5%,95%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}10%,59%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em}20%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em}38%{-webkit-box-shadow:0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em}100%{-webkit-box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em;box-shadow:0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em}}@keyframes spin{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@keyframes load7{0%,80%,100%{-webkit-box-shadow:0 2.5em 0 -1.3em;box-shadow:0 2.5em 0 -1.3em}40%{-webkit-box-shadow:0 2.5em 0 0;box-shadow:0 2.5em 0 0}}.fix{position:fixed;top:0;right:0;bottom:0;left:0}.slide-layers{display:none;position:absolute;top:0;right:0;left:0;height:200%;overflow:hidden}.slide-layers .slide-layer-4,.slide-layers .slide-layer-8{transition:opacity 200ms linear;-moz-transition:opacity 200ms linear;-o-transition:opacity 200ms linear;-webkit-transition:opacity 200ms linear}.slide--initiated .slide-layers{display:block}.slide--initiated .slide-layer{position:absolute;top:0;left:0;width:100%;height:100%}.slide--initiated .slide-layer-3,.slide--initiated .slide-layer-5{position:absolute;top:0;right:0;bottom:0;left:0}.slide--initiated .slide-layer-3 svg,.slide--initiated .slide-layer-5 svg{position:absolute;top:0;right:0}.slide--initiated .slide-layer-4{position:absolute;top:0;right:0;bottom:0;left:0}.slide--initiated .slide-layer-4 svg{position:absolute;top:0;right:0}.slide--initiated .slide-layer-7{background-position:center;background-size:cover;opacity:0;position:absolute;top:0;right:0;bottom:0;left:0}.slide--initiated .slide-layer-7.current,.slide--initiated .slide-layer-7.last{opacity:1}.slide--initiated .slide-layer-7-image{background-position:center;background-size:cover;position:absolute;top:0;right:0}.slide--initiated .slide-layer-8{position:absolute;top:0;right:0;bottom:0;left:0}.slide--initiated .slide-layer--animate .slide-layer-3 svg g path{transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1)}.slide--initiated .slide-layer--animate .slide-layer-4{-webkit-transition:-webkit-transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);transition:-webkit-transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1)}.slide--initiated .slide-layer--animate .slide-layer-4 svg g path{transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1)}.slide-theme--0.slide-layers{background-color:#0f69af}.slide-theme--0 .slide-layer-3 svg g path{fill:#0f69af}.slide-theme--0 .slide-layer-4 svg g path{fill:#ffc832}.slide-theme--0 .slide-layer-8{background-color:#eb3c96}.slide-theme--1.slide-layers{background-color:#2dbecd}.slide-theme--1 .slide-layer-3 svg g path{fill:#2dbecd}.slide-theme--1 .slide-layer-4 svg g path{fill:#503291}.slide-theme--1 .slide-layer-8{background-color:#e61e50}.slide-theme--2.slide-layers{background-color:#503291}.slide-theme--2 .slide-layer-3 svg g path{fill:#503291}.slide-theme--2 .slide-layer-4 svg g path{fill:#2dbecd}.slide-theme--2 .slide-layer-8{background-color:#eb3c96}@media all and (min-width: 768px)and (max-width: 1024px){.slide-type--0 .slide-layer-4{-webkit-transform:translateY(-1410px);transform:translateY(-1410px)}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-type--0 .slide-layer-4{-webkit-transform:translateY(-1740px);transform:translateY(-1740px)}}@media all and (min-width: 1281px){.slide-type--0 .slide-layer-4{-webkit-transform:translateY(-2008px);transform:translateY(-2008px)}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-type--2 .slide-layer-4{-webkit-transform:translateY(-2240px);transform:translateY(-2240px)}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-type--2 .slide-layer-4{-webkit-transform:translateY(-3310px);transform:translateY(-3310px)}}@media all and (min-width: 1281px){.slide-type--2 .slide-layer-4{-webkit-transform:translateY(-3980px);transform:translateY(-3980px)}}@media all and (min-width: 0)and (max-width: 767px){.slide-layer-4{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-layer-4{display:block}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-layer-4{display:block}}@media all and (min-width: 1281px){.slide-layer-4{display:block}}@media all and (min-width: 0)and (max-width: 767px){.slide-layer-7{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-layer-7.current,.slide-layer-7.last{display:block}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-layer-7.current,.slide-layer-7.last{display:block}}@media all and (min-width: 1281px){.slide-layer-7.current,.slide-layer-7.last{display:block}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-layer-3 svg,.slide-layer-5 svg{width:1971.2px;height:1971.2px}.slide-layer-4 svg{width:2100.7px;height:3262px}.slide-layer-7-image{width:400px;height:908px}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-layer-3 svg,.slide-layer-5 svg{width:2816px;height:2816px}.slide-layer-4 svg{width:3001px;height:4660px}.slide-layer-7-image{width:600px;height:1288px}}@media all and (min-width: 1281px){.slide-layer-3 svg,.slide-layer-5 svg{width:3379.2px;height:3379.2px}.slide-layer-4 svg{width:3601.2px;height:5592px}.slide-layer-7-image{width:660px;height:1544px}}.aem-AuthorLayer-Edit .slide-layers{display:none}.slide-dots{display:none;z-index:2}@media all and (min-width: 0)and (max-width: 767px){.slide-dots{margin-left:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-dots{margin-left:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-dots{margin-left:40px !important}}@media all and (min-width: 1281px){.slide-dots{margin-left:40px !important}}.slide-dots-wrapper{margin:0}.slide-dot-wrapper::before{display:none}.slide-step:not(.current) .slide-step-cta{display:none}.slide--initiated .slide-dots{display:block;position:absolute;top:0;height:100%}.slide--initiated .slide-dots-container{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.slide--initiated .slide-dots .slide-dot{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out;width:10px;height:10px;margin:10px 0;padding:0;border:0;background-color:rgba(255,255,255,.5);cursor:pointer}.slide--initiated .slide-dots .slide-dot.current{background-color:#fff}.slide--initiated .slide-dots .slide-dot.last{background-color:rgba(0,0,0,0)}@media all and (min-width: 0)and (max-width: 767px){.slide--initiated .slide-dots{display:none}}@media all and (min-width: 0)and (max-width: 767px){.slide-step:not(.current) .slide-step-cta{display:inline-block}}.aem-AuthorLayer-Edit .slide-dots{display:none}.slide-step{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;padding-top:144px;padding-bottom:144px;opacity:1}.slide-step-content{zoom:1}@media all and (min-width: 0)and (max-width: 767px){.slide-step-content{margin-left:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step-content{margin-left:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step-content{margin-left:32px !important}}@media all and (min-width: 1281px){.slide-step-content{margin-left:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.slide-step-content{margin-right:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step-content{margin-right:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step-content{margin-right:32px !important}}@media all and (min-width: 1281px){.slide-step-content{margin-right:32px !important}}.slide-step-content:before,.slide-step-content:after{display:table;line-height:0;content:""}.slide-step-content:after{clear:both}.slide-step-content-top,.slide-step-content-bottom{zoom:1}.slide-step-content-top:before,.slide-step-content-top:after,.slide-step-content-bottom:before,.slide-step-content-bottom:after{display:table;line-height:0;content:""}.slide-step-content-top:after,.slide-step-content-bottom:after{clear:both}@media all and (min-width: 1281px){.slide-step--hidden .slide-step-title,.slide-step--hidden .slide-step-description,.slide-step--hidden .button{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step--hidden .slide-step-title,.slide-step--hidden .slide-step-description,.slide-step--hidden .button{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step--hidden .slide-step-title,.slide-step--hidden .slide-step-description,.slide-step--hidden .button{display:none}}.slide-step-title{text-transform:uppercase;margin-bottom:16px !important}.slide-step-description{margin-top:20px !important}.slide-step.inactive{opacity:0}.slide-step--animate{transition:top 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:top 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:top 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:top 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1)}.slide-step h1,.slide-step h2,.slide-step h3{font-size:34px;line-height:1}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step h1,.slide-step h2,.slide-step h3{font-size:40px;line-height:1}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step h1,.slide-step h2,.slide-step h3{font-size:52px;line-height:1}}@media all and (min-width: 1281px){.slide-step h1,.slide-step h2,.slide-step h3{font-size:60px;line-height:1}}@media all and (min-width: 1281px){.slide-step-content{width:50%}.slide-step-description{width:70%;font-size:18px;line-height:28px}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step-content{width:50%}.slide-step-description{width:70%;font-size:18px;line-height:28px}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step-content{width:40vw}.slide-step-description{width:80%}}@media all and (min-width: 0)and (max-width: 767px){.slide-step{padding-top:72px !important;padding-bottom:96px !important}.slide-step-content{display:block !important}.slide-step-content-top,.slide-step-content-bottom{display:block !important}}.slide-step-caption{position:absolute;opacity:0}@media all and (min-width: 0)and (max-width: 767px){.slide-step-caption{display:none}}.slide-step-caption p{font-size:14px}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step-caption{top:400px;right:5%}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step-caption{top:460px;right:10%}}@media all and (min-width: 1281px){.slide-step-caption{top:540px;right:176px}}.slide-step.current .slide-step-caption{opacity:1;transition:all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);transition-delay:1000ms;-webkit-transition-delay:1000ms;-moz-transition-delay:1000ms;-o-transition-delay:1000ms}.slide--desktop .slide-step.previous{position:absolute;top:-100%}.slide--desktop .slide-step.current{position:absolute;top:0;z-index:1}.slide--desktop .slide-step.next{position:absolute;top:100%}.slide--desktop .slide-step.last{position:absolute;top:0}.slide--desktop .slide-step.last .step-caption{position:absolute}.slide--initiated .slide-step{padding-top:0;padding-bottom:0}.slide--initiated .slide-step-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media all and (min-width: 0)and (max-width: 767px){.slide--initiated .slide-step-content{margin-left:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide--initiated .slide-step-content{margin-left:100px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide--initiated .slide-step-content{margin-left:100px !important}}@media all and (min-width: 1281px){.slide--initiated .slide-step-content{margin-left:100px !important}}@media all and (min-width: 0)and (max-width: 767px){.slide--initiated .slide-step-content{margin-right:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide--initiated .slide-step-content{margin-right:100px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide--initiated .slide-step-content{margin-right:100px !important}}@media all and (min-width: 1281px){.slide--initiated .slide-step-content{margin-right:100px !important}}.slide--initiated .slide-step-content-top,.slide--initiated .slide-step-content-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.slide--initiated .slide-step-content-top{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.slide--initiated .slide-step.previous,.slide--initiated .slide-step.next,.slide--initiated .slide-step.last{opacity:0}.slide--initiated .slide-step.current{padding-top:38px;opacity:1}@media all and (min-width: 0)and (max-width: 767px){.slide--initiated .slide-step.previous,.slide--initiated .slide-step.next,.slide--initiated .slide-step.current,.slide--initiated .slide-step.last{opacity:1}}@media all and (min-width: 768px)and (max-width: 1024px){.slide--initiated .slide-step.current{padding-top:0}}.slide-theme--0.slide-step{background-color:#0f69af}.slide-theme--0 h1,.slide-theme--0 h2,.slide-theme--0 h3{color:#ffc832}.slide-theme--0 p{color:#fff}.slide-theme--0 .button{background-color:#eb3c96}.slide-theme--0 .button .button-animated{background-color:#d92a83}.slide-theme--1.slide-step{background-color:#2dbecd}.slide-theme--1 h1,.slide-theme--1 h2,.slide-theme--1 h3{color:#503291}.slide-theme--1 p{color:#fff}.slide-theme--1 .button{background-color:#e61e50}.slide-theme--1 .button .button-animated{background-color:#ce2843}.slide-theme--2.slide-step{background-color:#503291}.slide-theme--2 h1,.slide-theme--2 h2,.slide-theme--2 h3{color:#2dbecd}.slide-theme--2 p{color:#fff}.slide-theme--2 .button{background-color:#eb3c96}.slide-theme--2 .button .button-animated{background-color:#d92a83}.slide-before{position:fixed;top:0;right:0;left:0;opacity:1;zoom:1;transition:opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);position:fixed;top:0;right:0;left:0;z-index:1000;zoom:1}.slide-before:before,.slide-before:after{display:table;line-height:0;content:""}.slide-before:after{clear:both}.slide-before:before,.slide-before:after{display:table;line-height:0;content:""}.slide-before:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.slide-before{position:relative}}.slide-after{position:relative;z-index:3}.slide--initiated{position:relative;top:0;width:100%;height:100%}.slide--initiated .slide-content{position:relative;height:100%}.slide--initiated .slide-content-inner{position:absolute;top:0;right:0;bottom:0;left:0}.slide-page--initiated{height:100%;overflow:hidden}.slide-page--active{overflow-y:auto}.slide--mobile.slide-page{height:auto;overflow:auto}.slide--mobile .slide-layers{display:none}.slide--mobile .slide-content-inner{position:relative}.slide--desktop .slide-step{background-color:rgba(0,0,0,0)}.slide-theme--0 .navigation li.navigation-brand svg g path{fill:#eb3c96}@media all and (min-width: 0)and (max-width: 767px){.slide-theme--0 .navigation{background-color:#0f69af}}.slide-theme--1 .navigation li.navigation-brand svg g path{fill:#e61e50}@media all and (min-width: 0)and (max-width: 767px){.slide-theme--1 .navigation{background-color:#2dbecd}}.slide-theme--2 .navigation li.navigation-brand svg g path{fill:#eb3c96}@media all and (min-width: 0)and (max-width: 767px){.slide-theme--2 .navigation{background-color:#503291}}.aem-AuthorLayer-Edit .slide-page{height:auto !important;overflow:auto !important}.aem-AuthorLayer-Edit .slide{height:auto !important}.aem-AuthorLayer-Edit .slide-before{position:relative;background-color:#503291;opacity:1 !important}.aem-AuthorLayer-Edit .slide-content{height:auto !important;min-height:100px}.aem-AuthorLayer-Edit .slide-content-inner{position:relative}.aem-AuthorLayer-Edit .slide-step{position:relative !important;height:auto !important;padding-top:144px;padding-bottom:144px;opacity:1 !important;z-index:0 !important}.aem-AuthorLayer-Edit .slide-step-content{margin-left:32px !important}.aem-AuthorLayer-Edit .slide-theme--0.slide-step{background-color:#0f69af}.aem-AuthorLayer-Edit .slide-theme--1.slide-step{background-color:#2dbecd}.aem-AuthorLayer-Edit .slide-theme--2.slide-step{background-color:#503291}.archive-list-template{zoom:1;width:1400px;margin:0 auto}@media all and (min-width: 0)and (max-width: 767px){.archive-list-template{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list-template{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list-template{padding-top:60px !important}}@media all and (min-width: 1281px){.archive-list-template{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.archive-list-template{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list-template{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list-template{padding-bottom:60px !important}}@media all and (min-width: 1281px){.archive-list-template{padding-bottom:60px !important}}.archive-list-template:before,.archive-list-template:after{display:table;line-height:0;content:""}.archive-list-template:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.archive-list-template{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list-template{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list-template{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.archive-list-template{width:1280px;padding-right:30px;padding-left:30px}}.archive-list-template__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:20px;color:#000;font-size:12px;font-weight:bold}.archive-list-template__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.archive-list-template__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.archive-list-template__loader{display:none !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.archive-list-template__clear-all-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:start;margin:8px 0 2px;color:#eb3c96}.ie .archive-list-template__clear-all-filters{-ms-flex-item-align:baseline;align-self:baseline}.archive-list-template__footer{display:none;width:100%;background-color:#503291}.archive-list-template__clear-all-filters,.archive-list-template__footer-clear-all-btn,.archive-list-template__footer-results-cta{padding:0;border:0;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.archive-list-template__footer-clear-all-btn,.archive-list-template__footer-results-cta{color:#fff}.archive-list-template__footer-results-cta{margin-left:auto;width:130px;height:40px;border-radius:6px;background-color:#eb3c96;font-size:11px}.archive-list-template__footer-results-cta--disabled{background-color:#aaa;text-transform:uppercase}.archive-list-template__close-btn-dialog{padding:5px;border:0}.archive-list-template__results.archive-list-template__results--loading{width:100%}.archive-list-template__result-line{position:absolute;right:15px;bottom:0;left:15px;height:1px;background-color:#e9e9e9}.archive-list-template__filters-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#000;font-size:12px;font-weight:bold}.archive-list-template__filters-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.archive-list-template__wrapper{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex}.archive-list-template__wrapper:before,.archive-list-template__wrapper:after{display:table;line-height:0;content:""}.archive-list-template__wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.archive-list-template__wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list-template__wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list-template__wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.archive-list-template__wrapper{margin-right:-15px;margin-left:-15px}}.archive-list-template__results-counter{color:#454545}.archive-list-template__results-counter p{margin:0;font-size:18px}[v-cloak] .archive-list-template__results-counter p{display:none}.archive-list-template__results-list{margin:0;list-style:none}.archive-list-template__result{zoom:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;width:calc(100% + 30px);padding-left:0}.archive-list-template__result:before,.archive-list-template__result:after{display:table;line-height:0;content:""}.archive-list-template__result:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.archive-list-template__result{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list-template__result{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list-template__result{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.archive-list-template__result{margin-right:-15px;margin-left:-15px}}.archive-list-template__result::before{display:none}.archive-list-template__result-link{color:#000;cursor:pointer}.archive-list-template__result-link:hover{color:#eb3c96}.archive-list-template__result-image-thumbnail{position:relative;overflow:hidden;background-position:center center;background-size:cover}.archive-list-template__result-image-thumbnail:before{display:block;width:100%;padding-top:75%;content:""}.archive-list-template__result-image-thumbnail img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.archive-list-template__result-image-thumbnail img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list-template__result-image-thumbnail img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list-template__result-image-thumbnail img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.archive-list-template__result-image-thumbnail img{padding:0 10px}}.archive-list-template__controls{margin-top:30px;margin-left:10px}.archive-list-template__container{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media all and (min-width: 0)and (max-width: 767px){.archive-list-template__container{margin-top:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list-template__container{margin-top:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list-template__container{margin-top:40px !important}}@media all and (min-width: 1281px){.archive-list-template__container{margin-top:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.archive-list-template__container{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list-template__container{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list-template__container{margin-bottom:32px !important}}@media all and (min-width: 1281px){.archive-list-template__container{margin-bottom:32px !important}}.archive-list-template__container:before,.archive-list-template__container:after{display:table;line-height:0;content:""}.archive-list-template__container:after{clear:both}.archive-list-template__date{font-size:12px;line-height:1;margin-bottom:6px !important;color:#aaa;font-weight:bold}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list-template__date{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list-template__date{font-size:12px}}@media all and (min-width: 1281px){.archive-list-template__date{font-size:12px}}.archive-list-template__title.demoted{display:block;margin-bottom:10px !important;color:#000;font-size:18px}.archive-list-template__title.demoted:not(p):hover{color:#eb3c96}.archive-list-template__description{margin-bottom:10px !important;font-size:14px}.archive-list-template__type,.archive-list-template__tags{color:#503291;font-size:12px;font-weight:bold;margin-bottom:0px !important}.archive-list-template__pills{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-10px;margin-left:0;list-style:none}.archive-list-template__pill{padding:0}.archive-list-template__pill-label{display:block;position:relative;height:32px;margin-right:8px;margin-bottom:10px;font-size:22px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.archive-list-template__pill-label .icon-cross{top:-3px;padding-right:10px;color:#eb3c96;font-size:14px}.archive-list-template__pill-input{position:absolute;width:100%;height:100%;cursor:pointer;opacity:0}.archive-list-template__pill-input:focus~.archive-list-template__pill-checkmark{border:2px solid #0e6aaf}.archive-list-template__pill-input:checked~.archive-list-template__pill-checkmark:after{display:block}.archive-list-template__pill-checkmark{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #503291;border-radius:20px;background-color:#fff}.archive-list-template__pill-checkmark::after{display:none;position:absolute;content:""}.archive-list-template__pill-checkmark-label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;position:relative;top:-3px;padding-left:15px;font-size:14px;z-index:1}.archive-list-template__pill-checkmark-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.archive-list-template--loading .archive-list-template__results-counter,.archive-list-template--loading .archive-list-template__results-list,.archive-list-template--loading .archive-list-template__loader,.archive-list-template--loading .archive-list-template__pills{display:none}.archive-list-template--loading .archive-list-template__loader{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.archive-list-template--loading .pagination-component{display:none}@media all and (min-width: 1281px){.archive-list-template__filters{width:25%;position:relative;min-height:1px;padding:0 15px}.archive-list-template__results{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.archive-list-template__result-image{position:relative;width:30%;min-height:1px;padding:0 15px;float:left}.archive-list-template__result-text{position:relative;width:70%;min-height:1px;padding:0 15px;float:left}.archive-list-template__result-text--no-image{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.archive-list-template__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.archive-list-template__controls{margin-top:0;margin-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list-template__filters{width:25%;position:relative;min-height:1px;padding:0 15px}.archive-list-template__results{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.archive-list-template__result-image{position:relative;width:30%;min-height:1px;padding:0 15px;float:left}.archive-list-template__result-text{position:relative;width:70%;min-height:1px;padding:0 15px;float:left}.archive-list-template__result-text--no-image{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.archive-list-template__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.archive-list-template__controls{margin-top:0;margin-left:30px}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list-template__filters:not(.archive-list-template__modal--opened){display:none}.archive-list-template__header,.archive-list-template__footer{padding-right:40px;padding-left:40px}.archive-list-template__footer{height:80px}.archive-list-template__content{bottom:80px}.archive-list-template__results{width:100%;position:relative;min-height:1px;padding:0 10px}.archive-list-template__result-image{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;float:right}.archive-list-template__result-text{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}.archive-list-template__result-text--no-image{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.archive-list-template__container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media all and (min-width: 0)and (max-width: 767px){.archive-list-template__filters:not(.archive-list-template__modal--opened){display:none}.archive-list-template__header,.archive-list-template__footer{padding-right:20px;padding-left:20px}.archive-list-template__footer{height:60px}.archive-list-template__content{bottom:60px}.archive-list-template__results{width:100%;position:relative;min-height:1px;padding:0 10px}.archive-list-template__result-image{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:30px}.archive-list-template__result-text{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0px)and (max-width: 1024px){.archive-list-template{padding-top:40px}.archive-list-template__title{margin-bottom:0}.archive-list-template__result{width:calc(100% + 20px)}.archive-list-template__filters{display:none;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}.archive-list-template__content{position:fixed;top:0;right:0;left:0;width:100%}.archive-list-template__close-btn-dialog{margin-right:-5px}.archive-list-template__header{position:absolute;width:100%;height:54px;border-bottom:1px solid #e1e1e1;background-color:#fff}.archive-list-template__footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.archive-list-template__modal--opened{display:block}}.archive-list-template__location{position:relative;width:100%;zoom:1}.archive-list-template__location:before,.archive-list-template__location:after{display:table;line-height:0;content:""}.archive-list-template__location:after{clear:both}.archive-list-template__location-container{position:relative;min-height:176px}.archive-list-template__location-line{height:1px;background-color:#e9e9e9}.archive-list-template__location:last-child .ar-location-line{display:none}.archive-list-template__location-map{position:relative;overflow:hidden}.archive-list-template__location-map img{position:absolute;top:50%;left:50%;margin-top:-320px;margin-left:-320px}.archive-list-template__location-map-pin{width:32px;height:32px;margin-top:-32px;margin-left:-16px;z-index:1;position:absolute;top:50%;left:50%}.archive-list-template__location-map-pin-icon{color:#503291;font-size:32px}.archive-list-template__location-business{color:#503291;font-size:12px;font-weight:bold;margin-top:0px !important;margin-bottom:8px !important}.archive-list-template__location-title.demoted{margin-bottom:8px !important;font-size:18px}.archive-list-template__location-department{font-size:16px;margin-bottom:16px !important}.archive-list-template__location-address-latitude,.archive-list-template__location-address-longitude{display:none}.archive-list-template__location-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.archive-list-template__location-info-item{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-word;margin-bottom:16px !important}.archive-list-template__location-info-item:last-child{margin-bottom:0px !important}.archive-list-template__location-info-item--website{width:100%;margin-top:20px}.archive-list-template__location-info-media-type{margin-bottom:5px;font-size:12px;line-height:1.2;text-transform:uppercase}.archive-list-template__location-info-media-value{margin:auto 0px;font-size:14px}.archive-list-template__location-info-icon{-ms-flex-item-align:center;align-self:center;float:left;color:#d92b83;font-size:28px;line-height:32px}.archive-list-template__location-info-icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.archive-list-template__location-info-phone .link--phone{color:#eb3c96;cursor:pointer}.archive-list-template__location-info-phone .link--phone:hover{color:#eb3c96}.archive-list-template__location-info-phone,.archive-list-template__location-info-fax,.archive-list-template__location-info-email,.archive-list-template__location-info-site{display:-webkit-box;display:-ms-flexbox;display:flex}.ie .archive-list-template__location-info-phone,.ie .archive-list-template__location-info-fax,.ie .archive-list-template__location-info-email,.ie .archive-list-template__location-info-site{-webkit-box-flex:1;-ms-flex:1;flex:1}.archive-list-template__location-info-value{margin-bottom:0px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:center;align-self:center;margin-left:20px;padding-top:2px;padding-bottom:2px;font-size:14px}.archive-list-template__location-info-value p{margin-bottom:0}.archive-list-template__location-info-value a{color:#d92b83}.archive-list-template__location-info-value a:hover{color:#eb3c96}.ie .archive-list-template__location-info-value{-webkit-box-flex:1;-ms-flex:1;flex:1}.archive-list-template__location-address{color:#eb3c96;font-size:16px}@media all and (min-width: 0)and (max-width: 767px){.archive-list-template__location-address{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list-template__location-address{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list-template__location-address{margin-bottom:24px !important}}@media all and (min-width: 1281px){.archive-list-template__location-address{margin-bottom:24px !important}}.archive-list-template__location-address a{color:#d92b83}.archive-list-template__location-address a:hover{color:#eb3c96}@media all and (min-width: 1281px){.archive-list-template__location-line{position:absolute;right:15px;bottom:0;left:15px}.archive-list-template__location-map{width:176px;height:176px;border-radius:88px;-webkit-border-radius:88px;-moz-border-radius:88px;-ms-border-radius:88px}.archive-list-template__location-map-anchor,.archive-list-template__location-map-noanchor{position:absolute;top:0;left:15px}.archive-list-template__location-content{position:relative;width:72.7272727273%;min-height:1px;padding:0 15px;float:left;margin-left:27.2727272727%;float:none}.archive-list-template__location-info{margin-right:-15px;margin-left:-15px;zoom:1}.archive-list-template__location-info:before,.archive-list-template__location-info:after{display:table;line-height:0;content:""}.archive-list-template__location-info:after{clear:both}.archive-list-template__location-info-item{padding-right:0;float:left;position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.archive-list-template__location-info-item:nth-last-child(2):nth-child(odd){margin-bottom:0px !important}.archive-list-template__location-info-item--website{width:100%;margin-top:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list-template__location-line{position:absolute;right:15px;bottom:0;left:15px}.archive-list-template__location-map{width:144px;height:144px;border-radius:72px;-webkit-border-radius:72px;-moz-border-radius:72px;-ms-border-radius:72px}.archive-list-template__location-map-anchor{position:absolute;top:0;left:15px}.archive-list-template__location-content{position:relative;width:72.7272727273%;min-height:1px;padding:0 15px;float:left;margin-left:27.2727272727%;float:none}.archive-list-template__location-info{margin-right:-15px;margin-left:-15px;zoom:1}.archive-list-template__location-info:before,.archive-list-template__location-info:after{display:table;line-height:0;content:""}.archive-list-template__location-info:after{clear:both}.archive-list-template__location-info-item{padding-right:0;float:left;position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.archive-list-template__location-info-item--website{width:100%;margin-top:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list-template__location-line{position:absolute;right:10px;bottom:0;left:10px}.archive-list-template__location-map{width:200px;height:200px;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-ms-border-radius:100px}.archive-list-template__location-map-anchor{position:absolute;top:0;left:10px}.archive-list-template__location-header{float:left;position:relative;width:50%;min-height:1px;padding:0 10px;float:left;margin-left:33.3333333333%}.archive-list-template__location-info{zoom:1;display:block}.archive-list-template__location-info:before,.archive-list-template__location-info:after{display:table;line-height:0;content:""}.archive-list-template__location-info:after{clear:both}.archive-list-template__location-info-item{padding-right:0;float:left;position:relative;width:50%;min-height:1px;padding:0 10px;float:left;margin-left:33.3333333333%}.archive-list-template__location-info-item--website{width:100%;margin-top:20px}.archive-list-template__location-info-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media all and (min-width: 0)and (max-width: 767px){.archive-list-template__location-line{position:absolute;right:10px;bottom:0;left:10px}.archive-list-template__location-map{width:70%;margin:0 auto;padding-bottom:70%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;margin-bottom:32px !important}.archive-list-template__location-header{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.archive-list-template__location-info{zoom:1;display:block}.archive-list-template__location-info:before,.archive-list-template__location-info:after{display:table;line-height:0;content:""}.archive-list-template__location-info:after{clear:both}.archive-list-template__location-info-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.archive-list-template__location-info-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.dropdown-filters__reduce-field{width:100%;height:48px;margin-bottom:24px;padding:12px 28px;border:1px solid #e1e1e1;border-radius:8px;background:#eee;color:#454545}.dropdown-filters__expand-link{font-size:12px;font-weight:bold;text-transform:uppercase}.dropdown-filters__wrapper{display:block}.dropdown-filters__dropdown{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px;padding-left:0}.dropdown-filters__dropdown:not(:last-child) .dropdown-filters__dropdown-header:not(:focus){border-right:0}.dropdown-filters__dropdown:last-child .dropdown-filters__dropdown-content{right:auto;width:auto;min-width:calc(100% - 30px);max-width:calc(100% - 30px)}.dropdown-filters__dropdown-header{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height:70px;padding-left:15px;border:1px solid #e1e1e1;outline:none;cursor:pointer;margin-left:0}.dropdown-filters__dropdown-header:focus{outline:2px solid #0e6aaf;z-index:3}.dropdown-filters__dropdown-header--no-outline:focus{outline:0}.dropdown-filters__dropdown-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding-top:15px}.dropdown-filters__dropdown-header .icon-simple-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:24px;right:4px;-ms-flex-item-align:center;align-self:center;margin-right:2px;-webkit-transform:scale(1.4, 1.4) rotate(180deg);transform:scale(1.4, 1.4) rotate(180deg);color:#eb3c96;font-size:19px;justify-self:flex-end}.dropdown-filters__dropdown-title,.dropdown-filters__dropdown-subtitle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.dropdown-filters__dropdown-title{font-size:14px;text-transform:uppercase}.dropdown-filters__dropdown-subtitle{color:gray;font-size:16px;text-align:left}.dropdown-filters__dropdown-subtitle-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dropdown-filters__dropdown-group{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0;margin-left:0}.dropdown-filters__dropdown--slot{padding:0}.dropdown-filters__dropdown-content{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:69px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:auto;min-width:calc(100% - 30px);margin-right:-1px;border:1px solid #e1e1e1;background-color:#fff;z-index:2}.dropdown-filters__dropdown--opened .icon-simple-arrow{-webkit-transform:scale(1.4, 1.4) rotate(0);transform:scale(1.4, 1.4) rotate(0)}.dropdown-filters__dropdown-subtitle,.dropdown-filters__dropdown-subtitle-ellipsis{margin-bottom:0}.dropdown-filters__dropdown--sort-category .dropdown-filters__bottom{display:none}.dropdown-filters__dropdown--sort-category .multiselect-checkbox__input,.dropdown-filters__dropdown--sort-category .multiselect-checkbox__checkmark{display:none}.dropdown-filters__dropdown--sort-category .multiselect-checkbox__container[aria-checked=true] .multiselect-checkbox__filter-parent-name{color:#eb3c96;font-weight:bold}.dropdown-filters__dropdown--sort-category .multiselect-checkbox__filter-name{left:0}.dropdown-filters__dropdown--content-type-category .dropdown-filters__bottom{display:-webkit-box;display:-ms-flexbox;display:flex}.dropdown-filters__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-height:46px;border-top:1px solid #e1e1e1}.dropdown-filters__bottom-cta{padding:0;border:0;font-weight:bold;text-transform:uppercase;cursor:pointer;color:#eb3c96;margin-right:20px;font-size:11px}.dropdown-filters__sort-dropdown-options{padding:20px 0}.dropdown-filters__sort-dropdown-option{margin-bottom:20px;margin-left:0;padding:0 15px;white-space:nowrap}.dropdown-filters__sort-dropdown-option:first-child{margin-top:5px}.dropdown-filters__sort-dropdown-option:last-child{margin-bottom:0px}@media all and (min-width: 1281px){.dropdown-filters__reduce-field-wrapper{padding-right:20px}.dropdown-filters__dropdown{-webkit-box-flex:0;-ms-flex:none;flex:none}.dropdown-filters__dropdown-subtitle-ellipsis{max-width:254px}.dropdown-filters__dropdown-content{min-width:306px}.dropdown-filters__dropdown--slot{width:100%}.dropdown-filters__dropdown-title{margin-bottom:5px;line-height:14px}.dropdown-filters__dropdown-subtitle{line-height:17px}.dropdown-filters__dropdown:not(.dropdown-filters__dropdown--slot){width:25%;position:relative;min-height:1px;padding:0 15px}.dropdown-filters__dropdown:not(:last-child) .dropdown-filters__dropdown-header:not(:focus){border:1px solid #e1e1e1}}@media all and (min-width: 1025px)and (max-width: 1280px){.dropdown-filters__reduce-field-wrapper{padding-right:20px}.dropdown-filters__dropdown{-webkit-box-flex:0;-ms-flex:none;flex:none}.dropdown-filters__dropdown-subtitle-ellipsis{max-width:198px}.dropdown-filters__dropdown-content{min-width:242px}.dropdown-filters__dropdown--slot{width:100%}.dropdown-filters__dropdown-title{margin-bottom:5px;line-height:14px}.dropdown-filters__dropdown-subtitle{line-height:17px}.dropdown-filters__dropdown:not(.dropdown-filters__dropdown--slot){width:25%;position:relative;min-height:1px;padding:0 15px}.dropdown-filters__dropdown:nth-child(2){width:37.5%;position:relative;min-height:1px;padding:0 15px}.dropdown-filters__dropdown:not(:last-child) .dropdown-filters__dropdown-header:not(:focus){border:1px solid #e1e1e1}}@media all and (min-width: 0px)and (max-width: 1024px){.dropdown-filters__dropdown{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-bottom:0;border-bottom:1px solid #e9e9e9;z-index:1}.dropdown-filters__dropdown-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:calc(100% - 55px);margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px;overflow-y:auto;margin-top:0}.dropdown-filters__dropdown-group .dropdown-filters__dropdown:not(:last-child) .dropdown-filters__dropdown-content{width:100%}.dropdown-filters__dropdown-group .dropdown-filters__dropdown:not(:last-child) .dropdown-filters__dropdown-header{margin-right:0}.dropdown-filters__dropdown--slot{display:none}.dropdown-filters__dropdown-content{position:relative;top:-10px;max-height:none;border:0}.dropdown-filters__dropdown-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:70px;padding-top:0;padding-right:0;padding-left:0;border:0}.dropdown-filters__dropdown-header .icon-simple-arrow{right:-6px}.dropdown-filters__dropdown-header-content{padding:0;color:#503291}.dropdown-filters__dropdown-header:not(:focus){border-top:0;border-right:0;border-left:0}.dropdown-filters__dropdown--content-type-category .dropdown-filters__bottom{display:none}.dropdown-filters__dropdown-subtitle{display:none}.dropdown-filters__dropdown--opened{border-bottom:1px solid #e1e1e1}.dropdown-filters__dropdown:not(.dropdown-filters__dropdown--opened) .dropdown-filters__dropdown__dropdown-header{border-bottom:0}.dropdown-filters__bottom{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.dropdown-filters__dropdown-group{width:768px}.dropdown-filters__dropdown--slot{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.dropdown-filters__dropdown-group{width:100%}.dropdown-filters__dropdown--slot{width:100%;position:relative;min-height:1px;padding:0 10px}}.dropdown-filters__dropdown--slot .investor-event-lib-search__wrapper .investor-event-lib__sort.dropdown-filters__dropdown{width:31.25%;position:relative;min-height:1px;padding:0 15px}@media all and (min-width: 0px)and (max-width: 1024px){.dropdown-filters__dropdown.investor-event-lib__sort{width:100%;margin:15px 0}.dropdown-filters__dropdown.investor-event-lib__sort .dropdown-filters__dropdown-header{padding:0 15px;border:1px solid #e1e1e1}.dropdown-filters__dropdown.investor-event-lib__sort .dropdown-filters__dropdown-header .icon-simple-arrow{right:10px}.dropdown-filters__dropdown.investor-event-lib__sort .dropdown-filters__dropdown-subtitle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.dropdown-filters__dropdown.investor-event-lib__sort.dropdown-filters__dropdown--opened{border:0}.dropdown-filters__dropdown.investor-event-lib__sort.dropdown-filters__dropdown--opened .dropdown-filters__dropdown-content{top:-1px;min-width:100%;max-width:100%;border:1px solid #e1e1e1}}@media screen and (min-width: 1025px){aside .dropdown-filters__dropdown{border-bottom:1px solid #e9e9e9}.ie aside .dropdown-filters__dropdown{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}aside .dropdown-filters__dropdown:not(.dropdown-filters__dropdown--slot){width:auto;margin:0;padding:0}aside .dropdown-filters__dropdown:not(:last-child) .dropdown-filters__dropdown-header:not(:focus){border:0}aside .dropdown-filters__dropdown-subtitle{display:none}aside .dropdown-filters__dropdown-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:-5px}aside .dropdown-filters__dropdown-content{position:relative;top:0;border:0}aside .dropdown-filters__dropdown-header{height:40px;margin-top:15px;margin-bottom:15px;padding-left:0;border:0}aside .dropdown-filters__dropdown-header .icon-simple-arrow{top:5px;right:-2px;-webkit-transform:scale(1.5, 1.5) rotate(180deg);transform:scale(1.5, 1.5) rotate(180deg);font-size:25px}aside .dropdown-filters__dropdown-header-content{-ms-flex-item-align:center;align-self:center;padding-top:0}aside .dropdown-filters__dropdown-title{color:#503291}aside .dropdown-filters__dropdown--opened .dropdown-filters__dropdown-header{border-bottom:0}aside .dropdown-filters__dropdown--opened .multiselect-checkbox__filters-wrapper{margin-top:-5px;padding-top:0;padding-left:0}aside .dropdown-filters__dropdown--opened .icon-simple-arrow{-webkit-transform:scale(1.5, 1.5) rotate(0);transform:scale(1.5, 1.5) rotate(0)}aside .dropdown-filters__dropdown:last-child .dropdown-filters__dropdown-content{right:1px;min-width:305px}aside .dropdown-filters__bottom{display:none}}@media all and (min-width: 1281px){.science-space-lib-filter-search .dropdown-filters__dropdown--slot{width:68.75%;position:relative;min-height:1px;padding:0 15px}.science-space-lib-filter-search .dropdown-filters__dropdown:nth-child(2){width:31.25%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-filter-search .dropdown-filters__dropdown--slot{width:62.5%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1281px){.podcast-listing .dropdown-filters__dropdown{position:relative;width:33%;max-width:234px;min-height:1px;margin-right:24px;padding:0;float:left}.podcast-listing .dropdown-filters__dropdown:last-child{margin-right:0}.podcast-listing .dropdown-filters__dropdown:last-child .dropdown-filters__dropdown-content{min-width:100%}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .dropdown-filters__dropdown{position:relative;width:33%;max-width:200px;min-height:1px;margin-right:24px;padding:0;float:left}}.ie .product-list .dropdown-filters__dropdown{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ie .content-hub .dropdown-filters__dropdown{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}@media all and (min-width: 1281px){.content-hub .dropdown-filters__dropdown--slot{width:50%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub .dropdown-filters__dropdown--slot{width:50%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 0px)and (max-width: 1024px){.landing-grid-filters__container .filters-search__content{position:relative}.landing-grid-filters__container .filters-search__content>*{display:none}.landing-grid-filters__container .filters-search__content .dropdown-filters__dropdown{display:none}.landing-grid-filters__container .filters-search__content .dropdown-filters__dropdown-group{display:block;padding-right:40px;padding-left:0}.landing-grid-filters__container .filters-search__content .dropdown-filters__dropdown--sort-category{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:15px 0}.landing-grid-filters__container .filters-search__content .dropdown-filters__dropdown--sort-category .dropdown-filters__dropdown-header{padding:0 15px;border:1px solid #e1e1e1;border-bottom:0}.landing-grid-filters__container .filters-search__content .dropdown-filters__dropdown--sort-category .dropdown-filters__dropdown-header .icon-simple-arrow{right:10px}.landing-grid-filters__container .filters-search__content .dropdown-filters__dropdown--sort-category .dropdown-filters__dropdown-subtitle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.landing-grid-filters__container .filters-search__content .dropdown-filters__dropdown--sort-category.dropdown-filters__dropdown--opened{border:0}.landing-grid-filters__container .filters-search__content .dropdown-filters__dropdown--sort-category.dropdown-filters__dropdown--opened .dropdown-filters__dropdown-content{top:-1px;min-width:100%;max-width:100%;border:1px solid #e1e1e1}.landing-grid-filters__container .filters-search__footer-wrapper{display:none}.landing-grid-filters__container--opened .filters-search__content{position:fixed}.landing-grid-filters__container--opened .filters-search__content>*{display:block}.landing-grid-filters__container--opened .filters-search__content .dropdown-filters__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex}.landing-grid-filters__container--opened .filters-search__content .dropdown-filters__dropdown-group{padding-right:20px;padding-left:20px}.landing-grid-filters__container--opened .filters-search__content .dropdown-filters__dropdown--sort-category{display:none}.landing-grid-filters__container--opened .filters-search__footer-wrapper{display:block}}.filters-search__content{zoom:1}.filters-search__content:before,.filters-search__content:after{display:table;line-height:0;content:""}.filters-search__content:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.filters-search__content{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.filters-search__content{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.filters-search__content{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.filters-search__content{margin-right:-15px;margin-left:-15px}}.filters-search__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.filters-search__headline{margin-bottom:30px;color:#503291;font-size:32px}.filters-search__sub-headline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:20px;color:#2dbecd;font-size:12px;font-weight:bold}.filters-search__sub-headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.filters-search__clear-all-filters,.filters-search__footer-clear-all-btn,.filters-search__footer-results-cta{padding:0;border:0;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.filters-search__clear-all-filters{-ms-flex-item-align:start;align-self:start;margin-right:0;color:#eb3c96}.filters-search__close-btn-dialog{padding:5px;border:0;cursor:pointer}.filters-search__footer{display:none;width:100%;background-color:#503291}.filters-search__footer-clear-all-btn,.filters-search__footer-results-cta{height:40px;color:#fff}.filters-search__footer-results-cta{width:130px;margin-left:auto;border-radius:6px;background-color:#eb3c96;font-size:11px}.filters-search__footer-results-cta--disabled{background-color:#aaa;text-transform:uppercase}@media all and (min-width: 1281px){.filters-search__header{width:100%;position:relative;min-height:1px;padding:0 15px}.filters-search__headline{margin-bottom:40px}}@media all and (min-width: 1025px)and (max-width: 1280px){.filters-search__header{width:100%;position:relative;min-height:1px;padding:0 15px}.filters-search__headline{margin-bottom:40px}}@media all and (min-width: 0px)and (max-width: 1024px){.filters-search__content{position:fixed;top:0;right:0;left:0;width:100%;margin-right:auto;margin-left:auto}.filters-search__header{position:relative;width:100%;min-height:54px;border-bottom:0;background-color:#fff}.filters-search__header--main{display:none}.filters-search__header--secondary{height:54px}.filters-search__header-wrapper{border-bottom:1px solid #e1e1e1}.filters-search__header--secondary .filters-search__sub-headline{margin-bottom:0}.filters-search__header,.filters-search__footer{margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.filters-search__headline{margin-top:0}.filters-search__close-btn-dialog{margin-right:-5px}.filters-search__footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.filters-search__footer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;left:0;background-color:#503291}}@media all and (min-width: 768px)and (max-width: 1024px){.filters-search__content{bottom:80px}.filters-search__header,.filters-search__footer{width:768px}.filters-search__footer{height:80px}}@media all and (min-width: 0)and (max-width: 767px){.filters-search__content{bottom:60px}.filters-search__header,.filters-search__footer{padding-right:20px;padding-left:20px}.filters-search__footer{height:60px}}@media all and (min-width: 0px)and (max-width: 1024px){.category-episodes .dropdown-filters__dropdown.category-episodes__sort{width:100%;margin:15px 0}.category-episodes .dropdown-filters__dropdown.category-episodes__sort .dropdown-filters__dropdown-header{padding:0 15px;border:1px solid #e1e1e1}.category-episodes .dropdown-filters__dropdown.category-episodes__sort .dropdown-filters__dropdown-header .icon-simple-arrow{right:10px}.category-episodes .dropdown-filters__dropdown.category-episodes__sort .dropdown-filters__dropdown-subtitle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.category-episodes .dropdown-filters__dropdown.category-episodes__sort.dropdown-filters__dropdown--opened{border:0}.category-episodes .dropdown-filters__dropdown.category-episodes__sort.dropdown-filters__dropdown--opened .dropdown-filters__dropdown-content{top:-1px;min-width:100%;max-width:100%;border:1px solid #e1e1e1}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes .filters-search__header-wrapper{width:87.5%;position:relative;min-height:1px;padding:0 15px;padding:0}}@media all and (min-width: 1281px){.category-episodes .filters-search__header-wrapper{width:75%;position:relative;min-height:1px;padding:0 15px;padding:0}}.pagination-component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:60px;margin-bottom:30px;overflow:hidden}.pagination-component__layout{display:-webkit-box;display:-ms-flexbox;display:flex}.pagination-component__layout-center{position:relative;width:350px;height:58px;margin:0 auto;padding-top:5px;overflow:hidden}.pagination-component__next-btn,.pagination-component__previous-btn{height:48px;padding:0 30px;color:#eb3c96;font-size:12px;font-weight:bold;line-height:48px;text-transform:uppercase;cursor:pointer}.pagination-component__previous-btn{border-right:1px solid #eee}.pagination-component__next-btn{border-left:1px solid #eee}.pagination-component__list{transition:left 200ms linear;-moz-transition:left 200ms linear;-o-transition:left 200ms linear;-webkit-transition:left 200ms linear;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:48px;margin:0}.pagination-component__list-page{display:inline-block;position:relative;width:48px;height:48px;line-height:48px;text-align:center;cursor:pointer}.pagination-component__list-page-label{height:48px;margin:0;line-height:48px}.pagination-component__list-page-label:after{position:absolute;top:42px;right:12px;left:16px;height:0;background-color:#eb3c96;content:"";transition:height 200ms linear;-moz-transition:height 200ms linear;-o-transition:height 200ms linear;-webkit-transition:height 200ms linear}.pagination-component__list-page-label:hover:after{height:6px}.pagination-component__list-page-label-btn{border:0}.pagination-component__list-page--active .pagination-component__list-page-label:after{height:6px}@media all and (min-width: 768px)and (max-width: 1024px){.pagination-component{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.pagination-component{height:unset}.pagination-component__layout{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:unset}.pagination-component__layout-center{position:relative;width:unset}.pagination-component__next-btn,.pagination-component__previous-btn{display:block;position:relative;top:5px;padding:0 15px}.pagination-component__next-btn{margin-left:auto}.pagination-component__previous-btn{margin-right:auto}}@media all and (max-width: 400px){.pagination-component__layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.pagination-component__previous-btn,.pagination-component__next-btn,.pagination-component__layout-center{margin:0}.pagination-component .se-pagination-layout-center{margin-bottom:30px}}.ar-header:before{background-repeat:no-repeat}.ar-sidebar,.ar-results{float:left}.ar-results{padding-right:0 !important;padding-left:0 !important}.ar-results-loader{display:none}.ar-results-loader.show{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ar-results-counter{width:100%;position:relative;min-height:1px;padding:0 10px;color:#454545}.ar-results-counter p{margin:0;font-size:18px}.ar-results-counter p [v-cloak]{display:none}.ar-results-container{min-height:250px}@media all and (min-width: 1281px){.ar-body{margin-top:30px}.ar-sidebar{width:25%;position:relative;min-height:1px;padding:0 15px}.ar-results{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.ar-results-counter{width:75%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-body{margin-top:30px}.ar-sidebar{width:25%;position:relative;min-height:1px;padding:0 15px}.ar-results{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.ar-results-counter{width:75%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-body{margin-top:20px}.ar-sidebar,.ar-results{width:100%;position:relative;min-height:1px;padding:0 10px}.ar-sidebar-counter,.ar-results-counter{width:75%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 0)and (max-width: 767px){.ar-body{margin-top:20px}.ar-sidebar,.ar-results{width:100%;position:relative;min-height:1px;padding:0 10px}}.ar-basic-server-rendered{display:none}.ar-basic-app{opacity:0;transition:opacity 250ms linear;-moz-transition:opacity 250ms linear;-o-transition:opacity 250ms linear;-webkit-transition:opacity 250ms linear}.ar-basic-app--loaded{opacity:1}.ar-basic-sidebar{padding-top:18px !important}.ar-basic-results{padding-top:36px !important}.ar-basic-results-list{padding-top:18px !important}.ar-basic-footer-desktop{padding-top:24px !important;padding-bottom:24px !important}.ar-basic-footer-mobile{zoom:1;padding-left:24px !important;padding-right:24px !important}.ar-basic-footer-mobile:before,.ar-basic-footer-mobile:after{display:table;line-height:0;content:""}.ar-basic-footer-mobile:after{clear:both}.ar-basic-footer-mobile-reset-all-button,.ar-basic-footer-mobile-close-button{float:right;margin-left:8px !important}.ar-basic-sidebar,.ar-basic-results{float:left}@media all and (min-width: 1281px){.ar-basic-sidebar{width:25%;position:relative;min-height:1px;padding:0 15px}.ar-basic-results{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-basic-sidebar{width:25%;position:relative;min-height:1px;padding:0 15px}.ar-basic-results{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-basic-sidebar,.ar-basic-results{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.ar-basic-sidebar,.ar-basic-results{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.archive-list{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list{padding-top:60px !important}}@media all and (min-width: 1281px){.archive-list{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.archive-list{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.archive-list{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.archive-list{padding-bottom:60px !important}}@media all and (min-width: 1281px){.archive-list{padding-bottom:60px !important}}.ar-empty-content{zoom:1}.ar-empty-content:before,.ar-empty-content:after{display:table;line-height:0;content:""}.ar-empty-content:after{clear:both}.ar-empty-content-text{font-size:18px}@media all and (min-width: 1281px){.ar-empty-content{width:50%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-empty-content{width:50%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-empty-content{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px;padding:0}}@media all and (min-width: 0)and (max-width: 767px){.ar-empty-content{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}}.ar-event{position:relative;zoom:1}.ar-event:before,.ar-event:after{display:table;line-height:0;content:""}.ar-event:after{clear:both}.ar-event-line{height:1px;background-color:#e9e9e9}.ar-event-content{zoom:1}@media all and (min-width: 0)and (max-width: 767px){.ar-event-content{margin-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-event-content{margin-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-event-content{margin-top:40px !important}}@media all and (min-width: 1281px){.ar-event-content{margin-top:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.ar-event-content{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-event-content{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-event-content{margin-bottom:40px !important}}@media all and (min-width: 1281px){.ar-event-content{margin-bottom:40px !important}}.ar-event-content:before,.ar-event-content:after{display:table;line-height:0;content:""}.ar-event-content:after{clear:both}.ar-event-content-image{margin-top:8px;margin-bottom:32px !important;overflow:hidden}.ar-event-content-image-thumbnail{position:relative;overflow:hidden;background-position:center center;background-size:cover}.ar-event-content-image-thumbnail:before{display:block;width:100%;padding-top:75%;content:""}.ar-event-content-image-thumbnail img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.ar-event-content-image-thumbnail img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-event-content-image-thumbnail img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-event-content-image-thumbnail img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.ar-event-content-image-thumbnail img{padding:0 10px}}.ar-event-content-date,.ar-event-content-location{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;display:inline;margin-bottom:16px !important;color:#aaa}.ar-event-content-date:lang(ja),.ar-event-content-location:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.ar-event-content-date,.ar-event-content-location{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-event-content-date,.ar-event-content-location{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.ar-event-content-date,.ar-event-content-location{font-size:14px;line-height:1.7}}.ar-event-content-date span,.ar-event-content-location span{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7}.ar-event-content-date span:lang(ja),.ar-event-content-location span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.ar-event-content-date span,.ar-event-content-location span{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-event-content-date span,.ar-event-content-location span{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.ar-event-content-date span,.ar-event-content-location span{font-size:14px;line-height:1.7}}.ar-event-content-date-location-wrapper{margin-bottom:6px}.ar-event-content-location .span-city:before{padding-left:2px;content:" – "}.ar-event-content-location span{font-size:12px}.ar-event-content-location span.blank{display:none}.ar-event-content-title.demoted{margin-bottom:10px;font-size:18px;text-transform:capitalize}.ar-event-content-title.demoted a{color:#000}.ar-event-content-title.demoted a:hover{color:#eb3c96}.ar-event-content-description{margin-bottom:10px;font-size:14px}.ar-event-content-type{margin-bottom:0px !important;color:#503291;font-size:12px;font-weight:bold}@media all and (min-width: 1281px){.ar-event-line{position:absolute;right:15px;bottom:0;left:15px}.ar-event-content{margin:33px 0 !important}.ar-event-content-image{float:right;position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left;margin-left:9.0909090909%;margin-left:0px !important}.ar-event-content-body{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.ar-event-content--noimage .ar-event-content-image{display:none}.ar-event-content--noimage .ar-event-content-body{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-event-line{position:absolute;right:15px;bottom:0;left:15px}.ar-event-content-image{float:right;position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left;margin-left:9.0909090909%;margin-left:0px !important}.ar-event-content-body{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.ar-event-content--noimage .ar-event-content-image{display:none}.ar-event-content--noimage .ar-event-content-body{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-event-line{position:absolute;right:10px;bottom:0;left:10px}.ar-event-content-image{float:right;width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.ar-event-content-body{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.ar-event-content--noimage .ar-event-content-image{display:none}.ar-event-content--noimage .ar-event-content-body{float:left;width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.ar-event-line{position:absolute;right:10px;bottom:0;left:10px}.ar-event-content-image-thumbnail{margin-right:10px;margin-left:10px}.ar-event-content-body{width:100%;position:relative;min-height:1px;padding:0 10px}.ar-event-content--noimage .ar-event-content-image{display:none}}.ar-header{position:relative;background-color:#a5cf43;overflow:hidden}.ar-header .container{position:relative;z-index:2}@media all and (min-width: 0)and (max-width: 767px){.ar-header .container{margin-top:48px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-header .container{margin-top:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-header .container{margin-top:60px !important}}@media all and (min-width: 1281px){.ar-header .container{margin-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.ar-header .container{margin-bottom:48px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-header .container{margin-bottom:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-header .container{margin-bottom:60px !important}}@media all and (min-width: 1281px){.ar-header .container{margin-bottom:60px !important}}.ar-header-pattern{position:absolute;top:0;right:0}.ar-header:before{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXgAAAGOCAYAAAAtj2sgAAAAAXNSR0IArs4c6QAAK05JREFUeAHt3ety20QYBuCmQMuxpRwHuCHu/yI405ZzaYHwvRl/zEYjJ3ZCbMt+dmZnD1rJ0qP8ekeR7t1TCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDARgJnG62yiAABAgQIECBAgAABAgQIECBAgAABAgR2LnB+fv6kfvTzSf1sNf5CwLvzW+IHCRAgQIAAAQIECBAgQIAAAQIECBA4dYEKbh+VwTS47XEHuBm/eZXVWR3oy1rw1ar+eHZ2dn7VDrYRIECAAAECBAgQIECAAAECBAgQIECAwGWBylkf1MzHq/pJtakZj/1PV3Np365665KAdwx0X9YRv6mawPfroU1/rN9XEPxPzSkECBAgQIAAAQIECBAgQIAAAQIECBA4OoGKTe/XRX1UtUPabjuwnQa47+8DYRrwbnoOf9fC76om9E0g3G36l2oFwb/WnEKAAAECBAgQIECAAAECBAgQIECAAIG9ClRomxC2A9ppYDsdf1hrE/IedLlpwLvNRf1Wi78dagLgcZx+wuLvKgz+qVqFAAECBAgQIECAAAECBAgQIECAAAEC1wpUYPtOLerAdvpE7TSwzfiNaw+6sAW7CHi3IckrIr6vehH4rvoZz9YKhJ/XNoUAAQIECBAgQIAAAQIECBAgQIAAgSMQqMD2YV3GGMyu63eo+9YRXPatLuHQAt5tL+ZV7fBj1Q6Af1j1x/ZSv0LhhMgKAQIECBAgQIAAAQIECBAgQIAAAQJ3LFCB7Wv1E3mP7fTp2nXjx3d8Skd3+KUHvDe5IT/XTgl9N61PKxTOO4cVAgQIECBAgAABAgQIECBAgAABAictsApsnxTC+PGxfpp2fNq2A9y8x/bspNHu+OJPMeDdlvS8dnhWNU8Kdyjc/W4zP/aFwgWiECBAgAABAgQIECBAgAABAgQIHJ5AhbQJXB9V/aBqwtqxTuem4zxhK7AthEMpAt67uRMJhfPBuA5+E/52ANz9sX2a7fWk8O/VKgQIECBAgAABAgQIECBAgAABAgSuFaig9t1aNA1gNxm/X/vdv/YHLFiEgID3sG7TizqdBL8Xge+qnfbzNHHmUtN/VsHwL9UqBAgQIECAAAECBAgQIECAAAECCxOokDYfCRtD2bGfJ2uvGr++sMt1uncgIOC9A9Q9HPKv+s3nq3oR+m7Qz/qsfe4dw6WgECBAgAABAgQIECBAgAABAgS2EKhg9kEtf1T18apNv2vmUt9bzfWanhvHOY5C4MYCAt4b0x3VjnkC+FnVDn3H/lxw3OsSDv92VBIuhgABAgQIECBAgAABAgQIEDhqgSGY7TB2LqTtALbXzI0fHjWUi1uMgIB3MbfqYE/0VZ1Zh8DddkDc47VtBcR/HOyVOTECBAgQIECAAAECBAgQIEDgIAQqlM1Hvd6umnfOvlO1g9du5wLY3pZ23P5mjRUCRyMg4D2aW7nYC3lZZ94BcD5M1/2043iun7lfKiTOR+0UAgQIECBAgAABAgQIECBA4AAEKoxNgJogtmsC2e53QLvtOMdIyKsQIDAREPBOQAwXJ/BPnfHPVRP2blKzttf/13oPcakoBAgQIECAAAECBAgQIHBSAqtXFdw0cF0X0CaIfe2kIF0sgT0LCHj3fAP8/MEI/F5n0uFv3kk89jMe66817pp3EKefNjXHSf3Dk8WloBAgQIAAAQIECBAgQIDArQUqiH29DjI+BTv2bxPQvnHrk3MAAgT2LiDg3fstcAJHKpDXRuT9wh36dpvwt/vdXgTCNb9tm+O/ECSXgkKAAAECBAgQIECAAIEdCVTYer9+Kq8geGtNnds2N5f95+bn5h7UWoUAAQKzAgLeWRaTBBYl8KLONmHvReA79NfN9fq0Y7/37/mxzbY/V+sv5r3WojQUAgQIECBAgAABAgT2KrB6svVhnUTC0oSgaTNOSJoPcq0LYTeZnwta+/h1aIUAAQKHISDgPYz74CwILFHgrzrpMQQe+5fC4Mm6m2zrfTqE/rMC5swpBAgQIECAAAECBAjsSaDC1bxnNSFo1w5Wp+MORee297bsM27PfALbPlba6VzGeZpWIUCAwEkLCHhP+va7eAKLFshrMDr47bZD5uvGWddhce/T427HNZnr+YvWE8yL/ttx8gQIECBAgACBxQsMT66OAegYkE4D07nx3Nx4jLE/t9aHtBb/l+QCCBA4BgEB7zHcRddAgMA+BF7Vj46h77Q/N143l/mxdrg8zuXDfX/v40L9JgECBAgQIEDglAUqSM1TpPnAVdp8kCp1rp+5q9YmIJ3W6wLU6fYxZBWuFqhCgAABAvfuCXj9FRAgQGA5Ah0qXwp+6/TXjfvDfeu2z83/t08Fyvk9hQABAgQIEDgxgQo0z+qS82/vu2oTnq4LTcf5uVB1F9tP7C/A5RIgQIDA0gQEvEu7Y86XAAECuxPIE8NjCJwni18ONQHwOJ72d7H9VQXReV2HQoAAAQIE9i6w+pf5BI5dx0Cy58Z2n9vzZOh4LglZM+ep0EJQCBAgQIDAkgQEvEu6W86VAAECBOYE1gXJ6+anQXQ+GHjTmt+46b7Z78r9vZZj7nabI0DgFAQqKM3Towk/uyaI7H6Hov/3uAPPPn7G3R+D0LE/3V67KAQIECBAgACB3QoIeHfr7dcIECBAgMC2AlcFyFcGxPVDV+17XcCcIDwfLPxfWmH1trfdegK3F5g8TToNIjuknJu/zdw0iM2x+njd32ScgFchQIAAAQIECBDYQOBfXHHvlhtyYAoAAAAASUVORK5CYII=");background-repeat:no-repeat;background-position:bottom;background-size:100% 100%;content:"";z-index:2}.ar-header-title{margin-bottom:30px;color:#503291;text-transform:uppercase}@media all and (min-width: 1281px){.ar-header-content,.ar-header-social,.ar-header-subscribe{width:50%;position:relative;min-height:1px;padding:0 15px}.ar-header-subscribe{margin:24px 0}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-header-pattern{right:-140px}.ar-header-content,.ar-header-social,.ar-header-subscribe{width:50%;position:relative;min-height:1px;padding:0 15px}.ar-header-subscribe{margin:24px 0}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-header-pattern{right:-450px}.ar-header-content,.ar-header-social,.ar-header-subscribe{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.ar-header-subscribe{margin:20px 0}}@media all and (min-width: 0)and (max-width: 767px){.ar-header-pattern{display:none}.ar-header-content,.ar-header-social,.ar-header-subscribe{width:100%;position:relative;min-height:1px;padding:0 10px}.ar-header-subscribe{margin:20px 0}}.ar-location{position:relative;zoom:1}.ar-location:before,.ar-location:after{display:table;line-height:0;content:""}.ar-location:after{clear:both}.ar-location-container{position:relative;min-height:176px;margin-bottom:36px !important}@media all and (min-width: 0)and (max-width: 767px){.ar-location-container{margin-top:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-location-container{margin-top:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-location-container{margin-top:40px !important}}@media all and (min-width: 1281px){.ar-location-container{margin-top:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.ar-location-container{margin-bottom:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-location-container{margin-bottom:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-location-container{margin-bottom:40px !important}}@media all and (min-width: 1281px){.ar-location-container{margin-bottom:40px !important}}.ar-location-line{height:1px;background-color:#e9e9e9}.ar-location:last-child .ar-location-line{display:none}.ar-location-map{position:relative;overflow:hidden}.ar-location-map img{position:absolute;top:50%;left:50%;margin-top:-320px;margin-left:-320px}.ar-location-map-pin{width:32px;height:32px;margin-top:-32px;margin-left:-16px;z-index:1;position:absolute;top:50%;left:50%}.ar-location-map-pin-icon{color:#503291;font-size:32px}.ar-location-business{color:#503291;font-size:12px;font-weight:bold;margin-top:0px !important;margin-bottom:8px !important}.ar-location-title.demoted{margin-bottom:8px !important;font-size:18px}.ar-location-department{font-size:16px;margin-bottom:16px !important}.ar-location-address{color:#eb3c96;font-size:16px}@media all and (min-width: 0)and (max-width: 767px){.ar-location-address{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-location-address{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-location-address{margin-bottom:24px !important}}@media all and (min-width: 1281px){.ar-location-address{margin-bottom:24px !important}}.ar-location-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.ar-location-info-item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px !important}.ar-location-info-item:last-child{margin-bottom:0px !important}.ar-location-info-media-type{margin-bottom:5px;font-size:12px;line-height:1.2;text-transform:uppercase}.ar-location-info-media-value{margin:auto 0px;font-size:14px}.ar-location-info-icon{-ms-flex-item-align:center;align-self:center;float:left;color:#96d7d2;font-size:28px;line-height:32px}.ar-location-info-icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.ar-location-info-phone .link--phone{color:#eb3c96;cursor:pointer}.ar-location-info-phone .link--phone:hover{color:#eb3c96}.ar-location-info-phone,.ar-location-info-fax,.ar-location-info-email,.ar-location-info-site{display:-webkit-box;display:-ms-flexbox;display:flex}.ie .ar-location-info-phone,.ie .ar-location-info-fax,.ie .ar-location-info-email,.ie .ar-location-info-site{-webkit-box-flex:1;-ms-flex:1;flex:1}.ar-location-info-value{margin-bottom:0px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:center;align-self:center;margin-left:20px;padding-top:2px;padding-bottom:2px;font-size:14px}.ar-location-info-value p{margin-bottom:0}.ie .ar-location-info-value{-webkit-box-flex:1;-ms-flex:1;flex:1}@media all and (min-width: 1281px){.ar-location-line{position:absolute;right:15px;bottom:0;left:15px}.ar-location-map{width:176px;height:176px;border-radius:88px;-webkit-border-radius:88px;-moz-border-radius:88px;-ms-border-radius:88px;position:absolute;top:0;left:15px}.ar-location-content{position:relative;width:72.7272727273%;min-height:1px;padding:0 15px;float:left;margin-left:27.2727272727%;float:none}.ar-location-info{margin-right:-15px;margin-left:-15px;zoom:1}.ar-location-info:before,.ar-location-info:after{display:table;line-height:0;content:""}.ar-location-info:after{clear:both}.ar-location-info-item{float:left;position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.ar-location-info-item:nth-last-child(2):nth-child(odd){margin-bottom:0px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-location-line{position:absolute;right:15px;bottom:0;left:15px}.ar-location-map{width:144px;height:144px;border-radius:72px;-webkit-border-radius:72px;-moz-border-radius:72px;-ms-border-radius:72px;position:absolute;top:0;left:15px}.ar-location-content{position:relative;width:72.7272727273%;min-height:1px;padding:0 15px;float:left;margin-left:27.2727272727%;float:none}.ar-location-info{margin-right:-15px;margin-left:-15px;zoom:1}.ar-location-info:before,.ar-location-info:after{display:table;line-height:0;content:""}.ar-location-info:after{clear:both}.ar-location-info-item{float:left;position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-location-line{position:absolute;right:10px;bottom:0;left:10px}.ar-location-map{width:200px;height:200px;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-ms-border-radius:100px;position:absolute;top:0;left:10px}.ar-location-header{float:left;position:relative;width:50%;min-height:1px;padding:0 10px;float:left;margin-left:33.3333333333%}.ar-location-info{zoom:1;display:block}.ar-location-info:before,.ar-location-info:after{display:table;line-height:0;content:""}.ar-location-info:after{clear:both}.ar-location-info-item{float:left;position:relative;width:50%;min-height:1px;padding:0 10px;float:left;margin-left:33.3333333333%}.ar-location-info-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media all and (min-width: 0)and (max-width: 767px){.ar-location-line{position:absolute;right:10px;bottom:0;left:10px}.ar-location-map{width:70%;margin:0 auto;padding-bottom:70%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;margin-bottom:32px !important}.ar-location-header{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.ar-location-info{zoom:1;display:block}.ar-location-info:before,.ar-location-info:after{display:table;line-height:0;content:""}.ar-location-info:after{clear:both}.ar-location-info-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.ar-location-info-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.ar-news-item{position:relative;zoom:1}.ar-news-item:before,.ar-news-item:after{display:table;line-height:0;content:""}.ar-news-item:after{clear:both}.ar-news-item-line{height:1px;background-color:#e9e9e9}.ar-news-item:last-child .ar-news-item-line{display:none}.ar-news-item-container{zoom:1}@media all and (min-width: 0)and (max-width: 767px){.ar-news-item-container{margin-top:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-news-item-container{margin-top:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-news-item-container{margin-top:40px !important}}@media all and (min-width: 1281px){.ar-news-item-container{margin-top:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.ar-news-item-container{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-news-item-container{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-news-item-container{margin-bottom:32px !important}}@media all and (min-width: 1281px){.ar-news-item-container{margin-bottom:32px !important}}.ar-news-item-container:before,.ar-news-item-container:after{display:table;line-height:0;content:""}.ar-news-item-container:after{clear:both}.ar-news-item-date{font-size:12px;line-height:1;margin-bottom:6px !important;color:#aaa;font-weight:bold}@media all and (min-width: 768px)and (max-width: 1024px){.ar-news-item-date{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-news-item-date{font-size:12px}}@media all and (min-width: 1281px){.ar-news-item-date{font-size:12px}}.ar-news-item-title.demoted{display:block;margin-bottom:10px !important;color:#000;font-size:18px}.ar-news-item-title.demoted:hover{color:#eb3c96}.ar-news-item-description{margin-bottom:10px !important;font-size:14px}.ar-news-item--image .ar-news-item-image-source{background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.ar-news-item--image .ar-news-item-image-source:before{display:block;width:100%;padding-top:75%;content:""}.ar-news-item--image .ar-news-item-image-source img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.ar-news-item--image .ar-news-item-image-source img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-news-item--image .ar-news-item-image-source img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-news-item--image .ar-news-item-image-source img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.ar-news-item--image .ar-news-item-image-source img{padding:0 10px}}.ar-news-item-type{color:#503291;font-size:12px;font-weight:bold;margin-bottom:0px !important}@media all and (min-width: 1281px){.ar-news-item-container{margin-bottom:35px !important}.ar-news-item-line{position:absolute;right:15px;bottom:0;left:15px}.ar-news-item-content{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}.ar-news-item--image .ar-news-item-content{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.ar-news-item--image .ar-news-item-image{float:right;position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-news-item-line{position:absolute;right:15px;bottom:0;left:15px}.ar-news-item-content{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}.ar-news-item--image .ar-news-item-content{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.ar-news-item--image .ar-news-item-image{float:right;position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-news-item-line{position:absolute;right:15px;bottom:0;left:15px}.ar-news-item-content,.ar-news-item-image{width:100%;position:relative;min-height:1px;padding:0 10px}.ar-news-item--image .ar-news-item-content{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.ar-news-item--image .ar-news-item-image{float:right;width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.ar-news-item-line{position:absolute;right:15px;bottom:0;left:15px}.ar-news-item-image{margin-bottom:24px !important}.ar-news-item-content,.ar-news-item-image{width:100%;position:relative;min-height:1px;padding:0 10px}}.ar-publication{position:relative;zoom:1}.ar-publication:before,.ar-publication:after{display:table;line-height:0;content:""}.ar-publication:after{clear:both}.ar-publication-line{height:1px;background-color:#e9e9e9}.ar-publication:last-child .ar-publication-line{display:none}.ar-publication-container{zoom:1}@media all and (min-width: 0)and (max-width: 767px){.ar-publication-container{margin-top:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-publication-container{margin-top:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-publication-container{margin-top:32px !important}}@media all and (min-width: 1281px){.ar-publication-container{margin-top:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.ar-publication-container{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-publication-container{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-publication-container{margin-bottom:32px !important}}@media all and (min-width: 1281px){.ar-publication-container{margin-bottom:32px !important}}.ar-publication-container:before,.ar-publication-container:after{display:table;line-height:0;content:""}.ar-publication-container:after{clear:both}.ar-publication-info-title{position:relative;top:-2px}.ar-publication-info-title.demoted{margin-bottom:0px !important;display:block;color:#000;font-size:18px}.ar-publication-info-title.demoted:hover{color:#eb3c96}.ar-publication-info-description{font-size:14px;margin-top:8px !important;margin-bottom:16px !important}.ar-publication-info-type{margin-top:-5px;color:#503291;font-size:12px;font-weight:bold}.ar-publication-info-image-container{position:relative;overflow:hidden;height:100%;display:block}.ar-publication-info-image-container:before{display:block;width:100%;padding-top:75%;content:""}.ar-publication-info-image-container img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.ar-publication-info-image-container img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-publication-info-image-container img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-publication-info-image-container img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.ar-publication-info-image-container img{padding:0 10px}}.ar-publication-info-image-container::before{height:0}.ar-publication-info-image{position:absolute;top:0;bottom:0;background-position:center center;background-size:cover}.ar-publication-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ar-publication-controls a{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto}.ar-publication-info,.ar-publication-controls{float:left}@media all and (min-width: 1281px){.ar-publication-line{position:absolute;right:15px;bottom:0;left:15px}.ar-publication-info{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}.ar-publication-info-type{margin-bottom:0px !important}.ar-publication-info-image{right:15px;left:15px}.ar-publication-info-image-container{position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left}.ar-publication-info-image-container+.ar-publication-info{position:relative;width:54.5454545455%;min-height:1px;padding:0 15px;float:left}.ar-publication-controls{position:relative;width:18.1818181818%;min-height:1px;padding:0 15px;float:left}.ar-publication-controls a{margin:0 0 0 auto}.ie .ar-publication-controls a{margin-right:0;margin-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.ar-publication-line{position:absolute;right:15px;bottom:0;left:15px}.ar-publication-info{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}.ar-publication-info-type{margin-bottom:0px !important}.ar-publication-info-image{right:15px;left:15px}.ar-publication-info-image-container{position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left}.ar-publication-info-image-container+.ar-publication-info{position:relative;width:54.5454545455%;min-height:1px;padding:0 15px;float:left}.ar-publication-controls{position:relative;width:18.1818181818%;min-height:1px;padding:0 15px;float:left;padding-left:1px}.ar-publication-controls a{margin:0 0 0 auto}}@media all and (min-width: 768px)and (max-width: 1024px){.ar-publication-line{position:absolute;right:10px;bottom:0;left:10px}.ar-publication-container{display:-webkit-box;display:-ms-flexbox;display:flex}.ar-publication-info-image{right:10px;left:10px}.ar-publication-info{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.ar-publication-info-type{margin-bottom:0px !important}.ar-publication-info-image-container{width:25%;position:relative;min-height:1px;padding:0 10px}.ar-publication-info-image-container+.ar-publication-info{width:58.3333333333%;position:relative;min-height:1px;padding:0 10px}.ar-publication-controls{width:16.6666666667%;position:relative;min-height:1px;padding:0 10px}.ar-publication-controls a{margin:0 0 0 auto}}@media all and (min-width: 0)and (max-width: 767px){.ar-publication-line{position:absolute;right:10px;bottom:0;left:10px}.ar-publication-info{width:100%;position:relative;min-height:1px;padding:0 10px}.ar-publication-info-type{margin-bottom:30px}.ar-publication-info-image{right:10px;left:10px}.ar-publication-info-image-container{margin-bottom:16px !important;padding:0 10px}.ar-publication-controls{width:100%;position:relative;min-height:1px;padding:0 10px}.ar-publication-controls a{margin-left:0}.ar-publication--download .ar-publication-info-type{margin-bottom:24px !important}.ar-publication--download .ar-publication-controls a{display:inline-block}.ie .ar-publication--download .ar-publication-controls{display:block}}.breadcrumb{margin:0;padding:0;list-style:none}.breadcrumb-item{float:left}.breadcrumb-item:before{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding-right:0;content:none}.breadcrumb-link{font-size:12px;line-height:1.5,1.5,1.5,1.5;color:#eb3c96;font-size:12px;font-weight:bold;text-transform:uppercase}@media all and (min-width: 768px)and (max-width: 1024px){.breadcrumb-link{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.breadcrumb-link{font-size:12px}}@media all and (min-width: 1281px){.breadcrumb-link{font-size:12px}}.breadcrumb-link:after{margin-right:5px;color:#503291;content:" /"}.breadcrumb--richpurple .breadcrumb-link:after,.background-color--richpurple .breadcrumb-link:after,.theme--richpurple .breadcrumb-link:after{color:#fff}.breadcrumb--richblue .breadcrumb-link,.breadcrumb--vibrantcyan .breadcrumb-link,.background-color--richblue .breadcrumb-link,.background-color--vibrantcyan .breadcrumb-link,.theme--richblue .breadcrumb-link,.theme--vibrantcyan .breadcrumb-link{color:#fff}.breadcrumb--richblue .breadcrumb-link:after,.breadcrumb--vibrantcyan .breadcrumb-link:after,.background-color--richblue .breadcrumb-link:after,.background-color--vibrantcyan .breadcrumb-link:after,.theme--richblue .breadcrumb-link:after,.theme--vibrantcyan .breadcrumb-link:after{color:#eb3c96}.social-share-barebones{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:15px 0 0}.social-share-barebones .icon-share,.social-share-barebones .icon-cross{padding:0;border:0}.social-share-barebones._open .social-share-barebones__item{display:block}.social-share-barebones._open .social-share-barebones__item--share{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}.social-share-barebones._open .social-share-barebones__item--share .icon-share{opacity:0}.social-share-barebones._open .social-share-barebones__item--share .icon-cross{opacity:1}.social-share-barebones._open .social-share-barebones__text{display:none}.social-share-barebones._open .social-share-barebones__wrap{max-width:1100px}.social-share-barebones._close .social-share-barebones__item{display:block}.social-share-barebones._close .social-share-barebones__item--share{-webkit-transform:rotateZ(-360deg);transform:rotateZ(-360deg)}.social-share-barebones._close .social-share-barebones__item--share .icon-share{opacity:1}.social-share-barebones._close .social-share-barebones__item--share .icon-cross{opacity:0}.social-share-barebones._close .social-share-barebones__text{display:block}.social-share-barebones._close .social-share-barebones__wrap{max-width:0}.social-share-barebones__aria{display:none;position:absolute;visibility:hidden}.social-share-barebones__aria--shown{display:block}.social-share-barebones__trigger-btn{cursor:pointer}.social-share-barebones__wrap{margin:0 0 0 -4px;padding-left:4px;overflow:hidden;transition:max-width .5s ease;-moz-transition:max-width .5s ease;-o-transition:max-width .5s ease;-webkit-transition:max-width .5s ease}.social-share-barebones__item{display:none;margin-right:15px;float:left;padding-left:0px}.social-share-barebones__item:first-child{padding-left:1px}.social-share-barebones__item:before{display:none;padding:0;content:""}.social-share-barebones__item--share{display:block;position:relative;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease, -webkit-transform 1s ease;-moz-transition:transform 1s ease;-o-transition:transform 1s ease;-webkit-transition:transform 1s ease}.social-share-barebones__item--share .icon-share{line-height:1;z-index:1;transition:opacity 1s ease;-moz-transition:opacity 1s ease;-o-transition:opacity 1s ease;-webkit-transition:opacity 1s ease}.social-share-barebones__item--share .icon-cross{position:absolute;top:0;left:0;border-radius:50%;background-color:#eb3c96;text-align:center;z-index:-1;transition:opacity 1s ease;-moz-transition:opacity 1s ease;-o-transition:opacity 1s ease;-webkit-transition:opacity 1s ease}.social-share-barebones--cyan .social-share-barebones__item--share .icon-cross{background-color:#2dbecd}.social-share-barebones--purple .social-share-barebones__item--share .icon-cross{background-color:#503291}.social-share-barebones--cyan .social-share-barebones__item--share .icon-cross:hover{background-color:#169daa}.social-share-barebones--purple .social-share-barebones__item--share .icon-cross:hover{background-color:#412877}.social-share-barebones__link[data-network]{display:inline-block;position:relative}.social-share-barebones__link:before{font-family:"MKGAA-ICONS" !important;color:#454545;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#454545 !important}.social-share-barebones__link:hover{color:#000}.social-share-barebones__link.icon-facebook:hover:before{color:#3b5998 !important}.social-share-barebones__link.icon-twitter:hover:before,.social-share-barebones__link.icon-x:hover:before{color:#000 !important}.social-share-barebones__link.icon-youtube:hover:before{color:#e52d27 !important}.social-share-barebones__link.icon-linkedin:hover:before{color:#007ab6 !important}.social-share-barebones__link.icon-googleplus:hover:before{color:#db4437 !important}.social-share-barebones__link.icon-xing:hover:before{color:#007072 !important}.social-share-barebones__link.icon-email:hover:before,.social-share-barebones__link.icon-email2:hover:before{color:#0f69af !important}.social-share-barebones__link.icon-blogger:hover:before{color:#f57d00 !important}.social-share-barebones__link.icon-digg:hover:before{color:#000 !important}.social-share-barebones__link.icon-flipboard:hover:before{color:#e12828 !important}.social-share-barebones__link.icon-livejournal:hover:before{color:#dc1a4e !important}.social-share-barebones__link.icon-mailru:hover:before{color:#168de2 !important}.social-share-barebones__link.icon-meneame:hover:before{color:#ff6400 !important}.social-share-barebones__link.icon-pinterest:hover:before{color:#cb2027 !important}.social-share-barebones__link.icon-reddit:hover:before{color:#ff4500 !important}.social-share-barebones__link.icon-stumbleupon:hover:before{color:#eb4924 !important}.social-share-barebones__link.icon-tumblr:hover:before{color:#32506d !important}.social-share-barebones__link.icon-vk:hover:before{color:#45668e !important}.social-share-barebones__link.icon-weibo:hover:before{color:#ce1126 !important}.social-share-barebones__link.icon-whatsapp:hover:before{color:#43d854 !important}.social-share-barebones__link.icon-dribbble:hover:before{color:#ea4c89 !important}.social-share-barebones__link.icon-flickr:hover:before{color:#ff0084 !important}.social-share-barebones__link.icon-vimeo:hover:before{color:#1ab7ea !important}.social-share-barebones__link.icon-odnoklassniki:hover:before{color:#ed812b !important}.social-share-barebones__link.icon-wechat:hover:before{color:#7bb32e !important}.social-share-barebones__link.icon-share:hover{cursor:pointer}.social-share-barebones__link.icon-share:hover:before{color:#d92a83}.social-share-barebones--cyan .social-share-barebones__link.icon-share:hover:before{color:#169daa !important}.social-share-barebones--purple .social-share-barebones__link.icon-share:hover:before{color:#412877 !important}.social-share-barebones__link.icon-share:before{color:#eb3c96 !important}.social-share-barebones--cyan .social-share-barebones__link.icon-share:before{color:#2dbecd !important}.social-share-barebones--purple .social-share-barebones__link.icon-share:before{color:#503291 !important}.social-share-barebones__link.icon-cross:before{color:#fff}@media all and (min-width: 1281px){.social-share-barebones__wrap{height:52px;padding-top:5px}.social-share-barebones__item{height:47px;line-height:45px}.social-share-barebones__item--share{width:45px;height:45px}.social-share-barebones__item--share .icon-share{width:45px;height:45px}.social-share-barebones__item--share .icon-cross{width:45px;height:45px}.social-share-barebones__link{line-height:10px}.social-share-barebones__link:before{font-size:43px}.social-share-barebones__link.icon-cross:before{font-size:16px}}@media all and (min-width: 1025px)and (max-width: 1280px){.social-share-barebones__wrap{height:52px;padding-top:5px}.social-share-barebones__item{height:47px;line-height:45px}.social-share-barebones__item--share{width:45px;height:45px}.social-share-barebones__item--share .icon-share{width:45px;height:45px}.social-share-barebones__item--share .icon-cross{width:45px;height:45px}.social-share-barebones__link{line-height:10px}.social-share-barebones__link:before{font-size:43px}.social-share-barebones__link.icon-cross:before{font-size:16px}}@media all and (min-width: 768px)and (max-width: 1024px){.social-share-barebones__wrap{height:52px;margin-top:-5px;padding-top:5px}.social-share-barebones__item{height:47px;line-height:45px}.social-share-barebones__item--share{width:45px;height:45px}.social-share-barebones__item--share .icon-share{width:45px;height:45px}.social-share-barebones__item--share .icon-cross{width:45px;height:45px}.social-share-barebones__link{line-height:10px}.social-share-barebones__link:before{font-size:43px}.social-share-barebones__link.icon-cross:before{font-size:16px}}@media all and (min-width: 0)and (max-width: 767px){.social-share-barebones__wrap{height:45px;padding-top:5px}.social-share-barebones__item{height:41px;margin-right:8px;line-height:38px}.social-share-barebones__item--share{width:37px;height:37px}.social-share-barebones__item--share .icon-share{width:37px;height:37px}.social-share-barebones__item--share .icon-cross{width:37px;height:37px}.social-share-barebones__link{line-height:10px}.social-share-barebones__link:before{font-size:37px}.social-share-barebones__link.icon-cross:before{font-size:14px}}.social-share-barebones--richpurple .social-share-barebones__text{color:#fff}.social-share-barebones--richpurple .social-share-barebones__link.icon-share:before{color:#eb3c96}.social-share-barebones--richpurple .social-share-barebones__link.icon-share:hover{cursor:pointer}.social-share-barebones--richpurple .social-share-barebones__link.icon-share:hover:before{color:#d92a83}.social-share-barebones--richpurple .social-share-barebones__link:before{color:#fff}.social-share-barebones--richpurple .social-share-barebones__link.icon-cross:before{color:#fff}.social-share-barebones--richpurple .social-share-barebones__link:before{color:#fff}.social-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:15px 0 0}.social-share._open .social-share__item{display:block}.social-share._open .social-share__item--share{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}.social-share._open .social-share__item--share .icon-share{opacity:0}.social-share._open .social-share__item--share .icon-cross{opacity:1}.social-share._open .social-share__text{display:none}.social-share._open .social-share__wrap{max-width:350px}.social-share._close .social-share__item{display:block}.social-share._close .social-share__item--share{-webkit-transform:rotateZ(-360deg);transform:rotateZ(-360deg)}.social-share._close .social-share__item--share .icon-share{opacity:1}.social-share._close .social-share__item--share .icon-cross{opacity:0}.social-share._close .social-share__text{display:block}.social-share._close .social-share__wrap{max-width:0}.social-share__wrap{height:39px;overflow:hidden;transition:max-width .5s ease;-moz-transition:max-width .5s ease;-o-transition:max-width .5s ease;-webkit-transition:max-width .5s ease}.social-share__item{display:none;margin-right:15px;float:left}.social-share__item:before{display:none;padding:0;content:""}.social-share__item--share{display:block;position:relative;height:35px;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease, -webkit-transform 1s ease;-moz-transition:transform 1s ease;-o-transition:transform 1s ease;-webkit-transition:transform 1s ease}.social-share__item--share .icon-share{line-height:1;z-index:1;transition:opacity 1s ease;-moz-transition:opacity 1s ease;-o-transition:opacity 1s ease;-webkit-transition:opacity 1s ease}.social-share__item--share .icon-cross{position:absolute;top:0;left:0;width:35px;height:35px;padding-top:7px;border-radius:50%;background-color:#eb3c96;text-align:center;z-index:-1;transition:opacity 1s ease;-moz-transition:opacity 1s ease;-o-transition:opacity 1s ease;-webkit-transition:opacity 1s ease}.social-share__link[data-network]{display:inline-block;position:relative}.social-share__link:before{font-family:"MKGAA-ICONS" !important;color:#454545;font-size:35px;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-share__link.email:before{content:""}.social-share__link.xing:before{content:""}.social-share__link.facebook:before{content:""}.social-share__link.googleplus:before{content:""}.social-share__link.linkedin:before{content:""}.social-share__link.twitter:before{content:""}.social-share__link.youtube:before{content:""}.social-share__link.facebook:hover:before{color:#3b5998}.social-share__link.twitter:hover:before{color:#000}.social-share__link.youtube:hover:before{color:#e52d27}.social-share__link.linkedin:hover:before{color:#007ab6}.social-share__link.googleplus:hover:before{color:#db4437}.social-share__link.xing:hover:before{color:#007072}.social-share__link.email:hover:before,.social-share__link.email2:hover:before{color:#0f69af}.social-share__link.icon-share:hover{cursor:pointer}.social-share__link.icon-share:hover:before{color:#d92a83}.social-share__link.icon-share:before{color:#eb3c96}.social-share__link.icon-cross:before{color:#fff;font-size:16px}@media all and (min-width: 1281px){.social-share{width:100%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.social-share{width:100%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.social-share{width:100%;position:relative;min-height:1px;padding:0 10px}.social-share__item{margin-top:2px}}@media all and (min-width: 0)and (max-width: 767px){.social-share{width:100%;position:relative;min-height:1px;padding:0 10px}.social-share__wrap{height:30px}.social-share__item{margin-right:7px}.social-share__item--share{height:30px}.social-share__item--share .icon-cross{width:30px;height:30px;padding-top:5px}.social-share__link:before{font-size:30px}}.social-share.dark .social-share__text{color:#fff}.social-share.dark .social-share__link.icon-share:before{color:#eb3c96}.social-share.dark .social-share__link.icon-share:hover{cursor:pointer}.social-share.dark .social-share__link.icon-share:hover:before{color:#d92a83}.social-share.dark .social-share__link:before{color:#fff}.theme--richblue .social-share__text{color:#fff}.theme--richblue .social-share__link.icon-share:before{color:#eb3c96}.theme--richblue .social-share__link.icon-share:hover{cursor:pointer}.theme--richblue .social-share__link.icon-share:hover:before{color:#d92a83}.theme--richblue .social-share__link:before{color:#fff}.theme--richpurple .social-share__text{color:#fff}.theme--richpurple .social-share__link.icon-share:before{color:#eb3c96}.theme--richpurple .social-share__link.icon-share:hover{cursor:pointer}.theme--richpurple .social-share__link.icon-share:hover:before{color:#d92a83}.theme--richpurple .social-share__link:before{color:#fff}.theme--richpurple .social-share__link.icon-cross:before{color:#fff}.pa-header .social-share{padding:0}.accordion-dropdown{zoom:1}.accordion-dropdown:before,.accordion-dropdown:after{display:table;line-height:0;content:""}.accordion-dropdown:after{clear:both}.accordion-dropdown ol li{list-style-type:auto}.accordion-dropdown ol li::before{content:none}.accordion-dropdown-header{zoom:1;display:block;width:100%;height:100%;padding:0;border:0;font-size:16px;cursor:pointer}.accordion-dropdown-header:before,.accordion-dropdown-header:after{display:table;line-height:0;content:""}.accordion-dropdown-header:after{clear:both}.accordion-dropdown-header:focus{outline:2px auto #3b99fc}.accordion-dropdown-header-wrapper{margin:0}.accordion-dropdown-content{overflow:hidden;transition:height 600ms ease;-moz-transition:height 600ms ease;-o-transition:height 600ms ease;-webkit-transition:height 600ms ease}.accordion-dropdown img{width:100%;max-height:500px;margin:20px 0;-o-object-fit:contain;object-fit:contain}@-webkit-keyframes acdn-fade-in{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes acdn-fade-in{0%{opacity:0}50%{opacity:0}100%{opacity:1}}.acdn{zoom:1;background-color:#fff}.acdn:before,.acdn:after{display:table;line-height:0;content:""}.acdn:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.acdn{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.acdn{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.acdn{padding-top:60px !important}}@media all and (min-width: 1281px){.acdn{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.acdn{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.acdn{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.acdn{padding-bottom:60px !important}}@media all and (min-width: 1281px){.acdn{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.acdn.same-theme--bottom{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.acdn.same-theme--bottom{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.acdn.same-theme--bottom{padding-bottom:60px !important}}@media all and (min-width: 1281px){.acdn.same-theme--bottom{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.acdn.same-theme--top{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.acdn.same-theme--top{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.acdn.same-theme--top{padding-bottom:60px !important}}@media all and (min-width: 1281px){.acdn.same-theme--top{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.acdn.same-theme--top{padding-top:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.acdn.same-theme--top{padding-top:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.acdn.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.acdn.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.acdn.same-theme--both{padding-bottom:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.acdn.same-theme--both{padding-bottom:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.acdn.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.acdn.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.acdn.same-theme--both{padding-top:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.acdn.same-theme--both{padding-top:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.acdn.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.acdn.same-theme--both{padding-top:30px !important}}.acdn-container{zoom:1;width:1400px;margin:0 auto}.acdn-container:before,.acdn-container:after{display:table;line-height:0;content:""}.acdn-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.acdn-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.acdn-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.acdn-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.acdn-container{width:1280px;padding-right:30px;padding-left:30px}}.acdn-title{color:#503291;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-bottom:48px !important}.acdn-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.acdn-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.acdn-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.acdn-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.acdn-title{margin-top:-12px;font-size:28px;line-height:1.2}}.acdn-items{margin:0}.acdn-item{margin-bottom:-2px;border-top:2px solid #e1e1e1;border-bottom:2px solid #e1e1e1}.acdn-item::before{display:none}.acdn-item-header{zoom:1}.acdn-item-header:before,.acdn-item-header:after{display:table;line-height:0;content:""}.acdn-item-header:after{clear:both}.acdn-item-header-inner{zoom:1;padding-top:24px !important;padding-bottom:24px !important}.acdn-item-header-inner:before,.acdn-item-header-inner:after{display:table;line-height:0;content:""}.acdn-item-header-inner:after{clear:both}.acdn-item-header-left{zoom:1;position:relative;text-align:left}.acdn-item-header-left:before,.acdn-item-header-left:after{display:table;line-height:0;content:""}.acdn-item-header-left:after{clear:both}.acdn-item-header-left,.acdn-item-header-right{float:left}.acdn-item-header-title{display:none;margin-bottom:0;opacity:0}.acdn-item-header-title-open{margin-bottom:0;margin-left:48px !important;font-weight:bold;opacity:1;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.acdn-item-header-icon{position:relative;width:32px;height:32px;float:right;background-color:#d92b83;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;-webkit-transition:background-color .2s linear;margin-right:24px !important}.acdn-item-header-icon-symbol{position:absolute;top:0;right:0;bottom:0;left:0}.acdn-item-header-icon-symbol-vertical,.acdn-item-header-icon-symbol-horizontal{background-color:#fff}.acdn-item-header-icon-symbol-vertical{width:2px;height:12px;position:absolute;top:10px;left:15px;transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear}.acdn-item-header-icon-symbol-horizontal{width:12px;height:2px;position:absolute;top:15px;left:10px}.acdn-item-content{zoom:1}.acdn-item-content:before,.acdn-item-content:after{display:table;line-height:0;content:""}.acdn-item-content:after{clear:both}.acdn-item .accordion-dropdown-content>*{transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.acdn-item .accordion-dropdown-content p a span.button-magenta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:35px;padding:12px 16px;border-radius:5px;background:#eb3c96;color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.acdn-item .accordion-dropdown-content p a span.button-magenta:hover{background-color:#d92a83 !important}.acdn .initiated .acdn-item-header-title{display:block;opacity:1}.acdn .initiated .acdn-item-header-title-open{display:none;opacity:0}.acdn .initiated .accordion-dropdown-content:not(.open)>*{opacity:0}.acdn .open .acdn-item-header{background-color:#ebf7f7}.acdn .open .acdn-item-header-title{display:none}.acdn .open .acdn-item-header-title-open{display:block;-webkit-animation-name:acdn-fade-in;animation-name:acdn-fade-in;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.acdn .open .acdn-item-header-icon{background-color:#503291}.acdn .open .acdn-item-header-icon-symbol-vertical{height:2px;position:absolute;top:15px;left:15px}.acdn .open.accordion-dropdown-content{background-color:#ebf7f7;opacity:1;-webkit-animation-name:acdn-fade-in;animation-name:acdn-fade-in;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.acdn .accordion-dropdown{padding:1px}.acdn .accordion-dropdown-content{transition:none;-webkit-transition:none}.acdn .accordion-dropdown-content>*{padding-right:48px !important;padding-left:48px !important}.acdn .accordion-dropdown-content>*:first-child{margin-top:20px}.acdn .accordion-dropdown-content>*:first-child>img{margin-top:0}@media all and (min-width: 1281px){.acdn-header,.acdn-content{width:87.5%;position:relative;min-height:1px;padding:0 15px}.acdn-item-header-inner{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;padding-right:0;padding-left:0}.acdn-item-header-left{position:relative;width:64.2857142857%;min-height:1px;padding:0 15px;float:left;padding-left:0}.acdn-item-header-right{position:relative;width:35.7142857143%;min-height:1px;padding:0 15px;float:left;padding-right:0}.acdn-item .accordion-dropdown-content>*{position:relative;width:64.2857142857%;min-height:1px;padding:0 15px;float:left;width:100%}.acdn .acdn-container.acdn-contentfit{width:auto !important;max-width:1280px !important;padding-right:30px;padding-left:30px}.acdn .acdn-container.acdn-contentfit .acdn-header{width:31.5% !important}.acdn .acdn-container.acdn-contentfit>.row{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.acdn .acdn-container.acdn-contentfit .acdn-content{width:68.75%}}@media all and (min-width: 1025px)and (max-width: 1280px){.acdn-header,.acdn-content{width:87.5%;position:relative;min-height:1px;padding:0 15px}.acdn-item-header-inner{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;padding-right:0;padding-left:0}.acdn-item-header-left{position:relative;width:64.2857142857%;min-height:1px;padding:0 15px;float:left;padding-left:0}.acdn-item-header-right{position:relative;width:35.7142857143%;min-height:1px;padding:0 15px;float:left;padding-right:0}.acdn-item .accordion-dropdown-content>*{position:relative;width:64.2857142857%;min-height:1px;padding:0 15px;float:left;width:100%}.acdn .acdn-container.acdn-contentfit{width:auto !important;max-width:1280px !important;padding-right:30px;padding-left:30px}.acdn .acdn-container.acdn-contentfit .acdn-header{width:31.5% !important}.acdn .acdn-container.acdn-contentfit>.row{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.acdn .acdn-container.acdn-contentfit .acdn-content{width:68.75%}}@media all and (min-width: 768px)and (max-width: 1024px){.acdn-header,.acdn-content{width:100%;position:relative;min-height:1px;padding:0 10px}.acdn-item-header-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding-right:0;padding-left:0}.acdn-item-header-left{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left;padding-left:0}.acdn-item-header-right{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;padding-right:0}.acdn-item .accordion-dropdown-content>*{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;width:100%}}@media all and (min-width: 0)and (max-width: 767px){.acdn-header,.acdn-content{width:100%;position:relative;min-height:1px;padding:0 10px}.acdn-item-header-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding-right:0;padding-left:0}.acdn-item-header-left{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left;padding-left:0}.acdn-item-header-right{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;padding-right:0}.acdn-item .accordion-dropdown-content>*{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;width:100%}}.acdn ul li:before{background-color:#503291}.announcement-bar{background-color:#fff}.announcement-bar__wrapper{zoom:1;width:1400px;margin:0 auto;padding:10px 20px}.announcement-bar__wrapper:before,.announcement-bar__wrapper:after{display:table;line-height:0;content:""}.announcement-bar__wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.announcement-bar__wrapper{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.announcement-bar__wrapper{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.announcement-bar__wrapper{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.announcement-bar__wrapper{width:1280px;padding-right:30px;padding-left:30px}}.announcement-bar__text{margin:0;color:#000;font-size:12px;line-height:1.6;text-align:center}.basic-announcement{position:relative;background-color:#ffc832;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.basic-announcement{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-announcement{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-announcement{padding-top:60px !important}}@media all and (min-width: 1281px){.basic-announcement{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.basic-announcement{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-announcement{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-announcement{padding-bottom:60px !important}}@media all and (min-width: 1281px){.basic-announcement{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.basic-announcement.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-announcement.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-announcement.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.basic-announcement.same-theme--bottom{padding-bottom:30px !important}}.basic-announcement-background{position:absolute;top:-60px;right:100%;bottom:0;width:400%;height:390px;background-color:#eb3c96}.basic-announcement-container{position:relative;zoom:1;width:1400px;margin:0 auto}.basic-announcement-container:before,.basic-announcement-container:after{display:table;line-height:0;content:""}.basic-announcement-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.basic-announcement-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-announcement-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-announcement-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.basic-announcement-container{width:1280px;padding-right:30px;padding-left:30px}}.basic-announcement-row{zoom:1}.basic-announcement-row:before,.basic-announcement-row:after{display:table;line-height:0;content:""}.basic-announcement-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.basic-announcement-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-announcement-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-announcement-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.basic-announcement-row{margin-right:-15px;margin-left:-15px}}.basic-announcement-shape{position:absolute;top:0;left:0}.basic-announcement-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#503291}.basic-announcement-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.basic-announcement-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-announcement-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-announcement-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.basic-announcement-title{margin-top:-12px;font-size:28px;line-height:1.2}}.basic-announcement-title span{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#503291}.basic-announcement-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.basic-announcement-title span{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-announcement-title span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-announcement-title span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.basic-announcement-title span{margin-top:-12px;font-size:28px;line-height:1.2}}.basic-announcement-description{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7}.basic-announcement-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-announcement-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-announcement-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.basic-announcement-description{font-size:16px;line-height:1.7}}.basic-announcement-link-list-title{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin-bottom:16px !important;font-weight:bold;text-transform:uppercase}.basic-announcement-link-list-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-announcement-link-list-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-announcement-link-list-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.basic-announcement-link-list-title{font-size:14px;line-height:1.7}}.basic-announcement-link-list-title span{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;font-weight:bold;text-transform:uppercase}.basic-announcement-link-list-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-announcement-link-list-title span{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-announcement-link-list-title span{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.basic-announcement-link-list-title span{font-size:14px;line-height:1.7}}.basic-announcement-link-list-list-item{margin-bottom:16px !important;padding-right:25px;font-weight:bold}.basic-announcement-link-list-list-item.arrow-link::after{top:5px;right:10px}.basic-announcement-link-list-list-item.arrow-link:hover::after,.basic-announcement-link-list-list-item.arrow-link:focus::after{right:5px}.basic-announcement-left,.basic-announcement-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.basic-announcement-background,.basic-announcement-shape{display:none}.basic-announcement-left{width:100%;position:relative;min-height:1px;padding:0 10px}.basic-announcement-right{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-announcement-shape{width:1200px;height:2400px;overflow:hidden;position:absolute;top:-1100px;left:-400px}.basic-announcement-shape svg{width:2400px;height:2400px}.basic-announcement-shape svg g path{fill:#eb3c96}.basic-announcement-left{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}.basic-announcement-right{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-announcement-shape{width:800px;height:1600px;overflow:hidden;position:absolute;top:-700px;left:-300px}.basic-announcement-shape svg{width:1600px;height:1600px}.basic-announcement-shape svg g path{fill:#eb3c96}.basic-announcement-left{width:50%;position:relative;min-height:1px;padding:0 15px;margin-left:25%}.basic-announcement-right{width:25%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1281px){.basic-announcement-shape{width:800px;height:1600px;overflow:hidden;position:absolute;top:-700px;left:-200px}.basic-announcement-shape svg{width:1600px;height:1600px}.basic-announcement-shape svg g path{fill:#eb3c96}.basic-announcement-left{width:50%;position:relative;min-height:1px;padding:0 15px;margin-left:25%}.basic-announcement-right{width:25%;position:relative;min-height:1px;padding:0 15px}}.back-to-top{position:fixed;right:0;bottom:30px;left:0;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;width:60px;height:60px;margin:auto;padding-top:3px;-webkit-transition:visibility 0s linear .25s,opacity .25s,padding .25s;transition:visibility 0s linear .25s,opacity .25s,padding .25s;background:#503291;line-height:1;text-align:center;cursor:pointer;opacity:0;visibility:hidden;z-index:999}.back-to-top .icon{width:100%;height:100%;color:#fff;font-size:50px}.back-to-top-shown .back-to-top{-webkit-transition-delay:0s;transition-delay:0s;opacity:1;visibility:visible}.back-to-top:hover{padding-top:0}@media all and (min-width: 768px)and (max-width: 1024px){.back-to-top{width:50px;height:50px}.back-to-top .icon{font-size:40px}}@media all and (min-width: 0)and (max-width: 767px){.back-to-top{width:44px;height:44px}.back-to-top .icon{font-size:34px}}.basic-header{position:relative}@media all and (min-width: 0)and (max-width: 767px){.basic-header{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-header{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-header{padding-top:60px !important}}@media all and (min-width: 1281px){.basic-header{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.basic-header{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-header{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-header{padding-bottom:60px !important}}@media all and (min-width: 1281px){.basic-header{padding-bottom:60px !important}}.basic-header--only-title.header{padding:38px 0 41px !important}.basic-header--with-image.header{padding-bottom:60px !important;background-position:center center;background-size:cover;z-index:1}.basic-header-container{zoom:1;width:1400px;margin:0 auto}.basic-header-container:before,.basic-header-container:after{display:table;line-height:0;content:""}.basic-header-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.basic-header-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-header-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-header-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.basic-header-container{width:1280px;padding-right:30px;padding-left:30px}}.basic-header--only-title .breadcrumb-container{padding-top:14px}.basic-header .header-title{margin-bottom:15px}.basic-header .header-share{padding:0}.basic-header .social-share-barebones--richpurple{color:#fff}.basic-header.basic-header-scheme-cyan{background-color:#2dbecd}.basic-header.basic-header-scheme-cyan .breadcrumb-link{color:#fff}.basic-header.basic-header-scheme-cyan .breadcrumb-link:after{color:#eb3c96}.basic-header.basic-header-scheme-cyan .basic-header-title{color:#503291}.basic-header.basic-header-scheme-purple{background-color:#503291}.basic-header.basic-header-scheme-purple .basic-header-title{color:#2dbecd}.basic-header.basic-header-scheme-purple .breadcrumb-link{color:#eb3c96}.basic-header.basic-header-scheme-purple .breadcrumb-link:after{color:#fff}@media all and (min-width: 1281px){.basic-header-scheme-cyan:before{height:70%}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-header--only-title.header{padding-top:43px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-header:before{display:none}.basic-header--only-title.header{padding-top:45px !important}}@media all and (min-width: 0)and (max-width: 767px){.basic-header:before{display:none}.basic-header--with-image.header{background-position:top center}.basic-header--only-title.header{padding-top:46px !important}}.behind-the-technology{position:relative;background-color:#fff;overflow:hidden}.behind-the-technology-floatcontent{height:100%}.behind-the-technology-floatcontent .container{height:100%}.behind-the-technology .container{overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.behind-the-technology .row{margin-top:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.behind-the-technology .row{margin-top:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.behind-the-technology .row{margin-top:80px !important}}@media all and (min-width: 1281px){.behind-the-technology .row{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.behind-the-technology .row{margin-bottom:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.behind-the-technology .row{margin-bottom:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.behind-the-technology .row{margin-bottom:80px !important}}@media all and (min-width: 1281px){.behind-the-technology .row{margin-bottom:80px !important}}.behind-the-technology-background{position:relative;overflow:hidden;position:absolute;top:0;width:100%;height:100%;background-attachment:fixed;background-color:#fff;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover}.behind-the-technology-background:before{display:block;width:100%;padding-top:56.25%;content:""}.behind-the-technology-background img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.behind-the-technology-background img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.behind-the-technology-background img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.behind-the-technology-background img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.behind-the-technology-background img{padding:0 10px}}.behind-the-technology-image-left,.behind-the-technology-image-right{position:relative;overflow:hidden;position:absolute;top:10%;width:50%;z-index:1}.behind-the-technology-image-left:before,.behind-the-technology-image-right:before{display:block;width:100%;padding-top:100%;content:""}.behind-the-technology-image-left img,.behind-the-technology-image-right img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.behind-the-technology-image-right{right:0}.behind-the-technology-content{width:43.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.behind-the-technology-content-title{color:#2dbecd;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;margin-bottom:16px !important;text-transform:uppercase}.behind-the-technology-content-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.behind-the-technology-content-title{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.behind-the-technology-content-title{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.behind-the-technology-content-title{font-size:12px;line-height:1.2}}.behind-the-technology-content-headline{color:#503291;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-bottom:40px !important}.behind-the-technology-content-headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.behind-the-technology-content-headline{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.behind-the-technology-content-headline{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.behind-the-technology-content-headline{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.behind-the-technology-content-headline{margin-top:-22px;font-size:50px;line-height:1.2}}.behind-the-technology-content-text{font-size:18px}@media all and (min-width: 1281px){.behind-the-technology:before{display:block;width:100%;padding-top:56.25%;content:""}.behind-the-technology .row{margin:170px 0 !important}.behind-the-technology-floatcontent{position:absolute;top:0;width:100%}.behind-the-technology-content{-webkit-transform:translate3d(0, 600px, 0);transform:translate3d(0, 600px, 0)}.behind-the-technology-content-text{opacity:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.behind-the-technology:before{display:block;width:100%;padding-top:56.25%;content:""}.behind-the-technology .row{margin:110px 0 !important}.behind-the-technology-floatcontent{position:absolute;top:0;width:100%}.behind-the-technology-content{-webkit-transform:translate3d(0, 600px, 0);transform:translate3d(0, 600px, 0)}.behind-the-technology-content-text{opacity:0}}@media all and (min-width: 768px)and (max-width: 1024px){.behind-the-technology-background{position:relative;overflow:hidden;background-attachment:inherit}.behind-the-technology-background:before{display:block;width:100%;padding-top:56.25%;content:""}.behind-the-technology-background img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.behind-the-technology-background img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.behind-the-technology-background img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.behind-the-technology-background img{padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.behind-the-technology-background img{padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.behind-the-technology-image-left,.behind-the-technology-image-right{top:30px}}@media all and (min-width: 768px)and (max-width: 1024px){.behind-the-technology-content{width:100%;position:relative;min-height:1px;padding:0 10px;margin-left:0}.behind-the-technology-content-title{margin-bottom:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.behind-the-technology-background{position:relative;overflow:hidden;background-attachment:inherit}.behind-the-technology-background:before{display:block;width:100%;padding-top:56.25%;content:""}.behind-the-technology-background img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1281px){.behind-the-technology-background img{padding:0 15px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1025px)and (max-width: 1280px){.behind-the-technology-background img{padding:0 15px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 768px)and (max-width: 1024px){.behind-the-technology-background img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 0)and (max-width: 767px){.behind-the-technology-background img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.behind-the-technology-image-left,.behind-the-technology-image-right{top:10px}}@media all and (min-width: 0)and (max-width: 767px){.behind-the-technology-content{width:100%;position:relative;min-height:1px;padding:0 10px;margin-left:0}.behind-the-technology-content-title{margin-bottom:24px !important}}.behind-the-technology--editmode .behind-the-technology-image-left{-webkit-transform:translate3d(-400px, 0, 0);transform:translate3d(-400px, 0, 0)}.behind-the-technology--editmode .behind-the-technology-image-right{-webkit-transform:translate3d(400px, 0, 0);transform:translate3d(400px, 0, 0)}.behind-the-technology--editmode .behind-the-technology-content{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.behind-the-technology--editmode .behind-the-technology-content-text{opacity:1}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm{display:block}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm:after{display:block;clear:both;content:""}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm .wFormTitle{width:31.25%;margin:0;padding:0 15px !important;float:left;line-height:33px;text-transform:uppercase}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow{width:68.75%;padding:0 15px;float:left}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1){margin-bottom:52px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent h4,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent h4,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent h4,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent h4{margin-top:0;margin-bottom:16px;color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:bold;line-height:1.7;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent p,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent p,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent p,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent p{color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions{margin-top:49px;margin-bottom:60px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions .deny-access-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions .deny-access-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions .deny-access-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions .deny-access-btn{margin-top:0;padding:12px 16px;color:#fff;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:11px;font-style:normal;line-height:11px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions .deny-access-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions .deny-access-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions .deny-access-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .actions .deny-access-btn{margin-left:40px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D{margin-bottom:0 !important}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D::after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D::after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D::after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D::after{display:block;clear:both;content:""}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .label.preField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .label.preField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .label.preField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .label.preField{width:35%;margin-left:0;float:left;color:gray;font-size:16px;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper{width:65%;padding-left:33px;float:left}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input{width:100%;height:42px;padding:0 0 14px 0 !important;border:0;background:0;color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .mandatory-error-field,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .mandatory-error-field,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .mandatory-error-field,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .mandatory-error-field{border-bottom:2px solid #e61e50 !important}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea{min-height:88px;margin-bottom:9px !important;padding:0 !important;border-bottom:0;background:0;color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:normal;line-height:1.7}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm{display:block}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm:after{display:block;clear:both;content:""}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm .wFormTitle{width:31.25%;margin:0;padding:0 15px !important;float:left;line-height:33px;text-transform:uppercase}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm form.hintsBelow{width:68.75%;padding:0 15px;float:left}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent{color:#1b1b25 !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important;font-size:16px !important;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent span{color:#1b1b25 !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important;font-size:16px !important;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent a,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent a{display:inline-block;position:relative;margin-top:20px;color:#eb3c96;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1px;text-decoration:none;text-transform:none;cursor:pointer}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent:hover,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent:hover,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent:focus{border:0;color:#eb3c96;text-decoration:none}@media all and (min-width: 1281px){.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .cmp-form-assembly__content .wFormContainer{width:auto;max-width:1280px;margin:-30px auto;padding:0 30px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .cmp-form-assembly__content .wFormContainer .wForm{margin:0 -15px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .cmp-form-assembly__after-submit{width:auto;max-width:1280px;margin:0 auto;padding:0 30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .cmp-form-assembly__content .wFormContainer{width:auto;max-width:1024px;margin:-30px auto;padding:0 30px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .cmp-form-assembly__content .wFormContainer .wForm{margin:0 -15px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .cmp-form-assembly__after-submit{width:auto;max-width:1024px;margin:0 auto;padding:0 30px}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer{width:768px;margin:0 auto;padding:0 20px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm{margin:0 -10px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm .wFormTitle{width:100%;margin:0 0 36px 0;padding:0 10px;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow{width:100%;margin:0;padding:0 10px;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__after-submit{width:auto;max-width:768px;margin:0 auto;padding:0 20px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer{width:768px;margin:0 auto;padding:0 20px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm{display:block;margin:0 -10px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm .wFormTitle{width:100%;margin-bottom:30px;padding:0 10px;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm form.hintsBelow{width:100%;padding:0 10px;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .cmp-form-assembly__after-submit{width:auto;max-width:768px;margin:0 auto;padding:0 20px}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer{width:100%;margin:0 auto;padding:0 20px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm{margin:0 -10px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm .wFormTitle{width:100%;margin:0 0 36px 0;padding:0 10px;float:none;font-size:24px;line-height:1.2}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow{width:100%;margin-left:0;padding:0 10px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .label.preField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .label.preField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .label.preField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .label.preField{width:100%;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__content .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper{width:100%;padding-left:0;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12884 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--13490 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12103 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--12109 .cmp-form-assembly__after-submit{width:auto;max-width:100%;margin:0 auto;padding:0 20px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer{width:100%;margin:0 auto;padding:0 20px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm{display:block;margin:0 -10px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm .wFormTitle{width:100%;margin-bottom:30px;padding:0 10px;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .wFormContainer .wForm form.hintsBelow{width:100%;padding:0 10px;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11850 .cmp-form-assembly__after-submit,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11934 .cmp-form-assembly__after-submit{width:auto;max-width:100%;margin:0 auto;padding:0 20px}}.accordion-migrate .cmp-accordion__button{padding-inline:6px;padding-block:1px}.brandhubRecodeChecklist>*{margin:0;padding:0;line-height:1.5;font-family:calibri,sans-serif;font-size:1em}.brandhubRecodeChecklist>* a,.brandhubRecodeChecklist>* a:active,.brandhubRecodeChecklist>* a:visited,.brandhubRecodeChecklist>* a:link{text-decoration:none}.brandhubRecodeChecklist>* .mt25{margin-top:25px}.brandhubRecodeChecklist>* .checklist-comp{width:100%}.brandhubRecodeChecklist>* .questions{height:auto;padding:0 80px}.brandhubRecodeChecklist>* .boxCheckBackground{background-color:#96d7d2}.brandhubRecodeChecklist>* .options{width:200px;position:absolute;right:0;padding-left:0px !important}.brandhubRecodeChecklist>* .text-center{color:#96d7d2}.brandhubRecodeChecklist>* .questions span{display:inline-block;text-transform:uppercase;padding:0 10px;text-align:center}.brandhubRecodeChecklist>* .indicator ul li{display:inline-block;width:20px;height:15px;border:2px solid #96d7d2;margin-right:10px}.brandhubRecodeChecklist>* .indicator ul li.active{background-color:#96d7d2}.brandhubRecodeChecklist>* .indicator.mt25{text-align:center}.brandhubRecodeChecklist>* .msg{text-align:center;font-size:20px;font-weight:bold;display:none;padding:20px;margin:10px 100px;color:#2f3030;background-color:#96d7d2;text-transform:uppercase}.brandhubRecodeChecklist>* .questions table td{padding:10px 50px}.brandhubRecodeChecklist>* .questions table{border-spacing:0}.brandhubRecodeChecklist>* .text1column.section .green .hypo_heading_checklist p b,.brandhubRecodeChecklist>* .text1column.section .green .hypo_heading_checklist p{color:#2f3030 !important;font-size:20px !important}.brandhubRecodeChecklist>* .text1column.section .one-text-column.red-bg .para-text{background:#eb3c96}.brandhubRecodeChecklist>* .text1column .one-text-column p b,.brandhubRecodeChecklist>* .text1column .one-text-column.red-bg p b{font-family:Montserrat,sans-serif}.brandhubRecodeChecklist>* table tr td h6,.brandhubRecodeChecklist>* .checklistpage table tr td h6,.brandhubRecodeChecklist>* .checklistpage_0 table tr td h6{text-align:left;font-size:20px !important;text-transform:initial;color:#2f3030;font-family:Montserrat light,sans-serif}.brandhubRecodeChecklist>* .questions table tr td:first-child{width:80%}.brandhubRecodeChecklist>* input[type=radio]{display:block;margin:5px}.brandhubRecodeChecklist>* input[type=radio]:after{width:18px;height:18px;border-radius:18px;top:-2px;left:-1px;position:relative;background-color:#fff;content:"";display:inline-block;visibility:visible;border:2px solid #96d7d2}.brandhubRecodeChecklist>* input[type=radio]:checked:after{width:18px;height:18px;border-radius:15px;top:-2px;left:-1px;position:relative;background-color:#96d7d2;content:"";display:inline-block;visibility:visible}.brandhubRecodeChecklist>* .text1column.section .one-text-column.green .para-text{background-color:#96d7d2;margin-top:-39px !important;padding-top:15px;padding-bottom:15px;padding-left:30px;padding-right:3px}@media only screen and (max-width: 767px){.brandhubRecodeChecklist>* .questions table tr td:first-child{width:70%;padding-right:15px;padding-right:0px}.brandhubRecodeChecklist>* .options{width:auto}.brandhubRecodeChecklist>* .questions{padding:0 0px}.brandhubRecodeChecklist>* .questions table td{padding:10px 10px}}@media screen and (min-width: 320px)and (max-width: 767px){.brandhubRecodeChecklist>* input[type=radio]:after{width:14px;height:14px;border-radius:18px;top:-1px;left:0px;position:relative;background-color:#fff;content:"";display:inline-block;visibility:visible}.brandhubRecodeChecklist>* input[type=radio]:checked:after{width:14px;height:14px;border-radius:15px;top:-1px;left:0px;position:relative;content:"";display:inline-block;visibility:visible}.brandhubRecodeChecklist>* table tr td h6,.brandhubRecodeChecklist>* .questions table tr td h6{text-align:left;font-size:14px !important;text-transform:initial;color:#2f3030;font-family:Montserrat light,sans-serif}.brandhubRecodeChecklist>* .msg{font-size:14px;padding:20px;margin:0px}.brandhubRecodeChecklist>* .text1column.section .hypo_heading_checklist p,.brandhubRecodeChecklist>* .text1column.section .hypo_heading_checklist p b,.brandhubRecodeChecklist>* .text1column.section .one-text-column.red-bg .para-text p{color:#fff !important;font-size:14px !important}.brandhubRecodeChecklist>* .text1column.section .one-text-column.red-bg .para-text p{margin-top:2px;margin-bottom:3px}.brandhubRecodeChecklist>* .text1column.section .red-bg .para-text{padding:1px 5px}.brandhubRecodeChecklist>* .text1column.section .one-text-column.green .para-text{padding-top:5px !important;padding-bottom:15px !important;padding-left:14px !important;padding-right:19px !important;margin-top:-30px !important}.brandhubRecodeChecklist>* .text1column.section .one-text-column.green .para-text p{font-size:14px !important}}.brandhubRecodeChecklist>* .bgWhite{background-color:#fff}.brandhubRecodeDecisionTree .cmp-decisiontree__hidden{display:none !important}.brandhubRecodeDecisionTree .cmp-decisiontree__invisible{visibility:hidden !important}.brandhub-recode-advanced-download-v2 .download-component__pdf-preview-wrapper,.brandhub-recode-advanced-download-v2 .rtl .download-component__pdf-preview-wrapper{overflow-y:auto}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .download-component__image-viewer,.brandhub-recode-advanced-download-v2 .rtl .download-component__image-viewer{position:relative;top:50%;height:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .download-component__image-viewer,.brandhub-recode-advanced-download-v2 .rtl .download-component__image-viewer{position:relative;top:50%;height:auto;max-height:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.brandhub-recode-advanced-download-v2 .download-component__image-viewer,.brandhub-recode-advanced-download-v2 .rtl .download-component__image-viewer{background:#fff}.brandhub-recode-advanced-download-v2 .download-component:not(.section),.brandhub-recode-advanced-download-v2 .rtl .download-component:not(.section){padding-top:40px;padding-bottom:40px}.brandhub-recode-advanced-download-v2 .download-component--light:not(.section),.brandhub-recode-advanced-download-v2 .rtl .download-component--light:not(.section){background-color:#f5f5f5}.brandhub-recode-advanced-download-v2 .download-component-main-container,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-container{width:1400px;margin:0 auto;zoom:1}.brandhub-recode-advanced-download-v2 .download-component-main-container:before,.brandhub-recode-advanced-download-v2 .download-component-main-container:after,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-container:before,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-container:after{display:table;line-height:0;content:""}.brandhub-recode-advanced-download-v2 .download-component-main-container:after,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .download-component-main-container,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .download-component-main-container,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .download-component-main-container,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .download-component-main-container,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-container{width:1280px;padding-right:30px;padding-left:30px}}.brandhub-recode-advanced-download-v2 .download-component-main-row,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-row{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:1px;-webkit-box-sizing:border-box;box-sizing:border-box;zoom:1}.brandhub-recode-advanced-download-v2 .download-component-main-row:before,.brandhub-recode-advanced-download-v2 .download-component-main-row:after,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-row:before,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-row:after{display:table;line-height:0;content:""}.brandhub-recode-advanced-download-v2 .download-component-main-row:after,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .download-component-main-row,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .download-component-main-row,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .download-component-main-row,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .download-component-main-row,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-row{margin-right:-15px;margin-left:-15px}}.brandhub-recode-advanced-download-v2 .download-component__headline,.brandhub-recode-advanced-download-v2 .rtl .download-component__headline{margin:0;font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:30px;font-weight:900;letter-spacing:normal;line-height:1.2}.brandhub-recode-advanced-download-v2 .download-component__headline:after,.brandhub-recode-advanced-download-v2 .download-component__headline:before,.brandhub-recode-advanced-download-v2 .rtl .download-component__headline:after,.brandhub-recode-advanced-download-v2 .rtl .download-component__headline:before{display:block;height:1px;content:""}.brandhub-recode-advanced-download-v2 .download-component__headline:before,.brandhub-recode-advanced-download-v2 .rtl .download-component__headline:before{margin-bottom:-9px}.brandhub-recode-advanced-download-v2 .download-component__headline:after,.brandhub-recode-advanced-download-v2 .rtl .download-component__headline:after{margin-top:-7px}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .download-component__headline,.brandhub-recode-advanced-download-v2 .rtl .download-component__headline{font-size:24px;line-height:1.58333}}.brandhub-recode-advanced-download-v2 .mavenclad-typography .download-component__headline,.brandhub-recode-advanced-download-v2 .mavenclad-typography .rtl .download-component__headline{font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .download-component--light .download-component__headline,.brandhub-recode-advanced-download-v2 .download-component--light .rtl .download-component__headline{color:#000}.brandhub-recode-advanced-download-v2 .download-component--dark .download-component__headline,.brandhub-recode-advanced-download-v2 .download-component--dark .rtl .download-component__headline{color:#fff}.brandhub-recode-advanced-download-v2 .download-component__headline:lang(ar),.brandhub-recode-advanced-download-v2 .rtl .download-component__headline:lang(ar){font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:30px;font-weight:700;letter-spacing:normal;line-height:1.33333}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .download-component__headline:lang(ar),.brandhub-recode-advanced-download-v2 .rtl .download-component__headline:lang(ar){font-size:24px;line-height:1.33333}}.brandhub-recode-advanced-download-v2 .mavenclad-typography .download-component__headline:lang(ar),.brandhub-recode-advanced-download-v2 .mavenclad-typography .rtl .download-component__headline:lang(ar){font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .download-component__headline:lang(ar):before,.brandhub-recode-advanced-download-v2 .rtl .download-component__headline:lang(ar):before{margin-bottom:0}.brandhub-recode-advanced-download-v2 .download-component__headline:lang(ar):after,.brandhub-recode-advanced-download-v2 .rtl .download-component__headline:lang(ar):after{margin-top:0}.brandhub-recode-advanced-download-v2 .download-component__documents-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__documents-container{margin:0}.brandhub-recode-advanced-download-v2 .download-component__file-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:72px;padding:20px;background-color:#fff}.brandhub-recode-advanced-download-v2 .download-component__file-container:before,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-container:before{padding:0;content:none}.brandhub-recode-advanced-download-v2 .download-component__file-container:not(:last-child),.brandhub-recode-advanced-download-v2 .rtl .download-component__file-container:not(:last-child){margin-bottom:10px}.brandhub-recode-advanced-download-v2 .download-component__thumbnail-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__thumbnail-container{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;min-width:104px;max-width:104px;margin-right:31px}.brandhub-recode-advanced-download-v2 .download-component__thumbnail,.brandhub-recode-advanced-download-v2 .rtl .download-component__thumbnail{width:100%;max-width:100%;height:100%;max-height:100%}.brandhub-recode-advanced-download-v2 .download-component__file-details-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-details-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;-ms-flex-negative:2;flex-shrink:2;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:1px;margin:0}.brandhub-recode-advanced-download-v2 .download-component__file-details,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-details{-webkit-box-flex:100;-ms-flex-positive:100;flex-grow:100;-ms-flex-negative:3;flex-shrink:3;height:100%;margin:0}.brandhub-recode-advanced-download-v2 .download-component__file-container--with-thumbnail .download-component__file-details,.brandhub-recode-advanced-download-v2 .download-component__file-container--with-thumbnail .rtl .download-component__file-details{max-width:395px}.brandhub-recode-advanced-download-v2 .download-component__file-title,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-title{display:inline-block;position:relative;margin-bottom:18px;font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:16px;font-size:18px;font-weight:400;letter-spacing:normal;line-height:32px;-moz-hyphens:auto;-ms-word-break:break-word;word-wrap:break-word;-moz-word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;hyphens:auto;-webkit-hyphens:auto;-webkit-word-wrap:break-word;-ms-hyphens:auto}.brandhub-recode-advanced-download-v2 .download-component__file-title:after,.brandhub-recode-advanced-download-v2 .download-component__file-title:before,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-title:after,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-title:before{display:block;height:1px;content:""}.brandhub-recode-advanced-download-v2 .download-component__file-title:before,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-title:before{margin-bottom:-11px}.brandhub-recode-advanced-download-v2 .download-component__file-title:after,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-title:after{margin-top:-10px}.brandhub-recode-advanced-download-v2 .mavenclad-typography .download-component__file-title,.brandhub-recode-advanced-download-v2 .mavenclad-typography .rtl .download-component__file-title{font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .download-component__file-title:lang(ar),.brandhub-recode-advanced-download-v2 .rtl .download-component__file-title:lang(ar){padding-right:0;font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:19px;font-weight:400;letter-spacing:normal;line-height:36px}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .download-component__file-title:lang(ar),.brandhub-recode-advanced-download-v2 .rtl .download-component__file-title:lang(ar){font-size:19px;line-height:36px}}.brandhub-recode-advanced-download-v2 .mavenclad-typography .download-component__file-title:lang(ar),.brandhub-recode-advanced-download-v2 .mavenclad-typography .rtl .download-component__file-title:lang(ar){font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .download-component__file-metadata,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-metadata{display:block;color:gray;font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:16px;font-size:18px;font-weight:400;letter-spacing:normal;line-height:32px;-ms-hyphens:auto;-ms-word-break:break-word;overflow-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;word-wrap:break-word;word-break:break-word}.brandhub-recode-advanced-download-v2 .download-component__file-metadata:after,.brandhub-recode-advanced-download-v2 .download-component__file-metadata:before,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-metadata:after,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-metadata:before{display:block;height:1px;content:""}.brandhub-recode-advanced-download-v2 .download-component__file-metadata:before,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-metadata:before{margin-bottom:-11px}.brandhub-recode-advanced-download-v2 .download-component__file-metadata:after,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-metadata:after{margin-top:-10px}.brandhub-recode-advanced-download-v2 .mavenclad-typography .download-component__file-metadata,.brandhub-recode-advanced-download-v2 .mavenclad-typography .rtl .download-component__file-metadata{font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .download-component__file-metadata:lang(ar),.brandhub-recode-advanced-download-v2 .rtl .download-component__file-metadata:lang(ar){padding-right:20px;font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:19px;font-weight:400;letter-spacing:normal;line-height:36px;direction:ltr}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .download-component__file-metadata:lang(ar),.brandhub-recode-advanced-download-v2 .rtl .download-component__file-metadata:lang(ar){font-size:19px;line-height:36px}}.brandhub-recode-advanced-download-v2 .mavenclad-typography .download-component__file-metadata:lang(ar),.brandhub-recode-advanced-download-v2 .mavenclad-typography .rtl .download-component__file-metadata:lang(ar){font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .download-component__ctas,.brandhub-recode-advanced-download-v2 .rtl .download-component__ctas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:260px;min-height:1px}.brandhub-recode-advanced-download-v2 .download-component__cta,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta{display:inline-block;font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:12px;font-weight:900;letter-spacing:normal;line-height:15px;text-transform:uppercase}.brandhub-recode-advanced-download-v2 .download-component__cta:after,.brandhub-recode-advanced-download-v2 .download-component__cta:before,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta:after,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta:before{display:block;height:1px;content:""}.brandhub-recode-advanced-download-v2 .download-component__cta:before,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta:before{margin-bottom:-4px}.brandhub-recode-advanced-download-v2 .download-component__cta:after,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta:after{margin-top:-4px}.brandhub-recode-advanced-download-v2 .mavenclad-typography .download-component__cta,.brandhub-recode-advanced-download-v2 .mavenclad-typography .rtl .download-component__cta{font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .download-component__cta:lang(ar),.brandhub-recode-advanced-download-v2 .rtl .download-component__cta:lang(ar){font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:14px;font-weight:900;letter-spacing:normal;line-height:20px;direction:ltr}.brandhub-recode-advanced-download-v2 .mavenclad-typography .download-component__cta:lang(ar),.brandhub-recode-advanced-download-v2 .mavenclad-typography .rtl .download-component__cta:lang(ar){font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .download-component__cta-preview,.brandhub-recode-advanced-download-v2 .download-component__cta-download,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-preview,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-download{display:-webkit-box;display:-ms-flexbox;display:flex}.brandhub-recode-advanced-download-v2 .download-component__cta-preview,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-preview{min-width:53px;color:gray;cursor:pointer}.brandhub-recode-advanced-download-v2 .download-component__cta-preview:hover,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-preview:hover{color:#999}.brandhub-recode-advanced-download-v2 .download-component__cta-preview--docs,.brandhub-recode-advanced-download-v2 .download-component__cta-preview--audio,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-preview--docs,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-preview--audio{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brandhub-recode-advanced-download-v2 .download-component__cta-preview:lang(ar),.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-preview:lang(ar){margin-right:0;margin-left:54px}.brandhub-recode-advanced-download-v2 .download-component__audio-play,.brandhub-recode-advanced-download-v2 .download-component__audio-stop,.brandhub-recode-advanced-download-v2 .rtl .download-component__audio-play,.brandhub-recode-advanced-download-v2 .rtl .download-component__audio-stop{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brandhub-recode-advanced-download-v2 .download-component__audio-stop,.brandhub-recode-advanced-download-v2 .rtl .download-component__audio-stop{display:none}.brandhub-recode-advanced-download-v2 .download-component__cta-icon,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-icon{position:relative;top:2px}.brandhub-recode-advanced-download-v2 .download-component__cta-text,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-text{margin-left:5px}@media all and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .download-component__headline,.brandhub-recode-advanced-download-v2 .rtl .download-component__headline{position:relative;width:31.25%;min-height:1px;padding:0 15px}.brandhub-recode-advanced-download-v2 .download-component__documents-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__documents-container{position:relative;width:68.75%;min-height:1px;padding:0 15px}.brandhub-recode-advanced-download-v2 .download-component__file-container--with-thumbnail,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-container--with-thumbnail{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.brandhub-recode-advanced-download-v2 .download-component__file-container--with-thumbnail .download-component__file-details,.brandhub-recode-advanced-download-v2 .download-component__file-container--with-thumbnail .rtl .download-component__file-details{padding-right:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .download-component-main-row,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.brandhub-recode-advanced-download-v2 .download-component__headline,.brandhub-recode-advanced-download-v2 .rtl .download-component__headline{position:relative;width:100%;min-height:1px;padding:0 15px;padding-bottom:30px !important}.brandhub-recode-advanced-download-v2 .download-component__documents-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__documents-container{position:relative;width:100%;min-height:1px;padding:0 15px}.brandhub-recode-advanced-download-v2 .download-component__file-container--with-thumbnail,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-container--with-thumbnail{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.brandhub-recode-advanced-download-v2 .download-component__thumbnail-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__thumbnail-container{min-width:136px;max-width:136px;margin-right:30px}.brandhub-recode-advanced-download-v2 .download-component__file-container--with-thumbnail .download-component__file-details,.brandhub-recode-advanced-download-v2 .download-component__file-container--with-thumbnail .rtl .download-component__file-details{max-width:50%;padding-right:30px}.brandhub-recode-advanced-download-v2 .download-component__cta-preview,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-preview{margin-right:72px}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .download-component-main-row,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.brandhub-recode-advanced-download-v2 .download-component__headline,.brandhub-recode-advanced-download-v2 .rtl .download-component__headline{position:relative;width:100%;min-height:1px;padding:0 10px;padding-bottom:30px !important}.brandhub-recode-advanced-download-v2 .download-component__documents-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__documents-container{position:relative;width:100%;min-height:1px;padding:0 10px}.brandhub-recode-advanced-download-v2 .download-component__thumbnail-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__thumbnail-container{min-width:146px;max-width:146px;margin-right:20px}.brandhub-recode-advanced-download-v2 .download-component__file-container--with-thumbnail .download-component__file-details,.brandhub-recode-advanced-download-v2 .download-component__file-container--with-thumbnail .rtl .download-component__file-details{max-width:260px;padding-right:20px}.brandhub-recode-advanced-download-v2 .download-component__ctas,.brandhub-recode-advanced-download-v2 .rtl .download-component__ctas{min-width:210px}.brandhub-recode-advanced-download-v2 .download-component__cta-preview,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-preview{margin-right:66px}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .download-component-main-row,.brandhub-recode-advanced-download-v2 .rtl .download-component-main-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.brandhub-recode-advanced-download-v2 .download-component__headline,.brandhub-recode-advanced-download-v2 .rtl .download-component__headline{position:relative;width:100%;min-height:1px;padding:0 10px;padding-bottom:30px !important}.brandhub-recode-advanced-download-v2 .download-component__documents-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__documents-container{position:relative;width:100%;min-height:1px;padding:0 10px}.brandhub-recode-advanced-download-v2 .download-component__file-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;padding-bottom:20px}.brandhub-recode-advanced-download-v2 .download-component__file-container:not(:last-child),.brandhub-recode-advanced-download-v2 .rtl .download-component__file-container:not(:last-child){margin-bottom:20px}.brandhub-recode-advanced-download-v2 .download-component__thumbnail-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__thumbnail-container{min-width:100%;max-width:100%;margin:0}.brandhub-recode-advanced-download-v2 .download-component__file-details,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-details{display:block;width:100%;padding:20px 20px 0}.brandhub-recode-advanced-download-v2 .download-component__file-title,.brandhub-recode-advanced-download-v2 .rtl .download-component__file-title{margin-bottom:20px}.brandhub-recode-advanced-download-v2 .download-component__ctas,.brandhub-recode-advanced-download-v2 .rtl .download-component__ctas{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;min-width:100%;padding:30px 20px}.brandhub-recode-advanced-download-v2 .download-component__cta-preview,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-preview{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:54px}.brandhub-recode-advanced-download-v2 .download-component__cta-download,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta-download{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.brandhub-recode-advanced-download-v2 .download-component__cta,.brandhub-recode-advanced-download-v2 .rtl .download-component__cta{padding:10px 0px}}.brandhub-recode-advanced-download-v2 .download-component__popup-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-container{position:absolute;top:50%;left:calc(100% + 10px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:auto;min-width:15rem;max-width:15rem;height:auto;padding:.5rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);border:1px solid #ddd;border-radius:4px;background:#fff;z-index:1}.brandhub-recode-advanced-download-v2 .download-component__popup-heder,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-heder{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0rem;float:right;font-size:1rem;font-weight:900;letter-spacing:.1rem;text-transform:uppercase}.brandhub-recode-advanced-download-v2 .download-component__popup-close_btn,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-close_btn{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;width:15px;height:15px;margin-left:auto;cursor:pointer}.brandhub-recode-advanced-download-v2 .download-component__popup-close_btn:hover .download-component__popup-close_btn-bar,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-close_btn:hover .download-component__popup-close_btn-bar,.brandhub-recode-advanced-download-v2 .download-component__popup-close_btn:hover .rtl .download-component__popup-close_btn-bar,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-close_btn:hover .rtl .download-component__popup-close_btn-bar{background:#ff54b9}.brandhub-recode-advanced-download-v2 .download-component__popup-close_btn:hover .download-component__popup-close_btn-bar::after,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-close_btn:hover .download-component__popup-close_btn-bar::after,.brandhub-recode-advanced-download-v2 .download-component__popup-close_btn:hover .rtl .download-component__popup-close_btn-bar::after,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-close_btn:hover .rtl .download-component__popup-close_btn-bar::after{background:#ff54b9}.brandhub-recode-advanced-download-v2 .download-component__popup-close_btn-bar,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-close_btn-bar{display:inline-block;width:2px;height:inherit;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#ed008c}.brandhub-recode-advanced-download-v2 .download-component__popup-close_btn-bar::after,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-close_btn-bar::after{display:inline-block;position:relative;top:-7px;width:2px;height:inherit;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);background:inherit;content:""}.brandhub-recode-advanced-download-v2 .download-component__popup-body,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-body{width:calc(100% - 35px);padding-top:5px;font-size:14px;font-weight:400;letter-spacing:.5px;line-height:19px}.brandhub-recode-advanced-download-v2 .download-component__popup-body_content,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-body_content{color:#000;text-align:left;word-break:break-word}.brandhub-recode-advanced-download-v2 .download-component__popup--hide,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup--hide{display:none}.brandhub-recode-advanced-download-v2 .download-component__popup--show,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup--show{display:block}.brandhub-recode-advanced-download-v2 .download-component__popup-tooltip--left-center::before,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-tooltip--left-center::before{display:block;position:absolute;top:50%;left:-10px;width:0;height:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-top:10px solid rgba(0,0,0,0);border-right:10px solid #fff;border-bottom:10px solid rgba(0,0,0,0);content:""}.brandhub-recode-advanced-download-v2 .download-component__popup-tooltip--left-center::after,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-tooltip--left-center::after{display:block;position:absolute;top:50%;left:-12px;width:0;height:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-top:11px solid rgba(0,0,0,0);border-right:11px solid #ddd;border-bottom:11px solid rgba(0,0,0,0);content:"";z-index:-1}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .download-component__popup-container,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-container{top:calc(100% + 15px);left:0;min-width:11em;max-width:11em;-webkit-transform:initial;transform:initial}.brandhub-recode-advanced-download-v2 .download-component__popup-tooltip--left-center::before,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-tooltip--left-center::before{display:block;position:absolute;top:-18px;left:8%;width:0;height:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-right:9px solid rgba(0,0,0,0);border-bottom:9px solid #fff;border-left:9px solid rgba(0,0,0,0);content:""}.brandhub-recode-advanced-download-v2 .download-component__popup-tooltip--left-center::after,.brandhub-recode-advanced-download-v2 .rtl .download-component__popup-tooltip--left-center::after{display:block;position:absolute;top:-21px;left:8%;width:0;height:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-right:10px solid rgba(0,0,0,0);border-bottom:10px solid #ddd;border-left:10px solid rgba(0,0,0,0);content:"";z-index:-1}}.brandhub-recode-advanced-download-v2 .download-component .related-videos__item,.brandhub-recode-advanced-download-v2 .rtl .download-component .related-videos__item{margin-top:0 !important}.brandhub-recode-advanced-download-v2 .download-component .related-videos__item-wrapper,.brandhub-recode-advanced-download-v2 .rtl .download-component .related-videos__item-wrapper{padding:0;background:none;overflow:initial}.brandhub-recode-advanced-download-v2 .download-component .related-videos__items,.brandhub-recode-advanced-download-v2 .download-component .related-videos__item-video-preview,.brandhub-recode-advanced-download-v2 .rtl .download-component .related-videos__items,.brandhub-recode-advanced-download-v2 .rtl .download-component .related-videos__item-video-preview{margin:0}.brandhub-recode-advanced-download-v2 .download-component .related-videos__item-video-play,.brandhub-recode-advanced-download-v2 .rtl .download-component .related-videos__item-video-play{display:block;position:relative}.brandhub-recode-advanced-download-v2 .download-component__video-play,.brandhub-recode-advanced-download-v2 .rtl .download-component__video-play{display:block}.brandhub-recode-advanced-download-v2 .download-component__video-play svg,.brandhub-recode-advanced-download-v2 .rtl .download-component__video-play svg{position:relative;-webkit-transform:translateY(4px);transform:translateY(4px)}.brandhub-recode-advanced-download-v2 .download-component .related-videos__item-video-overlay,.brandhub-recode-advanced-download-v2 .rtl .download-component .related-videos__item-video-overlay{z-index:9999}.brandhub-recode-advanced-download-v2 .pdf-preview{display:none;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);cursor:pointer;z-index:8030}.brandhub-recode-advanced-download-v2 .pdf-preview--display{display:block}.brandhub-recode-advanced-download-v2 .pdf-preview__container{position:absolute;top:20px;right:0;bottom:0;left:0;width:75%;height:75%;margin:auto}.brandhub-recode-advanced-download-v2 .pdf-preview__close{position:absolute;top:-27px;right:-33px;width:30px;height:30px;cursor:pointer;z-index:8040}.brandhub-recode-advanced-download-v2 .pdf-preview__close::before,.brandhub-recode-advanced-download-v2 .pdf-preview__close::after{position:absolute;top:14px;width:30px;height:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;background-color:#fff;content:""}.brandhub-recode-advanced-download-v2 .pdf-preview__close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.brandhub-recode-advanced-download-v2 .pdf-preview__wrapper{width:100%;height:100%}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .pdf-preview__container{position:static;width:100%;height:100%}.brandhub-recode-advanced-download-v2 .pdf-preview__close{top:0;right:0}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .pdf-preview__container{position:static;width:100%;height:100%}.brandhub-recode-advanced-download-v2 .pdf-preview__close{top:0;right:0}}.brandhub-recode-advanced-download-v2 .download-component__cta-icon svg{fill:#2dbecd}.brandhub-recode-advanced-download-v2 .download-component__cta-icon .download-component__cta-text{color:#2dbecd}.brandhub-recode-advanced-download-v2 .download-component__cta .download-component__cta-icon svg{fill:#2dbecd}.brandhub-recode-advanced-download-v2 .download-component__cta .download-component__cta-text{color:#2dbecd}.brandhub-recode-advanced-download-v2 .download-component__cta-download .download-component__cta:hover{color:#2dbecd;text-decoration:none;opacity:.8}.brandhub-recode-advanced-download-v2 .download-component__cta-download .download-component__cta:link{text-decoration:none}.brandhub-recode-advanced-download-v2 .related-items .related-videos__items,.brandhub-recode-advanced-download-v2 .rtl .related-items .related-videos__items{margin-right:0;margin-left:0}@media(min-width: 768px){.brandhub-recode-advanced-download-v2 .related-items .related-items__list-item .related-videos__item-video-preview,.brandhub-recode-advanced-download-v2 .rtl .related-items .related-items__list-item .related-videos__item-video-preview{height:210px}.brandhub-recode-advanced-download-v2 .related-items .related-items__list-item .related-videos__item-video-thumbnail,.brandhub-recode-advanced-download-v2 .rtl .related-items .related-items__list-item .related-videos__item-video-thumbnail{-o-object-fit:cover;object-fit:cover}.brandhub-recode-advanced-download-v2 .related-items .related-items__list-item .related-videos__item,.brandhub-recode-advanced-download-v2 .rtl .related-items .related-items__list-item .related-videos__item{padding:0 15px}.brandhub-recode-advanced-download-v2 .related-items .related-items__list-item.related-videos .related-items__item-headline,.brandhub-recode-advanced-download-v2 .rtl .related-items .related-items__list-item.related-videos .related-items__item-headline{padding-left:15px}}@media(min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .related-items .related-items__list-item .related-videos__item-video-thumbnail,.brandhub-recode-advanced-download-v2 .rtl .related-items .related-items__list-item .related-videos__item-video-thumbnail{max-width:300px}}.brandhub-recode-advanced-download-v2 .img-blur{display:none !important}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__container{margin-top:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .related-videos__container{margin-top:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .related-videos__container{margin-top:40px !important}}@media all and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .related-videos__container{margin-top:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__container{margin-bottom:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .related-videos__container{margin-bottom:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .related-videos__container{margin-bottom:40px !important}}@media all and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .related-videos__container{margin-bottom:40px !important}}.brandhub-recode-advanced-download-v2 .related-videos__row,.brandhub-recode-advanced-download-v2 .related-videos__items{zoom:1}.brandhub-recode-advanced-download-v2 .related-videos__row:before,.brandhub-recode-advanced-download-v2 .related-videos__row:after,.brandhub-recode-advanced-download-v2 .related-videos__items:before,.brandhub-recode-advanced-download-v2 .related-videos__items:after{display:table;line-height:0;content:""}.brandhub-recode-advanced-download-v2 .related-videos__row:after,.brandhub-recode-advanced-download-v2 .related-videos__items:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__row,.brandhub-recode-advanced-download-v2 .related-videos__items{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .related-videos__row,.brandhub-recode-advanced-download-v2 .related-videos__items{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .related-videos__row,.brandhub-recode-advanced-download-v2 .related-videos__items{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .related-videos__row,.brandhub-recode-advanced-download-v2 .related-videos__items{margin-right:-15px;margin-left:-15px}}.brandhub-recode-advanced-download-v2 .related-videos__headline{margin:-8px 0 5px;font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:30px;font-weight:900;letter-spacing:normal;line-height:1.2}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__headline{font-size:24px;line-height:1.58333}}.brandhub-recode-advanced-download-v2 .mavenclad-typography .related-videos__headline{font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .related-videos__description{margin:0 0 32px}.brandhub-recode-advanced-download-v2 .related-videos__item-wrapper{padding:0 50px;background:none;overflow:initial}.brandhub-recode-advanced-download-v2 .related-videos__item-video-preview{position:relative;height:0;margin-top:30px;padding-bottom:56.25%}.brandhub-recode-advanced-download-v2 .related-videos__item-video-thumbnail{display:block;position:absolute;width:100%;height:100%;font-size:0}.brandhub-recode-advanced-download-v2 .related-videos__item-video-play{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;cursor:pointer}.brandhub-recode-advanced-download-v2 .related-videos__item-video-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1002}.brandhub-recode-advanced-download-v2 .related-videos__item-video-overlay--visible{display:block}.brandhub-recode-advanced-download-v2 .related-videos__item-video-content{position:relative;width:90%;height:auto;margin:0 auto;padding-top:8em}.brandhub-recode-advanced-download-v2 .related-videos__item-close{position:absolute;top:7.5em;right:-12px;width:22px;height:22px;padding:5px 8px;border-radius:50%;background-color:#fff;color:rgba(0,0,0,0);cursor:pointer;z-index:12}.brandhub-recode-advanced-download-v2 .related-videos__item-close::before,.brandhub-recode-advanced-download-v2 .related-videos__item-close::after{position:absolute;top:10px;left:3px;width:16px;height:1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;background-color:gray;content:""}.brandhub-recode-advanced-download-v2 .related-videos__item-close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.brandhub-recode-advanced-download-v2 .related-videos__item-content{margin-bottom:30px}.brandhub-recode-advanced-download-v2 .related-videos__item-headline{font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:18px;font-weight:900;font-weight:700;letter-spacing:2px;letter-spacing:normal;line-height:1.44444}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__item-headline{font-size:18px;line-height:1.3}}.brandhub-recode-advanced-download-v2 .mavenclad-typography .related-videos__item-headline{font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .related-videos__item-headline-link{font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:18px;font-weight:900;font-weight:700;letter-spacing:2px;line-height:1.44444}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__item-headline-link{font-size:18px;line-height:1.3}}.brandhub-recode-advanced-download-v2 .mavenclad-typography .related-videos__item-headline-link{font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .no-touch .related-videos__item-headline-link:hover{opacity:.8}.brandhub-recode-advanced-download-v2 .related-videos__item-description{margin:7px 0 40px;font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:16px;font-weight:400;letter-spacing:normal;line-height:27px}.brandhub-recode-advanced-download-v2 .mavenclad-typography .related-videos__item-description{font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .related-videos__item-description:lang(ar){margin-top:10px;font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:17px;font-weight:400;letter-spacing:normal;line-height:30px}.brandhub-recode-advanced-download-v2 .mavenclad-typography .related-videos__item-description:lang(ar){font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .related-videos__item-eyebrow{position:absolute;margin:0;color:gray;font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:12px;font-weight:900;letter-spacing:normal;letter-spacing:1px;line-height:15px}.brandhub-recode-advanced-download-v2 .mavenclad-typography .related-videos__item-eyebrow{font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}.brandhub-recode-advanced-download-v2 .related-videos__item-eyebrow:lang(ar){font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:14px;font-weight:900;font-weight:700;letter-spacing:normal;line-height:20px}.brandhub-recode-advanced-download-v2 .mavenclad-typography .related-videos__item-eyebrow:lang(ar){font-family:"Gilroy","Noto Sans Arabic",Arial,sans-serif}@media all and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:1400px;margin:0 auto;zoom:1}.brandhub-recode-advanced-download-v2 .related-videos__container:before,.brandhub-recode-advanced-download-v2 .related-videos__container:after{display:table;line-height:0;content:""}.brandhub-recode-advanced-download-v2 .related-videos__container:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px)and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper{zoom:1}.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper:before,.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper:after{display:table;line-height:0;content:""}.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px)and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .related-videos__headline{position:relative;width:62.5%;min-height:1px;padding:0 15px}.brandhub-recode-advanced-download-v2 .related-videos__description{position:relative;width:62.5%;min-height:1px;margin:0;padding:0 15px}.brandhub-recode-advanced-download-v2 .related-videos__item{margin-top:32px !important}.brandhub-recode-advanced-download-v2 .related-videos__item-video,.brandhub-recode-advanced-download-v2 .related-videos__item-video-preview,.brandhub-recode-advanced-download-v2 .related-videos__item-content{width:100%}.brandhub-recode-advanced-download-v2 .related-videos__item-video-content{width:60%}.brandhub-recode-advanced-download-v2 .related-videos__item-headline{margin:23px 0 0}.brandhub-recode-advanced-download-v2 .related-videos__item-eyebrow{bottom:36px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:1400px;margin:0 auto;zoom:1}.brandhub-recode-advanced-download-v2 .related-videos__container:before,.brandhub-recode-advanced-download-v2 .related-videos__container:after{display:table;line-height:0;content:""}.brandhub-recode-advanced-download-v2 .related-videos__container:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper{zoom:1}.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper:before,.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper:after{display:table;line-height:0;content:""}.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .related-videos__header-wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .related-videos__headline{position:relative;width:62.5%;min-height:1px;padding:0 15px}.brandhub-recode-advanced-download-v2 .related-videos__description{position:relative;width:62.5%;min-height:1px;margin:0;padding:0 15px}.brandhub-recode-advanced-download-v2 .related-videos__item{margin-top:32px !important}.brandhub-recode-advanced-download-v2 .related-videos__item-video,.brandhub-recode-advanced-download-v2 .related-videos__item-video-preview,.brandhub-recode-advanced-download-v2 .related-videos__item-content{width:100%}.brandhub-recode-advanced-download-v2 .related-videos__item-video-content{width:60%}.brandhub-recode-advanced-download-v2 .related-videos__item-headline{margin:23px 0 0}.brandhub-recode-advanced-download-v2 .related-videos__item-eyebrow{bottom:36px}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:1400px;margin:0 auto;zoom:1}.brandhub-recode-advanced-download-v2 .related-videos__container:before,.brandhub-recode-advanced-download-v2 .related-videos__container:after{display:table;line-height:0;content:""}.brandhub-recode-advanced-download-v2 .related-videos__container:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .related-videos__container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .related-videos__item-wrapper{margin-bottom:6px}.brandhub-recode-advanced-download-v2 .related-videos__item-video,.brandhub-recode-advanced-download-v2 .related-videos__item-content{margin-top:30px;margin-bottom:30px}.brandhub-recode-advanced-download-v2 .related-videos__item-video{padding-right:15px;padding-left:0}.brandhub-recode-advanced-download-v2 .related-videos__item-video-preview{height:100%;margin-bottom:30px;padding-bottom:22%;padding-left:0}.brandhub-recode-advanced-download-v2 .related-videos__item-video-thumbnail,.brandhub-recode-advanced-download-v2 .related-videos__item-video-play{max-width:255px}.brandhub-recode-advanced-download-v2 .related-videos__item-content{height:100%}.brandhub-recode-advanced-download-v2 .related-videos__item-headline{margin:-4px 0 0}.brandhub-recode-advanced-download-v2 .related-videos__item-description{margin-bottom:0;padding-bottom:35px}.brandhub-recode-advanced-download-v2 .related-videos__item-description--no-eyebrow{padding-bottom:0}.brandhub-recode-advanced-download-v2 .related-videos__item-eyebrow{bottom:0}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__headline,.brandhub-recode-advanced-download-v2 .related-videos__description{width:1400px;margin:0 auto;zoom:1}.brandhub-recode-advanced-download-v2 .related-videos__headline:before,.brandhub-recode-advanced-download-v2 .related-videos__headline:after,.brandhub-recode-advanced-download-v2 .related-videos__description:before,.brandhub-recode-advanced-download-v2 .related-videos__description:after{display:table;line-height:0;content:""}.brandhub-recode-advanced-download-v2 .related-videos__headline:after,.brandhub-recode-advanced-download-v2 .related-videos__description:after{clear:both}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__headline,.brandhub-recode-advanced-download-v2 .related-videos__description{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .related-videos__headline,.brandhub-recode-advanced-download-v2 .related-videos__description{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .related-videos__headline,.brandhub-recode-advanced-download-v2 .related-videos__description{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .related-videos__headline,.brandhub-recode-advanced-download-v2 .related-videos__description{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .related-videos__headline:after,.brandhub-recode-advanced-download-v2 .related-videos__headline:before{display:block;height:1px;content:""}.brandhub-recode-advanced-download-v2 .related-videos__headline:before{margin-bottom:-11px}.brandhub-recode-advanced-download-v2 .related-videos__description{margin-bottom:30px}.brandhub-recode-advanced-download-v2 .related-videos__item:last-of-type .related-videos__item-wrapper{margin-bottom:0}.brandhub-recode-advanced-download-v2 .related-videos__item:last-of-type .related-videos__item-eyebrow{bottom:27px}.brandhub-recode-advanced-download-v2 .related-videos__item-wrapper{margin-bottom:10px;padding:0 20px}.brandhub-recode-advanced-download-v2 .related-videos__item-video,.brandhub-recode-advanced-download-v2 .related-videos__item-video-preview,.brandhub-recode-advanced-download-v2 .related-videos__item-content{width:100%}.brandhub-recode-advanced-download-v2 .related-videos__item-headline{margin:21px 0 0}.brandhub-recode-advanced-download-v2 .related-videos__item-description{margin-bottom:30px}.brandhub-recode-advanced-download-v2 .related-videos__item-description--no-eyebrow{margin-bottom:0}.brandhub-recode-advanced-download-v2 .related-videos__item-eyebrow{bottom:37px}}.brandhub-recode-advanced-download-v2 .related-videos .video-player .mi-player{height:0;padding-bottom:56.25%}@media screen and (max-width: 1024px)and (orientation: landscape){.brandhub-recode-advanced-download-v2 .related-videos__item-video-content{padding-top:1em}.brandhub-recode-advanced-download-v2 .related-videos__item-close{top:1em}}.brandhub-recode-advanced-download-v2 .downloads-archive-list__viewer--hidden{display:none}.brandhub-recode-advanced-download-v2 .downloads-archive-list__pdf-preview-wrapper{overflow-y:auto}.brandhub-recode-advanced-download-v2 .downloads-archive-list__image-viewer{background:#fff}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .downloads-archive-list__image-viewer{position:relative;top:50%;height:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .downloads-archive-list__image-viewer{position:relative;top:50%;height:auto;max-height:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:30px;padding-bottom:30px;border-bottom:1px solid #eee}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container--with-thumbnail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:30px;padding-bottom:30px;border-bottom:1px solid #eee}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container--with-thumbnail .downloads-archive-list__item-thumbnail-container{display:block;width:94px;max-width:94px;height:125px;max-height:125px;margin-right:15px}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container .downloads-archive-list__item-thumbnail-container{display:none}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-thumbnail{width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:contain}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container .downloads-archive-list__item-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1.68;-ms-flex:1.68;flex:1.68;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container--with-thumbnail .downloads-archive-list__item-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1.1;-ms-flex:1.1;flex:1.1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:1rem}@media screen and (min-width: 1025px)and (max-width: 1280px){.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container--with-thumbnail .downloads-archive-list__item-text{-webkit-box-flex:1.3;-ms-flex:1.3;flex:1.3;margin-right:5px}}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-headline{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-height:80px;margin:0;padding-right:10px;font-size:16px;font-weight:bold;line-height:27px;overflow:hidden}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-metainfo{margin:0;color:#000;font-size:15px;line-height:27px}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-size{margin:0;color:gray;font-size:.8rem}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:5px}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-view--docs,.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-view--audio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-download{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:auto}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-view svg,.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-download svg{min-width:23px;margin-right:8px}.brandhub-recode-advanced-download-v2 .downloads-archive-list__audio-play,.brandhub-recode-advanced-download-v2 .downloads-archive-list__audio-stop{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brandhub-recode-advanced-download-v2 .downloads-archive-list__audio-stop{display:none}@media all and (min-width: 1281px){.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container .downloads-archive-list__item-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1.49;-ms-flex:1.49;flex:1.49;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container .downloads-archive-list__item-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1.6;-ms-flex:1.6;flex:1.6;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container--with-thumbnail{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container--with-thumbnail .downloads-archive-list__item-thumbnail-container{display:block;width:100%;min-width:100%;max-width:100%;height:250px;min-height:250px;max-height:250px}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container .downloads-archive-list__item-thumbnail-container{display:none}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container .downloads-archive-list__item-text{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:10px 0px;padding-right:0px}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-container--with-thumbnail .downloads-archive-list__item-text{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:10px 0px;padding-right:0px}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-links{min-width:100%}.brandhub-recode-advanced-download-v2 .downloads-archive-list__item-headline{max-height:auto;padding-right:0px;overflow:auto}}.brandhub-recode-advanced-download-v2 .cmp-modal--hidden{display:none}.brandhub-recode-advanced-download-v2 .cmp-modal{position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:rgba(0,0,0,.4);overflow:auto;z-index:9999}.brandhub-recode-advanced-download-v2 .cmp-modal-section{position:relative;width:42%;margin:auto;padding:0px;background-color:#fefefe;-webkit-box-shadow:0px 4px 8px 0px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0px 4px 8px 0px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);animation-duration:.4s;animation-name:animatetop;-webkit-animation-duration:.4s;-webkit-animation-name:animatetop}.brandhub-recode-advanced-download-v2 .cmp-modal_close-btn{width:16px;height:16px;padding:35px 55px 0px 10px;float:right;border:0px;background:0px 0px;color:#000;font-size:21px;font-weight:400;line-height:1;text-shadow:0px 1px 0px #fff;cursor:pointer;opacity:.2;appearance:none;-moz-appearance:none;-webkit-appearance:none;filter:alpha(opacity=20)}.brandhub-recode-advanced-download-v2 .cmp-modal_content{padding:35px 40px 35px 40px}.brandhub-recode-advanced-download-v2 .cmp-modal_ctas{margin-top:24px;font-size:0;line-height:0}.brandhub-recode-advanced-download-v2 .cmp-modal_asset-title{margin-bottom:8px;color:#000;font-size:14px;font-style:normal;font-weight:bold;line-height:20px}.brandhub-recode-advanced-download-v2 .cmp_modal_asset-files{margin-bottom:24px;color:#1b1b25;font-size:12px;font-weight:bold;text-transform:uppercase}.brandhub-recode-advanced-download-v2 .button{display:inline-block;position:relative;padding:18px 24px;border:0;border-radius:8px;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;-ms-border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px}.brandhub-recode-advanced-download-v2 .cmp-modal_close-btn:before{position:relative;left:10px;-webkit-transition:right .3s ease;transition:right .3s ease;color:#1b1b25;font-family:"MKGAA-ICONS",sans-serif;font-size:16px;font-weight:bold;content:""}.brandhub-recode-advanced-download-v2 .cmp-modal_download-btn{margin-right:12px;padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px;border-radius:5px;background-color:#eb3c96;font-size:11px;line-height:0;vertical-align:middle}.brandhub-recode-advanced-download-v2 .cmp-modal_download-btn .icon-download{display:inline-block;position:relative;top:8px;width:16px;height:17px;line-height:0;vertical-align:middle}.brandhub-recode-advanced-download-v2 .cmp-modal_content .icon-copy{display:inline-block;position:relative;width:16px;height:17px;vertical-align:text-bottom}.brandhub-recode-advanced-download-v2 .cmp-modal_share-btn{padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px;border-radius:5px;background-color:#eb3c96;font-size:11px;line-height:0;vertical-align:middle}.brandhub-recode-advanced-download-v2 .cmp-modal_share-btn.button--green{padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px;border-radius:5px;background-color:#149b5f;font-size:11px;line-height:17px;vertical-align:middle}@media only screen and (min-width: 810px)and (orientation: landscape){.brandhub-recode-advanced-download-v2 .cmp-downloads__section .downloads__list-wrapper .pdf-preview--popup.active{top:-40vh}}@media only screen and (max-width: 1024px){.brandhub-recode-advanced-download-v2 .cmp-downloads__section .downloads__subtitle-wrapper{margin:1em 2em 0}}@media only screen and (max-width: 767px){.brandhub-recode-advanced-download-v2 .cmp-modal_content{padding:15px 35px 15px 5px}.brandhub-recode-advanced-download-v2 .cmp-modal-section{width:60%}.brandhub-recode-advanced-download-v2 .cmp-modal_close-btn:before{left:25px}}.brandhub-recode-download-v2 .download-component .video-player{position:relative;height:0;padding-bottom:56.25%;overflow:hidden}.brandhub-recode-download-v2 .download-component .video-player iframe,.brandhub-recode-download-v2 .download-component .video-player video{position:absolute;top:0;left:0;width:100%;height:100%}.brandhub-recode-download-v2 .video-player-mask{position:absolute;width:100%;height:100%;cursor:pointer}.brandhub-recode-download-v2 .video-player-mask-overlay{position:relative;width:100%;height:100%;overflow:hidden;z-index:1}.brandhub-recode-download-v2 .video-player-mask-overlay:before{display:block;width:100%;padding-top:56.25%;content:""}.brandhub-recode-download-v2 .video-player-mask-overlay img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;padding:0}.brandhub-recode-download-v2 .video-player-large-play{position:absolute;top:calc(50% - 73px);left:calc(50% - 73px);z-index:2}.brandhub-recode-download-v2 .video-player-large-play:hover{cursor:pointer}.brandhub-recode-download-v2 .video-player-large-play .icon-play{display:inline-block;width:145px;height:145px;border-radius:50%;background-color:#eb3c96;color:#fff;font-size:45px;text-indent:-9999px;overflow:hidden}.brandhub-recode-download-v2 .video-player-large-play .icon-play:before{position:relative;top:50px;left:35%;float:left;text-indent:0}.brandhub-recode-download-v2 .video-player-controllers{position:absolute;bottom:-60px;width:100%;height:60px;padding:20px;-webkit-transition:bottom .5s ease-out;transition:bottom .5s ease-out;background-color:#503291;z-index:2}.brandhub-recode-download-v2 .video-player-controllers-timeline{width:89%;float:left}.brandhub-recode-download-v2 .video-player-controllers-timeline .timeline{margin-bottom:0;line-height:1}.brandhub-recode-download-v2 .video-player-controllers-timeline .timeline span{color:#fff}.brandhub-recode-download-v2 .video-player-controllers-settings{float:right}.brandhub-recode-download-v2 .video-player-controllers .play,.brandhub-recode-download-v2 .video-player-controllers .pause,.brandhub-recode-download-v2 .video-player-controllers .full-screen,.brandhub-recode-download-v2 .video-player-controllers .settings,.brandhub-recode-download-v2 .video-player-controllers .volume{display:inline-block;width:20px;float:left;color:#fff;font-family:"MKGAA-ICONS",sans-serif;font-size:20px;line-height:0;text-indent:-9999px;overflow:hidden}.brandhub-recode-download-v2 .video-player-controllers .play:before,.brandhub-recode-download-v2 .video-player-controllers .pause:before,.brandhub-recode-download-v2 .video-player-controllers .full-screen:before,.brandhub-recode-download-v2 .video-player-controllers .settings:before,.brandhub-recode-download-v2 .video-player-controllers .volume:before{float:left;text-indent:0}.brandhub-recode-download-v2 .video-player-controllers .volume,.brandhub-recode-download-v2 .video-player-controllers .settings{margin-right:15px}.brandhub-recode-download-v2 .video-player-controllers .volume.mute{opacity:.3}.brandhub-recode-download-v2 .video-player-controllers .pause{display:none}.brandhub-recode-download-v2 .video-player-controllers .current-time,.brandhub-recode-download-v2 .video-player-controllers .total-time{margin:0 20px;float:left;color:#fff;font-size:14px}.brandhub-recode-download-v2 .video-player-controllers .progress-bar{width:calc(100% - 200px);height:10px;margin-top:5px;float:left;background-color:rgba(255,255,255,.3);cursor:pointer}.brandhub-recode-download-v2 .video-player-controllers .progress-bar .inner-bar{width:0%;height:10px;background-color:#fff}.brandhub-recode-download-v2 .video-player-resolutions{display:none;position:absolute;right:25px;bottom:70px;padding:30px;background-color:#503291}.brandhub-recode-download-v2 .video-player-resolutions-container{margin:0}.brandhub-recode-download-v2 .video-player-resolutions li:before{padding-right:0;content:""}.brandhub-recode-download-v2 .video-player-resolutions li a{color:rgba(255,255,255,.3);font-size:14px;cursor:pointer}.brandhub-recode-download-v2 .video-player-resolutions li a.current{color:#fff}.brandhub-recode-download-v2 .video-player.player--started:hover .video-player-controllers{bottom:0px;-webkit-transition:bottom .5s ease-in;transition:bottom .5s ease-in}.brandhub-recode-download-v2 .video-player.player--playing .video-player-controllers .play{display:none}.brandhub-recode-download-v2 .video-player.player--playing .video-player-controllers .pause{display:inline-block}.brandhub-recode-download-v2 .video-player.player--settings .settings{opacity:.3}.brandhub-recode-download-v2 .video-player.player--settings .video-player-resolutions{display:block}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-recode-download-v2 .video-player-controllers-timeline{width:85%}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-recode-download-v2 .video-player-large-play{position:absolute;top:calc(50% - 50px);left:calc(50% - 50px)}.brandhub-recode-download-v2 .video-player-large-play .icon-play{width:100px;height:100px;font-size:35px}.brandhub-recode-download-v2 .video-player-large-play .icon-play:before{top:32px;left:37%}.brandhub-recode-download-v2 .video-player-controllers{bottom:-50px;height:50px}.brandhub-recode-download-v2 .video-player-controllers-timeline{width:60%}.brandhub-recode-download-v2 .video-player-controllers .play,.brandhub-recode-download-v2 .video-player-controllers .pause,.brandhub-recode-download-v2 .video-player-controllers .full-screen,.brandhub-recode-download-v2 .video-player-controllers .settings,.brandhub-recode-download-v2 .video-player-controllers .volume{font-size:15px}.brandhub-recode-download-v2 .video-player-controllers .current-time,.brandhub-recode-download-v2 .video-player-controllers .total-time{margin:-3px 10px 0}.brandhub-recode-download-v2 .video-player-controllers .progress-bar{display:none}}.brandhub-recode-download-v2 .video-player{overflow:hidden}.brandhub-recode-download-v2 .download-component__cta-preview--video .moving-image-video div .mi-player.mi-non-mobile:nth-child(4){display:none}.img-video-gallery-recodeV1 .movingImage-maincontainer .mi-icon--play,.img-video-gallery-recodeV1 .movingImage-maincontainer .mi-contextmenu{display:none}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-content{position:relative;width:90%;height:auto;margin:0 auto;padding-top:3em}.img-video-gallery-recodeV1 .mi24-container{position:relative}.img-video-gallery-recodeV1 .mi-video-duration{padding-left:8px}.img-video-gallery-recodeV1 .mi-current-time{padding-right:8px}.img-video-gallery-recodeV1 .miposter-image{display:none}.img-video-gallery-recodeV1 .movingImage-maincontainer video{border-radius:0;-o-object-fit:contain !important;object-fit:contain !important}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-content .mi-big-play{display:none}.img-video-gallery-recodeV1 .movingImage-maincontainer .close-video{position:absolute;top:30px;right:-10px;padding:10px 5px;background-color:#000;color:#fff;line-height:0;text-align:center;cursor:pointer;z-index:12}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:20}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-overlay .custom-video-mi{width:50%;margin:0 auto;float:none}.img-video-gallery-recodeV1 .movingImage-maincontainer{margin:0;margin-bottom:0;padding:0;background-color:#fff;overflow:hidden}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-block{position:relative}.img-video-gallery-recodeV1 .movingImage-maincontainer .mi-content,.img-video-gallery-recodeV1 .movingImage-maincontainer .mi-player{background:none}.img-video-gallery-recodeV1 ::-webkit-full-page-media,.img-video-gallery-recodeV1 :root .movingImage-maincontainer .mi-content,.img-video-gallery-recodeV1 :root .movingImage-maincontainer video{border-radius:0 !important}.img-video-gallery-recodeV1 ::-webkit-full-page-media,.img-video-gallery-recodeV1 :root .theme-orange .component-rich-text .secondary .rich-text-wrapper.bg-white,.img-video-gallery-recodeV1 :root .theme-green .component-rich-text .secondary .rich-text-wrapper.bg-white{position:relative;z-index:19}.img-video-gallery-recodeV1 .movingImage-contentpanel{width:100%;margin-top:0;float:left;background-color:#fff}.img-video-gallery-recodeV1 .movingImage-maincontainer .custom-video-mi{position:relative;width:100%;height:auto;margin-bottom:10px;float:left;overflow:hidden}.img-video-gallery-recodeV1 .video-wrapper-full{position:relative;width:100%;margin-top:0;padding-left:10px;cursor:pointer}.img-video-gallery-recodeV1 .mi-control-row-tabledivider{position:absolute !important;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.img-video-gallery-recodeV1 .mi-player-generator.mi-big-play{position:absolute;width:100px !important;height:100px !important;border:zero !important;border-radius:0;background-color:rgba(0,0,0,0);background-position:0 0 !important;background-size:100% 100% !important;z-index:8 !important}.img-video-gallery-recodeV1 .theme-orange .mi-player-generator.mi-big-play,.img-video-gallery-recodeV1 .theme-orange .mi-player-generator.mi-big-play:hover{background-image:url("../../../content/dam/web/healthcare/biopharma/neurology/merckneurology/images/play-but-orange-l.svg") !important}.img-video-gallery-recodeV1 .theme-green .mi-player-generator.mi-big-play,.img-video-gallery-recodeV1 .theme-green .mi-player-generator.mi-big-play:hover{background-image:url("../../../content/dam/we-retail/play-btn.png") !important}.img-video-gallery-recodeV1 .mi-player-generator.mi-big-play:hover body.isTablet .mi-control-row-tabledivider{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.img-video-gallery-recodeV1 .col-xs-12.col-sm-12.col-md-8.col-xl-8 .mi-player-generator.mi-big-play{opacity:0 !important}.img-video-gallery-recodeV1 .theme-orange .col-xs-12.col-sm-12.col-md-8.col-xl-8 .mi-player-generator.mi-big-play,.img-video-gallery-recodeV1 .theme-green .col-xs-12.col-sm-12.col-md-8.col-xl-8 .mi-player-generator.mi-big-play{opacity:1 !important}.img-video-gallery-recodeV1 .col-xs-12.col-sm-12.col-md-8.col-xl-8 .video-end .mi-player-generator.mi-big-play{opacity:1 !important}.img-video-gallery-recodeV1 .movingImage-maincontainer .play-button-mi{display:none;position:absolute;bottom:200px;width:125px;height:120px;margin-left:45%;background-repeat:no-repeat;background-size:125px 120px;z-index:3}.img-video-gallery-recodeV1 .movingImage-maincontainer .play-button-mi:hover{display:block;position:absolute;bottom:200px;width:125px;height:120px;margin-left:45%;background-repeat:no-repeat;background-size:125px 120px;z-index:3}.img-video-gallery-recodeV1 .movingImage-maincontainer .custom-video-mi.video-playing .pause-button-mi,.img-video-gallery-recodeV1 .movingImage-maincontainer .custom-video-mi.video-playing .video-duration,.img-video-gallery-recodeV1 .movingImage-maincontainer .custom-video-mi.video-playing .movingImage-video-description{display:block}.img-video-gallery-recodeV1 .movingImage-maincontainer .custom-video-mi.video-playing:hover .pause-button-mi,.img-video-gallery-recodeV1 .movingImage-maincontainer .custom-video-mi.video-playing:hover .video-duration{display:block}.img-video-gallery-recodeV1 .movingImage-maincontainer .custom-video-mi.video-playing .play-button-mi{display:none}.img-video-gallery-recodeV1 .overlay-video-scroll-in{overflow:hidden !important}.img-video-gallery-recodeV1 .overlay-video-scroll-out{overflow:visible !important}.img-video-gallery-recodeV1 .you-tube.section{max-width:988px;margin:0 auto}.img-video-gallery-recodeV1 .mi-hide-bar{height:inherit !important}.img-video-gallery-recodeV1 .mi-controls-btn,.img-video-gallery-recodeV1 .mi-seek-bar-time,.img-video-gallery-recodeV1 .mi-seek-bar-progress-background,.img-video-gallery-recodeV1 .mi-bp-volume-bar{background-color:#00948e !important;color:#fff !important}.img-video-gallery-recodeV1 .mi-volume-step{background-color:#fff !important}.img-video-gallery-recodeV1 .theme-orange .mi-controls-btn,.img-video-gallery-recodeV1 .theme-orange .mi-seek-bar-time,.img-video-gallery-recodeV1 .theme-orange .mi-seek-bar-progress-background,.img-video-gallery-recodeV1 .theme-orange .mi-bp-volume-bar{background-color:#fa8600 !important}.img-video-gallery-recodeV1 .theme-green .mi-controls-btn,.img-video-gallery-recodeV1 .theme-green .mi-seek-bar-time,.img-video-gallery-recodeV1 .theme-green .mi-seek-bar-progress-background,.img-video-gallery-recodeV1 .theme-green .mi-bp-volume-bar{background-color:#00948e !important}.img-video-gallery-recodeV1 .theme-green .movingImage-maincontainer.top-spacing{padding-top:0}.img-video-gallery-recodeV1 .expert-opinion-en .you-tube.section{padding-right:16px}.img-video-gallery-recodeV1 .you-tube.section .movingImage-contentpanel .video-wrapper-full{margin-left:-12px !important}@media only screen and (min-width: 0px)and (max-width: 767px){.img-video-gallery-recodeV1 .movingImage-contentpanel{margin-top:0px !important}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-content .mi-big-play,.img-video-gallery-recodeV1 .movingImage-maincontainer .mi-icon--play{display:block}.img-video-gallery-recodeV1 .movingImage-maincontainer .custom-video-mi{width:100%;margin-bottom:0}.img-video-gallery-recodeV1 .col-xs-12.col-sm-12.col-md-8.col-xl-8 .mi-player-generator.mi-big-play{opacity:1 !important}.img-video-gallery-recodeV1 .video-wrapper-full,.img-video-gallery-recodeV1 .video-wrapper-half,.img-video-gallery-recodeV1 .movingImage-contentpanel-left,.img-video-gallery-recodeV1 .movingImage-contentpanel-right{width:100%}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-wrapper{margin-top:13px}.img-video-gallery-recodeV1 .movingImage-maincontainer .play-button-mi,.img-video-gallery-recodeV1 .movingImage-maincontainer .pause-button-mi,.img-video-gallery-recodeV1 .mi-player-generator.mi-big-play,.img-video-gallery-recodeV1 .mi-player-generator.mi-big-play:hover{width:80px !important;height:80px !important;z-index:3}.img-video-gallery-recodeV1 .descriptionContent{position:relative;top:10px;padding-bottom:10px;padding-left:85px;font-size:14px}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-content{width:90%;margin:0 auto;padding-top:1em}.img-video-gallery-recodeV1 .movingImage-maincontainer.container-fluid.stack-body{padding-top:0 !important;padding-right:0 !important;padding-left:0 !important}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-poster{width:100%}.img-video-gallery-recodeV1 .video-wrapper-full{margin:0px !important;padding:0px !important}.img-video-gallery-recodeV1 .movingImage-maincontainer{margin-right:-18px !important;margin-left:-18px !important}.img-video-gallery-recodeV1 .overlay-mi .movingImage-maincontainer{margin-right:0 !important;margin-left:0 !important}.img-video-gallery-recodeV1 .expert-opinion-en .you-tube.section{padding-right:0px}.img-video-gallery-recodeV1 .movingImage-maincontainer .close-video{top:5px}.img-video-gallery-recodeV1 .you-tube.section .movingImage-contentpanel .video-wrapper-full{margin-left:0 !important}}@media only screen and (min-width: 768px)and (max-width: 800px){.img-video-gallery-recodeV1 .movingImage-maincontainer .video-btndiv{background-position:50% 35%}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-block{margin-bottom:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.img-video-gallery-recodeV1 .mi-player-generator.mi-big-play{width:92px !important;height:92px !important;z-index:3}.img-video-gallery-recodeV1 .video-wrapper-full{width:auto !important;margin:0px 15px !important;margin-top:-10px !important;padding:0px !important}.img-video-gallery-recodeV1 .disability-progression .movingImage-maincontainer .video-wrapper-full{margin-top:5px !important}.img-video-gallery-recodeV1 .expert-opinion-en .you-tube.section{padding-right:0px}.img-video-gallery-recodeV1 .you-tube.section .movingImage-contentpanel .video-wrapper-full{margin-left:15px !important}.img-video-gallery-recodeV1 .mi-control-row-tabledivider{position:absolute !important;-webkit-transform:translateY(0);transform:translateY(0)}}@media only screen and (min-width: 1024px){.img-video-gallery-recodeV1 .disability-progression .movingImage-maincontainer .video-wrapper-full{margin-top:4px}.img-video-gallery-recodeV1 .video-wrapper-full{margin:0 !important;padding-left:0}.img-video-gallery-recodeV1 .theme-green .col-md-8.col-xl-8 .movingImage-maincontainer.top-spacing{padding-top:10px !important}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-content{width:45%}}@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape){.img-video-gallery-recodeV1 .movingImage-maincontainer .video-content{display:block;width:90%;height:auto}.img-video-gallery-recodeV1 .movingImage-maincontainer .close-video+div{display:block;vertical-align:middle}.img-video-gallery-recodeV1 .col-xs-12.col-sm-12.col-md-8.col-xl-8 .video-end .mi-player-generator.mi-big-play{opacity:1 !important}.img-video-gallery-recodeV1 .mi-player.mi-mobile .mi-controls{bottom:32px}.img-video-gallery-recodeV1 .mi-control-row-tabledivider{position:absolute !important;-webkit-transform:translateY(0);transform:translateY(0)}}@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait){.img-video-gallery-recodeV1 .movingImage-maincontainer .video-content{display:block;width:90%;height:100%;padding-top:3em}.img-video-gallery-recodeV1 .movingImage-maincontainer .close-video+div{display:block;vertical-align:middle}.img-video-gallery-recodeV1 .col-xs-12.col-sm-12.col-md-8.col-xl-8 .mi-player-generator.mi-big-play{opacity:1 !important}}.img-video-gallery-recodeV1 .mi-player.mi-mobile.mi-static-bar{width:100% !important;height:auto !important}.img-video-gallery-recodeV1 #mi-fullscreen-overlay video{-o-object-fit:contain !important;object-fit:contain !important}.img-video-gallery-recodeV1 #mi-fullscreen-overlay .mi-player-generator.mi-big-play.big-play-button span.mi-icon.mi-icon--white.mi-icon--play{display:none}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.img-video-gallery-recodeV1 .section.you-tube .movingImage-contentpanel .video-wrapper-full{margin-left:0 !important}}.img-video-gallery-recodeV1 .video-blockhide{display:none}.img-video-gallery-recodeV1 .youtube-vid{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:99}.img-video-gallery-recodeV1 .ytiframeclose{margin:-430px 0 0 -20px;padding:3px 5px;background-color:#000;color:#fff;font-size:15px;line-height:15px;z-index:1}.img-video-gallery-recodeV1 .mamframeclose{margin:-195px 0 0 -20px;padding:3px 5px;background-color:#000;color:#fff;font-size:15px;line-height:15px;z-index:1}.img-video-gallery-recodeV1 .youtubeiframe{width:671px;height:396px}.img-video-gallery-recodeV1 .header-video{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:99}.img-video-gallery-recodeV1 .damassettrack{width:671px;height:396px}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-btndiv{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("../../../content/dam/we-retail/play-btn.png");background-repeat:no-repeat;background-position:50%;background-size:60px 60px;cursor:pointer;z-index:2}.img-video-gallery-recodeV1 .youtubeposter .video-btndiv{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("../../../content/dam/we-retail/play-btn.png");background-repeat:no-repeat;background-position:50%;background-size:60px 60px;cursor:pointer;z-index:2}.img-video-gallery-recodeV1 .mamvideoposter .video-btndiv{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("../../../content/dam/we-retail/play-btn.png");background-repeat:no-repeat;background-position:50%;background-size:60px 60px;cursor:pointer;z-index:2}.img-video-gallery-recodeV1 .youtubeposter,.img-video-gallery-recodeV1 .mamvideoposter{position:relative}.img-video-gallery-recodeV1 .movingImage-maincontainer .video-poster{cursor:pointer}.img-video-gallery-recodeV1 .nu-teaser-container{margin-bottom:20px}.img-video-gallery-recodeV1 .ctacont{height:10px;margin-bottom:10px}.img-video-gallery-recodeV1 .itemDummy{padding:1px}.img-video-gallery-recodeV1 .masonry-variant{padding:0 12px}.img-video-gallery-recodeV1 .videobox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.img-video-gallery-recodeV1 .teambody .basic .rich-text-wrapper p{color:#ffc832;font-family:Merckfont,sans-serif;font-size:30px !important}.img-video-gallery-recodeV1 .pillar-container-bottom .pillar-image{position:relative;width:100%}.img-video-gallery-recodeV1 .pillar-heading-spacing{position:relative;height:93px;margin-top:-60px;margin-left:0;padding:10px 5px 26px 5px;color:#0f69af;font-family:Verdana,sans-serif;font-size:14px !important;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.img-video-gallery-recodeV1 .pillar-overlay .overlayContents .pillar-heading-spacing .read-more-images{background:red;text-decoration:none}.img-video-gallery-recodeV1 .component-pillar .pillar-section img{width:100%}.img-video-gallery-recodeV1 .component-rich-text .team-section-header{margin-right:auto;margin-left:auto;color:#ffc832 !important;font-family:Merckfont,sans-serif;font-size:30px;padding-left:0px}.img-video-gallery-recodeV1 .teambody .content-components .Components{max-width:1316px !important;margin:0 auto;padding:0 25px}@media(min-width: 1366px)and (max-width: 1920px){.img-video-gallery-recodeV1 .teambody .content-components{padding:0 14% .4% 14%}.img-video-gallery-recodeV1 .component-rich-text .team-section-header{padding:0;padding-left:11px}}@media(min-width: 1025px)and (max-width: 1365px){.img-video-gallery-recodeV1 .component-rich-text .team-section-header{width:970px;padding-left:2%}}.img-video-gallery-recodeV1 .ft-pillar-name{position:relative;height:auto;margin-bottom:10px;margin-left:0;padding:12px 5px 32px 5px;background:#ffc832;color:#0f69af;font-family:Verdana,sans-serif;font-size:15px;font-weight:bold;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.img-video-gallery-recodeV1 .homebody.teambody .rich-text-wrapper.bg-white{padding:0;border:zero}.img-video-gallery-recodeV1 .homebody.partnersbody .rich-text-wrapper.bg-white .pagination{margin-left:71%}.img-video-gallery-recodeV1 .homebody.partnersbody .rich-text-wrapper.bg-white .pagination a{padding:0 5px;color:#e61e50}.img-video-gallery-recodeV1 .homebody.partnersbody .rich-text-wrapper.bg-white .pagination a.active{border:1px solid #532f92;color:#532f92}.img-video-gallery-recodeV1 p.pillar-team-p1{margin-bottom:0px;padding-left:10%;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;font-weight:bold}.img-video-gallery-recodeV1 p.pillar-team-p2{padding-left:10%;font-size:11px}.img-video-gallery-recodeV1 .pillar-section .col-sm-3{padding-right:20px}.img-video-gallery-recodeV1 .modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;padding-top:100px;background-color:#000;background-color:rgba(0,0,0,.4);overflow:auto;z-index:1050}.img-video-gallery-recodeV1 .modal-content-team{width:132%;margin:auto;padding:12px;border:1px solid #888;background-color:#fff;color:#532f92 !important;font-family:Verdana,sans-serif;text-align:justify}.img-video-gallery-recodeV1 .modal-content p{color:#0f69af;font-family:Verdana,sans-serif;font-size:16px}.img-video-gallery-recodeV1 .modal-content{padding:2.5% 4.5% 2.5% 5.5%;border:zero;border-radius:0}.img-video-gallery-recodeV1 .modal-content h3{color:#eb3c96;font-family:Verdana,sans-serif;font-size:24px;font-weight:bold;margin-top:25px !important}.img-video-gallery-recodeV1 .modal-dialog{width:1200px !important}.img-video-gallery-recodeV1 .teambody .close{float:right;color:#e61e50;font-size:28px;font-weight:bold}.img-video-gallery-recodeV1 .modal-header{padding:0;border-bottom:zero;border-bottom:0px !important}.img-video-gallery-recodeV1 .modal-header .modal-title{margin-top:30px}.img-video-gallery-recodeV1 .teambody .close:hover,.img-video-gallery-recodeV1 .teambody .close:focus{color:#000;text-decoration:none;cursor:pointer}.img-video-gallery-recodeV1 .modal .modal-dialog button.close{width:25px;height:25px;margin-top:-10px;margin-right:-25px;background-size:100% 100%;opacity:1}.img-video-gallery-recodeV1 .modal-body{padding:5px 15px}@media screen and (max-width: 767px)and (min-width: 320px){.img-video-gallery-recodeV1 .homebody .section.onecolumnteaser .container-fluid,.img-video-gallery-recodeV1 .homebody .block-gateway-wapper-up.main-image-gridred.col-lg-9,.img-video-gallery-recodeV1 .homebody .rich-text-wrapper.bg-white,.img-video-gallery-recodeV1 .homebody .block-gateway-wapper-up.main-image-gridred.col-lg-9 .block-gateway-content{border:zero}.img-video-gallery-recodeV1 .homebody .block-gateway-wapper-up.main-image-gridred.col-lg-9 .image-container img{width:50%;padding:20px 0}.img-video-gallery-recodeV1 .homebody .block-gateway-wapper-up.main-image-gridred.col-lg-9{height:100px}.img-video-gallery-recodeV1 .homebody .section.onecolumnteaser .m-big-teaser-img .new-image{width:114%}.img-video-gallery-recodeV1 .m-big-teaser-img{margin-right:35px}.img-video-gallery-recodeV1 .gloss:nth-child(2) .rich-text-wrapper.bg-white p{margin-top:-25px;margin-left:60px}.img-video-gallery-recodeV1 .section.onecolumnteaser .home-video .m-big-content-video-text{margin-bottom:35px}.img-video-gallery-recodeV1 .homebody .block-gateway-image{width:79%;padding-left:20px}.img-video-gallery-recodeV1 .homebody .block-gateway-content{width:69%;margin-top:-160px;padding-top:-100px;float:right}.img-video-gallery-recodeV1 .pillar-inner .ft-pillar-name{position:relative;height:60px;margin-left:0;background:#ffc832;color:#0f69af;font-family:Verdana,sans-serif;font-size:16px;font-weight:bold;text-align:center;padding-top:10px}.img-video-gallery-recodeV1 .component-rich-text .team-section-header{padding-left:15px !important}.img-video-gallery-recodeV1 .pillar-section .pillar-container{width:100%}.img-video-gallery-recodeV1 .modal-body{font-size:12px;padding:10px 0 0 0}.img-video-gallery-recodeV1 .modal-dialog{width:350px}.img-video-gallery-recodeV1 .modal-content{padding:30px 10px 20px 10px}.img-video-gallery-recodeV1 .modal-header .modal-title{margin-top:0}.img-video-gallery-recodeV1 .homebody.approachbody .block-gateway-image{width:100%;padding-left:0}.img-video-gallery-recodeV1 .homebody.approachbody .block-gateway-content .blue_btn1{margin-bottom:0}.img-video-gallery-recodeV1 .homebody.approachbody .row{margin:0 !important}.img-video-gallery-recodeV1 .pillar-heading-spacing{margin-top:-70px;padding-top:40px !important;font-size:12px}.img-video-gallery-recodeV1 .header-content{min-height:40px}.img-video-gallery-recodeV1 .modal-content h3{margin-top:-30px;font-size:18px;font-weight:bold}.img-video-gallery-recodeV1 .modal-content p{font-size:12px}.img-video-gallery-recodeV1 .modal .modal-dialog button.close{margin-top:3px !important;margin-right:-7px !important}.img-video-gallery-recodeV1 .header-content .header{position:absolute}}@media(min-width: 768px)and (max-width: 1024px){.img-video-gallery-recodeV1 .team-section-header{padding-left:17%}.img-video-gallery-recodeV1 .pillar-heading-spacing{font-size:12px}.img-video-gallery-recodeV1 .modal-dialog{width:970px}.img-video-gallery-recodeV1 .modal-content p{font-size:14px}.img-video-gallery-recodeV1 .modal-content{padding-right:26%}.img-video-gallery-recodeV1 .calendarbody .teaser-imageGallery #image-carousel ul.box-container li.box-download p,.img-video-gallery-recodeV1 .calendarbody .teaser-imageGallery #image-carousel ul.box-container li.box-download h4{font-size:11px !important;text-overflow:inherit;white-space:inherit;overflow:inherit}.img-video-gallery-recodeV1 .partners1body .teaser-imageGallery #image-carousel ul.box-container li.box-download p,.img-video-gallery-recodeV1 .partners1body .teaser-imageGallery #image-carousel ul.box-container li.box-download h4{font-size:11px !important;text-overflow:inherit;white-space:inherit;overflow:inherit}}.img-video-gallery-recodeV1 .teambody .pillar-section .pillar-container{padding:0 25px 0 0}.img-video-gallery-recodeV1 .carousel.section{margin-top:0px !important}.img-video-gallery-recodeV1 .homebody .rich-text-wrapper.bg-white{margin-top:0px}.img-video-gallery-recodeV1 #dynamic-news .modal .modal-dialog button.close{margin-top:0px;margin-right:-35px}.img-video-gallery-recodeV1 .teambody .rich-text-wrapper.bg-white{padding:.4% 0 1% 0 !important}.img-video-gallery-recodeV1 .teambody .component-rich-text .top-spacing{padding-top:10px}.img-video-gallery-recodeV1 .teaser-imageGallery #image-carousel ul.box-container li.box-download a img{margin-top:30px !important}.img-video-gallery-recodeV1 .partners1body .rich-text-wrapper.bg-white h2{margin-bottom:32px}.img-video-gallery-recodeV1 .mycarousel ul li{padding-right:13px}.img-video-gallery-recodeV1 .partners1body #image-carousel{margin-bottom:40px !important}.img-video-gallery-recodeV1 .homebody.partners1body .content-components{padding-bottom:74px !important}.img-video-gallery-recodeV1 .teaser-imageGallery ul#itemContainer li a.active{border:1px solid #ffc832 !important;color:#ffc832}.img-video-gallery-recodeV1 .teaser-imageGallery #image-carousel ul.box-container li.box-download h4{margin-bottom:2px !important;padding-bottom:2px}.img-video-gallery-recodeV1 .quadrant h2{width:75%;margin:30px auto !important;margin-bottom:0px !important;padding-left:30px;text-align:left}.img-video-gallery-recodeV1 .calendarbody .quadrant h2{width:75%;margin:30px auto !important;margin-bottom:0px !important;padding-left:10px;text-align:left}.img-video-gallery-recodeV1 .component-leaving-website-ext .overlay-contentpush.open{z-index:1060 !important}.img-video-gallery-recodeV1 .teambody .modal{padding-top:0px}.img-video-gallery-recodeV1 .pillar-teaser:last-child{margin-bottom:66px}.img-video-gallery-recodeV1 .pillar-teaser .pillar-section .pillar-inner{cursor:pointer}.img-video-gallery-recodeV1 .pillar-teaser .pillar-section .pillar-container{margin-bottom:10px;padding:0 25px 0 0}.img-video-gallery-recodeV1 .pillar-teaser .overlayContents .pillar-heading-spacing{height:80px;margin-top:-81px;margin-bottom:20px;padding:36px 5px 26px 5px;text-overflow:inherit !important;white-space:inherit !important;overflow:inherit !important}.img-video-gallery-recodeV1 .pillar-teaser .ft-pillar-name{height:70px;margin-bottom:0px;padding:1px 5px 0px 5px;text-overflow:inherit !important;white-space:inherit !important;overflow:inherit !important}.img-video-gallery-recodeV1 .partners1body .teaser-imageGallery .calendar-newsarticle{position:relative;height:100px;padding:10px;background:#ffc832}.img-video-gallery-recodeV1 .partners1body .teaser-imageGallery #image-carousel ul.box-container li.box-download h4{margin-top:0px;font-weight:bold;font-size:13px;text-overflow:inherit;white-space:inherit;overflow:inherit;min-height:60px}.img-video-gallery-recodeV1 .partners1body .teaser-imageGallery #image-carousel ul.box-container li.box-download p{font-size:13px;text-overflow:inherit;white-space:inherit;overflow:inherit}.img-video-gallery-recodeV1 .calendarbody .teaser-imageGallery .calendar-newsarticle{height:148px}.img-video-gallery-recodeV1 .calendarbody .teaser-imageGallery #image-carousel ul.box-container li.box-download p,.img-video-gallery-recodeV1 .calendarbody .teaser-imageGallery #image-carousel ul.box-container li.box-download h4{font-size:13px;text-overflow:inherit;white-space:inherit;overflow:inherit}.img-video-gallery-recodeV1 .calendarbody .tab-component{border:0px !important}.img-video-gallery-recodeV1 .calendarbody .teaser-imageGallery ul#itemContainer li{padding:40px 0 30px 0}.img-video-gallery-recodeV1 .calendarbody .image-gallery{margin-bottom:70px}.img-video-gallery-recodeV1 u{color:#fff}.img-video-gallery-recodeV1 .imagecomponent .images-large-content .row{padding-top:12px !important}.img-video-gallery-recodeV1 .tab-component .nav-tabs li.active span{color:#ffc832 !important}.img-video-gallery-recodeV1 .calendar-newsarticle{position:relative}@media(-ms-high-contrast: none){.img-video-gallery-recodeV1 *::-ms-backdrop,.img-video-gallery-recodeV1 .quadrant h2{padding-top:8px}}.img-video-gallery-recodeV1 .teaser-imageGallery ul#itemContainer,.img-video-gallery-recodeV1 .caousel1-text,.img-video-gallery-recodeV1 .homebody .calndr-event-viewall .read-more-btn a,.img-video-gallery-recodeV1 .component-leaving-website-ext .leaving-web .btn,.img-video-gallery-recodeV1 .component-leaving-website-ext .leaving-web h2,.img-video-gallery-recodeV1 .cat-malaria,.img-video-gallery-recodeV1 .cat-schistosomiasis,.img-video-gallery-recodeV1 .cat-antiMicrobial-resistance{font-family:Verdana,sans-serif}.img-video-gallery-recodeV1 .modal-body .hide-news a u{color:#0f69af !important}.img-video-gallery-recodeV1 .pillar-teaser .modal{background:rgba(15,105,175,.65);cursor:default}.img-video-gallery-recodeV1 .calendar-newsarticle h4{min-height:75px}.img-video-gallery-recodeV1 .teambody .component-rich-text .rich-text-wrapper h2{padding-bottom:25px}@media screen and (max-width: 767px)and (min-width: 320px){.img-video-gallery-recodeV1 .homebody .rich-text-wrapper.bg-white{margin-top:0px;margin-bottom:15px}.img-video-gallery-recodeV1 .pillar-section .col-sm-3{padding:0 15px !important}.img-video-gallery-recodeV1 .modal-dialog{width:100% !important;margin:0 auto !important}.img-video-gallery-recodeV1 .modal-content{padding:0px 10px !important}.img-video-gallery-recodeV1 .modal-header{border-bottom:0px !important}.img-video-gallery-recodeV1 .teaser-imageGallery #image-carousel ul.box-container li.box-download a img{margin-top:15px !important}.img-video-gallery-recodeV1 .homebody.partners1body ul#itemContainer{right:.5% !important}.img-video-gallery-recodeV1 .team-section-header{margin-top:63px !important;padding-top:0px !important}.img-video-gallery-recodeV1 .quadrant h2{margin:90px 0 28px 16px !important;padding-left:0px}.img-video-gallery-recodeV1 .modal-content .modal-header{padding-bottom:0px}.img-video-gallery-recodeV1 .modal-content .modal-body{padding-top:0px}.img-video-gallery-recodeV1 .modal-content h3{margin-top:0px !important}.img-video-gallery-recodeV1 .teambody .component-rich-text .rich-text-wrapper h2{padding:50px 0 18px 16px}.img-video-gallery-recodeV1 .partners1body .quadrant .rich-text-wrapper h2{padding-top:42px !important;padding-left:14px}}@media screen and (max-width: 767px)and (min-width: 320px)and (orientation: landscape){.img-video-gallery-recodeV1 .partners1body .teaser-imageGallery .calendar-newsarticle{position:relative;height:100px;padding:10px;background:#ffc832}}@media(min-width: 768px)and (max-width: 1024px)and (orientation: landscape){.img-video-gallery-recodeV1 .partners1body .teaser-imageGallery .calendar-newsarticle{position:relative;height:100px;padding:10px;background:#ffc832}.img-video-gallery-recodeV1 .teambody .component-rich-text .rich-text-wrapper h2{padding:0px 0 27px 49px !important}.img-video-gallery-recodeV1 .partners1body .quadrant .rich-text-wrapper h2{padding-left:0px !important}}@media(min-width: 768px)and (max-width: 1024px){.img-video-gallery-recodeV1 .team-section-header{padding-left:5% !important}.img-video-gallery-recodeV1 .pillar-teaser,.img-video-gallery-recodeV1 .teambody .basic .rich-text-wrapper p{padding-left:5%}.img-video-gallery-recodeV1 .homebody.partners1body ul#itemContainer{right:14.2% !important}.img-video-gallery-recodeV1 .modal-dialog{width:600px !important}.img-video-gallery-recodeV1 .modal .modal-dialog button.close{margin-top:-10px;margin-right:-25px}.img-video-gallery-recodeV1 .modal-content .modal-header{padding-bottom:0px}.img-video-gallery-recodeV1 .modal-content .modal-body{padding-top:0px}.img-video-gallery-recodeV1 .modal-content h3{margin-top:0px !important}.img-video-gallery-recodeV1 .calndr-event-viewall .read-more-btn a{padding:15px 5px !important}.img-video-gallery-recodeV1 .calendarbody .teaser-imageGallery #image-carousel ul.box-container li.box-download p.date{position:absolute;bottom:35px}.img-video-gallery-recodeV1 .partners1body .teaser-imageGallery #image-carousel ul.box-container li.box-download h4{min-height:65px}.img-video-gallery-recodeV1 .partners1body .teaser-imageGallery .calendar-newsarticle{position:relative;height:115px;padding:10px;background:#ffc832}.img-video-gallery-recodeV1 .mycarousel ul li.paginate.active{padding:5px !important}.img-video-gallery-recodeV1 .calendar-newsarticle h4{min-height:85px;margin-top:0px !important}.img-video-gallery-recodeV1 .teambody .component-rich-text .rich-text-wrapper h2{padding:0px 0 27px 35px}.img-video-gallery-recodeV1 .partners1body .quadrant .rich-text-wrapper h2{padding-left:20px}}@media(min-width: 320px)and (max-width: 568px){.img-video-gallery-recodeV1 .partners1body .teaser-imageGallery .calendar-newsarticle{position:relative;height:106px;padding:10px;background:#ffc832}}.img-video-gallery-recodeV1 .homebody .Components{max-width:100%}.img-video-gallery-recodeV1 .homebody .gridcomponent.section{width:72%;margin:0 auto}.img-video-gallery-recodeV1 .homebody .gridcomponent.full-container{width:100%}.img-video-gallery-recodeV1 .homebody .container-fluid{padding:0px}.img-video-gallery-recodeV1 .section.onecolumnteaser .container-fluid{border-bottom:0px !important}.img-video-gallery-recodeV1 .section.onecolumnteaser .image1left .carousel-inner{border-bottom:1px solid #fff}.img-video-gallery-recodeV1 .teambody #partners-rich-text h2{padding-bottom:30px}@media screen and (max-width: 767px)and (min-width: 320px){.img-video-gallery-recodeV1 .image-animation-with-text-container .image-right .banner-content{padding:0 4% !important}.img-video-gallery-recodeV1 .gridcomponent.section{width:100% !important}.img-video-gallery-recodeV1 .section.onecolumnteaser .image1left .carousel-inner{border:zero}.img-video-gallery-recodeV1 .footer-content{border-top:1px solid #fff}.img-video-gallery-recodeV1 .teambody .basic .rich-text-wrapper p{padding-top:17%;padding-left:4%}.img-video-gallery-recodeV1 .modal-header{margin-top:15px}.img-video-gallery-recodeV1 .modal .modal-dialog button.close{position:absolute;right:10px;float:right;z-index:1000}.img-video-gallery-recodeV1 .teambody #partners-rich-text{padding-top:30px}.img-video-gallery-recodeV1 .pillar-teaser:last-child{margin-bottom:0px}.img-video-gallery-recodeV1 .teambody #partners-rich-text h2{padding-bottom:0px}.img-video-gallery-recodeV1 .quadrant h2{margin:90px 42px 2px 42px !important;padding-left:0px}.img-video-gallery-recodeV1 .calendarbody .quadrant h2{margin:30px 30px 0px 18px !important;padding-left:0px}}@media screen and (max-width: 1023px)and (min-width: 768px){.img-video-gallery-recodeV1 .pillar-teaser .overlayContents .pillar-heading-spacing{height:80px;margin-top:-80px;margin-bottom:0px;padding:36px 5px 0px 5px;font-size:12px !important;text-overflow:inherit !important;white-space:inherit !important;overflow:inherit !important}.img-video-gallery-recodeV1 .pillar-teaser .ft-pillar-name{height:100px;margin-bottom:0px;padding:1px 5px 0px 5px;text-overflow:inherit !important;white-space:inherit !important;overflow:inherit !important}.img-video-gallery-recodeV1 .pillar-teaser:last-child{margin-bottom:0px}.img-video-gallery-recodeV1 .pillar-teaser .pillar-section .pillar-container{margin-bottom:25px}}.img-video-gallery-recodeV1 .teambody .content-components{padding-bottom:40px}.img-video-gallery-recodeV1 #page_navigation{text-align:right}.img-video-gallery-recodeV1 #page_navigation a{display:inline-block;padding:0px 3px}.img-video-gallery-recodeV1 .active_page{color:#000;font-weight:bold}.img-video-gallery-recodeV1 .pillar-container{padding-bottom:5px}.img-video-gallery-recodeV1 .pillar-overlay{background:#ffc832}.img-video-gallery-recodeV1 .image-tile-click .pillar-description{color:#0f69af}.img-video-gallery-recodeV1 .image-with-overlay .pillar-description{background:#ffc832}.img-video-gallery-recodeV2 .lightbox-row>.lightbox-column{padding:0}.img-video-gallery-recodeV2 .lightbox-row:after{display:table;clear:both;content:""}.img-video-gallery-recodeV2 .lightbox-column{float:left;text-align:center}.img-video-gallery-recodeV2 .lightboxmodal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;padding-top:80px;background-color:#000;overflow:hidden;z-index:4;overflow-y:scroll}.img-video-gallery-recodeV2 .lightbox-modal-content{position:relative;width:70%;max-width:1200px;margin:auto;padding:0;background-color:#fefefe}.img-video-gallery-recodeV2 .close{position:absolute;top:75px;right:25px;color:#fff;font-size:35px;font-weight:bold;opacity:1}.img-video-gallery-recodeV2 .close:hover,.img-video-gallery-recodeV2 .close:focus{color:#fff;text-decoration:none;cursor:pointer}.img-video-gallery-recodeV2 .lightboxSlides{display:none;text-align:center}.img-video-gallery-recodeV2 .lightbox-prev,.img-video-gallery-recodeV2 .lightbox-next{position:absolute;top:29%;width:auto;margin-top:-50px;padding:16px;-webkit-transition:.6s ease;transition:.6s ease;border-radius:0 3px 3px 0;color:#0f69af !important;font-size:20px;font-weight:bold;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.img-video-gallery-recodeV2 .lightbox-next{right:0;border-radius:3px 0 0 3px}.img-video-gallery-recodeV2 .lightbox-prev:hover,.img-video-gallery-recodeV2 .lightbox-next:hover{background-color:#0f69af}.img-video-gallery-recodeV2 .numbertext{position:absolute;top:0;padding:8px 12px;color:#f2f2f2;font-size:12px}.img-video-gallery-recodeV2 .caption-container{padding:2px 16px;background-color:#000;color:#fff;text-align:center}.img-video-gallery-recodeV2 img.demo{width:100%;opacity:.6}.img-video-gallery-recodeV2 img.demo.active{opacity:1}.img-video-gallery-recodeV2 .active,.img-video-gallery-recodeV2 .demo:hover{opacity:1}.img-video-gallery-recodeV2 img.lightbox-hover-shadow{width:100%;-webkit-transition:.3s;transition:.3s}.img-video-gallery-recodeV2 .lightbox-hover-shadow:hover{-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);cursor:pointer}.img-video-gallery-recodeV2 .drugs .lightbox.section .lightbox-modal-content .lightboxSlides img{width:60% !important}.img-video-gallery-recodeV2 .drugs .lightbox.section .lightbox-modal-content .lightbox-column img{width:70% !important}.img-video-gallery-recodeV2 .lightbox-thumbnails{text-align:center}.img-video-gallery-recodeV2 .modal-thumbnails{display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#000;text-align:center}.img-video-gallery-recodeV2 .modal-thumbnails .lightbox-column{display:inline-block;width:31.3%;margin:1%;float:none !important;text-align:center}@media(min-width: 768px)and (max-width: 1024px){.img-video-gallery-recodeV2 .close{top:28px}}@media(max-width: 768px){.img-video-gallery-recodeV2 .drugs .lightbox.section .lightbox-modal-content .lightboxSlides img{width:100% !important}.img-video-gallery-recodeV2 .lightbox-modal-content{position:relative;width:98%;max-width:1200px;margin:auto;padding:0;background-color:#fefefe}}.img-video-gallery-recodeV2 .lightbox.section .lightbox-modal-content .lightboxSlides img,.img-video-gallery-recodeV2 .drugs .lightbox.section .primary .lightbox-modal-content .lightboxSlides img{width:80% !important}.img-video-gallery-recodeV2 .lightbox.section .lightbox-modal-content .lightbox-column img,.img-video-gallery-recodeV2 .drugs .lightbox.section .primary .lightbox-modal-content .lightbox-column img{width:90% !important}.img-video-gallery-recodeV2 .hnc-pg.mcrc-pg.pro-info.medimg-cz-common.cz_CZ img.lightbox-hover-shadow,.img-video-gallery-recodeV2 .drugs img.lightbox-hover-shadow{width:290%}@media(max-width: 1023px)and (min-width: 768px){.img-video-gallery-recodeV2 .hnc-pg.mcrc-pg.pro-info.medimg-cz-common.cz_CZ img.lightbox-hover-shadow{width:290%}}@media(max-width: 767px)and (min-width: 320px){.img-video-gallery-recodeV2 .lightbox.section .lightbox-modal-content .lightboxSlides img{width:85% !important}}@media screen and (min-width: 320px)and (max-width: 767px){.img-video-gallery-recodeV2 .lightbox-thumbnails span{display:block !important}.img-video-gallery-recodeV2 .lightbox-row{margin:5px 0px}.img-video-gallery-recodeV2 .lightboxmodal .close{top:40px}.img-video-gallery-recodeV2 .lightbox-prev,.img-video-gallery-recodeV2 .lightbox-next{top:28%}}.img-video-gallery-recodeV2 .cartopimg{width:80%}.img-video-gallery-recodeV2 .textcarousel{display:none}.img-video-gallery-recodeV2 .slideshow-container a:hover,.img-video-gallery-recodeV2 .slideshow-container a:focus{color:#000;text-decoration:none}.img-video-gallery-recodeV2 .prev,.img-video-gallery-recodeV2 .next{position:absolute;width:auto;margin-top:0px;-webkit-transition:.6s ease;transition:.6s ease;border-radius:0 3px 3px 0;background-color:#fff;color:#000;font-size:40px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.img-video-gallery-recodeV2 .prev:hover,.img-video-gallery-recodeV2 .next:hover{background-color:#fff}.img-video-gallery-recodeV2 .fade{opacity:1;animation-duration:1.5s;animation-name:fade;-webkit-animation-duration:1.5s;-webkit-animation-name:fade}@-webkit-keyframes fade{from{opacity:.4}to{opacity:1}}@keyframes fade{from{opacity:.4}to{opacity:1}}@media only screen and (max-width: 300px){.img-video-gallery-recodeV2 .prev,.img-video-gallery-recodeV2 .next,.img-video-gallery-recodeV2 .text{font-size:11px}}.img-video-gallery-recodeV2 .imagecontainer{width:50%;height:400px;float:left}.img-video-gallery-recodeV2 .imagecontainer img{width:100%;height:-webkit-fill-available}.img-video-gallery-recodeV2 .videoconatiner{width:50%;height:400px;float:left}.img-video-gallery-recodeV2 .detailscontainer{width:50%;height:400px;float:right;background-color:purple}.img-video-gallery-recodeV2 .dotcontainer{display:none;text-align:center}.img-video-gallery-recodeV2 .car_numbertext{margin:0;margin-top:2%;font-size:18px;font-size:16px;font-weight:400;letter-spacing:normal;line-height:32px;line-height:1;opacity:.6}.img-video-gallery-recodeV2 .car_title{margin:20px 0 0 0;font-size:30px;font-weight:900;letter-spacing:normal;line-height:1.2}.img-video-gallery-recodeV2 .car_text{margin:30px 0;font-size:18px;font-weight:400;letter-spacing:normal;line-height:32px}.img-video-gallery-recodeV2 .car_cta{margin:30px 0;font-size:18px;font-weight:400;letter-spacing:normal;line-height:32px}.img-video-gallery-recodeV2 .videogaloverlay{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.6);z-index:4}.img-video-gallery-recodeV2 .galoverlayvid{width:671px;height:396px}.img-video-gallery-recodeV2 .vidgaloverclose{margin-top:-400px;margin-left:-10px;padding:2px 3px;background-color:#000;color:#fff;font-size:15px;line-height:15px;z-index:3}.img-video-gallery-recodeV2 .defhidden{display:none}.img-video-gallery-recodeV2 .videopostergal{position:relative;height:100%}.img-video-gallery-recodeV2 .transpoverlay{position:absolute;top:0;right:0;bottom:-31px;left:0;background-color:rgba(0,0,0,0);cursor:pointer;z-index:2}.img-video-gallery-recodeV2 .slideshow-container{position:relative}.img-video-gallery-recodeV2 .carouselbuttons{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;right:50%;width:131px;height:65px;background-color:#fff;z-index:3}.img-video-gallery-recodeV2 .carouselbuttons a{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50%;cursor:pointer}@media screen and (min-width: 768px)and (max-width: 1023px){.img-video-gallery-recodeV2 .imagecontainer{width:100%;height:480px}.img-video-gallery-recodeV2 .detailscontainer{width:100%;height:480px}.img-video-gallery-recodeV2 .carouselbuttons{right:0;bottom:0;margin-top:480px}}.img-video-gallery-recodeV2 .slide-info{position:relative;width:80%;min-height:1px;margin:10%;padding:0 15px;color:#fff}@media screen and (min-width: 320px)and (max-width: 767px){.img-video-gallery-recodeV2 .imagecontainer{width:100%;height:240px}.img-video-gallery-recodeV2 .detailscontainer{width:100%;height:240px}.img-video-gallery-recodeV2 .carouselbuttons{right:0;bottom:0;width:100px;height:50px;margin-top:240px}}.recode_myaccount_container #processingConsentText{margin-bottom:15px;font-size:13px;line-height:1.7}.recode_myaccount_container #defaultSavedProfileMessage{margin-bottom:15px;font-size:13px;line-height:1.7}.recode_myaccount_container .profile-management-card.large .card-heading:before{display:block;width:38px;height:23px;margin-top:40px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAzOCAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMC43NTU3IDAuODcyMjg1TDE2LjEzMzYgMC44NzIyODZMNy4yODcwMiA5LjkyOTEzTDM4IDkuOTI5MTRMMzggMTMuODQzN0w3LjI4NzAxIDEzLjg0MzdMMTYuMTMzNiAyMi44OTVMMTAuNzU1NyAyMi44OTVMNC43NTQ5OWUtMDYgMTEuODgzN0wxMC43NTU3IDAuODcyMjg1WiIgZmlsbD0iI0VCM0M5NiIvPg0KPC9zdmc+DQo=");content:"";cursor:pointer}.recode_myaccount_container .profile-management-card.large .card-heading h1{margin-top:30px;margin-bottom:35px;color:#503291;font-size:32px;line-height:38px}.recode_myaccount_container .card-body{font-size:12px;line-height:15px}.recode_myaccount_container .card-body.manageProfile input{width:591px;width:100%;margin-bottom:48px;margin-bottom:15px;padding:11.5px 16px 11.5px 16px;border:zero;border-bottom:2px solid #e1e1e1;border-radius:0;background:#f5f5f5;color:#1b1b25;font-family:verdana;font-size:14px;line-height:23.8px;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box}.recode_myaccount_container .setSize{min-width:315px;max-width:600px}.recode_myaccount_container .notificationConsent-content label input:checked+.slider:before{border:2px solid #eb3c96;background:#eb3c96}.recode_myaccount_container .notificationConsent-content label input:checked+.slider:after{position:absolute;top:1px;left:2px;width:22px;height:22px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik00Ljc2OTc3IDkuNjk4NjRDNC43Mzk1MyA5LjcyODg4IDQuNzA2OTggOS43NTIxMyA0LjY2OTc3IDkuNzY2MDhDNC42MzI1NiA5Ljc4MDA0IDQuNTkzMDIgOS43ODkzNCA0LjU1MTE2IDkuNzg5MzRDNC41MDkzIDkuNzg5MzQgNC40Njk3NyA5Ljc4MjM2IDQuNDMyNTYgOS43NjYwOEM0LjM5NTM1IDkuNzQ5ODEgNC4zNjUxMiA5LjcyODg4IDQuMzQxODYgOS42OTg2NEwwLjA5MDY5NzcgNS40MzgxOEMwLjA2MDQ2NTEgNS40MDc5NCAwLjAzNzIwOTMgNS4zNzUzOSAwLjAyMzI1NTggNS4zMzgxOEMwLjAwNjk3Njc0IDUuMzAwOTcgMCA1LjI2MTQzIDAgNS4yMTk1N0MwIDUuMTgyMzYgMC4wMDY5NzY3NCA1LjE0NTE1IDAuMDIzMjU1OCA1LjEwNTYyQzAuMDM3MjA5MyA1LjA2NjA4IDAuMDYwNDY1MSA1LjAzMzUzIDAuMDkwNjk3NyA1LjAxMDI3TDEuNTcyMDkgMy41Mjg4N0MxLjYwMjMzIDMuNDk4NjQgMS42MzQ4OCAzLjQ3NTM5IDEuNjcyMDkgMy40NjE0M0MxLjcwOTMgMy40NDc0OCAxLjc0NDE5IDMuNDM4MTggMS43ODE0IDMuNDM4MThDMS44MjMyNiAzLjQzODE4IDEuODYyNzkgMy40NDUxNSAxLjkgMy40NjE0M0MxLjkzNzIxIDMuNDc3NzEgMS45Njk3NyAzLjQ5ODY0IDIgMy41Mjg4N0w0LjU1MzQ5IDYuMDkxNjdMMTAuMDExNiAwLjY0MDUwMkMxMC4wNjUxIDAuNTgwMDM3IDEwLjEzNDkgMC41NDk4MDUgMTAuMjIwOSAwLjU0OTgwNUMxMC4zMDQ3IDAuNTQ5ODA1IDEwLjM3OTEgMC41ODAwMzcgMTAuNDM5NSAwLjY0MDUwMkwxMS45MjA5IDIuMTIxOUMxMS45NDQyIDIuMTUyMTMgMTEuOTY1MSAyLjE4NDY5IDExLjk3OTEgMi4yMjE5QzExLjk5MyAyLjI1OTExIDEyLjAwMjMgMi4yOTM5OSAxMi4wMDIzIDIuMzMxMkMxMi4wMDIzIDIuMzczMDYgMTEuOTk1MyAyLjQxMjYgMTEuOTc5MSAyLjQ0OThDMTEuOTYyOCAyLjQ4NzAxIDExLjk0NDIgMi41MTk1NyAxMS45MjA5IDIuNTQ5OEw0Ljc2OTc3IDkuNjk4NjRaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+);background-repeat:no-repeat;background-position:center;content:""}.recode_myaccount_container .notificationConsent-content .slider:before{display:block;position:relative;top:0;left:0;width:20px;height:20px;margin-right:16px;border:2px solid #eb3c96;border:2px solid #aaa;border-radius:5px;background:#fff;background:#eb3c96;content:" ";z-index:0}.recode_myaccount_container .notificationConsent-content .slider:after{display:block;content:" "}.recode_myaccount_container .notificationConsent-content input{display:inline-block;position:absolute;width:100%;margin-bottom:15px;padding:9px;padding:11.5px 16px 11.5px 16px;border:zero;border-bottom:2px solid #e1e1e1;border-radius:4px;border-radius:0;background:#f5f5f5;color:#1b1b25;font-family:verdana;font-size:14px;line-height:23.8px;opacity:0;z-index:1;-webkit-appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box}.recode_myaccount_container .capture_validated label{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-bottom:10px;color:#1b1b25;font-family:verdana;font-size:14px;font-weight:bold;line-height:20.8px}.recode_myaccount_container .bottom-margin{margin-bottom:70px}.recode_myaccount_container .account{width:auto;max-width:962px;padding-right:30px;padding-left:30px}.recode_myaccount_container .top-margin{margin-top:30px}.brandHubRecodeVideo .featured-component-video__container{position:relative;background-color:#fff;overflow:hidden}.brandHubRecodeVideo .featured-component-video__container .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:1400px;margin:0 auto;padding-right:0px;padding-left:0px;zoom:1}.brandHubRecodeVideo .featured-component-video__container .container:before{display:table;line-height:0;content:""}.brandHubRecodeVideo .featured-component-video__container .container:after{display:table;clear:both;line-height:0;content:""}.brandHubRecodeVideo .featured-component-video__container .container .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px !important;margin-right:-15px;margin-bottom:40px !important;margin-left:-15px;zoom:1}.brandHubRecodeVideo .featured-component-video__container .container .row:before{display:table;line-height:0;content:""}.brandHubRecodeVideo .featured-component-video__container .container .row:after{display:table;clear:both;line-height:0;content:""}.brandHubRecodeVideo .featured-component-video__container .container .row .cmp-video__video-preview{position:relative;width:50%;min-height:1px;padding:0 15px}.brandHubRecodeVideo .featured-component-video__container .container .row .cmp-video__video-preview svg{cursor:pointer}.brandHubRecodeVideo .featured-component-video__container .container .row .mi-video__text-row{position:relative;width:43.75%;min-height:1px;padding:0 15px}.brandHubRecodeVideo .featured-component-video__container .container .row .mi-video__title{margin:0;margin-bottom:10px;font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:42px;font-weight:900;letter-spacing:normal;line-height:1.2381}.brandHubRecodeVideo .featured-component-video__container .container .row .mi-video__description,.brandHubRecodeVideo .featured-component-video__container .container .row .highligted-video__content-date{margin:18px 0;font-family:"Lato","Noto Sans Arabic",Arial,sans-serif;font-size:18px;font-weight:400;letter-spacing:normal;line-height:32px}.brandHubRecodeVideo .featured-component-video__container .cmp-video__video-thumbnail{display:block;width:100%;height:100%;font-size:0;-o-object-fit:cover;object-fit:cover}.brandHubRecodeVideo .featured-component-video__container .cmp-video__video-play{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.brandHubRecodeVideo .featured-component-video__container .button-animated{display:inline-block;position:relative;margin-top:18px;margin-right:40px;padding:15px;border:0;border-radius:8px;border-radius:0;background-color:#eb3c96;background-image:none;color:#fff;color:#fff;font-size:12px;font-weight:900;letter-spacing:2px;line-height:13px;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;direction:ltr;-webkit-border-radius:8px;-ms-border-radius:8px;-moz-border-radius:8px}.brandHubRecodeVideo .featured-component-video__container .button-animated:hover,.brandHubRecodeVideo .featured-component-video__container .button-animated:focus,.brandHubRecodeVideo .featured-component-video__container .button-animated:visited{text-decoration:none;opacity:1}.brandHubRecodeVideo .featured-component-video__container .button-animated__background{display:block;position:absolute;width:0;height:0;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:width .4s,height .4s;transition:width .4s,height .4s;border-radius:50%;background-color:rgba(0,0,0,.15);z-index:-1;pointer-events:none}.brandHubRecodeVideo .featured-component-video__container .button-animated:hover .button-animated__background{width:600px;height:400px}.brandHubRecodeVideo .featured-component-video__container .button-animated--square{padding:15px;border-radius:0}.brandHubRecodeVideo .featured-component-video__container .mi-video__descriptiontext{display:block}.brandHubRecodeVideo .featured-component-video__container .cmp-video__popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1002}.brandHubRecodeVideo .featured-component-video__container .cmp-video__popup-overlay-overlay--visible{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1002}.brandHubRecodeVideo .featured-component-video__container .cmp-video__popup-content{position:relative;width:60%;height:auto;margin:0 auto;padding-top:8em}.brandHubRecodeVideo .featured-component-video__container .cmp-video__video-close{position:absolute;top:7.5em;right:-12px;width:22px;height:22px;padding:5px 8px;border-radius:50%;background-color:#96d7d2;color:rgba(0,0,0,0);cursor:pointer;z-index:12}.brandHubRecodeVideo .featured-component-video__container .cmp-video__video-close::before,.brandHubRecodeVideo .featured-component-video__container .cmp-video__video-close::after{position:absolute;top:10px;left:4px;width:14px;height:1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;background-color:#fff;content:""}.brandHubRecodeVideo .featured-component-video__container .cmp-video__video-close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.brandHubRecodeVideo .featured-component-video__container .video-player{position:relative;height:0;padding-bottom:56.25%;overflow:hidden}.brandHubRecodeVideo .featured-component-video__container .mi-control-bar-background{background-color:#96d7d2 !important}@media all and (min-width: 1281px){.brandHubRecodeVideo .featured-component-video__container .container{width:100%}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandHubRecodeVideo .featured-component-video__container .container{width:100%}.brandHubRecodeVideo .featured-component-video__container .container .row .cmp-video__video-preview,.brandHubRecodeVideo .featured-component-video__container .container .row .mi-video__text-row{position:relative;width:50%;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.brandHubRecodeVideo .featured-component-video__container .container{width:100%;padding-right:0px;padding-left:0px}.brandHubRecodeVideo .featured-component-video__container .container .row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:-10px;margin-left:-10px}.brandHubRecodeVideo .featured-component-video__container .container .row .cmp-video__popup-content{width:90%}.brandHubRecodeVideo .featured-component-video__container .container .row .cmp-video__video-preview,.brandHubRecodeVideo .featured-component-video__container .container .row .mi-video__text-row{position:relative;width:100%;min-height:1px;padding:0 10px}.brandHubRecodeVideo .featured-component-video__container .container .row .mi-video__text-row{margin-top:30px}}@media all and (min-width: 0)and (max-width: 767px){.brandHubRecodeVideo .featured-component-video__container .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding-right:0px;padding-left:0px}.brandHubRecodeVideo .featured-component-video__container .container .row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:-10px;margin-left:-10px}.brandHubRecodeVideo .featured-component-video__container .container .row .cmp-video__video-preview,.brandHubRecodeVideo .featured-component-video__container .container .row .mi-video__text-row{position:relative;width:100%;min-height:1px;padding:0 10px}.brandHubRecodeVideo .featured-component-video__container .container .row .mi-video__title{font-size:28px}.brandHubRecodeVideo .featured-component-video__container .container .row .mi-video__description{margin-top:10px}.brandHubRecodeVideo .featured-component-video__container .container .row .mi-video__text-row{margin-top:30px}.brandHubRecodeVideo .featured-component-video__container .cmp-video__popup-content{width:90%}}.brandHubRecodeVideo .featured-component-video .video-player .mi-player.mi-static-bar .mi-controls .mi-control-bar{position:absolute;bottom:0}.brandHubRecodeVideo .video-js .vjs-big-play-button:before,.brandHubRecodeVideo .video-js .vjs-control:before{position:relative;top:0;left:0;width:100%;height:100%;text-align:center}@font-face{.brandHubRecodeVideo{font-family:VideoJS,sans-serif;src:url("clientlib-mkgaa-components/font/1.3.0/VideoJS.eot?") format("eot")}}@font-face{.brandHubRecodeVideo{font-family:VideoJS,sans-serif;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAi0AAoAAAAADnwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD0AAABWQLpNY2NtYXAAAAE0AAAAOgAAAUriJhC2Z2x5ZgAAAXAAAATAAAAH/CNovTZoZWFkAAAGMAAAACwAAAA2BEqUO2hoZWEAAAZcAAAAGAAAACQELwIWaG10eAAABnQAAAAPAAAAVCoAAABsb2NhAAAGhAAAACwAAAAsEBQSZm1heHAAAAawAAAAHwAAACABJgBkbmFtZQAABtAAAAElAAACCtXH9aBwb3N0AAAH+AAAALsAAAElJXNJs3icY2BkYmCcwMDKwMHowpjGwMDgDqW/MkgytDAwMDGwMjNgBQFprikMDh8ZP4owgbh6TBBhRhABAFl1B6YAAAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD6K/P8PUvCREUTzM0DVAwEjG8OIBwCEVQbLAAB4nIVVzW/jRBSf5zieJE2bOPVH0jRpEidxsZumW8f20orWi6C7rKoKqSQUVUjdQ6RVAkekHi047AEOvbSqxIFed8OBO3voDSE4gRohLmi1N/Z/SHljp90uJSLRvJn5vZn3Pc8ECP7gBE4IR8is6A7+huPR8JhEAnwIQ8RnyBwhm6C7M0CLoG6AuwyRZdBxgdsZuPB9c/+Q4w73Q/rgEcc9ehDQs4ODL67x/cPRl1cMpEwj6vBRd4RQQlxL1CzREv12e9DugzEagkH44Mw5nBOBZEiF1HDXquuy6rgSRYJmyEWoUVWTLdVWBSo7rupGqAoHhWwL7KmSDLB7r7k2+inf7bb7+8rcUmUpf95oACk0kk2b0uJc+a2VrW56KbX9Tb7r94/2xdhSYt7Mw4eNRqA+IB0YkCjGCPWI9LjT64Hn96HTJ2M/vka+QJK4YjZtQC04iHAhmy2MXrT7/UDj98nGp+N7kbFvz1FukuSuZKvMv43ALwn9CcLt4fVfmCC7ubbWvLeLPo3Ve6HMP9D6x9uppXR3a6uLYvnrvEbJFBGJivHFENmabtlIIVzLFk7HRs8zDK8HxOsZnmdc9IwTz7gkRu8c0Qmy2EUtlDgbSHRttul7KAzF+HjTMHoDr+cbvdHQM3zcMzFhrAYYqxSZxVUZa0rEKiqjmyKWVVksg39JMlmAbAbG8yWmAO+wxWsGlgeKEq7rlGIMZ0melMgiRtKtaxWBqjXMBdYG1qzdiuozIEuqxWrYtahirTqu/nNXyervze9ANP3u8s7vZ5/NFUcvdueK/Nm3DNB2x+zSD9Gc+qTSvC8+kX8sfGAoyhGjssyQI8YjrDoCW0LfVLRlIfRQFiWFeWiLrXrUkjVVsy02bBwwGD3LZNGlDtLRaaczHA59Rm85/Mxsm6ZpmNd1w/ToZPO2DqoFybDkGTChUn8HWs46rCoLcIVLAsN1ewMYLrMnn8nlMmAgfV4yzRIk4148GRA4ZkC4DOFblh1PeVMKO95hRHljd52jc+gH73xqHB2socCaIA5q2S7LOGwknhn82mCOLsLxyvBN/CMdmObVezzHnFcIqQlUd1q6q6w6rTqmXFIpTpKy6qqCLAUo+DnxlONOMna16lQhXNiZU67aqlafQvoTmqZ7YtWtVucp3UvjmfQepXkNozWu199Ql0s81MZUOU2op6COFKOYAjQAt8ICCKgbJ2UTMNQKRnYTsBnh1tHpMuZgVZEE+A6gIfBGNOakpRgX6+CQ0nacN3mhEbBMPm7fYv1awhdqGK8SSkITYg9pRJ6O3Y3H78am5Qh9GBO0SYxZYPc843UfY29lCl/IVSfHV2HeaNFAbrTyq/ca3sGcwYRPwBu3bn4A4GJi+7/xjWGyS5Olo4mVOovfRDUxwKyx5E5U9zTP+FWmkoaNCA7INFGwW6yRbfIR+Rgr0naKHEUjBE1fcbE9OHUqK6riuKx/1HVNUdEeSRgjaKEmISL/FxK1NoFVtyprL+vrxhzH36lJufxKthjhSgX4PJ7gE0llOg6RRAoy84k4n5gGeSbGJ1L/2o1q72e8O+vJxa/+BL7gVBddHuDtrFIow2PO5VIx0cxVWxmBz6zMlx35fwF1Hgp/7dwn/wCHsUmOeJxjYGRgYADi2RquW+L5bb4ycDMxgMDFaZpbkGkmBsZrQIqDASwNAAmYCNZ4nGNgZGBgYgACPTAJYjMyoAJRAAXjAEx4nGNiYGBgojIGAAeMACsAAAAAAAAMAD4AUACSAKIAvgDsARIBOAFgAaYB2gIyAloCkAL2AxADPgN6A/54nGNgZGBgEGWIYGBnAAEmIOYCQgaG/2A+AwATugGLAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtjlkOwjAMRDNAy1KgrMfIoUJqqKU0KVlYbk+hReKD+bCfrdHYYiR6ZeK/jkJghDEmyJBjihnmWKDAEiusUWKDLXbY44DjpDXqWbyL1Oy1oaxVKVBxcyY1JJsUaTGwcfcvNlx9HTVf6s05GRO0J7KSbCRf/i4eHPNwTcrTNLRsLfl5SKfI0VCYadVGdraDuiPyIQt15xxrd8n7h9Z9ky5Fw5b2w/gJGn7eqlSxkxV1J/mTJ8QLQRVRWgA=) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMkC6TWMAAAEoAAAAVmNtYXDiJhC2AAAB1AAAAUpnbHlmI2i9NgAAA0wAAAf8aGVhZARKlDsAAADQAAAANmhoZWEELwIWAAAArAAAACRobXR4KgAAAAAAAYAAAABUbG9jYRAUEmYAAAMgAAAALG1heHABJgBkAAABCAAAACBuYW1l1cf1oAAAC0gAAAIKcG9zdCVzSbMAAA1UAAABJQABAAACAAAAAC4CAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAFQABAAAAAQAAmyhx5F8PPPUACwIAAAAAANGWKbQAAAAA0ZYptAAAAAACAAHWAAAACAACAAAAAAAAAAEAAAAVAFgABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQIAAZAABQAIAUQBZgAAAEcBRAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxFAIAAAAALgIAAAAAAAABAAAAAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADxFP//AAAAAPEB//8AAA8AAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAPgBQAJIAogC+AOwBEgE4AWABpgHaAjICWgKQAvYDEAM+A3oD/gABAAAAAAGWAZYAAgAAExE3q+oBlf7WlQADAAAAAAHWAdYAAgAOABoAAD8BJzcOAQceARc+ATcuAQMuASc+ATceARcOAdWAgCtbeAICeFtbeAICeFtIYQICYUhIYQICYaBgYHUCeFtbeAICeFtbeP6CAmFISGECAmFISGEAAgAAAAABgAGWAAMABwAANzMRIzMRMxGAVVWrVWsBKv7WASoABAAAAAABwAHAAAYAEgAiACUAAAE0JicVFzY3FAcXNjcuAScVHgElBxcjFTMXNRcGBxU2Nxc3AwcXAWAdGDQBNQsgFQEBU0EvOv7HG2VlVWtbFhosIiwbwC0tAQAdLQwvNQcHHhohKTBGZRAsD0yMG2WAa5BbEQgsChwrGwFQLS0AAAAAAQAAAAABVgGrAAUAABMVMxcRB5VWamoBQIBrAVZrAAACAAAAAAGLAasABgAMAAABLgEnFT4BJRUzFxEHAYsBHRgYHf7hVWtrAQAdLQysDC1dgGsBVmsAAAMAAAAAAcABvAAFAAwAGQAAExUzFxEHFzQmJxU+AScVHgEUBgcVPgE3LgFAVWtryx0YGB01Lzo6L0FTAQFTAUCAawFWa0AdLQysDC3YLA9MaEwPLBBlRkZlAAAABAAAAAABlgGWAAUACwARABcAADcjFTM1IyczNTM1IwEjFTM1IycVMxUzNZUqakAqKkBqAQBAaipAQCrVaiqWQCr/ACpqwCpAagAAAAQAAAAAAZYBlgAFAAsAEQAXAAA3MxUzNSM3IxUzNSMTMzUzNSM3NSMVMzVrQCpqQEBqKoAqQGoqKmqrQGqAKmr+1kAqgEBqKgAAAAACAAAAAAGrAasADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQGA/wASGAEBGBIBABIYAQEYEv8AAQABqwEYEv8AEhgBARgSAQASGP7WAQAAAAYAAAAAAdYB1gAHAAwAEwAbACAAKAAAEzcmIyIGBxclLgEnBxcjFz4BNTQFJw4BFRQXMwceARc3MwcWMzI2NyfJZRYYJ0QcTgEFEEIuTtOgbBoe/uFTGh4EoJsQQi5OI1MWGCdEHE4BILAFGReHIi9HEYcVux1JKhYWkB1JKhYVFS9HEYeQBRkXhwAABQAAAAAB1gGrAA8AEwAXABsAHwAAASEOARURFBYXIT4BNRE0JgUzFSMXIzUzFyM1MzUjNTMBq/6qEhgYEgFWEhgY/phWVtbW1oBWVtbWAasBGBL/ABIYAQEYEgEAEhiqK1UrKysqKwADAAAAAAHAAasADwAnAD8AAAEhDgEVERQWFyE+ATURNCYHIzUjFTM1MxUOASsBIiY9ATQ2OwEyFh8BIzUjFTM1MxUUBisBIiYnNT4BOwEyFhUBlf7WEhkZEgEqEhkZvCArKyABDAlACQwMCUAJDAGVICsrIAwJQAkMAQEMCUAJDAGrARgS/wASGAEBGBIBABIYlQtACxYJDAwJVgkMDAkWC0ALFgkMDAlWCQwMCQAAAAYAAAAAAcABawADAAcACwAPABMAFwAANzM1IxUzNSM1MzUjFyE1IRUhNSE1FSE1QCsrKysrK1UBK/7VASv+1QEr6yqAK4ArgCqAK6srKwAAAQAAAAABwAHWACIAACUGByc2NCc3FjI2NCYiBgcUFwcmIgYUFjI3FwYVFBYyNjQmAYAZEZgCApYSNSQkNiQBApYSNSQkNRKYAiQ0JCSpARBZBxAHWBEkNyQkHAcHWBAkNiQQWAcHGyMjNSMAAgAAAAAB0gHWADcAQAAAJTY0Jzc2LwEmDwEmLwEmKwEiDwEGBycmDwEGHwEGFBcHBh8BFj8BFh8BFjsBMj8BNjcXFj8BNicHLgE0NjIWFAYBnwEBLQYEKgUINhAUCAIIVggCCBQQNQkEKwQGLQEBLQYEKwQJNRAUCAIIVggCCBQQNQkEKwQGzCAqKkAqKusKFgojBghKBwMVDQg4CQk4CA0VAwdKCAYjChYKIwYISgcDFQ0IOAkJOAgNFQMHSggGEwEqQCoqQCoAAAAAAQAAAAAB1gHWAAsAABMeARc+ATcuAScOASsCeFtbeAICeFtbeAEAW3gCAnhbW3gCAngAAAIAAAAAAdYB1gALABcAAAEOAQceARc+ATcuAQMuASc+ATceARcOAQEAW3gCAnhbW3gCAnhbSGECAmFISGECAmEB1QJ4W1t4AgJ4W1t4/oICYUhIYQICYUhIYQAAAwAAAAAB1gHWAAsAFwAgAAABDgEHHgEXPgE3LgEDLgEnPgE3HgEXDgEnDgEiJjQ2MhYBAFt4AgJ4W1t4AgJ4W0hhAgJhSEhhAgJhCAEkNiQkNiQB1QJ4W1t4AgJ4W1t4/oICYUhIYQICYUhIYakbJCQ2JCQAAAAABwAAAAACAAFgAA0AFgAoADoATABUAFcAADc1Nh4CBw4BBwYjJzA3MjY3NiYHFRYXFjY3PgE1NCYnIxYXHgEXFAYXFjY3PgE1LgEnIxQXHgEVFAYXFjY3PgE1LgEnIxQXHgEVFAYFMz8BFTM1IxcVI+MmOyoaAgQxJRQZGzAYHgMCIB0BbQkKBAoMFg0JAQMKDwESHAoJBAoNARUOCAQKDxIcCgkECg0BFQ4IBAoPEv4lRRJAMTsMKIPaAQQdNiQoNwQBATkYFh0hAWgCNwIPCBErGSQ0EgYEEjAcITYVAg8IESsZJDQSBgQSMBwhNhUCDwgRKxkkNBIGBBIwHCE2FxwBHd9ORwAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUAAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZRFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");font-style:normal;font-weight:normal}}.brandHubRecodeVideo .vjs-icon-play,.brandHubRecodeVideo .video-js .vjs-big-play-button,.brandHubRecodeVideo .video-js .vjs-play-control{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-play:before,.brandHubRecodeVideo .video-js .vjs-big-play-button:before,.brandHubRecodeVideo .video-js .vjs-play-control:before{content:""}.brandHubRecodeVideo .vjs-icon-play-circle{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-play-circle:before{content:""}.brandHubRecodeVideo .vjs-icon-pause,.brandHubRecodeVideo .video-js .vjs-play-control.vjs-playing{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-pause:before,.brandHubRecodeVideo .video-js .vjs-play-control.vjs-playing:before{content:""}.brandHubRecodeVideo .vjs-icon-volume-mute,.brandHubRecodeVideo .video-js .vjs-mute-control.vjs-vol-0,.brandHubRecodeVideo .video-js .vjs-volume-menu-button.vjs-vol-0{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-volume-mute:before,.brandHubRecodeVideo .video-js .vjs-mute-control.vjs-vol-0:before,.brandHubRecodeVideo .video-js .vjs-volume-menu-button.vjs-vol-0:before{content:""}.brandHubRecodeVideo .vjs-icon-volume-low,.brandHubRecodeVideo .video-js .vjs-mute-control.vjs-vol-1,.brandHubRecodeVideo .video-js .vjs-volume-menu-button.vjs-vol-1{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-volume-low:before,.brandHubRecodeVideo .video-js .vjs-mute-control.vjs-vol-1:before,.brandHubRecodeVideo .video-js .vjs-volume-menu-button.vjs-vol-1:before{content:""}.brandHubRecodeVideo .vjs-icon-volume-mid,.brandHubRecodeVideo .video-js .vjs-mute-control.vjs-vol-2,.brandHubRecodeVideo .video-js .vjs-volume-menu-button.vjs-vol-2{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-volume-mid:before,.brandHubRecodeVideo .video-js .vjs-mute-control.vjs-vol-2:before,.brandHubRecodeVideo .video-js .vjs-volume-menu-button.vjs-vol-2:before{content:""}.brandHubRecodeVideo .vjs-icon-volume-high,.brandHubRecodeVideo .video-js .vjs-mute-control,.brandHubRecodeVideo .video-js .vjs-volume-menu-button{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-volume-high:before,.brandHubRecodeVideo .video-js .vjs-mute-control:before,.brandHubRecodeVideo .video-js .vjs-volume-menu-button:before{content:""}.brandHubRecodeVideo .vjs-icon-fullscreen-enter,.brandHubRecodeVideo .video-js .vjs-fullscreen-control{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-fullscreen-enter:before,.brandHubRecodeVideo .video-js .vjs-fullscreen-control:before{content:""}.brandHubRecodeVideo .vjs-icon-fullscreen-exit,.brandHubRecodeVideo .video-js.vjs-fullscreen .vjs-fullscreen-control{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-fullscreen-exit:before,.brandHubRecodeVideo .video-js.vjs-fullscreen .vjs-fullscreen-control:before{content:""}.brandHubRecodeVideo .vjs-icon-square{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-square:before{content:""}.brandHubRecodeVideo .vjs-icon-adjust-huener{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-adjust-huener:before{content:""}.brandHubRecodeVideo .vjs-icon-subtitles,.brandHubRecodeVideo .video-js .vjs-subtitles-button{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-subtitles:before,.brandHubRecodeVideo .video-js .vjs-subtitles-button:before{content:""}.brandHubRecodeVideo .vjs-icon-captions,.brandHubRecodeVideo .video-js .vjs-captions-button{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-captions:before,.brandHubRecodeVideo .video-js .vjs-captions-button:before{content:""}.brandHubRecodeVideo .vjs-icon-chapters,.brandHubRecodeVideo .video-js .vjs-chapters-button{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-chapters:before,.brandHubRecodeVideo .video-js .vjs-chapters-button:before{content:""}.brandHubRecodeVideo .vjs-icon-share{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-share:before{content:""}.brandHubRecodeVideo .vjs-icon-cog{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-cog:before{content:""}.brandHubRecodeVideo .vjs-icon-circle,.brandHubRecodeVideo .video-js .vjs-mouse-display,.brandHubRecodeVideo .video-js .vjs-play-progress,.brandHubRecodeVideo .video-js .vjs-volume-level{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-circle:before,.brandHubRecodeVideo .video-js .vjs-mouse-display:before,.brandHubRecodeVideo .video-js .vjs-play-progress:before,.brandHubRecodeVideo .video-js .vjs-volume-level:before{content:""}.brandHubRecodeVideo .vjs-icon-circle-outline{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-circle-outline:before{content:""}.brandHubRecodeVideo .vjs-icon-circle-inner-circle{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-circle-inner-circle:before{content:""}.brandHubRecodeVideo .vjs-icon-audio-description{font-family:VideoJS,sans-serif;font-style:normal;font-weight:normal}.brandHubRecodeVideo .vjs-icon-audio-description:before{content:""}.brandHubRecodeVideo .video-js{width:100% !important;height:auto !important;display:block;position:relative;padding:0;background-color:#000;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:10px;font-style:normal;font-weight:normal;line-height:1;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box}.brandHubRecodeVideo .video-js:-moz-full-screen{position:absolute}.brandHubRecodeVideo .video-js:-webkit-full-screen{width:100% !important;height:100% !important}.brandHubRecodeVideo .video-js *,.brandHubRecodeVideo .video-js *:before,.brandHubRecodeVideo .video-js *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.brandHubRecodeVideo .video-js ul{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside}.brandHubRecodeVideo .video-js.vjs-fluid,.brandHubRecodeVideo .video-js.vjs-16-9,.brandHubRecodeVideo .video-js.vjs-4-3{width:100%;max-width:100%}.brandHubRecodeVideo .video-js.vjs-16-9{padding-top:56.25%}.brandHubRecodeVideo .video-js.vjs-4-3{padding-top:75%}.brandHubRecodeVideo .video-js.vjs-fill{width:100%;height:100%}.brandHubRecodeVideo .video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.brandHubRecodeVideo body.vjs-full-window{height:100%;margin:0;padding:0;overflow-y:auto}.brandHubRecodeVideo .vjs-full-window .video-js.vjs-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:1000}.brandHubRecodeVideo .video-js.vjs-fullscreen{width:100% !important;height:100% !important;padding-top:0 !important}.brandHubRecodeVideo .video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.brandHubRecodeVideo .vjs-hidden{display:none !important}.brandHubRecodeVideo .vjs-lock-showing{display:block !important;opacity:1;visibility:visible}.brandHubRecodeVideo .vjs-no-js{width:300px;height:150px;margin:0px auto;padding:20px;background-color:#000;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:18px;text-align:center}.brandHubRecodeVideo .vjs-no-js a,.brandHubRecodeVideo .vjs-no-js a:visited{color:#66a8cc}.brandHubRecodeVideo .video-js .vjs-big-play-button{display:block;position:absolute;top:40%;left:45%;width:3em;height:1.5em;padding:0;transition:all .4s;border:zero;border-radius:.3em;background-color:rgba(43,51,63,.7);background-color:#2b333f;font-size:3em;line-height:1.5em;cursor:pointer;opacity:1;z-index:2;-o-transition:all .4s;-moz-transition:all .4s;-webkit-transition:all .4s;-moz-border-radius:.3em;-webkit-border-radius:.3em}.brandHubRecodeVideo .vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-0.75em;margin-left:-1.5em}.brandHubRecodeVideo .video-js:hover .vjs-big-play-button,.brandHubRecodeVideo .video-js .vjs-big-play-button:focus{transition:all 0s;border-color:#fff;outline:0;background-color:#73859f;background-color:rgba(115,133,159,.5);-o-transition:all 0s;-moz-transition:all 0s;-webkit-transition:all 0s}.brandHubRecodeVideo .vjs-controls-disabled .vjs-big-play-button,.brandHubRecodeVideo .vjs-has-started .vjs-big-play-button,.brandHubRecodeVideo .vjs-using-native-controls .vjs-big-play-button,.brandHubRecodeVideo .vjs-error .vjs-big-play-button{display:none}.brandHubRecodeVideo .video-js button{display:inline-block;-webkit-transition:none;transition:none;border:zero;background:none;color:inherit;font-size:inherit;line-height:inherit;text-decoration:none;text-transform:none;overflow:visible;appearance:none;-moz-appearance:none;-webkit-appearance:none}.brandHubRecodeVideo .vjs-menu-button{cursor:pointer}.brandHubRecodeVideo .vjs-menu .vjs-menu-content{display:block;margin:0;padding:0;overflow:auto}.brandHubRecodeVideo .vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}.brandHubRecodeVideo .vjs-menu li{margin:0;padding:.2em 0;font-size:1.2em;line-height:1.4em;list-style:none;text-align:center;text-transform:lowercase}.brandHubRecodeVideo .vjs-menu li:focus,.brandHubRecodeVideo .vjs-menu li:hover{outline:0;background-color:#73859f;background-color:rgba(115,133,159,.5)}.brandHubRecodeVideo .vjs-menu li.vjs-selected,.brandHubRecodeVideo .vjs-menu li.vjs-selected:focus,.brandHubRecodeVideo .vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.brandHubRecodeVideo .vjs-menu li.vjs-menu-title{margin:0 0 .3em 0;padding:0;font-size:1em;font-weight:bold;line-height:2em;text-align:center;text-transform:uppercase;cursor:default}.brandHubRecodeVideo .vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;left:-3em;width:10em;height:0em;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.brandHubRecodeVideo .vjs-menu-button-popup .vjs-menu ul{position:absolute;bottom:1.5em;width:100%;max-height:15em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.brandHubRecodeVideo .vjs-menu-button-popup:hover .vjs-menu,.brandHubRecodeVideo .vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.brandHubRecodeVideo .video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden;-o-transition:all .4s;-moz-transition:all .4s;-webkit-transition:all .4s}.brandHubRecodeVideo .video-js .vjs-menu-button-inline:before{width:2.222222222em}.brandHubRecodeVideo .video-js .vjs-menu-button-inline:hover,.brandHubRecodeVideo .video-js .vjs-menu-button-inline:focus,.brandHubRecodeVideo .video-js .vjs-menu-button-inline.vjs-slider-active,.brandHubRecodeVideo .video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.brandHubRecodeVideo .video-js .vjs-menu-button-inline.vjs-slider-active{transition:none;-o-transition:none;-moz-transition:none;-webkit-transition:none}.brandHubRecodeVideo .vjs-menu-button-inline .vjs-menu{position:absolute;top:0;left:2.2222222em;width:auto;height:100%;margin:0;padding:0;transition:all .4s;opacity:0;-o-transition:all .4s;-moz-transition:all .4s;-webkit-transition:all .4s}.brandHubRecodeVideo .vjs-menu-button-inline:hover .vjs-menu,.brandHubRecodeVideo .vjs-menu-button-inline:focus .vjs-menu,.brandHubRecodeVideo .vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.brandHubRecodeVideo .vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;position:relative;width:auto;opacity:1}.brandHubRecodeVideo .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.brandHubRecodeVideo .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.brandHubRecodeVideo .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu{width:auto}.brandHubRecodeVideo .vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.brandHubRecodeVideo .video-js .vjs-control-bar{display:none;position:absolute;right:0;bottom:0;left:0;width:100%;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.brandHubRecodeVideo .vjs-has-started .vjs-control-bar{display:-webkit-box;display:-ms-flexbox;display:flex;transition:visibility .1s,opacity .1s;opacity:1;visibility:visible;-o-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-webkit-transition:visibility .1s,opacity .1s}.brandHubRecodeVideo .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{transition:visibility 1s,opacity 1s;opacity:0;visibility:hidden;-o-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-webkit-transition:visibility 1s,opacity 1s}.brandHubRecodeVideo .vjs-controls-disabled .vjs-control-bar,.brandHubRecodeVideo .vjs-using-native-controls .vjs-control-bar,.brandHubRecodeVideo .vjs-error .vjs-control-bar{display:none !important}.brandHubRecodeVideo .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.brandHubRecodeVideo .vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.brandHubRecodeVideo .video-js .vjs-control{position:relative;-webkit-box-flex:0;flex:none;width:4em;height:100%;margin:0;padding:0;outline:none;text-align:center;-ms-flex:none;-webkit-flex:none;-moz-box-flex:none;-webkit-box-flex:none}.brandHubRecodeVideo .video-js .vjs-control:before{font-size:1.8em;line-height:1.67}.brandHubRecodeVideo .video-js .vjs-control:focus:before,.brandHubRecodeVideo .video-js .vjs-control:hover:before,.brandHubRecodeVideo .video-js .vjs-control:focus{text-shadow:0em 0em 1em #fff}.brandHubRecodeVideo .video-js .vjs-control-text{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:zero;overflow:hidden;clip:rect(0 0 0 0)}.brandHubRecodeVideo .vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.brandHubRecodeVideo .video-js .vjs-custom-control-spacer{display:none}.brandHubRecodeVideo .video-js .vjs-progress-control{display:flex;display:-ms-flexbox;display:-webkit-box;-webkit-box-flex:1;flex:auto;align-items:center;-webkit-box-flex:auto;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;-webkit-flex:auto;-ms-flex:auto;-moz-box-flex:auto}.brandHubRecodeVideo .vjs-live .vjs-progress-control{display:none}.brandHubRecodeVideo .video-js .vjs-progress-holder{-webkit-box-flex:1;flex:auto;height:.3em;transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;-webkit-transition:all .2s;-ms-flex:auto;-webkit-flex:auto;-moz-box-flex:auto;-webkit-box-flex:auto}.brandHubRecodeVideo .video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.brandHubRecodeVideo .video-js .vjs-progress-control:hover .vjs-mouse-display:after,.brandHubRecodeVideo .video-js .vjs-progress-control:hover .vjs-play-progress:after{display:block;font-size:.6em}.brandHubRecodeVideo .video-js .vjs-progress-holder .vjs-play-progress,.brandHubRecodeVideo .video-js .vjs-progress-holder .vjs-load-progress,.brandHubRecodeVideo .video-js .vjs-progress-holder .vjs-load-progress div{display:block;position:absolute;top:0;left:0;width:0;height:.3em;margin:0;padding:0}.brandHubRecodeVideo .video-js .vjs-mouse-display:before{display:none}.brandHubRecodeVideo .video-js .vjs-play-progress{background-color:#fff}.brandHubRecodeVideo .video-js .vjs-play-progress:before{position:absolute;top:-0.3333333333em;right:-0.5em;font-size:.9em}.brandHubRecodeVideo .video-js .vjs-mouse-display:after,.brandHubRecodeVideo .video-js .vjs-play-progress:after{display:none;position:absolute;top:-2.4em;right:-1.5em;padding:.2em .5em;border-radius:.3em;background-color:#fff;background-color:rgba(255,255,255,.8);color:#000;font-size:.9em;content:attr(data-current-time);-moz-border-radius:.3em;-webkit-border-radius:.3em}.brandHubRecodeVideo .video-js .vjs-play-progress:before,.brandHubRecodeVideo .video-js .vjs-play-progress:after{z-index:1}.brandHubRecodeVideo .video-js .vjs-load-progress{background:ligthen(#73859f, 25%);background:rgba(115,133,159,.5)}.brandHubRecodeVideo .video-js .vjs-load-progress div{background:ligthen(#73859f, 50%);background:rgba(115,133,159,.75)}.brandHubRecodeVideo .video-js.vjs-no-flex .vjs-progress-control{width:auto}.brandHubRecodeVideo .video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.brandHubRecodeVideo .vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.brandHubRecodeVideo .video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.brandHubRecodeVideo .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,.brandHubRecodeVideo .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after{transition:visibility 1s,opacity 1s;opacity:0;visibility:hidden;-o-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-webkit-transition:visibility 1s,opacity 1s}.brandHubRecodeVideo .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,.brandHubRecodeVideo .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after{display:none}.brandHubRecodeVideo .video-js .vjs-progress-control .vjs-mouse-display:after{background-color:#000;background-color:rgba(0,0,0,.8);color:#fff}.brandHubRecodeVideo .video-js .vjs-slider{position:relative;margin:0 .45em 0 .45em;padding:0;outline:0;background-color:#73859f;background-color:rgba(115,133,159,.5);cursor:pointer}.brandHubRecodeVideo .video-js .vjs-slider:focus{text-shadow:0em 0em 1em #fff;box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;-webkit-box-shadow:0 0 1em #fff}.brandHubRecodeVideo .video-js .vjs-mute-control,.brandHubRecodeVideo .video-js .vjs-volume-menu-button{-webkit-box-flex:0;flex:none;cursor:pointer;-ms-flex:none;-webkit-flex:none;-moz-box-flex:none;-webkit-box-flex:none}.brandHubRecodeVideo .video-js .vjs-volume-control{display:flex;display:-ms-flexbox;display:-webkit-box;-webkit-box-flex:0;flex:none;align-items:center;width:5em;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;-moz-box-flex:none;-webkit-flex:none;-webkit-box-flex:none;-ms-flex:none}.brandHubRecodeVideo .video-js .vjs-volume-bar{margin:1.35em}.brandHubRecodeVideo .vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.brandHubRecodeVideo .vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em}.brandHubRecodeVideo .video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.brandHubRecodeVideo .video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.brandHubRecodeVideo .vjs-slider-vertical .vjs-volume-level{width:.3em}.brandHubRecodeVideo .vjs-slider-vertical .vjs-volume-level:before{top:-0.5em;left:-0.3em}.brandHubRecodeVideo .vjs-slider-horizontal .vjs-volume-level{height:.3em}.brandHubRecodeVideo .vjs-slider-horizontal .vjs-volume-level:before{top:-0.3em;right:-0.5em}.brandHubRecodeVideo .vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.brandHubRecodeVideo .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.brandHubRecodeVideo .vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu{display:block;width:0;height:0;border-top-color:rgba(0,0,0,0)}.brandHubRecodeVideo .vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:.5em}.brandHubRecodeVideo .vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu{left:-2em}.brandHubRecodeVideo .vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content{width:0;height:0;overflow-y:hidden;overflow-x:hidden}.brandHubRecodeVideo .vjs-volume-menu-button-vertical:hover .vjs-menu-content,.brandHubRecodeVideo .vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content{width:2.9em;height:8em}.brandHubRecodeVideo .vjs-volume-menu-button-horizontal:hover .vjs-menu-content,.brandHubRecodeVideo .vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content{width:8em;height:2.9em}.brandHubRecodeVideo .vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content{background-color:rgba(0,0,0,0) !important}.brandHubRecodeVideo .vjs-poster{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;height:100%;margin:0;padding:0;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;cursor:pointer;vertical-align:middle}.brandHubRecodeVideo .vjs-poster img{display:block;width:100%;max-height:100%;margin:0 auto;padding:0;vertical-align:middle}.brandHubRecodeVideo .vjs-has-started .vjs-poster{display:none}.brandHubRecodeVideo .vjs-audio.vjs-has-started .vjs-poster{display:block}.brandHubRecodeVideo .vjs-controls-disabled .vjs-poster{display:none}.brandHubRecodeVideo .vjs-using-native-controls .vjs-poster{display:none}.brandHubRecodeVideo .video-js .vjs-live-control{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-flex:1;flex:auto;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:1em;line-height:3em;-webkit-box-align:flex-start;-ms-flex:auto;-webkit-flex:auto;-moz-box-flex:auto;-webkit-box-flex:auto;-webkit-align-items:flex-start;-ms-flex-align:flex-start}.brandHubRecodeVideo .vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.brandHubRecodeVideo .video-js .vjs-time-control{-webkit-box-flex:0;flex:none;font-size:1em;line-height:3em;-ms-flex:none;-webkit-flex:none;-moz-box-flex:none;-webkit-box-flex:none}.brandHubRecodeVideo .vjs-live .vjs-time-control{display:none}.brandHubRecodeVideo .video-js .vjs-current-time,.brandHubRecodeVideo .vjs-no-flex .vjs-current-time{display:none}.brandHubRecodeVideo .video-js .vjs-duration,.brandHubRecodeVideo .vjs-no-flex .vjs-duration{display:none}.brandHubRecodeVideo .vjs-time-divider{display:none;line-height:3em}.brandHubRecodeVideo .vjs-live .vjs-time-divider{display:none}.brandHubRecodeVideo .video-js .vjs-play-control{-webkit-box-flex:0;flex:none;cursor:pointer;-ms-flex:none;-webkit-flex:none;-moz-box-flex:none;-webkit-box-flex:none}.brandHubRecodeVideo .vjs-text-track-display{position:absolute;top:0;right:0;bottom:3em;left:0;pointer-events:none}.brandHubRecodeVideo .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.brandHubRecodeVideo .video-js .vjs-text-track{margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5);font-size:1.4em;text-align:center}.brandHubRecodeVideo .vjs-subtitles{color:#fff}.brandHubRecodeVideo .vjs-captions{color:#fc6}.brandHubRecodeVideo .vjs-tt-cue{display:block}.brandHubRecodeVideo .video-js .vjs-fullscreen-control{-webkit-box-flex:0;flex:none;width:3.8em;cursor:pointer;-ms-flex:none;-webkit-flex:none;-moz-box-flex:none;-webkit-box-flex:none}.brandHubRecodeVideo .vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%;font-size:1.5em;line-height:2;text-align:center}.brandHubRecodeVideo .vjs-playback-rate .vjs-menu{left:0em;width:4em}.brandHubRecodeVideo .vjs-error-display{display:none}.brandHubRecodeVideo .vjs-error .vjs-error-display{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.brandHubRecodeVideo .vjs-error .vjs-error-display:before{position:absolute;top:50%;left:0;width:100%;margin-top:-0.5em;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:4em;line-height:1;text-align:center;text-shadow:.05em .05em .1em #000;content:"X";vertical-align:middle}.brandHubRecodeVideo .vjs-error-display div{position:absolute;right:0;bottom:1em;left:0;padding:3px;background-color:#000;background-color:rgba(0,0,0,.5);font-size:1.4em;text-align:center}.brandHubRecodeVideo .vjs-error-display a,.brandHubRecodeVideo .vjs-error-display a:visited{color:#66a8cc}.brandHubRecodeVideo .vjs-loading-adjust-huener{display:none;position:absolute;top:50%;left:50%;width:50px;height:50px;margin:-25px 0 0 -25px;border:6px solid rgba(43,51,63,.7);border-radius:25px;background-clip:padding-box;text-align:left;opacity:.85;-webkit-box-sizing:border-box;box-sizing:border-box}.brandHubRecodeVideo .vjs-seeking .vjs-loading-adjust-huener,.brandHubRecodeVideo .vjs-waiting .vjs-loading-adjust-huener{display:block}.brandHubRecodeVideo .vjs-loading-adjust-huener:before,.brandHubRecodeVideo .vjs-loading-adjust-huener:after{position:absolute;width:inherit;height:inherit;margin:-6px;border:inherit;border-radius:inherit;border-color:rgba(0,0,0,0);border-top-color:#fff;content:"";opacity:1;-webkit-box-sizing:inherit;box-sizing:inherit}.brandHubRecodeVideo .vjs-seeking .vjs-loading-adjust-huener:before,.brandHubRecodeVideo .vjs-seeking .vjs-loading-adjust-huener:after,.brandHubRecodeVideo .vjs-waiting .vjs-loading-adjust-huener:before,.brandHubRecodeVideo .vjs-waiting .vjs-loading-adjust-huener:after{animation:vjs-adjust-huener-adjust-hue 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-adjust-huener-fade 1.1s linear infinite;-webkit-animation:vjs-adjust-huener-adjust-hue 1.1s infinite,vjs-adjust-huener-fade 1.1s linear infinite}.brandHubRecodeVideo .vjs-seeking .vjs-loading-adjust-huener:before,.brandHubRecodeVideo .vjs-waiting .vjs-loading-adjust-huener:before{border-top-color:#fff}.brandHubRecodeVideo .vjs-seeking .vjs-loading-adjust-huener:after,.brandHubRecodeVideo .vjs-waiting .vjs-loading-adjust-huener:after{border-top-color:#fff;animation-delay:.44s;-webkit-animation-delay:.44s}@keyframes vjs-adjust-huener-adjust-hue{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes vjs-adjust-huener-adjust-hue{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-adjust-huener-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-adjust-huener-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.brandHubRecodeVideo .vjs-chapters-button .vjs-menu{left:-10em;width:0}.brandHubRecodeVideo .vjs-chapters-button .vjs-menu ul{width:24em}.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{flex:auto;-ms-flex:auto;-webkit-flex:auto;-moz-box-flex:auto;-webkit-box-flex:auto}.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.brandHubRecodeVideo .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button{display:none}.brandHubRecodeVideo .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.brandHubRecodeVideo .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.brandHubRecodeVideo .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.brandHubRecodeVideo .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.brandHubRecodeVideo .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.brandHubRecodeVideo .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.brandHubRecodeVideo .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.brandHubRecodeVideo .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.brandHubRecodeVideo .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.brandHubRecodeVideo .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.brandHubRecodeVideo .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,.brandHubRecodeVideo .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control{display:none}.brandHubRecodeVideo .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.brandHubRecodeVideo .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.brandHubRecodeVideo .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.brandHubRecodeVideo .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.brandHubRecodeVideo .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.brandHubRecodeVideo .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.brandHubRecodeVideo .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.brandHubRecodeVideo .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.brandHubRecodeVideo .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.brandHubRecodeVideo .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button{display:none}.brandHubRecodeVideo .vjs-caption-settings{position:relative;top:1em;width:40em;height:15em;margin:0 auto;padding:.5em;background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;font-size:12px}.brandHubRecodeVideo .vjs-caption-settings .vjs-tracksettings{position:absolute;top:0;right:0;bottom:2em;left:0;overflow:auto}.brandHubRecodeVideo .vjs-caption-settings .vjs-tracksettings-colors,.brandHubRecodeVideo .vjs-caption-settings .vjs-tracksettings-font{float:left}.brandHubRecodeVideo .vjs-caption-settings .vjs-tracksettings-colors:after,.brandHubRecodeVideo .vjs-caption-settings .vjs-tracksettings-font:after,.brandHubRecodeVideo .vjs-caption-settings .vjs-tracksettings-controls:after{clear:both}.brandHubRecodeVideo .vjs-caption-settings .vjs-tracksettings-controls{position:absolute;right:1em;bottom:1em}.brandHubRecodeVideo .vjs-caption-settings .vjs-tracksetting{min-height:40px;margin:5px;padding:3px}.brandHubRecodeVideo .vjs-caption-settings .vjs-tracksetting label{display:block;width:100px;margin-bottom:5px}.brandHubRecodeVideo .vjs-caption-settings .vjs-tracksetting span{display:inline;margin-left:5px}.brandHubRecodeVideo .vjs-caption-settings .vjs-tracksetting>div{min-height:20px;margin-bottom:5px}.brandHubRecodeVideo .vjs-caption-settings .vjs-tracksetting>div:last-child{min-height:0;margin-bottom:0;padding-bottom:0}.brandHubRecodeVideo .vjs-caption-settings label>input{margin-right:10px}.brandHubRecodeVideo .vjs-caption-settings input[type=button]{width:40px;height:40px}.brandHubRecodeVideo .vjs-fade-in,.brandHubRecodeVideo .vjs-fade-out{-webkit-transition-duration:0s !important;transition-duration:0s !important;opacity:1 !important;visibility:visible !important}.brandHubRecodeVideo .vjs-default-skin .vjs-control.vjs-HD-button{display:block;position:relative;top:0;left:10px;height:100%;float:right;font-size:1.5em;line-height:2;text-align:center;cursor:pointer}.brandHubRecodeVideo .header-video .video-js{width:100%;height:auto}@media screen and (min-width: 1200px){.brandHubRecodeVideo .content-video{width:760px;height:auto;margin:auto}}@media screen and (min-width: 768px)and (max-width: 1024px){.brandHubRecodeVideo .content-video{width:480px;height:auto;margin:auto}}@media screen and (min-width: 320px)and (max-width: 767px){.brandHubRecodeVideo .content-video{width:100%;height:auto}}.brandhub-page .bookmarkmodal{display:none;position:fixed;right:50px;bottom:50px;height:auto;z-index:1000}.brandhub-page .bookmarkmodal-content{display:block;padding-top:2px;background-color:#5cb85c;color:#fff;font-weight:bold}.brandhub-page .bookmarkmodal-content1{display:block;padding-top:2px;background-color:#f52c4e;color:#fff;font-weight:bold}.brandhub-page .bookmarkmodal-content p,.brandhub-page .bookmarkmodal-content1 p{padding:5px}.brandhub-page .bookmarkclose{margin-top:-6px;margin-left:20px;float:right;color:#fff;font-size:25px}.brandhub-page .bookmarkclose:hover,.brandhub-page .bookmarkclose:focus{color:#000;text-decoration:none;cursor:pointer}.brandhub-page .rmbookmark{background:-webkit-gradient(linear, left top, left bottom, from(#eb3c96), to(#eb3c96));background:linear-gradient(#eb3c96, #eb3c96);background-repeat:no-repeat;background-position:left 8px bottom 4px;background-size:8px}.brandhub-page .bookmarkmodal-body{padding:1px 15px}.brandhub-page .addbookmarkText,.brandhub-page .removebookmarkText{cursor:pointer}.brandhub-page .addbookmarkText p,.brandhub-page .removebookmarkText p{display:inline;color:#000;font-size:10px;font-weight:bold}.brandhub-page .header-parallax .fe-header .addbookmarkText p,.brandhub-page .header-parallax .fe-header .processingText p,.brandhub-page .header-parallax .fe-header .removebookmarkText p{color:#eb3c96}.brandhub-page .bookmarkinvertImage{margin-right:12px;padding-top:7px;padding-bottom:6px;float:left;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.brandhub-page .addMargin{margin-top:5%}.brandhub-page .favoritesNav{padding-bottom:30px !important}.brandhub-page .sidebar-nav .cmp-side-navigation__dashboard{margin-bottom:0px !important}.brandhub-page img.blossom-header-desktop-image.trashImage{visibility:hidden;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.brandhub-page img.blossom-header-desktop-image.trashImage:hover{-webkit-filter:none !important;filter:none !important}.brandhub-page .list-media .list-component__content-description p.bookmarkDescription{font-size:12px;line-height:20.4px !important}.brandhub-page .list-component__content-item.lightbox-data.bookmarkLightbox:hover p{color:#eb3c96}.brandhub-page .expiryclose{background-color:#eb3c96}.brandhub-page p.bookmarkDynamicDetails{height:60px;color:gray !important;font-size:12px}.brandhub-page .list-component__content-description.bookmarkContent{padding:5px;background-color:#fff}.brandhub-page .list-component.no-headline.list-media.bookmarkList{padding-right:30px;padding-left:30px}.brandhub-page .list-component__content-item.lightbox-data.bookmarkLightbox{width:25%;padding-bottom:15px}.brandhub-page .bookmark.section{background-color:rgba(34,126,199,.0705882353)}.brandhub-page .list-media .list-component__container{position:relative;padding-right:16px;padding-left:16px}.brandhub-page .brandhub-page .bookmarkinvertImage{padding-top:1px}.brandhub-page img.blossom-header-desktop-image.trashImage{position:absolute;top:13px;right:30px;border-radius:157%;background:rgba(128,128,128,.1803921569);color:rgba(128,128,128,.7607843137);z-index:3}.brandhub-page h1.se-list-summary-label.updatePagination{display:none}.brandhub-page .list-media .list-component__content-description p{padding-bottom:5px}.brandhub-page div[id=showMoreIcon]{padding-right:20px;float:left}.brandhub-page p.showMmore{width:28px;height:28px;padding:0px;border-radius:125%;background:#eb3c96;color:#fff;font-weight:bold;text-align:center;cursor:pointer}.brandhub-page ​​​ p.showMoreText a{color:#ff6ab5}.brandhub-page div[id=showMoreDiv]{float:left}.brandhub-page .showContainer{display:none}.brandhub-page .list-component__content-item.lightbox-data.bookmarkLightbox:hover{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease;overflow:hidden}.brandhub-page .list-media .list-component__content-description{line-height:inherit !important}.brandhub-page img.blossom-header-desktop-image.trashImage{visibility:hidden}.brandhub-page .list-component__content-image.lightbox-target:hover a img{visibility:visible}.brandhub-page .stackupmodel{display:none;position:fixed;right:50px;bottom:50px;width:38%;height:auto;z-index:1000}.brandhub-page .stackupmodel-content{display:block;padding-top:2px;background-color:#f52c4e;color:#fff;font-weight:bold}.brandhub-page .bookmarkclose{position:absolute;top:0;right:15px;margin-top:0px;margin-left:0px;color:#fff;font-size:25px}.brandhub-page .popupposition{margin-left:50%}.brandhub-page .stackupmodel-content{border-radius:5px}.brandhub-page .bookmarkclose:hover,.brandhub-page .bookmarkclose:focus{color:#000;text-decoration:none;cursor:pointer}.brandhub-page .stackupmodel-body{padding:5px 16px}.brandhub-page .stackupinvertImage{margin-right:12px;padding-top:7px;padding-bottom:6px;float:left;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.brandhub-page .simple-pagination ul{margin:0 0 20px;padding:0;list-style:none;text-align:center}.brandhub-page .simple-pagination li{display:inline-block;margin-right:5px}.brandhub-page .simple-pagination li a,.brandhub-page .simple-pagination li span{padding:5px 10px;border:1px solid #eee;background-color:#fff;color:#666;text-decoration:none;-webkit-box-shadow:0px 0px 10px 0px #eee;box-shadow:0px 0px 10px 0px #eee}.brandhub-page .simple-pagination .current{border-color:#ff7182;background-color:#ff7182;color:#fff}.brandhub-page .simple-pagination .prev.current,.brandhub-page .simple-pagination .next.current{background:#e04e60}.brandhub-page .expirypop-outer{position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:9999}.brandhub-page .expirypop-inner{position:relative;top:32%;left:29%;width:600px;padding:65px;background-color:#f7cc11}.brandhub-page .expirypop-inner h2{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;color:#503291;font-size:33px}.brandhub-page .expirypop-inner h2:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.brandhub-page .expirypop-inner ul{padding-bottom:20px;color:#503291;font-size:16px;line-height:27px;text-align:left;text-transform:capitalize;word-break:break-all}.brandhub-page .expirypop-inner .expiryclose{position:absolute;bottom:35px;margin-left:0px}.brandhub-page .expiryclose{display:inline-block;position:relative;padding:18px 24px;border:0;border-radius:6px;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1}.brandhub-page .list-media .list-component__content-description p{padding-top:3px}.brandhub-page .cmp-text{position:relative;padding-right:30px}.brandhub-page p.showMoreText a:hover{text-decoration:none}.brandhub-page a.pagelink:hover{text-decoration:none}.brandhub-page .bookmark .se-list-summary{padding-left:0}.brandhub-page .bookmarkmodal span.bookmarkclose{right:-20px}.brandhub-page .addbookmarkText,.brandhub-page .removebookmarkText,.brandhub-page .processingText{margin-top:10px}.brandhub-page img.bookmarkImage{height:40px}.brandhub-page .addbookmarkText p,.brandhub-page .removebookmarkText p{display:inline;padding-left:9px;color:#000;font-size:10px;font-weight:bold;line-height:19px;text-transform:uppercase}.brandhub-page .stackupmodel{width:auto}.brandhub-page .bookmarkmodal p span.bookmarkclose,.brandhub-page .stackupmodel span.bookmarkclose{top:13px;right:13px;color:#f5a5b9;font-weight:normal}.brandhub-page .bookmarkmodal-body .cmp-text,.brandhub-page .stackupmodel-body .cmp-text{position:static;padding-right:0}.brandhub-page .bookmarkinvertImage{position:absolute;top:10px;left:19px}.brandhub-page .bookmarkmodal-content{max-width:358px;min-height:72px;padding:16px 55px 16px 63px;border-radius:4px;background:#5cb85c}.brandhub-page .bookmarkmodal-content1,.brandhub-page .stackupmodel-content{max-width:358px;min-height:72px;padding:16px 55px 16px 63px;border-radius:4px;background:#e61e50}.brandhub-page .bookmarkmodal-content1 p,.brandhub-page .bookmarkmodal-content p,.brandhub-page .stackupmodel-content p{margin:0;padding:0;font-size:14px;font-style:normal;font-weight:700;letter-spacing:0em;line-height:20px;text-align:left}.brandhub-page .stackupmodel-body{padding:0}.brandhub-page p.bookmarkTitle{line-height:19.6px !important;overflow-wrap:break-word;word-wrap:break-word;-ms-hyphens:auto;hyphens:auto}.brandhub-page p.bookmarkDynamicDetails{line-height:20.4px !important}.brandhub-page p.showMoreText{margin-top:8px;margin-bottom:0;color:#eb3c96;font-size:12px;font-weight:bold;line-height:100%;text-align:center}.brandhub-page img.blossom-header-desktop-image.processingImage{display:inline-block;width:40px;height:40px;pointer-events:none}.brandhub-page a.processingText p{display:inline-block;margin-bottom:0px;padding-left:9px;color:#000;font-size:13px;font-weight:bold;line-height:19px;text-transform:uppercase}@media all and (min-width: 0)and (max-width: 767px){.brandhub-page .bookmarkmodal{right:0;bottom:0;width:auto !important}.brandhub-page .bookmarkmodal-content,.brandhub-page .bookmarkmodal-content1{font-size:2px !important}.brandhub-page .stackupmodel{right:0px;bottom:0px;width:auto !important;font-size:0px !important}.brandhub-page .stackupmodel-content{font-size:2px !important;font-weight:none !important}.brandhub-page .expirypop-inner{top:27%;left:0%;width:100%;padding:36px}.brandhub-page .expirypop-inner ul{padding-bottom:40px}.brandhub-page .list-component.no-headline.list-media.bookmarkList{padding-right:20px;padding-left:20px}.brandhub-page p.bookmarkTitle{line-height:14px !important}.brandhub-page .list-media .list-component__content-description p{font-size:11px;-ms-hyphens:auto;hyphens:auto}.brandhub-page .list-component__content-item.lightbox-data.bookmarkLightbox{width:50% !important}.brandhub-page img.blossom-header-desktop-image.trashImage{top:7px;right:22px;width:16%;visibility:visible !important}.brandhub-page .showContainer{padding-left:5px}.brandhub-page .list-media .list-component__container{padding-right:14px;padding-left:13px}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-page .bookmarkmodal{right:10px;bottom:10px;width:auto !important}.brandhub-page .bookmarkmodal-content,.brandhub-page .bookmarkmodal-content1{font-size:2px !important}.brandhub-page .stackupmodel{right:2px;bottom:10px;width:auto !important}.brandhub-page .stackupmodel-content{font-size:2px !important}.brandhub-page .expirypop-inner{top:31%;left:4%;width:93%}.brandhub-page .list-media .list-component__content-description p.bookmarkDescription{line-height:14px !important}.brandhub-page p.bookmarkTitle{line-height:12px !important}.brandhub-page .list-component__content-item.lightbox-data.bookmarkLightbox{width:33.33% !important}.brandhub-page img.blossom-header-desktop-image.trashImage{visibility:visible !important}.brandhub-page .list-component.no-headline.list-media.bookmarkList{padding-right:0px}.brandhub-page .list-component.bookmarkList{padding-right:0px !important;padding-left:0px !important}.brandhub-page .list-component__image-list.list-wrapper{margin:0}.brandhub-page .bookmark .se-list-summary{padding-left:16px}.brandhub-page .showContainer{padding-left:16px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-page .bookmarkmodal{right:2px;bottom:10px;width:auto !important}.brandhub-page .bookmarkmodal-content,.brandhub-page .bookmarkmodal-content1{font-size:2px !important}.brandhub-page .stackupmodel{right:2px;bottom:10px;width:auto !important}.brandhub-page .stackupmodel-content{width:auto;font-size:2px !important}.brandhub-page .expirypop-inner{top:32%;left:24%}}.brandhub-page .cmp-downloads__section .downloads__right{width:100%;max-width:none}.cmp-downloads__section .downloads__element{padding-top:13px !important;padding-bottom:13px !important}.cmp-downloads__section .downloads__document{color:#1b1b25;font-size:14px;line-height:20px}.cmp-downloads__section .downloads__metadata{color:inherit}.cmp-downloads__section .downloads__element:first-child{border-top:1px solid #e1e1e1}.cmp-downloads__section .downloads__element{border-bottom:1px solid #e1e1e1}.cmp-downloads__section .downloads__right{-webkit-box-flex:0;-ms-flex:0;flex:0}.cmp-downloads__section .cmp-modal{padding-top:20px;padding-bottom:20px}.cmp-downloads__section .cmp-modal-section{margin:0 auto}.cmp-downloads__section .cmp-modal_ctas{margin-top:24px;font-size:0;line-height:0}.cmp-form-assembly.fa-form--11899,.cmp-form-assembly.fa-form--11938,.cmp-form-assembly.fa-from-13808{padding-top:14px}.cmp-form-assembly.fa-form--11899 .wFormContainer,.cmp-form-assembly.fa-form--11938 .wFormContainer,.cmp-form-assembly.fa-from-13808 .wFormContainer{width:1280px;max-width:none;margin:0 auto;padding-right:30px;padding-left:30px}.cmp-form-assembly.fa-form--11899 .wFormContainer .wFormHeader,.cmp-form-assembly.fa-form--11938 .wFormContainer .wFormHeader,.cmp-form-assembly.fa-from-13808 .wFormContainer .wFormHeader{display:none}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-right:-15px;margin-left:-15px}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .wFormTitle,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .wFormTitle,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .wFormTitle{position:relative;width:31.25%;min-height:1px;padding:0 15px !important;float:left}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .labelsAbove,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .labelsAbove,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .labelsAbove{position:relative;width:68.75%;min-height:1px;padding:0 15px;float:left}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .htmlSection .htmlContent,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .htmlSection .htmlContent,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .htmlSection .htmlContent{color:#1b1b25 !important;font-family:inherit !important;font-size:16px !important;line-height:1.7}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .shared-file-name,.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .shared-file-type,.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .shared-file-size,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .shared-file-name,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .shared-file-type,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .shared-file-size,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .shared-file-name,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .shared-file-type,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .shared-file-size{color:#1b1b25;font-family:inherit !important;font-size:16px}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .shared-file-name,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .shared-file-name,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .shared-file-name{padding-bottom:20px;font-weight:bold}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .shared-file-type,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .shared-file-type,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .shared-file-type{float:left}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .shared-file-type:after,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .shared-file-type:after,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .shared-file-type:after{display:inline-block;padding-right:5px;content:","}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .shared-file-size,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .shared-file-size,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .shared-file-size{margin-bottom:55px}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .primaryAction,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .primaryAction,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .primaryAction{margin-top:30px}@media all and (min-width: 0)and (max-width: 767px){.cmp-form-assembly.fa-form--11899,.cmp-form-assembly.fa-form--11938,.cmp-form-assembly.fa-from-13808{margin-top:-25px;padding-top:0}.cmp-form-assembly.fa-form--11899 .wFormContainer,.cmp-form-assembly.fa-form--11938 .wFormContainer,.cmp-form-assembly.fa-from-13808 .wFormContainer{width:100%;padding-right:20px;padding-left:20px}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm{display:block;margin-right:-10px;margin-left:-10px}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .wFormTitle,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .wFormTitle,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .wFormTitle{width:100%;padding:0 10px !important}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .labelsAbove,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .labelsAbove,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .labelsAbove{width:100%;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.cmp-form-assembly.fa-form--11899,.cmp-form-assembly.fa-form--11938,.cmp-form-assembly.fa-from-13808{margin-top:-20px;padding-top:0}.cmp-form-assembly.fa-form--11899 .wFormContainer,.cmp-form-assembly.fa-form--11938 .wFormContainer,.cmp-form-assembly.fa-from-13808 .wFormContainer{width:768px;padding-right:20px;padding-left:20px}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm{display:block;margin-right:-10px;margin-left:-10px}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .wFormTitle,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .wFormTitle,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .wFormTitle{width:66.66667%;padding:0 10px !important}.cmp-form-assembly.fa-form--11899 .wFormContainer .wForm .labelsAbove,.cmp-form-assembly.fa-form--11938 .wFormContainer .wForm .labelsAbove,.cmp-form-assembly.fa-from-13808 .wFormContainer .wForm .labelsAbove{width:100%;padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.cmp-form-assembly.fa-form--11899 .wFormContainer,.cmp-form-assembly.fa-form--11938 .wFormContainer,.cmp-form-assembly.fa-from-13808 .wFormContainer{width:1024px;padding-right:30px;padding-left:30px}}.brandhub-page{position:relative}.brandhub-page .featured-product-list a.button.button--small.button--magenta{margin-top:24px}.brandhub-page .container,.brandhub-page .featured-component__container,.brandhub-page .list-component,.brandhub-page .media-gallery-container,.brandhub-page .expertise__index-container,.brandhub-page .image-block-image-container,.brandhub-page .image-block,.brandhub-page .cmp-separator__container,.brandhub-page .downloads__container,.brandhub-page .brochure-contact-us-container{width:auto;margin:auto}.brandhub-page .poll .xl-push-2{margin-left:0}.brandhub-page .media-gallery--v2-galleria .media-gallery-mask:not(.story-media-gallery-mask){width:calc(100% - 30px);margin-left:0}.brandhub-page .media-gallery-item-image img{background-color:#96d7d2;background-image:url("../../../content/dam/web/brand-hub/images/_site-images/loading.gif");background-repeat:no-repeat;background-position:center;background-size:150px 150px}.brandhub-page .acdn .initiated .acdn-item-header-title{word-break:break-word}.brandhub-page .acdn .initiated .acdn-item-header-title-open{word-break:break-word}.brandhub-page .acdn .open .acdn-item-header-title{word-break:break-word}.brandhub-page .acdn .open .acdn-item-header-title-open{word-break:break-word;-webkit-animation-duration:inherit;animation-duration:inherit}.brandhub-page .acdn .open.accordion-dropdown-content{-webkit-animation-name:none;animation-name:none}.brandhub-page .cmp-modal-section .cmp-modal_download-btn,.brandhub-page .cmp-modal-section .cmp-modal_share-btn{color:#fff}.brandhub-page .image-block .container{padding:0}.brandhub-page .cmp-video__content-fit .container{width:100%}.brandhub-page .headroom--not-top .in-page-nav-desktop-wrapper{left:0}.brandhub-page .logo-link{max-width:180px;padding:35px 16px}.brandhub-page .main-body{margin-left:220px}.brandhub-page .se-list-item-download{position:absolute;top:40px;right:15px;color:#eb3c96;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.brandhub-page .se-list-item-download .cmp-modal{cursor:default}.brandhub-page .cmp-modal .cmp-modal_close-btn{padding-top:24px}.brandhub-page .cmp-modal_content{padding-top:24px;padding-bottom:24px;text-transform:none}.brandhub-page .cmp-modal_disclaimerText p{margin-bottom:20px;padding-top:0;color:#000;font-size:12px;font-style:normal;font-weight:normal;line-height:20px}.brandhub-page .cmp-modal_asset-title{margin-bottom:8px;padding-right:30px;color:#000;font-size:14px;font-style:normal;font-weight:bold;line-height:20px;word-break:break-all}.brandhub-page .cmp_modal_asset-files{margin-bottom:24px;color:#aaa;font-size:12px;font-weight:bold;text-transform:uppercase}.brandhub-page .cmp-modal_download-btn{margin-right:12px;margin-bottom:16px;padding-top:10px;padding-bottom:10px;font-size:11px;line-height:16px}.brandhub-page .cmp-downloads__section .cmp-modal_title,.brandhub-page .se-list-item-download .cmp-modal_title{margin-bottom:24px;color:#000}.brandhub-page .se-list-item-download .cmp-modal{padding-top:20px;padding-bottom:20px}.brandhub-page .se-list-item-download .cmp-modal-section{margin:0 auto}.brandhub-page .cmp-modal_share-btn{padding-top:9.5px;padding-bottom:9.5px;line-height:16px}.brandhub-page .cmp-modal_content .icon--checkMark:before{position:relative;top:2px;margin-right:9px;font-size:13px;content:""}.brandhub-page .cmp-modal_content .icon-download:before{margin-right:5px;font-size:16px;vertical-align:top}.brandhub-page .cmp-modal_content .icon-copy{width:16px;height:17px;vertical-align:top}.brandhub-page .cmp-modal_content .cmp-modal_share-btn.button--green{padding-top:9.5px;padding-bottom:9.5px;background:#a5cd50}.brandhub-page .cmp-modal_content .cmp-modal_disclaimerText:after{display:block;width:100%;height:1px;margin-bottom:20px;background:#1b1b25;content:" ";opacity:.1}.brandhub-page .se-list-item-download:before{font-family:"MKGAA-ICONS" !important;display:inline-block;padding-right:5px;font-size:16px;content:"";vertical-align:bottom}.brandhub-page .se-bar-results-list-item-link{color:#000}.brandhub-page .se-list-item-asset{width:70%}.brandhub-page .filtered-index .se-pagination-list--mobile,.brandhub-page .filtered-index .se-pagination-list--desktop{width:100%;text-align:center}.brandhub-page .filtered-index .se-bar{margin-top:-1px}.brandhub-page .pdf-preview{z-index:1100}.brandhub-page .iframe-container,.brandhub-page .iframe-frame{width:100% !important;padding:0 !important}.brandhub-page .se-bar-form{position:relative;z-index:1001}.brandhub-page .se-bar-layout-right .se-bar-input{outline:unset}.brandhub-page .brochure-contact-us-right{padding-left:10px}.brandhub-page .cl-image-fullbleed{max-width:none !important;margin-right:-30px;margin-left:-30px}.brandhub-page .cmp-container[id=cl-image-content-fit]:after{display:block;clear:both;content:" "}.brandhub-page .cmp-container[id=cl-image-fullbleed],.brandhub-page .cmp-container[id=cl-image-full-fit],.brandhub-page .cmp-container[id=cl-image-content-fit]{margin:0;padding-top:30px !important;padding-bottom:30px !important}.brandhub-page .cmp-container[id=cl-image-fullbleed],.brandhub-page .cmp-container[id=cl-image-full-fit],.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container,.brandhub-page .cmp-container[id=cl-image-content-fit],.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container{display:block}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container{margin:0;padding-top:0}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container:after,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container:after{display:block;clear:both;content:" "}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-container__left-section,.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-container__right-section,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-container__left-section,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-container__right-section{float:left}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-container__left-section,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-container__left-section{padding-right:16px;padding-left:0}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-container__right-section,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-container__right-section{padding-right:0;padding-left:16px}.brandhub-page .cmp-container[id=cl-image-content-fit] .text{width:30.3%;margin:0;padding:0;float:left}.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container{margin:0;padding:0}.brandhub-page .cmp-container[id=cl-image-content-fit] .container{width:69.7%;padding-left:18px;float:right}.brandhub-page .cmp-container[id=cl-image-content-fit] .container .cmp-container .text{width:100%;float:none}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-text h6,.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text h6,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-text h6{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:40px;margin-bottom:0;color:#503291;font-size:16px;font-style:normal;font-weight:bold;line-height:1.7;text-transform:none}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-text h6:lang(ja),.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text h6:lang(ja),.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-text h6:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-text h2,.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text h2,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-text h2{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;margin-top:0;margin-bottom:32px !important;color:#2dbecd;font-size:28px;font-style:normal;font-weight:normal;line-height:33px;text-transform:uppercase}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-text h2:lang(ja),.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text h2:lang(ja),.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-text h2:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-text p,.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text p,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-text p{margin-bottom:0;color:#1b1b25;font-size:16px;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .cmp-container[id=cl-image-content-fit] div.image{margin-bottom:33px}.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text{max-width:1280px;margin:0 auto;padding:0 30px}.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text h6,.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text p,.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-text{width:43.75%}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-container__left-section .cmp-text,.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-container__right-section .cmp-text{width:100%}.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container__left-section .cmp-text h6,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container__left-section .cmp-text p,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container__right-section .cmp-text h6,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container__right-section .cmp-text p{font-size:14px;line-height:1.4}.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container__left-section .cmp-text h6,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container__right-section .cmp-text h6{margin-bottom:8px}.brandhub-page .ciam-authorizationstatus-revoked,.brandhub-page .ciam-authorizationstatus-pending,.brandhub-page .ciam-authorizationstatus-denied,.brandhub-page .ciam-authorizationstatus-noauthorization,.brandhub-page .ciam-authorizationstatus-deactivated{display:block;margin:0px 30px;padding:25px 30px;border-radius:4px;color:#503291;font-size:14px;font-weight:700;line-height:19.6px}.brandhub-page .ciam-authorizationstatus-pending{margin-top:24px}.brandhub-page .ciam-authorizationstatus-revoked,.brandhub-page .ciam-authorizationstatus-pending,.brandhub-page .ciam-authorizationstatus-noauthorization,.brandhub-page .ciam-authorizationstatus-deactivated{position:relative;background:#ffc832}.brandhub-page .ciam-authorizationstatus-denied{position:relative;background:#e61e50;color:#fff}.brandhub-page .ciam-authentication-loginbutton,.brandhub-page .one-ciam-authentication-loginbutton,.brandhub-page .one-ciam-sso-authentication-loginbutton{display:inline-block;position:relative;padding:12px 16px;border:0;border-radius:5px;background:#eb3c96;background-image:none;color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;line-height:11px;border:0;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px}.brandhub-page .ciam-authentication-loginbutton:hover,.brandhub-page .one-ciam-sso-authentication-loginbutton:hover,.brandhub-page .one-ciam-authentication-loginbutton:hover{background:#d92a83}.brandhub-page .onloader{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);z-index:2000}.brandhub-page .onloader .onloader-content{position:fixed;top:45%;right:0;left:0;width:200px;margin:auto;padding:40px;background:#fff;color:#503291;font-weight:bold}@media all and (min-width: 0)and (max-width: 767px){.brandhub-page .container,.brandhub-page .featured-component__container,.brandhub-page .list-component,.brandhub-page .media-gallery-container,.brandhub-page .expertise__index-container,.brandhub-page .image-block-image-container,.brandhub-page .image-block,.brandhub-page .cmp-separator__container,.brandhub-page .downloads__container,.brandhub-page .brochure-contact-us-container{width:100%;padding-right:20px;padding-left:20px}.brandhub-page .media-gallery--v2-galleria .media-gallery-mask:not(.story-media-gallery-mask){width:100% !important}.brandhub-page .featured-component__content-eyebrow{margin-bottom:0}.brandhub-page .featured-component__content-title{line-height:1.2}.brandhub-page .main-body{margin-left:0}.brandhub-page .logo-link{max-width:132px;padding:12px 5px 12px 24px}.brandhub-page .se-list-item-download{position:relative;top:10px;right:unset;left:0;padding-left:10px}.brandhub-page .se-list-item-asset{width:100%}.brandhub-page .se-sidebar{z-index:unset}.brandhub-page .se-filter--open .se-filter-inner{z-index:1300}.brandhub-page .cmp-modal_content{padding:24px}.brandhub-page .cmp-modal_download-btn{display:block;margin-right:0;margin-bottom:16px}.brandhub-page .cmp-downloads__section .cmp-modal_title,.brandhub-page .se-list-item-download .cmp-modal_title{padding-right:15px}.brandhub-page .brochure-contact-us-right{padding-left:0}.brandhub-page .cl-image-fullbleed{margin:0}.brandhub-page .cmp-container[id=cl-image-fullbleed]{margin:0 -20px}.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text{padding:0 20px}.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text h6,.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text p,.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-text{width:100%}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-container__left-section,.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-container__right-section,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-container__left-section,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-container__right-section{padding-right:0;padding-left:0;float:none}.brandhub-page .cmp-container[id=cl-image-content-fit] .container,.brandhub-page .cmp-container[id=cl-image-content-fit] .text{width:100%;padding-left:0;float:none}.brandhub-page .ciam-authorizationstatus-revoked b,.brandhub-page .ciam-authorizationstatus-pending b,.brandhub-page .ciam-authorizationstatus-noauthorization b,.brandhub-page .ciam-authorizationstatus-denied b,.brandhub-page .ciam-authorizationstatus-deactivated b{margin:0px 20px}}@media all and (min-width: 550px)and (max-width: 767px){.brandhub-page .media-gallery--v2-galleria .media-gallery-current-image{margin-top:15px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-page .container,.brandhub-page .featured-component__container,.brandhub-page .list-component,.brandhub-page .media-gallery-container,.brandhub-page .expertise__index-container,.brandhub-page .image-block-image-container,.brandhub-page .image-block,.brandhub-page .cmp-separator__container,.brandhub-page .downloads__container,.brandhub-page .brochure-contact-us-container{width:768px;padding-right:20px;padding-left:20px}.brandhub-page .media-gallery--v2-galleria .media-gallery-mask:not(.story-media-gallery-mask){width:100% !important}.brandhub-page .featured-component__content-eyebrow{margin-bottom:19px}.brandhub-page .featured-component__content-title{line-height:.9}.brandhub-page .main-body{margin-left:0}.brandhub-page .logo-link{max-width:132px;padding:12px 5px 12px 24px}.brandhub-page .se-sidebar{z-index:unset}.brandhub-page .se-filter--open .se-filter-inner{z-index:1300}.brandhub-page .list-component .list-component__headline,.brandhub-page .list-component .list-component__cmp-list{padding-right:0;padding-left:0}.brandhub-page .cl-image-fullbleed{width:100%;margin:0}.brandhub-page .cmp-container[id=cl-image-fullbleed]{margin:0 -20px}.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text{max-width:768px;padding:0 20px}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-container__left-section,.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-container__right-section,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-container__left-section,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-container__right-section{width:50%;padding-right:0;padding-left:0;float:left}.brandhub-page .cmp-container[id=cl-image-content-fit] .container,.brandhub-page .cmp-container[id=cl-image-content-fit] .text{width:100%;padding-left:0;float:none}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-container__left-section,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-container__left-section{padding-right:10px}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-container__right-section,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-container__right-section{padding-left:10px}.brandhub-page .cmp-container[id=cl-image-full-fit] .cmp-container .cmp-text,.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text h6,.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text p,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-text{width:71%}.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-container__left-section .cmp-text,.brandhub-page .cmp-container[id=cl-image-content-fit] .cmp-container .cmp-container__right-section .cmp-text{width:100%}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-page .container,.brandhub-page .featured-component__container,.brandhub-page .list-component,.brandhub-page .media-gallery-container,.brandhub-page .expertise__index-container,.brandhub-page .image-block-image-container,.brandhub-page .image-block,.brandhub-page .cmp-separator__container,.brandhub-page .downloads__container,.brandhub-page .brochure-contact-us-container{width:auto;max-width:962px !important;padding-right:30px !important;padding-left:30px !important}.brandhub-page .featured-component__content-eyebrow{margin-bottom:19px}.brandhub-page .featured-component__content-title{line-height:.9}.brandhub-page .headroom--not-top .in-page-nav-desktop-wrapper{left:220px}.brandhub-page .cmp-container[id=cl-image-content-fit]{margin-right:-15px;margin-left:-15px}.brandhub-page .cmp-container[id=cl-image-content-fit] .text{width:31.25%;padding:0 15px}.brandhub-page .cmp-container[id=cl-image-content-fit] .container{width:68.75%;padding:0 15px}.brandhub-page .cmp-container[id=cl-image-content-fit] .container .cmp-container .text{padding:0}.brandhub-page .cmp-container[id=cl-image-fullbleed] .cmp-text{width:auto;max-width:962px;padding-right:30px;padding-left:30px}.brandhub-page .featured-component__content-text p{margin:0 0 24px}}@media all and (min-width: 1281px){.brandhub-page .container,.brandhub-page .featured-component__container,.brandhub-page .list-component,.brandhub-page .media-gallery-container,.brandhub-page .expertise__index-container,.brandhub-page .image-block-image-container,.brandhub-page .image-block,.brandhub-page .cmp-separator__container,.brandhub-page .downloads__container,.brandhub-page .brochure-contact-us-container,.brandhub-page .brochure-grid-container{width:auto;max-width:1280px;padding-right:30px;padding-left:30px}.brandhub-page .featured-component__content-eyebrow{margin-bottom:21px}.brandhub-page .featured-component__content-title{line-height:.9}.brandhub-page .headroom--not-top .in-page-nav-desktop-wrapper{left:220px}.brandhub-page .fe-header--custom-image .fe-header-custom-image{width:50%;max-width:600px}.brandhub-page .cmp-container[id=cl-image-content-fit]{margin-right:-15px;margin-left:-15px}.brandhub-page .cmp-container[id=cl-image-content-fit] .text{width:31.25%;padding:0 15px}.brandhub-page .cmp-container[id=cl-image-content-fit] .container{width:68.75%;padding:0 15px}.brandhub-page .cmp-container[id=cl-image-content-fit] .container .cmp-container .text{padding:0}}.cmp-side-navigation__search-flyout{position:fixed;top:0;right:0;left:0;z-index:1000}.cmp-side-navigation__search-flyout--icon{cursor:pointer}.cmp-side-navigation__search-flyout--close-icon{cursor:pointer}.cmp-side-navigation__search--icon{cursor:pointer}.cmp-side-navigation__search--text::-ms-clear{display:none;width:0;height:0}.cmp-side-navigation__search-bar{height:400px;padding-top:140px;background:#281949}.cmp-side-navigation__search-darkbg{position:fixed;width:100%;height:100%;background:#1b1b25;opacity:.5}.cmp-side-navigation__search-bar-form{position:relative;border-bottom:0 none;z-index:1001}.cmp-side-navigation__search-bar-layout{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin:0 112px;border-bottom:1px solid rgba(255,255,255,.2);z-index:1001}.cmp-side-navigation__search-bar-icon{margin-right:40px}.cmp-side-navigation__search-bar-icon em{color:#fff;font-size:32px;line-height:88px}.cmp-side-navigation__search-flyout--text{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;height:88px;border:0;outline:none;background-color:rgba(0,0,0,0);color:#fff;font-size:24px;line-height:88px}.cmp-side-navigation__search-flyout--text::-webkit-input-placeholder{color:#fff}.cmp-side-navigation__search-flyout--text::-moz-placeholder{color:#fff}.cmp-side-navigation__search-flyout--text:-ms-input-placeholder{color:#fff}.cmp-side-navigation__search-flyout--text::-ms-input-placeholder{color:#fff}.cmp-side-navigation__search-flyout--text::placeholder{color:#fff}.cmp-side-navigation__search-flyout--text::-webkit-input-placeholder{color:#fff}.cmp-side-navigation__search-flyout--text::-moz-placeholder{color:#fff}.cmp-side-navigation__search-flyout--text:-ms-input-placeholder{color:#fff}.cmp-side-navigation__search-flyout--text:-moz-placeholder{color:#fff}.cmp-side-navigation__search-suggestions{position:absolute;top:230px;width:calc(100% - 224px);margin-right:112px;margin-left:112px;z-index:1000}.cmp-side-navigation__search-suggestions-item{margin-bottom:0;padding-top:10px;padding-bottom:10px;padding-left:80px;line-height:24px;text-transform:lowercase;cursor:pointer}.cmp-side-navigation__search-suggestions-item-link{color:#000}.cmp-side-navigation__search-suggestions-item-link:hover{color:#000}.cmp-side-navigation__search-suggestions-item:hover{background-color:rgba(150,215,210,.2)}.cmp-side-navigation__search-suggestions--show-more{color:#eb3c96;font-size:12px;font-weight:700;line-height:1.7;text-transform:uppercase}.cmp-side-navigation__search-suggestions--show-more:hover{background-color:#fff}.cmp-side-navigation__search-results-content{position:relative;max-height:280px;overflow:hidden;z-index:1001}.cmp-side-navigation__search-bar-results-list{position:relative;max-height:unset;margin:auto;padding-top:30px;padding-bottom:20px;background-color:#fff;overflow:unset;z-index:1001;zoom:1}.cmp-side-navigation__search-flyout--close{position:absolute;top:-110px;right:30px}.cmp-side-navigation__search-flyout--close-icon:before{font-family:"MKGAA-ICONS" !important;color:#eb3c96;font-size:24px;font-style:normal;font-weight:bold;content:"";cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cmp-side-navigation .mflyout{display:none}.cmp-side-navigation .dflyout{display:block}@media all and (min-width: 0)and (max-width: 767px){.cmp-side-navigation__search-bar-form{margin-right:20px;margin-left:20px}.cmp-side-navigation__search-bar{height:250px;padding-top:70px}.cmp-side-navigation__search-flyout--close-icon:before{font-size:16px}.cmp-side-navigation__search-suggestions-item{padding-right:20px;padding-left:20px}.cmp-side-navigation__search-suggestions{top:136px;width:calc(100% - 40px);margin-right:20px;margin-left:20px;z-index:1000}.cmp-side-navigation__search-flyout--close{position:absolute;top:-50px;right:0}.cmp-side-navigation__search-bar-icon{margin-right:18px}.cmp-side-navigation__search-bar-icon i{font-size:24px;line-height:64px}.cmp-side-navigation__search-flyout--text{height:88px;padding-top:20px;padding-bottom:20px;font-size:16px;line-height:normal}.cmp-side-navigation__search-bar-layout{margin:0 20px}.cmp-side-navigation .mflyout{display:block}.cmp-side-navigation .dflyout{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.cmp-side-navigation__search-bar-form{margin-right:40px;margin-left:40px}.cmp-side-navigation__search-bar{height:325px;padding-top:100px}.cmp-side-navigation__search-flyout--close-icon:before{font-size:24px}.cmp-side-navigation__search-suggestions-item{padding-right:20px;padding-left:20px}.cmp-side-navigation__search-suggestions{top:190px}.cmp-side-navigation__search-flyout--close{position:absolute;top:-70px;right:-10px}}.cmp-decisiontree-opened{overflow:hidden}.cmp-decisiontree--container{background:#503291}.cmp-decisiontree--container:after{display:block;clear:both;content:""}.cmp-decisiontree__startscreen--content{width:50.5%;padding:60px 0 60px 87px;float:left}.cmp-decisiontree__startscreen--headline{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;padding-bottom:24px;color:#ffc832;font-size:40px;font-style:normal;font-weight:normal;line-height:115%;text-transform:uppercase}.cmp-decisiontree__startscreen--headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.cmp-decisiontree__startscreen--description{padding-bottom:24px}.cmp-decisiontree__startscreen--description p{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;color:#fff;font-size:16px;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.cmp-decisiontree__startscreen--description p:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.cmp-decisiontree__startscreen--button{display:inline-block;position:relative;padding:18px 30px;border:0;border-radius:4px;background-color:#eb3c96;color:#fff;font-size:11px;font-style:normal;font-weight:700;letter-spacing:1px;line-height:11px;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;-webkit-appearance:none}.cmp-decisiontree__startscreen--button:focus{outline:none}.cmp-decisiontree__startscreen--image{width:49.5%;padding-right:10px;padding-left:5px;float:left}.cmp-decisiontree__startscreen--image img{position:relative;top:65px;width:100%;margin:0}.cmp-decisiontree__questions,.cmp-decisiontree__results{position:relative;width:65%;min-height:600px;margin:5% auto;padding:0;background-color:#ffc832;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}.cmp-decisiontree__questions--wrapper,.cmp-decisiontree__results--wrapper{position:fixed;top:0;left:0;width:100%;height:100%;padding-top:0;background-color:rgba(0,0,0,.6);overflow:auto;z-index:9999}.cmp-decisiontree__header{padding:44px 0 40px 0}.cmp-decisiontree__previous{position:absolute;left:40px;border:0;background:0;cursor:pointer}.cmp-decisiontree__previous .arrow-left{display:inline-block;padding:5px;transform:rotate(135deg);border:solid #503291;border-width:0 2px 2px 0;-webkit-transform:rotate(135deg)}.cmp-decisiontree__close{position:absolute;top:0;right:0;width:16px;height:16px;margin:40px 40px 0 0;border:0;background:0;color:#503291;cursor:pointer;filter:alpha(opacity=20);-webkit-appearance:none;-moz-appearance:none;appearance:none}.cmp-decisiontree__close:before{position:relative;-webkit-transition:right .3s ease;transition:right .3s ease;color:#503291;font-family:"MKGAA-ICONS";font-size:14px;font-weight:normal;content:""}.cmp-decisiontree__progress{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;position:relative;width:65%;margin:0 auto;color:#503291;font-size:14px;font-style:normal;font-weight:bold;line-height:1.2;text-align:center;text-transform:none}.cmp-decisiontree__progress:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.cmp-decisiontree__progress:after{display:block;width:100%;height:1px;margin-top:27px;background:#1b1b25;content:" ";opacity:.2}.cmp-decisiontree__question{position:relative;width:65%;margin:0 auto;padding:0}.cmp-decisiontree__question--title{margin-bottom:40px;padding:0 21px 0 16px}.cmp-decisiontree__question--title p{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:0;color:#503291;font-size:26px;font-style:normal;font-weight:normal;line-height:1.3;text-transform:none}.cmp-decisiontree__question--title p:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.cmp-decisiontree__answers--list:after{display:block;width:100%;height:1px;background:#503291;content:" ";opacity:.2}.cmp-decisiontree__answers--list.cmp-decisiontree--previous-list:after{background:none}.cmp-decisiontree__answers--list.cmp-decisiontree--current-answer{border:0;border-radius:4px;background:#503291}.cmp-decisiontree__answers--list.cmp-decisiontree--current-answer:after{background:none}.cmp-decisiontree__answers--list.cmp-decisiontree--current-answer label{color:#fff}.cmp-decisiontree__answers--list label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#503291;font-size:16px;font-style:normal;font-weight:normal;line-height:1.4;text-transform:none}.cmp-decisiontree__answers--list label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.cmp-decisiontree__answers--list [type=radio]:checked,.cmp-decisiontree__answers--list [type=radio]:not(:checked){position:absolute;visibility:hidden}.cmp-decisiontree__answers--list [type=radio]:checked+label,.cmp-decisiontree__answers--list [type=radio]:not(:checked)+label{display:inline-block;position:relative;width:100%;margin-left:0;padding:21px 60px 21px 16px;cursor:pointer}.cmp-decisiontree__answers--list [type=radio]:checked+label:before,.cmp-decisiontree__answers--list [type=radio]:not(:checked)+label:before{position:absolute;top:20px;right:21px;width:25px;height:25px;border:1px solid #503291;border-radius:100%;background:#ffc832;content:""}.cmp-decisiontree__answers--list [type=radio]:checked+label:after,.cmp-decisiontree__answers--list [type=radio]:not(:checked)+label:after{position:absolute;top:31px;right:36px;width:3px;height:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;-webkit-box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;content:""}.cmp-decisiontree__answers--list [type=radio]:not(:checked)+label:after{transform:scale(0);opacity:0;-webkit-transform:scale(0)}.cmp-decisiontree__answers--list [type=radio]:checked+label:before{border:0;background:#503291}.cmp-decisiontree__next{position:relative;width:65%;margin:0 auto;padding:0}.cmp-decisiontree__next-btn{display:inline-block;position:relative;margin-top:40px;margin-bottom:80px;padding:12px 16px;border:0;border-radius:5px;background-color:#eb3c96;color:#fff;font-size:11px;font-style:normal;font-weight:700;letter-spacing:1px;line-height:11px;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;-webkit-appearance:none}.cmp-decisiontree__next-btn:focus{outline:none}.cmp-decisiontree__result{position:relative;width:65%;margin:0 auto;padding:0}.cmp-decisiontree__result:after{display:block;clear:both;content:""}.cmp-decisiontree__result--heading{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:32px;color:#503291;font-size:26px;font-style:normal;font-weight:normal;line-height:1.3;text-transform:none}.cmp-decisiontree__result--heading:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.cmp-decisiontree__result--section{width:50%;float:left}.cmp-decisiontree__result--section .cmp-decisiontree__result--title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:block;color:#503291;font-size:16px;font-style:normal;font-weight:bold;line-height:1.7;text-transform:none}.cmp-decisiontree__result--section .cmp-decisiontree__result--title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.cmp-decisiontree__result--section .cmp-decisiontree__result--description{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:block;margin-top:8px;margin-bottom:16px;color:#503291;font-size:14px;font-style:normal;font-weight:normal;line-height:1.4;text-transform:none}.cmp-decisiontree__result--section .cmp-decisiontree__result--description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.cmp-decisiontree__result--image{width:50%;padding-left:16px;float:right}.cmp-decisiontree__result--image .cmp-decisiontree__result--block--image{position:relative;width:80%;padding-bottom:59.5%}.cmp-decisiontree__result--image .cmp-decisiontree__result--block--image svg{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:scale(1.01);transform:scale(1.01)}.cmp-decisiontree__result--image .cmp-decisiontree__result--block--image svg g path{fill:#ffc832;stroke-width:5px;stroke:#ffc832}.cmp-decisiontree__result--image .cmp-decisiontree__result--block--image-background{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-size:cover}.cmp-decisiontree__result--image img{width:100%;height:100%}.cmp-decisiontree__result--button{width:100%;float:left}.cmp-decisiontree__result--button a{display:inline-block;position:relative;margin-bottom:80px;padding:18px 16px;border:0;border-radius:5px;background-color:#eb3c96;color:#fff;font-size:11px;font-style:normal;font-weight:700;letter-spacing:1px;line-height:11px;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;-webkit-appearance:none}@media all and (min-width: 1281px){.cmp-decisiontree__startscreen{width:auto;max-width:1280px;margin:7% auto;padding:0}.cmp-decisiontree--container{margin:0 -10px;padding:0 30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.cmp-decisiontree__startscreen{width:auto;max-width:1024px;margin:7% auto;padding:0}.cmp-decisiontree--container{margin:0 -10px;padding:0 30px}}@media all and (min-width: 768px)and (max-width: 1024px){.cmp-decisiontree--container{padding:0 20px}.cmp-decisiontree__startscreen{width:auto;max-width:768px;margin:50px auto;padding:0}.cmp-decisiontree__startscreen--content{width:49.5%;padding:40px 0}.cmp-decisiontree__startscreen--headline{font-size:28px;line-height:33px}.cmp-decisiontree__startscreen--image{width:50.5%;padding:50px 0 40px 12px}.cmp-decisiontree__startscreen--image img{top:0}.cmp-decisiontree__questions,.cmp-decisiontree__results{width:80%;min-height:653px}.cmp-decisiontree__progress{width:75%}.cmp-decisiontree__question{width:75%}.cmp-decisiontree__question--title{margin-bottom:32px}.cmp-decisiontree__question--title p{font-size:32px;line-height:1.5}.cmp-decisiontree__next{width:75%}.cmp-decisiontree__next-btn{margin-top:32px;margin-bottom:87px}.cmp-decisiontree__result{width:75%}.cmp-decisiontree__result--heading{font-size:32px;line-height:1.5}.cmp-decisiontree__result--image .cmp-decisiontree__result--block--image{position:relative;width:90%;padding-bottom:68.5%}}@media all and (min-width: 0)and (max-width: 767px){.cmp-decisiontree--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin:80px 0 40px 0;padding:0 20px}.cmp-decisiontree__startscreen{width:auto;max-width:768px;margin:0 auto;padding:0}.cmp-decisiontree__startscreen--content{width:100%;margin-bottom:33px;padding:0;float:none}.cmp-decisiontree__startscreen--headline{font-size:28px;line-height:33px}.cmp-decisiontree__startscreen--image{width:100%;margin-bottom:17px;padding-right:0;padding-left:0;float:none}.cmp-decisiontree__startscreen--image img{top:0;margin:-63px 0 0 0}.cmp-decisiontree__questions,.cmp-decisiontree__results{width:100%;min-height:708px}.cmp-decisiontree__header{padding:30px 0 40px 0}.cmp-decisiontree__previous{left:25px;z-index:1}.cmp-decisiontree__close{margin:27px 20px 0 0}.cmp-decisiontree__progress{width:89.5%;padding-bottom:23px}.cmp-decisiontree__question{width:100%;padding:0 20px}.cmp-decisiontree__question--title{margin-bottom:32px}.cmp-decisiontree__question--title p{font-size:22px;line-height:1.5}.cmp-decisiontree__next{width:100%;padding:0 20px}.cmp-decisiontree__next-btn{margin-top:40px;margin-bottom:170px}.cmp-decisiontree__result{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:0 25px;-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start}.cmp-decisiontree__result--heading{-webkit-box-ordinal-group:2;order:1;font-size:22px;line-height:1.5;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1}.cmp-decisiontree__result--section{-webkit-box-ordinal-group:4;order:3;width:100%;float:none;-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3}.cmp-decisiontree__result--image{-webkit-box-ordinal-group:3;order:2;width:50%;margin-bottom:16px;padding-left:0;float:none;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2}.cmp-decisiontree__result--image .cmp-decisiontree__result--block--image{position:relative;width:100%;padding-bottom:74.5%}.cmp-decisiontree__result--button{-webkit-box-ordinal-group:5;order:4;width:100%;float:none;-webkit-box-ordinal-group:4;-moz-box-ordinal-group:4;-ms-flex-order:4;-webkit-order:4}.cmp-decisiontree__result--button a{margin-bottom:170px}}.cmp-separator__container{zoom:1;width:1400px;margin:0 auto}.cmp-separator__container:before,.cmp-separator__container:after{display:table;line-height:0;content:""}.cmp-separator__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.cmp-separator__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.cmp-separator__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.cmp-separator__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.cmp-separator__container{width:1280px;padding-right:30px;padding-left:30px}}.cmp-separator__headline{margin-bottom:15px;font-size:32px;line-height:38px}.cmp-separator__headline--mkgaa{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.cmp-separator__headline--mkgaa:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.cmp-separator__headline--regular{font-family:inherit;font-weight:bold}.cmp-separator__horizontal-rule{height:1px;margin:39px 0;border:0 none;opacity:.2}.cmp-separator__horizontal-rule+.cmp-separator__headline{margin-top:-14px}.cmp-separator--white{background-color:#fff;color:#503291}.cmp-separator--white .cmp-separator__horizontal-rule{background-color:#1b1b25;opacity:.1}.cmp-separator--yellow{background-color:#ffc832;color:#503291}.cmp-separator--purple{background-color:#503291;color:#2dbecd}.cmp-separator--purple .cmp-separator__horizontal-rule{background-color:#fff}.cmp-separator--cyan{background-color:#2dbecd;color:#503291}.cmp-separator--yellow .cmp-separator__horizontal-rule,.cmp-separator--cyan .cmp-separator__horizontal-rule{background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.cmp-separator__headline{margin-bottom:15px;font-size:24px;line-height:29px}.cmp-separator__horizontal-rule{margin:25px 0}}.ie .brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer,.ie .brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer{width:100%;max-width:100%}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wFormHeader,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wFormHeader{height:0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wFormFooter,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wFormFooter{display:none}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form{padding:0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .oneField,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .oneField{margin-bottom:0 !important}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:after,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:after{display:block;clear:both;content:""}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .label.preField,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .label.preField{position:relative;width:23%;margin-bottom:0 !important;float:left}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .inputWrapper,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .inputWrapper{position:relative;width:72%;padding-left:105px;float:right}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .inputWrapper span.choices,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .inputWrapper span.choices{display:block}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .label.preField span,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .label.preField span{margin-bottom:30px;color:#503291 !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important;font-size:16px !important;font-style:normal;font-weight:bold;line-height:1.7;text-transform:none}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1),.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1){padding:40px 0 0 0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper{margin-top:-12px}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices{display:-webkit-box;display:-ms-flexbox;display:flex}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices .oneChoice,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices .oneChoice{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13px 32px;border:0;border-radius:5px;background-color:#eb3c96;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;-webkit-appearance:none}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices .oneChoice .label.postField,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices .oneChoice .label.postField{margin:0 !important;color:#fff;font-size:14px;font-style:normal;font-weight:bold;letter-spacing:1px;line-height:1.3;text-transform:uppercase;cursor:pointer}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices .oneChoice [type=radio],.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices .oneChoice [type=radio]{display:none;margin:0 !important;padding:0 !important;opacity:0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices .oneChoice:last-child,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices .oneChoice:last-child{margin-left:24px}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2),.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2){padding:40px 0 0 0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .label.preField span:nth-child(3),.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .label.preField span:nth-child(3){position:relative;width:100%;margin-top:4px;float:left;color:#1b1b25 !important;font-style:normal;font-weight:normal}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper{top:-15px}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice .label.postField,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice .label span,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice .label.postField,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice .label span{color:#1b1b25 !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important;font-size:14px !important;font-style:normal;font-weight:normal;line-height:1.2;text-transform:none}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked),.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked){position:absolute;visibility:hidden}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked)+label,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked)+label{display:inline-block;position:relative;margin-left:0;padding-top:4px;padding-left:32px;cursor:pointer}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label:before,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked)+label:before,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label:before,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked)+label:before{position:absolute;top:0;left:0;width:25px;height:25px;border:2px solid #aaa;border-radius:100%;background:#fff;content:""}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label:after,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked)+label:after,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label:after,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked)+label:after{position:absolute;top:9px;left:9px;width:8px;height:8px;transition:all .2s ease;border-radius:50%;background:#eb3c96;content:"";-webkit-transition:all .2s ease}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked)+label:after,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked)+label:after{transform:scale(0);opacity:0;-webkit-transform:scale(0)}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked)+label:hover:before,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked)+label:hover:before{border:2px solid #eb3c96}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label:after,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label:after{transform:scale(1);background:#fff;opacity:1;-webkit-transform:scale(1)}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label:before,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label:before{border:0;background:#eb3c96}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label:hover:before,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label:hover:before{background:#d43687}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .actions,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .actions{position:relative;top:-4px;width:72%;padding-bottom:40px;padding-left:105px;float:right}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .actions .primaryAction,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .actions .submit-feedback,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .actions .primaryAction,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .actions .submit-feedback{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;font-size:11px;font-style:normal;font-weight:bold;letter-spacing:1px;line-height:11px;text-transform:uppercase}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .actions .primaryAction:lang(ja),.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .actions .submit-feedback:lang(ja),.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .actions .primaryAction:lang(ja),.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .actions .submit-feedback:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .actions .submit-feedback,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .actions .submit-feedback{display:inline-block;padding:12px;border-radius:5px}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .actions .submit-feedback.button,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .actions .submit-feedback.button{background-color:#e5e5e5}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .actions .submit-feedback.button--magenta,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .actions .submit-feedback.button--magenta{background-color:#eb3c96}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .success-msg,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .failure-msg,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .success-msg,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .failure-msg{width:auto !important;margin-bottom:30px !important;float:none !important;Padding:0 !important}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .success-msg p,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .failure-msg p,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .success-msg p,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .failure-msg p{margin:16px 0 !important;color:#503291 !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important;font-size:16px !important;font-style:normal;font-weight:bold;line-height:1.7;text-transform:none}@media all and (min-width: 1281px){.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer{width:auto;max-width:1280px;margin:0 auto;padding:0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm{display:block;margin:0 -10px;padding:0 40px !important;border-radius:0;background:#f5f5f5}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit{width:auto;max-width:1280px;margin:0 auto;padding:0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .success-msg,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .failure-msg,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .success-msg,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .failure-msg{margin:0 -10px;padding:40px !important;background:#f5f5f5}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer{width:auto;max-width:1024px;margin:0 auto;padding:0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm{display:block;margin:0 -10px;padding:0 40px !important;border-radius:0;background:#f5f5f5}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit{width:auto;max-width:1280px;margin:0 auto;padding:0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .success-msg,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .failure-msg,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .success-msg,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .failure-msg{margin:0 -10px;padding:40px !important;background:#f5f5f5}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer{width:auto;max-width:768px;margin:0 auto;padding:0 20px;background:#f5f5f5}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D{padding:0;background:none}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices{float:right}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2),.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2){padding-bottom:0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .label.preField,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .label.preField{width:40%}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper{width:60%;padding-left:82px}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .label.preField,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .label.preField{width:70%}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .inputWrapper,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .inputWrapper{width:30%;padding-left:22px}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .actions,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .actions{top:-6px;width:60%;padding-left:80px}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit{width:auto;max-width:768px;margin:0 auto;padding:0 20px;background:#f5f5f5}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .success-msg,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .failure-msg,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .success-msg,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .failure-msg{width:100% !important;margin-bottom:30px !important;float:none !important;background:#f5f5f5 !important;Padding:40px 0 !important}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .success-msg p,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .failure-msg p,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .success-msg p,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .failure-msg p{margin:16px 0 !important;color:#503291 !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important;font-size:16px !important;font-style:normal;font-weight:bold;line-height:1.7;text-transform:none}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer{width:auto;max-width:768px;margin:0 auto;padding:0 20px;background:#f5f5f5}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .label.preField,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .label.preField{width:100%;float:none}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .inputWrapper,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D .inputWrapper{width:100%;padding-left:0;float:none}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1),.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1){margin-top:0;padding:32px 0 0 0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .label,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .label{margin-bottom:18px !important}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices .oneChoice:last-child,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(1) .inputWrapper .choices .oneChoice:last-child{margin-left:20px}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2),.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2){padding:32px 0 0 0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .label.preField span:last-child,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .label.preField span:last-child{margin-top:12px;margin-bottom:16px;font-size:14px !important}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper{top:0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked)+label,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:checked+label,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .field-container-D:nth-child(2) .inputWrapper .choices span.oneChoice [type=radio]:not(:checked)+label{padding-left:39px}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .actions,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .actions{top:9px;width:100%;padding-bottom:50px;padding-left:0;float:none}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__content .wFormContainer .wForm form .actions .primaryAction,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__content .wFormContainer .wForm form .actions .primaryAction{min-width:0}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit{width:auto;max-width:768px;margin:0 auto;padding:0 20px;background:#f5f5f5}.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .success-msg,.brandhub-page .form-assembly .fa-form--11819 .cmp-form-assembly__after-submit .failure-msg,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .success-msg,.brandhub-page .form-assembly .fa-form--11933 .cmp-form-assembly__after-submit .failure-msg{padding:20px 0 !important}}.cl-grid-component{width:100%;max-width:none !important;padding:0 !important;background-color:#503291;overflow:hidden;zoom:1}.cl-grid-component .cmp-container{display:block;margin:auto;padding:0}.cl-grid-component .list-component{display:block}.cl-grid-component .list-component__headline{width:100%;margin-top:-12px;margin-bottom:24px;padding-bottom:30px;color:#2dbecd;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;font-size:28px;font-weight:normal;line-height:1.2;text-transform:uppercase;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.cl-grid-component .list-component__cmp-list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0}.cl-grid-component .list-component__cmp-list .cmp-list__item:nth-of-type(1){margin-left:0}.cl-grid-component .list-component__cmp-list .cmp-list__item{position:relative;width:calc(29.16% - 0px);margin-bottom:0;margin-left:6.25%;padding:0 15px;border:0 none}.cl-grid-component .list-component__cmp-list .cmp-list__item .cmp-list-article__item-image img{width:100%;height:0}.cl-grid-component .list-component__cmp-list .cmp-list-article__content{display:block;margin:0}.cl-grid-component .list-component .cmp-list-article__item-description{height:0;overflow:hidden}.cl-grid-component .list-component .cmp-list-default__item-ctalabel{display:inline-block;position:relative;padding:12px 12px;border:0;border-radius:5px;background-color:#eb3c96;background-image:none;color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;line-height:12px;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px}.cl-grid-component .list-component .cmp-list-default__item-ctalabel a{color:#fff}.cl-grid-component .list-component .cmp-list-default__item-ctalabel:hover{background-color:#d92a83}.cl-grid-component .list-component .cmp-list-article__item-image{display:block;height:0}.cl-grid-component .brochure-grid-image{width:100%;margin-bottom:15px;padding-bottom:75%;-webkit-transform:translate(0);transform:translate(0);background-position:center center;background-size:cover;z-index:10}.cl-grid-component .cmp-list-article__item-title{margin-top:0;margin-bottom:24px;color:#2dbecd;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;font-size:20px;font-weight:normal;line-height:1.2;text-transform:uppercase;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}@media all and (min-width: 0)and (max-width: 767px){.cl-grid-component{width:100% !important}.cl-grid-component .list-component__cmp-list{display:block}.cl-grid-component .list-component__cmp-list .cmp-list__item{width:100%;margin:0;padding:0 0 50px 0}.cl-grid-component .brochure-grid-image--1{padding-bottom:43.6720142602%}.cl-grid-component .brochure-grid-image--2{padding-bottom:39.9286987522%}.cl-grid-component .brochure-grid-image--3{padding-bottom:37.7857142857%}.cl-grid-component .brochure-grid-image{width:50%;margin-bottom:25px;-webkit-transform:translate(6%);transform:translate(6%)}.cl-grid-component .brochure-grid-image svg{-webkit-transform:scale(1.02);transform:scale(1.02)}}@media all and (min-width: 768px)and (max-width: 1024px){.cl-grid-component{width:100% !important}.cl-grid-component .list-component__cmp-list .cmp-list__item{width:calc(33.33% - 0px);margin-left:0;padding:0 10px}}.brandhub-page .image-block-content.content-fit{width:100%;margin:0;padding:0}.brandhub-page .image-block-content.full-fit .cmp-image__headline,.brandhub-page .image-block-content.full-fit .image-block-image-container,.brandhub-page .image-block-content.full-fit .container,.brandhub-page .image-block-content.full-fit.two-images{width:100%;margin:0;padding:0}.brandhub-page .image-block-content.full-fit.one-image .image-block-image-container .image-block-image-container-image{width:100%}.brandhub-page .image-block--fullwidth{width:100%;max-width:100%;margin:0;padding:0}.brandhub-page .image-block--fullwidth .image-block-content .cmp-image__headline,.brandhub-page .image-block--fullwidth .image-block-content .container{padding:30px}.brandhub-page .image-block--fullwidth .image-block-content.full-fit .image-block-image-container{max-width:100%}@media all and (min-width: 1281px){.brandhub-page .image-block--fullwidth .image-block-content .cmp-image__headline,.brandhub-page .image-block--fullwidth .image-block-content .container{width:1280px;margin:0 auto;padding:0 30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-page .image-block--fullwidth .image-block-content .cmp-image__headline,.brandhub-page .image-block--fullwidth .image-block-content .container{width:1024px;margin:0 auto;padding:0 30px}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-page .image-block{margin:0 auto}.brandhub-page .image-block--fullwidth .image-block-content .cmp-image__headline,.brandhub-page .image-block--fullwidth .image-block-content .container{width:768px;margin:0 auto;padding:0 20px}.brandhub-page .image-block--fullwidth .image-block-content .image-block-image-container{padding:0}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-page .image-block--fullwidth .image-block-content .cmp-image__headline,.brandhub-page .image-block--fullwidth .image-block-content .container{width:100%;margin:0 auto;padding:0 20px}.brandhub-page .image-block--fullwidth .image-block-content .image-block-image-container{padding:0}}.brandhub-page .infobox-container .infobox-inner-container .infobox-color-bg{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0 20px auto;padding:20px;border-radius:7px}.brandhub-page .infobox-container .infobox-inner-container .infobox-content p,.brandhub-page .infobox-container .infobox-inner-container .infobox-content strong{font-size:16px}.brandhub-page .infobox-container .infobox-inner-container .infobox-content p:last-child{margin-bottom:0}.brandhub-page .infobox-container .infobox-inner-container .infobox-img{-webkit-box-flex:0;-ms-flex:none;flex:none;width:78px;max-width:78px;max-height:78px;margin-right:20px;padding:0}.brandhub-page .infobox-container .infobox-inner-container .infobox-img img{max-width:100%;max-height:100%}.brandhub-page .featured-component--peach{background-color:#fedbb4}.brandhub-page .featured-component--light-blue{background-color:#96d5d2}.brandhub-page .featured-component--magenta a{color:#fff}.brandhub-page .featured-component--magenta a:hover{color:#ffc}.brandhub-page .cmp-container[id=infobox-text]{position:relative;width:67.69%;margin:0px;float:right}@media all and (min-width: 0)and (max-width: 767px){.brandhub-page .infobox-container .infobox-inner-container .infobox-color-bg{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.brandhub-page .infobox-container .infobox-inner-container .infobox-img{margin:0 0 20px 0}.brandhub-page .cmp-container[id=infobox-text]{width:auto}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-page .cmp-container[id=infobox-text]{width:auto}}.list-component{zoom:1;width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:60px 0px}.list-component:before,.list-component:after{display:table;line-height:0;content:""}.list-component:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.list-component{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.list-component{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.list-component{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.list-component{width:1280px;padding-right:30px;padding-left:30px}}.list-component__headline{width:31.25%;position:relative;min-height:1px;padding:0 15px;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;padding-right:88px;padding-left:0px;color:#2dbecd}.list-component__headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.list-component__headline{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.list-component__headline{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.list-component__headline{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.list-component__headline{margin-top:-12px;font-size:28px;line-height:1.2}}.list-component__cmp-list{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin:0px;padding-right:0px;padding-left:10px}.list-component__cmp-list .cmp-list__item{margin-bottom:35px;padding-bottom:27px;border-bottom:1px solid #e1e1e1}.list-component__cmp-list .cmp-list__item:before{display:none}.list-component__cmp-list .cmp-list-article__item-breadcrumb{margin:0px}.list-component__cmp-list .cmp-list-article__item-time-since-published,.list-component__cmp-list .cmp-list-article__item-published-date,.list-component__cmp-list .cmp-list-article__item-link,.list-component__cmp-list .cmp-list-article__item-breadcrumb{display:block}.list-component__cmp-list .cmp-list-article__item-time-since-published{margin-top:1px;color:#2dbecd;font-size:14px;font-weight:bold;line-height:18px}.list-component__cmp-list .cmp-list-article__item-published-date{margin-top:7px;color:#aaa;font-size:12px;line-height:20px}.list-component__cmp-list .cmp-list-article__item-link{display:inline;color:#1b1b25;font-size:16px;font-weight:bold;line-height:27px}.list-component__cmp-list .cmp-list-article__item-link:hover{color:#eb3c96}.list-component__cmp-list .cmp-list-article__content{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px}.list-component__cmp-list .cmp-list-article__date{width:26.8%;padding:0 15px}.list-component__cmp-list .cmp-list-article__navigation{width:73.2%;margin-top:-5px;padding:0 15px}.list-component__cmp-list .cmp-list-article__breadcrumb-item{display:inline}.list-component__cmp-list .cmp-list-article__breadcrumb-item .cmp-breadcrumb__item-link{display:inline-block;line-height:20px;pointer-events:none}.list-component__cmp-list .cmp-list-article__breadcrumb-item .cmp-breadcrumb__item-link,.list-component__cmp-list .cmp-list-article__breadcrumb-item:after{color:#aaa;font-size:12px}.list-component__cmp-list .cmp-list-article__breadcrumb-item:after{content:"/"}.list-component__cmp-list .cmp-list-article__breadcrumb-item:last-child::after,.list-component__cmp-list .cmp-list-article__breadcrumb-item:before{display:none}@media all and (min-width: 0)and (max-width: 767px){.list-component{display:block}.list-component__headline{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:35px;padding:0px}.list-component__cmp-list{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0px}.list-component__cmp-list .cmp-list__item{margin-bottom:20px;padding-bottom:20px}.list-component__cmp-list .cmp-list-article__content{display:block;margin:0px}.list-component__cmp-list .cmp-list-article__date{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:7px;padding:0px}.list-component__cmp-list .cmp-list-article__navigation{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0px}.list-component__cmp-list .cmp-list-article__item-time-since-published,.list-component__cmp-list .cmp-list-article__item-published-date{width:50%;font-size:11px;line-height:14px}.list-component__cmp-list .cmp-list-article__item-published-date{text-align:right}.list-component__cmp-list .cmp-list-article__item-link{font-size:14px;line-height:24px}.list-component__cmp-list .cmp-list-article__breadcrumb-item .cmp-breadcrumb__item-link{font-size:11px;line-height:19px}}@media all and (min-width: 768px)and (max-width: 1024px){.list-component{display:block;padding-right:10px;padding-left:10px}.list-component__headline,.list-component__cmp-list{width:100%;position:relative;min-height:1px;padding:0 10px}.list-component__headline{margin-bottom:38px}.list-component .cmp-list-article__date{width:32.75%;padding:0 15px}.list-component .cmp-list-article__navigation{width:67.25%;margin-top:-5px;padding:0 15px}}.lightbox-hidden{display:none}.lightbox-opened{overflow:hidden}.lightbox-enabled .list-component__content-image--img{cursor:pointer}.lightbox-section{position:fixed;top:0;left:0;width:100%;height:100%;padding-top:0;background-color:rgba(0,0,0,.6);overflow:hidden;z-index:9999;-ms-overflow-style:none}.lightbox-section.first-item .lightbox-section__content .lightbox-section__navigation .lightbox-section__prev-btn{display:none}.lightbox-section::-webkit-scrollbar{display:none}.lightbox-section.last-item .lightbox-section__content .lightbox-section__navigation .lightbox-section__next-btn{display:none}.lightbox-section__content{position:absolute;top:50%;right:0;left:0;width:100%;margin:0 auto;padding:0;-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%);background-color:#fff;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s;overflow-y:auto;-ms-overflow-style:none}.lightbox-section__content::-webkit-scrollbar{display:none}.lightbox-section__content .property-hidden{display:none !important}.lightbox-section__overflow-height{height:100%}.lightbox-section__close-btn{position:absolute;right:0;width:16px;height:16px;padding:20px 44px 0 0;border:0;background:0 0;color:#eb3c96;font-size:24px;font-weight:400;line-height:1;cursor:pointer;filter:alpha(opacity=20);-webkit-appearance:none;-moz-appearance:none;appearance:none}.lightbox-section__close-btn:before{position:relative;-webkit-transition:right .3s ease;transition:right .3s ease;color:#eb3c96;font-family:"MKGAA-ICONS";font-size:24px;font-weight:bold;content:""}.lightbox-section__navigation{position:fixed;top:50%;right:0;left:0;max-width:1440px;margin:auto}.lightbox-section__navigation .lightbox-section__prev-btn{position:absolute;left:44px;border:0;background:none;cursor:pointer}.lightbox-section__navigation .lightbox-section__prev-btn .arrow-left{display:inline-block;padding:7px;transform:rotate(135deg);border:solid #eb3c96;border-width:0 3px 3px 0;-webkit-transform:rotate(135deg)}.lightbox-section__navigation .lightbox-section__next-btn{position:absolute;right:44px;border:0;background:none;cursor:pointer}.lightbox-section__navigation .lightbox-section__next-btn .arrow-right{display:inline-block;padding:7px;transform:rotate(-45deg);border:solid #eb3c96;border-width:0 3px 3px 0;-webkit-transform:rotate(-45deg)}.lightbox-section__body:after{display:block;clear:both;content:""}.lightbox-section__image{width:calc(50% - 0px);float:left;background-color:#f5f5f5;text-align:center}.lightbox-section__image img{width:auto;max-width:100%;max-height:562px !important}.lightbox-section__image-metadata{width:calc(50% - 0px);padding-left:9.85vw;float:left}.lightbox-section__image-metadata .lightbox-section__image-title{display:inline-block;margin-bottom:32px;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;color:#2dbecd;font-size:32px;font-style:normal;font-weight:normal;line-height:120%;text-transform:uppercase}.lightbox-section__image-metadata .lightbox-section__image-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.lightbox-section__image-metadata .lightbox-section__image-title span{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;color:#2dbecd;font-size:32px;font-style:normal;font-weight:normal;line-height:120%;text-transform:uppercase}.lightbox-section__image-metadata .lightbox-section__image-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.lightbox-section__image-metadata .lightbox-section__image-description{margin-bottom:32px;color:#1b1b25;font-size:16px;font-style:normal;font-weight:normal;line-height:1.7}.lightbox-section__image-metadata .lightbox-section__image-description span{color:#1b1b25;font-size:16px;font-style:normal;font-weight:normal;line-height:1.7}.lightbox-section__image-metadata .lightbox-section__image-upload-details{display:block}.lightbox-section__image-metadata .lightbox-section__image-upload-date{width:50%;margin-bottom:32px;float:left}.lightbox-section__image-metadata .lightbox-section__image-upload-date .date-label{margin-bottom:4px;color:#aaa;font-size:9px;font-style:normal;font-weight:bold;letter-spacing:1px;line-height:11px;text-transform:uppercase}.lightbox-section__image-metadata .lightbox-section__image-upload-date .date-value{color:#1b1b25;font-size:12px;font-style:normal;font-weight:bold;line-height:1.7}.lightbox-section__image-metadata .lightbox-section__image-country{width:50%;margin-bottom:32px;padding-left:0;float:right}.lightbox-section__image-metadata .lightbox-section__image-country .country-label{margin-bottom:4px;color:#aaa;font-size:9px;font-style:normal;font-weight:bold;letter-spacing:1px;line-height:11px;text-transform:uppercase}.lightbox-section__image-metadata .lightbox-section__image-country .country-name{color:#1b1b25;font-size:12px;font-style:normal;font-weight:bold;line-height:1.7}.lightbox-section__image-metadata .lightbox-section__image-category{width:50%;margin-bottom:32px;float:left}.lightbox-section__image-metadata .lightbox-section__image-category .category-label{margin-bottom:4px;color:#aaa;font-size:9px;font-style:normal;font-weight:bold;letter-spacing:1px;line-height:11px;text-transform:uppercase}.lightbox-section__image-metadata .lightbox-section__image-category .category-name{position:relative;padding-right:0;float:left;color:#1b1b25;font-size:12px;font-style:normal;font-weight:bold;line-height:1.7}.lightbox-section__image-metadata .lightbox-section__image-category .guide-link{display:inline-block;position:relative;top:-7px;left:0}.lightbox-section__image-metadata .lightbox-section__image-category .guide-link a{position:relative;top:-1px;padding-left:0;color:#eb3c96;font-size:12px;font-style:normal;font-weight:bold;line-height:1.7}.lightbox-section__image-metadata .lightbox-section__image-category .guide-link a:before{display:inline-block;position:relative;top:-2px;padding:0 5px;color:#1b1b25;font-size:18px;font-style:normal;font-weight:bold;content:"."}.lightbox-section__image-metadata .lightbox-section__image-download{width:100%;float:left}.lightbox-section__image-metadata .lightbox-section__image-download a{color:#eb3c96;font-size:11px;font-style:normal;font-weight:bold;line-height:11px;text-transform:uppercase}.lightbox-section__image-metadata .lightbox-section__image-download span{margin-right:12px}.lightbox-section__image-metadata .lightbox-section__image-download .icon-download:before{content:""}@media all and (min-width: 1281px){.lightbox-section__content{max-width:95%}.lightbox-section__navigation{max-width:100%}.lightbox-section__navigation .lightbox-section__prev-btn{left:34px}.lightbox-section__navigation .lightbox-section__next-btn{right:34px}.lightbox-section__body{width:100%;max-width:95%;margin:0 auto;padding:70px 30px}.lightbox-section__image{width:calc(50% - 8px);float:left}.lightbox-section__image-metadata{width:calc(37.25% - 8px);padding-left:0;float:right}.lightbox-section__image img{max-height:34vw !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.lightbox-section__content{max-width:1440px}.lightbox-section__body{width:100%;margin:0 auto;padding:70px 30px}.lightbox-section__image{width:calc(50% - 8px);float:left}.lightbox-section__image-metadata{width:calc(37.25% - 8px);padding-left:0;float:right}}@media all and (min-width: 768px)and (max-width: 1024px){.lightbox-section{overflow:auto}.lightbox-section__close-btn{padding:30px 48px 0 0;padding-bottom:30px}.lightbox-section__navigation{top:50%}.lightbox-section__navigation .lightbox-section__prev-btn{left:4%}.lightbox-section__navigation .lightbox-section__next-btn{right:4%}.lightbox-section__body{width:768px;margin:0 auto;padding:40px 48px;padding-top:80px}.lightbox-section__image{display:block;width:100%;margin-bottom:40px;float:none;text-align:center}.lightbox-section__image img{width:58%}.lightbox-section__image-metadata{width:100%;padding-left:0;float:none}.lightbox-section__image-metadata .lightbox-section__image-title{display:block;margin-bottom:24px;text-align:center}.lightbox-section__image-metadata .lightbox-section__image-title span{font-size:28px;line-height:33px}.lightbox-section__image-metadata .lightbox-section__image-description{margin-bottom:40px;padding:0 60px;text-align:center}.lightbox-section__image-metadata .lightbox-section__image-description span,.lightbox-section__image-metadata .lightbox-section__image-description p{display:block;font-size:14px;line-height:140%;text-align:justify}.lightbox-section__image-metadata .lightbox-section__image-upload-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.lightbox-section__image-metadata .lightbox-section__image-upload-date,.lightbox-section__image-metadata .lightbox-section__image-country{position:relative;left:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:23.3%;padding-left:0;float:left}.lightbox-section__image-metadata .lightbox-section__image-country{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.lightbox-section__image-metadata .lightbox-section__image-category{position:absolute;right:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:49%;margin-bottom:32px;padding-right:20px;padding-left:0;float:right}.lightbox-section__image-metadata .lightbox-section__image-download{position:relative;top:0}}@media all and (min-width: 0)and (max-width: 767px){.lightbox-section{overflow:auto}.lightbox-section__close-btn{width:100%;padding:19px 0 0 0;text-align:center}.lightbox-section__close-btn:before{font-size:16px}.lightbox-section__navigation{top:23px}.lightbox-section__navigation .lightbox-section__prev-btn{left:7%}.lightbox-section__navigation .lightbox-section__next-btn{right:7%}.lightbox-section__content{top:0;-webkit-transform:translate(0%, 0%);transform:translate(0%, 0%)}.lightbox-section__body{width:100%;margin:0 auto;padding:54px 20px}.lightbox-section__image{width:100%;margin-bottom:24px;float:none}.lightbox-section__image-metadata{display:block;width:100%;padding-left:0;float:none}.lightbox-section__image-metadata .lightbox-section__image-title{display:block;margin-bottom:16px;text-align:center}.lightbox-section__image-metadata .lightbox-section__image-title span{font-size:20px;line-height:120%}.lightbox-section__image-metadata .lightbox-section__image-description{margin-bottom:24px;text-align:center}.lightbox-section__image-metadata .lightbox-section__image-description span{font-size:14px;line-height:140%}.lightbox-section__image-metadata .lightbox-section__image-upload-details{column-gap:0;column-count:1;-moz-column-gap:0;-moz-column-count:1;-webkit-column-gap:0;-webkit-column-count:1}.lightbox-section__image-metadata .lightbox-section__image-upload-date,.lightbox-section__image-metadata .lightbox-section__image-country{width:100%;margin-bottom:24px;padding-left:0;float:none;text-align:center}.lightbox-section__image-metadata .lightbox-section__image-category{width:100%;margin-bottom:24px;float:none;text-align:center}.lightbox-section__image-metadata .lightbox-section__image-category:after{display:block;clear:both;content:""}.lightbox-section__image-metadata .lightbox-section__image-category .category-label{margin-bottom:0}.lightbox-section__image-metadata .lightbox-section__image-category .category-name{display:inline-block;width:auto;padding-right:0;float:none}.lightbox-section__image-metadata .lightbox-section__image-category .guide-link{display:contents;left:0;width:auto;float:none;text-align:left}.lightbox-section__image-metadata .lightbox-section__image-category .guide-link a{top:0}.lightbox-section__image-metadata .lightbox-section__image-download{text-align:center}}.brandhub-page.brandhub--hidden{visibility:hidden}.brandhub-page .main-body .section.sign-in section,.brandhub-page .main-body .section.resend-verification-success section,.brandhub-page .main-body .section.forgot-password section,.brandhub-page .main-body .section.forgot-password-success section,.brandhub-page .main-body .section.resend-verification section,.brandhub-page .main-body .section.account-status section,.brandhub-page .main-body .section.account-deactivated section,.brandhub-page .main-body .section.verify-email-success section,.brandhub-page .main-body .section.reset-password section,.brandhub-page .main-body .section.reset-password-request-code section,.brandhub-page .main-body .section.reset-password-success section{display:none;margin-bottom:50px}.brandhub-page .main-body .section.sign-in section [type=button]:hover,.brandhub-page .main-body .section.sign-in section [type=submit]:hover,.brandhub-page .main-body .section.sign-in section a:hover,.brandhub-page .main-body .section.resend-verification-success section [type=button]:hover,.brandhub-page .main-body .section.resend-verification-success section [type=submit]:hover,.brandhub-page .main-body .section.resend-verification-success section a:hover,.brandhub-page .main-body .section.forgot-password section [type=button]:hover,.brandhub-page .main-body .section.forgot-password section [type=submit]:hover,.brandhub-page .main-body .section.forgot-password section a:hover,.brandhub-page .main-body .section.forgot-password-success section [type=button]:hover,.brandhub-page .main-body .section.forgot-password-success section [type=submit]:hover,.brandhub-page .main-body .section.forgot-password-success section a:hover,.brandhub-page .main-body .section.resend-verification section [type=button]:hover,.brandhub-page .main-body .section.resend-verification section [type=submit]:hover,.brandhub-page .main-body .section.resend-verification section a:hover,.brandhub-page .main-body .section.account-status section [type=button]:hover,.brandhub-page .main-body .section.account-status section [type=submit]:hover,.brandhub-page .main-body .section.account-status section a:hover,.brandhub-page .main-body .section.account-deactivated section [type=button]:hover,.brandhub-page .main-body .section.account-deactivated section [type=submit]:hover,.brandhub-page .main-body .section.account-deactivated section a:hover,.brandhub-page .main-body .section.verify-email-success section [type=button]:hover,.brandhub-page .main-body .section.verify-email-success section [type=submit]:hover,.brandhub-page .main-body .section.verify-email-success section a:hover,.brandhub-page .main-body .section.reset-password section [type=button]:hover,.brandhub-page .main-body .section.reset-password section [type=submit]:hover,.brandhub-page .main-body .section.reset-password section a:hover,.brandhub-page .main-body .section.reset-password-request-code section [type=button]:hover,.brandhub-page .main-body .section.reset-password-request-code section [type=submit]:hover,.brandhub-page .main-body .section.reset-password-request-code section a:hover,.brandhub-page .main-body .section.reset-password-success section [type=button]:hover,.brandhub-page .main-body .section.reset-password-success section [type=submit]:hover,.brandhub-page .main-body .section.reset-password-success section a:hover{outline:none}.brandhub-page .main-body .section.sign-in section{display:none}.brandhub-page .main-body .section .jr-bloom .container .jr-bloom__line{display:none}.brandhub-page .main-body .section .jr-bloom .container .jr-bloom__headline-container{display:none}.brandhub-page .main-body .section .jr-bloom .container .jr-bloom__headline-container .jr-bloom__title{color:#2dbecd}.brandhub-page .main-body .section .jr-bloom .container .row:after{display:block;clear:both;content:""}.brandhub-page .main-body .section .jr-bloom .container .row .xl-col-5:first-child{width:31.25%}.brandhub-page .main-body .section .jr-bloom .container .row .xl-col-5:nth-child(2){width:68.75%}.brandhub-page .main-body .section .jr-bloom .container .jr-bloom__headline{margin-top:-20px;color:#503291;font-size:50px;line-height:1.2}.brandhub-page .main-body .section .jr-bloom .container .jr-bloom__alert-headline{color:#eb3c96;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:bold;line-height:1.2;text-transform:none}.brandhub-page .main-body .section .jr-bloom .container .jr-bloom__alert-headline:after{position:relative;left:10px;-webkit-transition:right .3s ease;transition:right .3s ease;color:#eb3c96;font-family:"MKGAA-ICONS";font-size:8px;content:""}.brandhub-page .main-body .section .jr-bloom .container .jr-bloom__description{color:#1b1b25;font-style:normal;font-weight:normal;text-transform:none}.brandhub-page .main-body .section .jr-bloom .container .jr-bloom__cta{display:inline-block;position:relative;padding:12px 16px;border:0;border-radius:5px;background-color:#eb3c96;color:#fff;font-size:11px;font-style:normal;font-weight:700;letter-spacing:1px;line-height:11px;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;-webkit-appearance:none}.brandhub-page .main-body .section .jr-bloom .container .jr-bloom__cta:disabled{background:#e1e1e1;opacity:1}.brandhub-page .main-body .section .jr-bloom .container .login-experience__form-container .jr-bloom__cta-container{margin-top:60px}.brandhub-page .main-body .section .jr-bloom .container .login-experience__form-container .jr-bloom__cta-container a{margin-right:20px}.brandhub-page .main-body .section .jr-bloom .container .capture_form .capture_form_error{margin-bottom:15px;padding-left:20px;background-position:0;color:#e61e50;font-size:12px;font-style:normal;font-weight:normal;line-height:1.3;text-transform:none}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group{margin-bottom:20px}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item{padding:0}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item label{margin-bottom:4px;margin-left:0;color:#aaa;font-size:12px;font-style:normal;font-weight:normal;line-height:1.3;text-transform:none}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item .capture_text_input{display:block;width:65%;padding:12px;border:0;border-bottom:2px solid #e1e1e1;background:#f5f5f5;color:#1b1b25;font-size:14px;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item .capture_text_input::-webkit-input-placeholder,.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item .capture_text_input::-moz-placeholder,.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item .capture_text_input:-ms-input-placeholder,.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item .capture_text_input:-moz-placeholder{color:#aaa}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item .capture_text_input:focus{outline:-webkit-focus-ring-color auto 1px}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item .capture_text_input.mandatory-error-field{border-bottom:2px solid #e61e50 !important}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item .capture_tip_error{width:65%;padding:0;color:#e61e50}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__link{display:inline-block;margin-bottom:30px;color:#eb3c96;font-size:9px;font-style:normal;font-weight:bold;letter-spacing:1px;line-height:11px;text-transform:uppercase}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__link:focus{outline:-webkit-focus-ring-color auto 1px}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__recaptcha{display:none}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-custom-captcha{width:65%;margin-bottom:48px;padding:20px;border:2px solid #e1e1e1}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-custom-captcha canvas{display:block;margin-bottom:30px}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-custom-captcha label{color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:bold;line-height:1.2;text-transform:none}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-custom-captcha input{width:100%;height:48px;margin-top:20px;padding:12px;border:0;border-bottom:2px solid #e1e1e1;background:#f5f5f5;color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:normal;line-height:1.2;text-transform:none}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-custom-captcha input::-webkit-input-placeholder,.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-custom-captcha input::-moz-placeholder,.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-custom-captcha input:-ms-input-placeholder,.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-custom-captcha input:-moz-placeholder{color:#aaa}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__sign-up{display:none;margin-top:20px}.brandhub-page .main-body .section .jr-bloom .container .capture_form.capture_forgotPasswordForm .jr-bloom__form-group .capture_form_item .capture_text_input,.brandhub-page .main-body .section .jr-bloom .container .capture_form.resend-verification .jr-bloom__form-group .capture_form_item .capture_text_input{width:100%}.brandhub-page .main-body .section.forgot-password .container .row:nth-child(2),.brandhub-page .main-body .section.resend-verification .container .row:nth-child(2),.brandhub-page .main-body .section.reset-password .container .row:nth-child(2),.brandhub-page .main-body .section.reset-password-request-code .container .row:nth-child(2){width:32%;float:left}.brandhub-page .main-body .section.forgot-password .container .row:last-child,.brandhub-page .main-body .section.resend-verification .container .row:last-child,.brandhub-page .main-body .section.reset-password .container .row:last-child,.brandhub-page .main-body .section.reset-password-request-code .container .row:last-child{width:68%;padding-left:32px;float:left}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container{width:100% !important;margin:0}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__headline{margin-top:0;color:#2dbecd;font-size:28px;font-style:normal;font-weight:normal;line-height:33px;text-transform:uppercase}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container p,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container p,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container p,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container p{margin:0}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__description{color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input{width:80%}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input:focus,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input:focus,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input:focus,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input:focus{outline:-webkit-focus-ring-color auto 1px}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input.mandatory-error-field,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input.mandatory-error-field,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input.mandatory-error-field,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input.mandatory-error-field{border-bottom:2px solid #e61e50 !important}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__cta-container{margin-top:60px}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__cta-container a,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__cta-container a,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__cta-container a,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__cta-container a{display:none}.brandhub-page .main-body .section.resend-verification .container .row:nth-child(2){width:100%;float:none}.brandhub-page .main-body .section.resend-verification .container .row:nth-child(2) .login-experience__form-container .jr-bloom__headline{width:31.25%;float:left}.brandhub-page .main-body .section.resend-verification .container .row:nth-child(2) .login-experience__form-container .jr-bloom__description{width:68.75%;padding-left:10px;float:left}.brandhub-page .main-body .section.resend-verification .container .row:last-child{display:block;width:100%;padding-left:0;float:none}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container,.brandhub-page .main-body .section.account-status .container .login-experience__form-container,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container{width:100%;margin:0}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container p,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container p,.brandhub-page .main-body .section.account-status .container .login-experience__form-container p,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container p,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container p,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container p{margin:0}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__headline{width:31.25%;margin-top:0;float:left;color:#2dbecd;font-size:28px;font-style:normal;font-weight:normal;line-height:33px;text-transform:uppercase}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__cta-container{width:68.75%;padding-left:10px;float:left}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__cta-container{float:right}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__description{color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-page .main-body .section .jr-bloom .container .row .xl-col-5:first-child{width:100%}.brandhub-page .main-body .section .jr-bloom .container .row .xl-col-5:nth-child(2){width:100%}.brandhub-page .main-body .section .jr-bloom .container .jr-bloom__headline{margin-top:-15px;font-size:40px;line-height:115%}.brandhub-page .main-body .section .jr-bloom .container .capture_form .capture_form_error{margin-top:13px}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item{padding:0}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item .capture_text_input,.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item .capture_tip_error{width:100%}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-custom-captcha{width:100%}.brandhub-page .main-body .section.forgot-password .container,.brandhub-page .main-body .section.resend-verification .container,.brandhub-page .main-body .section.reset-password .container,.brandhub-page .main-body .section.reset-password-request-code .container{width:auto;max-width:768px}.brandhub-page .main-body .section.forgot-password .container .row:nth-child(2),.brandhub-page .main-body .section.resend-verification .container .row:nth-child(2),.brandhub-page .main-body .section.reset-password .container .row:nth-child(2),.brandhub-page .main-body .section.reset-password-request-code .container .row:nth-child(2){width:100%}.brandhub-page .main-body .section.forgot-password .container .row:last-child,.brandhub-page .main-body .section.resend-verification .container .row:last-child,.brandhub-page .main-body .section.reset-password .container .row:last-child,.brandhub-page .main-body .section.reset-password-request-code .container .row:last-child{width:100%;padding-left:0}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__headline{margin-bottom:30px}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__description{margin-bottom:20px}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input{width:100%}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__cta-container{margin-top:50px}.brandhub-page .main-body .section.resend-verification .container{width:auto;max-width:768px}.brandhub-page .main-body .section.resend-verification .container .row:nth-child(2){width:100%;float:none}.brandhub-page .main-body .section.resend-verification .container .row:nth-child(2) .login-experience__form-container .jr-bloom__headline{width:100%}.brandhub-page .main-body .section.resend-verification .container .row:nth-child(2) .login-experience__form-container .jr-bloom__description{width:100%;padding-left:0}.brandhub-page .main-body .section.forgot-password-success .container,.brandhub-page .main-body .section.resend-verification-success .container,.brandhub-page .main-body .section.account-status .container,.brandhub-page .main-body .section.account-deactivated .container,.brandhub-page .main-body .section.reset-password-success .container,.brandhub-page .main-body .section.verify-email-success .container{width:auto;max-width:768px}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__headline{width:100%}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__description{margin-bottom:0}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__cta-container{width:100%;padding-left:0}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__cta-container{margin-top:30px}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-page .main-body .section .jr-bloom .container .row .xl-col-5:first-child{width:100%}.brandhub-page .main-body .section .jr-bloom .container .row .xl-col-5:nth-child(2){width:100%;padding-left:10px}.brandhub-page .main-body .section .jr-bloom .container .jr-bloom__headline{margin-top:0;margin-bottom:40px;font-size:32px;line-height:1.2}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item{padding:0}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item .capture_text_input{width:100%}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-bloom__form-group .capture_form_item .capture_tip_error{width:100%}.brandhub-page .main-body .section .jr-bloom .container .capture_form .jr-custom-captcha{width:100%}.brandhub-page .main-body .section.forgot-password .container .row:nth-child(2),.brandhub-page .main-body .section.resend-verification .container .row:nth-child(2),.brandhub-page .main-body .section.reset-password .container .row:nth-child(2),.brandhub-page .main-body .section.reset-password-request-code .container .row:nth-child(2){width:100%;float:none}.brandhub-page .main-body .section.forgot-password .container .row:last-child,.brandhub-page .main-body .section.resend-verification .container .row:last-child,.brandhub-page .main-body .section.reset-password .container .row:last-child,.brandhub-page .main-body .section.reset-password-request-code .container .row:last-child{width:100%;padding-left:0;float:none}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__headline{margin-bottom:30px;font-size:20px;line-height:1.2}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__description{margin-bottom:20px}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__form-group .capture_form_item .capture_text_input{width:100%}.brandhub-page .main-body .section.forgot-password .container .row .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.resend-verification .container .row .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.reset-password .container .row .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.reset-password-request-code .container .row .login-experience__form-container .jr-bloom__cta-container{margin-top:50px}.brandhub-page .main-body .section.resend-verification .container .row:nth-child(2){width:100%;float:none}.brandhub-page .main-body .section.resend-verification .container .row:nth-child(2) .login-experience__form-container .jr-bloom__headline{width:100%;float:none}.brandhub-page .main-body .section.resend-verification .container .row:nth-child(2) .login-experience__form-container .jr-bloom__description{width:100%;padding-left:0;float:none}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__headline,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__headline{width:100%;margin-bottom:30px;float:none;font-size:20px;line-height:1.2}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__cta-container{width:100%;padding-left:0;float:none}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__description,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__description{margin-bottom:20px}.brandhub-page .main-body .section.forgot-password-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.resend-verification-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.account-status .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.account-deactivated .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.reset-password-success .container .login-experience__form-container .jr-bloom__cta-container,.brandhub-page .main-body .section.verify-email-success .container .login-experience__form-container .jr-bloom__cta-container{margin-top:30px}}.list-media{display:block;padding-top:30px;padding-bottom:20px}.list-media .list-component__headline{width:100%;margin-bottom:40px;padding:0}.list-media .list-component__masonry-grid,.list-media .list-component__static-grid{width:100%;margin-right:0;margin-left:0;float:none}.list-media .list-component__static-grid{display:initial;margin:0;font-size:0}.list-media .list-component__image-list{margin-right:-16px;margin-left:-16px}.list-media .list-component__image-list:after{display:block;clear:both;content:" "}.list-media .list-component__content-item{width:33.33%;height:auto;margin-bottom:0;float:left;text-align:left}.list-media .list-component__content-description ul{margin-bottom:32px;text-align:left}.list-media .list-component__content-description ul li{color:#1b1b25;font-size:14px;line-height:20px}.list-media .list-component__content-description ul li:before{position:relative;top:.1em;font-size:.8em}.list-media .list-component__static-grid .list-component__content-item{display:inline-block;width:33.33%;margin-top:-16px;float:none;vertical-align:text-top}.list-media .list-component__masonry-grid.desk-col-4 .list-component__content-item,.list-media .list-component__static-grid.desk-col-4 .list-component__content-item{width:25%;text-align:center}.list-media .list-component__masonry-grid.desk-col-4 .list-component__content-description ul,.list-media .list-component__static-grid.desk-col-4 .list-component__content-description ul{text-align:center}.list-media .list-component__content-image{padding-bottom:32px}.list-media .list-component__content-image+.list-component__content-title{margin-top:-16px;padding-bottom:32px}.list-media .list-component__content-image+.list-component__content-description{margin-top:-16px}.list-media .list-component__content-title+.list-component__content-description{margin-top:-32px;padding-top:8px;padding-bottom:32px}.list-media .list-component__content-description{padding-bottom:32px;color:#1b1b25;font-size:14px;font-weight:normal;line-height:20px}.list-media .list-component__content-image--img{display:block;width:100%;margin:0;border:0 none}.list-media .list-component__container{padding-right:16px;padding-left:16px}.list-media .list-component__content-title{color:#503291;font-size:14px;font-weight:bold;line-height:20px;text-transform:none}.list-media .list-component__content-description p{margin:0;padding-bottom:16px;color:inherit;font-size:inherit;font-weight:inherit;line-height:1.7}.list-media .lightbox-hidden{display:none}.list-media .list-component__content-description ul+p{margin-top:-16px;padding-bottom:16px}.list-media .list-component__content-description ul:last-child{margin-bottom:0px}.list-media .list-component__content-description p:last-child{padding-bottom:0px}@media all and (min-width: 0)and (max-width: 767px){.list-media .list-component__masonry-grid.mob-col-2 .list-component__content-item{width:50%}.list-media .list-component__static-grid.mob-col-2 .list-component__content-item{width:50%}.list-media .list-component__image-list{margin-right:-10px;margin-left:-10px}.list-media .list-component__masonry-grid,.list-media .list-component__static-grid{margin:0}.list-media .list-component__container{padding-right:10px;padding-left:10px}.list-media .list-component__headline{font-size:20px;line-height:24px}.list-media .list-component__content-title{font-size:12px;line-height:20px}.list-media .list-component__content-description,.list-media .list-component__content-description p{font-size:12px;line-height:1.7}.list-media .list-component__content-description ul li{font-size:12px;line-height:18px}}@media all and (min-width: 768px)and (max-width: 1024px){.list-media{padding-right:20px;padding-left:20px}.list-media .list-component__headline{width:100%;font-size:24px;line-height:29px}.list-media .list-component__content-title{font-size:12px;line-height:20px}.list-media .list-component__content-description p{font-size:12px;line-height:1.7 !important}.list-media .list-component__content-description ul li{font-size:12px;line-height:20px}}.cmp-modal{position:fixed;top:0px;left:0px;width:100%;height:100%;padding-top:100px;background-color:rgba(0,0,0,.4);overflow:auto;z-index:9999}.cmp-modal--hidden{display:none}.cmp-modal-section{position:relative;width:42%;margin:7% auto;padding:0px;background-color:#fefefe;-webkit-box-shadow:0px 4px 8px 0px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0px 4px 8px 0px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}.cmp-modal_close-btn{width:16px;height:16px;padding:35px 55px 0px 10px;float:right;border:0px;background:0px 0px;color:#000;font-size:21px;font-weight:400;line-height:1;text-shadow:0px 1px 0px #fff;cursor:pointer;opacity:.2;filter:alpha(opacity=20);-webkit-appearance:none;-moz-appearance:none;appearance:none}.cmp-modal_close-btn:before{position:relative;left:10px;-webkit-transition:right .3s ease;transition:right .3s ease;color:#1b1b25;font-family:"MKGAA-ICONS";font-size:16px;font-weight:bold;content:""}.cmp-modal_content{padding:35px 40px 35px 40px}.cmp-modal_title{width:95%;color:#1b1b25;font-size:16px;font-weight:700;line-height:1.7}.cmp-modal_description p{padding-top:32px;color:#000;font-size:14px;line-height:1.4}.cmp-modal_accept-btn{min-width:79px;line-height:11px}.cmp-modal_cancel-btn{display:inline-block;margin:0 0 0 24px;padding:12px;color:#eb3c96;font-size:11px;font-weight:bold;letter-spacing:1px;line-height:11px;text-transform:uppercase;cursor:pointer}@media all and (min-width: 768px)and (max-width: 1024px){.cmp-modal-section{width:70%}.cmp-modal-title{width:93%}}@media all and (min-width: 0)and (max-width: 767px){.cmp-modal-section{width:90%}.cmp-modal-title{width:93%}}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828:nth-child(2),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829:nth-child(2),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826:nth-child(2),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827:nth-child(2),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931:nth-child(2),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932:nth-child(2),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935:nth-child(2),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936:nth-child(2){border-top:2px solid #e1e1e1}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936:nth-child(1){border-top:0}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm{display:block;margin-bottom:0 !important}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm:after{display:block;clear:both;content:""}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm .wFormTitle{width:31.25%;margin:0;padding:0 15px !important;float:left;line-height:33px;text-transform:uppercase}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow{width:68.75%;padding:0 15px;float:left}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .actions .primaryAction{margin-top:0;padding:12px 16px;color:#fff;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:11px;font-style:normal;line-height:11px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .actions .primaryAction:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .actions .primaryAction:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .actions .primaryAction:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .actions .primaryAction:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .actions .primaryAction:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .actions .primaryAction:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .actions .primaryAction:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .actions .primaryAction:focus{outline:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D{margin-bottom:44px !important}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice{margin-top:5px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label{margin-left:0;color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:bold;line-height:1.2;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox],.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox],.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox],.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox],.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox],.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox],.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox],.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]{position:absolute;opacity:0}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label{position:relative;padding:0;cursor:pointer}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label:before{display:inline-block;width:24px;height:24px;margin-top:-3px;margin-right:10px;border:2px solid #aaa;border-radius:4px;background:#fff;content:"";vertical-align:text-top}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:before{border:0;background:#eb3c96}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:after{position:absolute;top:7px;left:7px;width:3px;height:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;-webkit-box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;content:""}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input{width:70%;height:48px !important;padding:16px !important;border:0 !important;border-bottom:2px solid #e1e1e1 !important;background:#f5f5f5 !important;color:#1b1b25 !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important;font-size:14px !important;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-moz-placeholder{color:#aaa}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .mandatory-error-field,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .mandatory-error-field,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .mandatory-error-field,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .mandatory-error-field,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .mandatory-error-field,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .mandatory-error-field,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .mandatory-error-field,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .mandatory-error-field{border-bottom:2px solid #e61e50 !important}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint{width:70%;margin-top:4px;background:#fff}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint .hint{color:#aaa !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:normal;line-height:1.3;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint{opacity:.5 !important}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1){margin-top:7px;margin-bottom:42px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent{color:#1b1b25 !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important;font-size:16px !important;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(1) .htmlContent span{color:#1b1b25 !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important;font-size:16px !important;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4){overflow:visible}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4) .htmlContent div span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4) .htmlContent div span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4) .htmlContent div span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4) .htmlContent div span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4) .htmlContent div span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4) .htmlContent div span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4) .htmlContent div span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection:nth-child(4) .htmlContent div span{position:relative;top:27px;left:212px;width:30%;color:#aaa !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important;font-size:12px !important;font-style:normal;font-weight:normal;line-height:1.3;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal{position:fixed;top:0;left:0;width:100%;height:100%;padding-top:100px;background-color:rgba(0,0,0,.4);overflow:auto;z-index:9999}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section{position:relative;width:42%;margin:7% auto;padding:0;background-color:#fefefe;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content{padding:60px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_title,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_title,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_title,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_title,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_title,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_title,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_title,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_title{margin-bottom:30px;color:#1b1b25;font-size:16px;font-weight:700;line-height:1.7}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description{margin-bottom:40px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description p,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description p,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description p,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description p,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description p,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description p,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description p,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_description p{color:#1b1b25;font-size:14px;line-height:1.4}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_accept-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_accept-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_accept-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_accept-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_accept-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_accept-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_accept-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_accept-btn{line-height:11px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_cancel-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_cancel-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_cancel-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_cancel-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_cancel-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_cancel-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_cancel-btn,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_ctas .deactivate-account-modal_cancel-btn{display:inline-block;margin-top:10px;padding-left:24px;color:#eb3c96;font-size:11px;font-weight:bold;letter-spacing:1px;line-height:11px;text-transform:uppercase;cursor:pointer}@media all and (min-width: 1281px){.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer{width:auto;max-width:1280px;margin:-30px auto;padding:0 30px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm{margin:0 -15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer{width:auto;max-width:1024px;margin:-30px auto;padding:0 30px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm{margin:0 -15px}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer{width:auto;max-width:768px;margin:0 auto;padding:0 20px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm{margin:0 -10px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm .wFormTitle{width:100%;margin-bottom:30px;padding:0 10px !important;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow{width:100%;padding:0 10px;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section{width:75%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label{margin-left:0}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive{width:100%}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer{width:auto;max-width:100%;margin:0 auto;padding:0 20px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm{margin:0 -10px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm .wFormTitle{width:100%;margin-bottom:30px;padding:0 10px !important;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow{width:100%;padding:0 10px;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .choices .oneChoice [type=checkbox]+label{margin-left:0}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper input{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .oneField.labelsRemoved .inputWrapper .field-hint-inactive{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal-section{width:90%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11828 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11829 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11826 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11827 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11931 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11932 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11935 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11936 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent .deactivate-account-modal_content{padding:30px}}.notification-popup-xf{position:fixed;top:0px;left:0px;width:100%;height:100%;padding-top:0;background-color:rgba(0,0,0,.8);overflow:hidden;z-index:9999}.notification-popup-xf .xf-content-height{margin:0}.notification-popup-xf .close-btn{position:absolute;top:30px;right:30px}.notification-popup-xf .close-btn:before{color:#503291;font-family:"MKGAA-ICONS" !important;font-size:24px;font-style:normal;font-weight:bold;content:"";cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.notification-popup-xf .container{max-width:none;margin:0 auto;padding:0}.notification-popup-xf h1{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;color:#503291;font-size:40px;line-height:46px}.notification-popup-xf h1:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.notification-popup-xf p{color:#503291;font-size:16px;line-height:27px}.notification-popup-xf .cmp-container{position:relative;width:100%;max-width:744px;margin:0% auto;padding:68px 60px;-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0),0 0px 0px 0 rgba(0,0,0,0);box-shadow:0px 0px 0px 0px rgba(0,0,0,0),0 0px 0px 0 rgba(0,0,0,0);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}.notification-popup-xf .cmp-modal_content{padding-top:48px;padding-bottom:48px;text-transform:none}.notification-popup-xf .button-magenta a{display:inline-block;position:relative;padding:18px 24px;border:0;border-radius:8px;background-color:#eb3c96;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1}@media all and (min-width: 0)and (max-width: 767px){.notification-popup-xf h1{color:#503291;font-size:32px;line-height:38px}.notification-popup-xf .cmp-container{max-width:744px;padding:32px 20px}.notification-popup-xf .close-btn{position:absolute;top:24px;right:15px}.notification-popup-xf .close-btn:before{font-size:16px}}.notification-opened{overflow:hidden}.cmp-container[id=cl-notification],.cmp-container[id=cl-notification] .list-component,.cmp-container[id=cl-notification] .list-component .cmp-list-article__content{display:block}.cmp-container[id=cl-notification] .cmp-list__item article{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px}.cmp-container[id=cl-notification] .list-component__headline,.cmp-container[id=cl-notification] .list-component__cmp-list{width:100%;padding:0}.cmp-container[id=cl-notification] .list-component__headline{margin-bottom:42px}.cmp-container[id=cl-notification] .cmp-list-article__item-image img{width:100%}.cmp-container[id=cl-notification] .cmp-list-article__item-image{position:relative;width:calc(31.25% + 0px);min-height:1px;padding:0 15px}.cmp-container[id=cl-notification] .cmp-list-article__item-image .brochure-grid-image{position:absolute;top:0;right:0;bottom:0;left:0;margin-bottom:0}.cmp-container[id=cl-notification] .cmp-list-article__item-image .brochure-grid-image svg{top:-18px;-webkit-transform:scale(0.99);transform:scale(0.99)}.cmp-container[id=cl-notification] .cmp-list-article__content{position:relative;width:calc(68.75% + 0px);min-height:1px;margin:0;padding:0 15px}.cmp-container[id=cl-notification] .cmp-list-article__content .brochure-grid-description{color:#1b1b25}.cmp-container[id=cl-notification] .cmp-list-article__content a .cmp-list-article__item-description{display:none}.cmp-container[id=cl-notification] .list-component .cmp-list-article__content .cmp-list-article__item-title{margin-top:-6px;margin-bottom:16px;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;color:#eb3c96;font-size:20px;font-weight:normal;line-height:20px;text-transform:uppercase;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.cmp-container[id=cl-notification] .list-component .cmp-list-article__content .cmp-list-article__item-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.cmp-container[id=cl-notification] .cmp-list-default__item-ctalabel a{display:inline-block;position:relative;padding:12px 16px;border:0;border-radius:5px;background-color:#eb3c96;color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1}.cmp-container[id=cl-notification] .list-component__cmp-list .cmp-list__item{border-bottom:0 none}.cmp-container[id=cl-notification] .list-component__cmp-list .cmp-list__item:last-child{margin-bottom:0;padding-bottom:0}@media all and (min-width: 0)and (max-width: 767px){.cmp-container[id=cl-notification] .cmp-list__item article{display:block;margin-right:-15px;margin-left:-15px}.cmp-container[id=cl-notification] .cmp-list-article__item-image{display:block;position:relative;width:calc(100% + 0px);min-height:1px;padding:0 15px;padding-bottom:30px}.cmp-container[id=cl-notification] .cmp-list-article__item-image .brochure-grid-image svg{top:-15px;-webkit-transform:scale(0.91);transform:scale(0.91)}.cmp-container[id=cl-notification] .cmp-list-article__content{position:relative;width:calc(100% + 0px);min-height:1px;margin:0;padding:0 15px}}.brandhub-page-policy-opened{overflow:hidden}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937{margin:-30px 0}.ie .brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer,.ie .brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer,.ie .brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer{width:100%;max-width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm:after{display:block;clear:both;content:""}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm .wFormTitle{width:31.25%;margin:-10px 0 0 0;padding:0 15px;float:left;line-height:33px;text-transform:uppercase}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow{width:68.75%;padding:0 15px;float:left}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .htmlSection,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .htmlSection,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .htmlSection{width:89%;overflow:visible}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#1b1b25;font-size:14px;font-style:normal;font-weight:normal;line-height:1.2;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent:lang(ja),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent:lang(ja),.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent div,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent div,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent div{margin-top:0;margin-bottom:20px;color:#e61e50;font-size:14px;font-style:normal;font-weight:normal;line-height:1.2;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent span{position:relative;top:34px;left:160px;width:30%;color:#aaa;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:normal;line-height:1.3;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .actions,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .actions,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .actions{margin-top:-14px;margin-bottom:130px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .actions .primaryAction,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .actions .primaryAction{margin-top:0;padding:12px 16px;color:#fff;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:11px;font-style:normal;line-height:11px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D{margin-bottom:48px !important}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D label{margin-bottom:4px;margin-left:0;color:#aaa;font-size:12px;font-style:normal;font-weight:normal;line-height:1.3;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice{width:89%;margin-top:5px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label{color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:normal;line-height:1.2;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice label:focus{outline:-webkit-focus-ring-color auto 1px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox],.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox],.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]{position:absolute;opacity:0}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label{position:relative;padding:0;cursor:pointer}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label:before{display:inline-block;width:24px;height:24px;margin-top:-3px;margin-right:10px;float:left;border:2px solid #aaa;border-radius:4px;background:#fff;content:"";vertical-align:text-top}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:before,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:before{border:0;background:#eb3c96}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:after,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]:checked+label:after{position:absolute;top:7px;left:-28px;width:3px;height:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;-webkit-box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;content:""}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input{width:89%;height:48px;padding:16px !important;border-bottom:2px solid #e1e1e1;background:#f5f5f5;color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:-moz-placeholder{color:#aaa}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input:focus{outline:-webkit-focus-ring-color auto 1px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint{width:89%;margin-top:4px;background:#fff}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive .hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint .hint{color:#aaa;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:normal;line-height:1.3;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper select{width:89%;height:48px;margin:0 !important;padding:0 !important;border-bottom:2px solid #e1e1e1 !important;-webkit-appearance:button;-moz-appearance:button;appearance:button}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper select:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper select:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper select:focus{outline:-webkit-focus-ring-color auto 1px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea{width:89%;min-height:120px;margin-bottom:9px !important;border-bottom:2px solid #e1e1e1;background:#f5f5f5;color:#1b1b25;font-size:14px;font-style:normal;font-weight:normal;line-height:1.7}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea:-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea:-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea::-webkit-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea::-moz-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea:-ms-input-placeholder,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea:-moz-placeholder{color:#aaa}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea:focus{outline:-webkit-focus-ring-color auto 1px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .errMsg,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .errMsg,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .errMsg{width:89%;color:#e61e50;font-size:12px;font-style:normal;font-weight:normal;line-height:1.3;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.labelsHidden,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.labelsHidden,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.labelsHidden{margin-top:-56px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.labelsHidden label.preField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.labelsHidden label.preField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.labelsHidden label.preField{display:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .inline.group .oneField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .inline.group .oneField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .inline.group .oneField{position:relative;width:44%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper select{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .inline.group .oneField:last-child,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .inline.group .oneField:last-child,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .inline.group .oneField:last-child{padding-left:2px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow fieldset.section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow fieldset.section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow fieldset.section{width:89%;margin-bottom:60px;padding:20px;border:2px solid #e1e1e1}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow fieldset.section legend,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow fieldset.section legend,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow fieldset.section legend{padding:0 20px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow fieldset.section .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow fieldset.section .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow fieldset.section .oneField.field-container-D{margin-bottom:20px !important}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow fieldset.section .oneField.field-container-D label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow fieldset.section .oneField.field-container-D label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow fieldset.section .oneField.field-container-D label{color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:bold;line-height:1.2;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit{position:relative}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit:after{display:block;clear:both;content:""}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .wFormTitle{width:31.25%;margin:0;padding:0 !important;float:left;color:#2dbecd;font-size:28px;font-style:normal;font-weight:normal;line-height:33px;text-transform:uppercase}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .success-msg,.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .failure-msg{width:68.75%;padding-left:10px;float:right}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .success-msg p,.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .failure-msg p{margin-bottom:16px;color:#1b1b25;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif !important;font-size:16px !important;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .success-msg p:nth-child(1),.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .failure-msg p:nth-child(1){font-weight:bold}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .success-msg p a,.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .failure-msg p a{display:inline-block;position:relative;margin-top:0;color:#eb3c96;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:1px;text-decoration:none;text-transform:none;cursor:pointer}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .success-msg p a:hover,.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .success-msg p a:focus,.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .failure-msg p a:hover,.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .failure-msg p a:focus{border:0;color:#eb3c96;text-decoration:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .notification-sucess{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:0;width:100%;margin-right:-15px;margin-left:-15px;padding-top:50px;padding-left:30px;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .notification-sucess h3{width:31.5%;padding-right:15px;padding-left:15px;color:#2dbecd}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .notification-sucess p{width:68.75%;padding-right:15px;padding-left:15px}@media all and (min-width: 1281px){.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer{width:auto;max-width:1280px;margin:0 auto;padding:0 30px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm{margin:0 -15px}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit{width:auto;max-width:1280px;margin:0 auto;padding:0 30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer{width:auto;max-width:1024px;margin:0 auto;padding:0 30px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm{margin:0 -15px}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit{width:auto;max-width:1024px;margin:0 auto;padding:0 30px}}@media all and (min-width: 768px)and (max-width: 1024px){.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer{width:768px;margin:0 auto;padding:0 20px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm{margin:0 -10px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm .wFormTitle{width:100%;margin-top:0;margin-bottom:36px;padding:0 10px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow{width:100%;padding:0 10px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .htmlSection,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .htmlSection,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .htmlSection{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent span{top:50px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .actions,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .actions,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .actions{margin-top:22px;margin-bottom:40px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D{margin-bottom:40px !important}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .errMsg,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .errMsg,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .errMsg{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.labelsHidden,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.labelsHidden,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.labelsHidden{margin-top:-48px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .inline.group .oneField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .inline.group .oneField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .inline.group .oneField{width:49%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper select{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow fieldset.section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow fieldset.section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow fieldset.section{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit{width:768px;margin:0 auto;padding:0 20px;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .wFormTitle{width:100%;margin:0 0 36px 0;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .success-msg,.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .failure-msg{width:100%;padding-left:0;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .notification-sucess{display:block;position:static;padding-top:100px;padding-left:0;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .notification-sucess h3,.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .notification-sucess p{width:100%}}@media all and (min-width: 0)and (max-width: 767px){.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer{width:100%;margin:0 auto;padding:0 20px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm{margin:0 -10px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm .wFormTitle,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm .wFormTitle{width:100%;margin-bottom:40px;padding:0 10px;float:none;font-size:24px;line-height:1.2}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow{width:100%;padding:0 10px;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .htmlSection,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .htmlSection,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .htmlSection{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent span,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .htmlSection .htmlContent span{top:42px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .actions,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .actions,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .actions{margin-top:-6px;margin-bottom:30px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D{margin-bottom:40px !important}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice [type=checkbox]+label{margin-left:0}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper textarea,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint-inactive,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .field-hint{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .inputWrapper .choices .oneChoice{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .errMsg,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .errMsg,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.field-container-D .errMsg{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .oneField.labelsHidden,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .oneField.labelsHidden,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .oneField.labelsHidden{margin-top:-48px}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .inline.group .oneField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .inline.group .oneField,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .inline.group .oneField{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper select,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper input,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow .inline.group .oneField .inputWrapper select{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11800 .wFormContainer .wForm form.hintsBelow fieldset.section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11916 .wFormContainer .wForm form.hintsBelow fieldset.section,.brandhub-page .main-body .form-assembly .cmp-form-assembly.fa-form--11937 .wFormContainer .wForm form.hintsBelow fieldset.section{width:100%}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit{width:100%;margin:0 auto;padding:0 20px;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .wFormTitle{width:100%;margin:0 0 36px 0;float:none;font-size:24px;line-height:1.2}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .success-msg,.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .failure-msg{width:100%;padding-left:0;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .notification-sucess{display:block;position:static;padding-top:100px;padding-left:0;float:none}.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .notification-sucess h3,.brandhub-page .main-body .form-assembly .cmp-form-assembly .cmp-form-assembly__after-submit .notification-sucess p{width:100%}}.sidebar-nav{position:fixed;top:0;bottom:0;left:0;width:220px;height:100%;background:#281949;z-index:1010;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}.sidebar-nav .cmp-side-navigation__search{position:relative}.sidebar-nav .cmp-side-navigation__search.cmp-side-navigation__item--locked{display:none}.sidebar-nav .cmp-side-navigation__panel{position:relative;max-height:500px;padding-bottom:0;overflow-y:auto;-ms-overflow-style:none}.sidebar-nav .cmp-side-navigation__panel::after{display:block;height:80px;content:" "}.sidebar-nav .cmp-side-navigation__panel::-webkit-scrollbar{display:none}.sidebar-nav .cmp-side-navigation__search--icon{position:absolute;top:0;right:15px;padding:0}.sidebar-nav .cmp-side-navigation__search--icon:before{font-family:"MKGAA-ICONS" !important;color:#fff;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none;content:"";cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sidebar-nav .cmp-side-navigation__search--text{margin-bottom:20px;padding-left:16px;border:0 none;outline:none;color:#fff;font-size:14px;line-height:18px}.sidebar-nav .cmp-side-navigation__search--text::-webkit-input-placeholder{color:#fff}.sidebar-nav .cmp-side-navigation__search--text::-moz-placeholder{color:#fff}.sidebar-nav .cmp-side-navigation__search--text:-ms-input-placeholder{color:#fff}.sidebar-nav .cmp-side-navigation__search--text::-ms-input-placeholder{color:#fff}.sidebar-nav .cmp-side-navigation__search--text::placeholder{color:#fff}.sidebar-nav .cmp-side-navigation__search--text::-webkit-input-placeholder{color:#fff}.sidebar-nav .cmp-side-navigation__search--text:-moz-placeholder{color:#fff}.sidebar-nav .cmp-side-navigation__search--text::-moz-placeholder{color:#fff}.sidebar-nav .cmp-side-navigation__search--text:-ms-input-placeholder{color:#fff}.sidebar-nav .cmp-side-navigation__dashboard{position:relative;margin-bottom:40px;padding:11px 0 11px 16px;color:#fff;font-size:14px;font-weight:normal;line-height:18px}.sidebar-nav .cmp-side-navigation__dashboard-link{color:#fff}.sidebar-nav .cmp-side-navigation__dashboard .cmp-side-navigation__item-lock{position:absolute;top:9px;right:16px}.sidebar-nav .cmp-side-navigation__dashboard--inactive{margin-bottom:24px;font-weight:bold}.sidebar-nav .cmp-side-navigation__dashboard--active{background-color:#382366;font-weight:bold}.sidebar-nav .cmp-side-navigation__item-title,.sidebar-nav .cmp-side-navigation__additionallink-title{color:#fff;font-size:14px;line-height:18px}.sidebar-nav .cmp-side-navigation__item-arrow,.sidebar-nav .cmp-side-navigation__dashboard--inactive{cursor:pointer}.sidebar-nav .cmp-side-navigation__item-arrow{position:absolute;top:9px;right:-6px}.sidebar-nav .cmp-side-navigation__item--locked{opacity:.5;pointer-events:none}.sidebar-nav .cmp-side-navigation__item-lock{position:absolute;top:9px;right:0}.sidebar-nav .cmp-side-navigation__item-lock:before{font-family:"MKGAA-ICONS" !important;display:inline-block;color:#fff;font-size:13px;content:"" !important;vertical-align:middle}.sidebar-nav .cmp-side-navigation__item--level-1 .cmp-side-navigation__item-arrow--expanded{right:10px}.sidebar-nav .cmp-side-navigation__item-arrow--collapsed:before{font-family:"MKGAA-ICONS" !important;display:inline-block;-webkit-transform:rotate(90deg);transform:rotate(90deg);color:#fff;font-size:20px;content:"" !important;vertical-align:middle}.sidebar-nav .cmp-side-navigation__item-arrow--expanded:before{font-family:"MKGAA-ICONS" !important;display:inline-block;-webkit-transform:rotate(180deg);transform:rotate(180deg);color:#fff;font-size:20px;content:"" !important;vertical-align:middle}.sidebar-nav .cmp-side-navigation ul li:before{display:none}.sidebar-nav .cmp-side-navigation ul li,.sidebar-nav .cmp-side-navigation ul,.sidebar-nav .cmp-side-navigation ul.cmp-side-navigation__group ul{position:relative;margin:0;padding:0}.sidebar-nav .cmp-side-navigation ul.cmp-side-navigation__group,.sidebar-nav .cmp-side-navigation ul.cmp-side-navigation__additionallinks-group,.sidebar-nav .cmp-side-navigation ul.cmp-languagenavigation__group{padding:0 16px}.sidebar-nav .cmp-side-navigation__group ul .cmp-side-navigation__item-arrow--collapsed:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sidebar-nav .cmp-side-navigation__group ul .cmp-side-navigation__item-arrow--expanded:before{-webkit-transform:rotate(360deg);transform:rotate(360deg)}.sidebar-nav .cmp-side-navigation__item--level-0 .cmp-side-navigation__item--expanded{background:#482d83}.sidebar-nav .cmp-side-navigation__language-nav a{color:#fff;font-size:11px;font-weight:bold;line-height:11px;text-transform:uppercase}.sidebar-nav .cmp-side-navigation__language-nav .cmp-languagenavigation__item--active a{color:#eb3c96}.sidebar-nav .cmp-side-navigation__language-nav .cmp-languagenavigation__item{display:inline-block}.sidebar-nav .cmp-side-navigation__group--category-title{padding-top:21px;padding-bottom:8px;color:#2dbecd;font-size:11px;font-weight:bold;line-height:11px;text-transform:uppercase}.sidebar-nav .cmp-side-navigation__group .cmp-side-navigation__group .cmp-side-navigation__group--category-title,.sidebar-nav .cmp-side-navigation__group .cmp-side-navigation__group .cmp-side-navigation__group .cmp-side-navigation__group--category-title{padding-left:20px}.sidebar-nav .cmp-side-navigation li.cmp-side-navigation__item,.sidebar-nav ul.cmp-side-navigation__additionallinks-group li{padding-top:11px;padding-bottom:11px;line-height:16px}.sidebar-nav .cmp-side-navigation__additionallinks{padding-top:40px}.sidebar-nav .cmp-side-navigation__language-nav{position:fixed;bottom:0;left:0;width:220px;padding-top:0;padding-bottom:10px;background:#281949}.sidebar-nav .cmp-side-navigation-langpanel{position:relative}.sidebar-nav .cmp-languagenavigation__group{padding-right:0}.sidebar-nav .cmp-side-navigation__logout{position:absolute;top:7px;right:10px;border:0 none;background:rgba(0,0,0,0);color:#fff;font-size:11px;font-weight:bold;line-height:11px;cursor:pointer}.sidebar-nav .cmp-side-navigation a.cmp-side-navigation__item-link{display:block;margin-right:0;padding-right:0}.sidebar-nav .cmp-side-navigation__dashboard--inactive a.cmp-side-navigation__item-link{display:inline-block}.sidebar-nav .cmp-side-navigation__language-nav:before{display:block;width:100%;padding-bottom:10px;border-top:1px solid #fff;content:"";opacity:.2}.sidebar-nav .cmp-side-navigation__language-nav .cmp-languagenavigation__item{margin-right:10px;padding-right:15px;padding-bottom:2px;border-right:1px solid #fff;line-height:11px}.sidebar-nav .cmp-side-navigation__language-nav .cmp-languagenavigation__item:last-child{border-right:0 none}.sidebar-nav .cmp-side-navigation__main-nav:after{display:block;width:100%;border-bottom:1px solid #fff;content:"";opacity:.2}.sidebar-nav .cmp-side-navigation__items:before{display:block;width:100%;padding-bottom:30px;content:""}.sidebar-nav li.cmp-side-navigation__item--expanded{margin-right:-16px !important;margin-left:-16px !important;padding-right:16px !important;padding-left:16px !important;background:#382366}.sidebar-nav .cmp-side-navigation__authorizationlinks--login{background-color:#382366;font-weight:bold}.sidebar-nav .cmp-side-navigation__authorizationlinks--login li{padding-bottom:12px !important}.sidebar-nav .cmp-side-navigation__dashboard--inactive:before{font-family:"MKGAA-ICONS" !important;display:inline-block;margin-top:-2px;margin-right:2px;margin-left:-6px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);color:#fff;font-size:20px;font-weight:500;line-height:0px;content:"" !important;vertical-align:middle}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded a.cmp-side-navigation__item-link:first-child,.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded li.cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded a.cmp-side-navigation__item-link:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:0;padding-bottom:20px;font-weight:bold}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded li.cmp-side-navigation__item--level-1 a.cmp-side-navigation__item-link:first-child,.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded li.cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded .cmp-side-navigation__item--level-2 a.cmp-side-navigation__item-link:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:0;padding-bottom:0px;font-weight:normal}.sidebar-nav .cmp-side-navigation__item--level-0:hover .cmp-side-navigation__item-link,.sidebar-nav .cmp-side-navigation__item--level-0:hover .cmp-side-navigation__item-arrow{opacity:.7}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded:hover .cmp-side-navigation__item-link,.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded:hover .cmp-side-navigation__item-arrow{opacity:unset}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded .cmp-side-navigation__item--level-1:hover .cmp-side-navigation__item-link,.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded .cmp-side-navigation__item--level-1:hover .cmp-side-navigation__item-arrow{opacity:.7}.sidebar-nav .cmp-side-navigation__item--level-0 .cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded:hover .cmp-side-navigation__item-link,.sidebar-nav .cmp-side-navigation__item--level-0 .cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded:hover .cmp-side-navigation__item-arrow{opacity:unset}.sidebar-nav .cmp-side-navigation__item--level-0 .cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded .cmp-side-navigation__item--level-2:hover .cmp-side-navigation__item-link,.sidebar-nav .cmp-side-navigation__item--level-0 .cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded .cmp-side-navigation__item--level-2:hover .cmp-side-navigation__item-arrow{opacity:.7}.sidebar-nav .cmp-side-navigation__item--level-0 .cmp-side-navigation__item--level-1 .cmp-side-navigation__item--level-2.cmp-side-navigation__item--expanded:hover .cmp-side-navigation__item-link,.sidebar-nav .cmp-side-navigation__item--level-0 .cmp-side-navigation__item--level-1 .cmp-side-navigation__item--level-2.cmp-side-navigation__item--expanded:hover .cmp-side-navigation__item-arrow{opacity:unset}.sidebar-nav .cmp-side-navigation__item--level-0 .cmp-side-navigation__item--level-1 .cmp-side-navigation__item--level-2.cmp-side-navigation__item--expanded .cmp-side-navigation__item--level-3:hover .cmp-side-navigation__item-link,.sidebar-nav .cmp-side-navigation__item--level-0 .cmp-side-navigation__item--level-1 .cmp-side-navigation__item--level-2.cmp-side-navigation__item--expanded .cmp-side-navigation__item--level-3:hover .cmp-side-navigation__item-arrow{opacity:.7}.sidebar-nav .cmp-side-navigation__item--level-0 .cmp-side-navigation__item--level-1 .cmp-side-navigation__item--level-2 .cmp-side-navigation__item--level-3.cmp-side-navigation__item--expanded:hover .cmp-side-navigation__item-link,.sidebar-nav .cmp-side-navigation__item--level-0 .cmp-side-navigation__item--level-1 .cmp-side-navigation__item--level-2 .cmp-side-navigation__item--level-3.cmp-side-navigation__item--expanded:hover .cmp-side-navigation__item-arrow{opacity:unset}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded .cmp-side-navigation__group li{padding-top:11px;padding-bottom:11px;padding-left:21px}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded li.cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded a.cmp-side-navigation__item-link:first-child span.cmp-side-navigation__item-title{padding-left:21px}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded li.cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded .cmp-side-navigation__item--level-2 a.cmp-side-navigation__item-link:first-child span.cmp-side-navigation__item-title{padding-left:0}.sidebar-nav .cmp-side-navigation__item--level-2.cmp-side-navigation__item--active.cmp-side-navigation__item--expanded{padding-left:37px !important;background:#503291}.sidebar-nav .cmp-side-navigation__item--level-3.cmp-side-navigation__item--active.cmp-side-navigation__item--expanded{background:#503291}.sidebar-nav .cmp-side-navigation__item--level-3.cmp-side-navigation__item--expanded a.cmp-side-navigation__item-link:first-child span.cmp-side-navigation__item-title{padding-left:21px !important;font-weight:bold}.sidebar-nav .cmp-side-navigation__item.cmp-side-navigation__item--level-2.cmp-side-navigation__item--active.cmp-side-navigation__item--unlocked.cmp-side-navigation__item--expanded .cmp-side-navigation__item.cmp-side-navigation__item--level-3.cmp-side-navigation__item--unlocked .cmp-side-navigation__item-title{margin-left:-21px !important;font-weight:normal}.sidebar-nav .cmp-side-navigation__item.cmp-side-navigation__item--level-2.cmp-side-navigation__item--expanded,.sidebar-nav .cmp-side-navigation__item.cmp-side-navigation__item--level-3.cmp-side-navigation__item--active.cmp-side-navigation__item--unlocked.cmp-side-navigation__item--expanded{background:#735ba7}.sidebar-nav .cmp-side-navigation__item.cmp-side-navigation__item--level-2.cmp-side-navigation__item--unlocked.cmp-side-navigation__item--expanded.cmp-side-navigation__item--active>a.cmp-side-navigation__item-link:first-child{padding-left:0 !important}.sidebar-nav li.cmp-side-navigation__item.cmp-side-navigation__item--level-2.cmp-side-navigation__item--unlocked.cmp-side-navigation__item--expanded>a.cmp-side-navigation__item-link{font-weight:bold !important}.sidebar-nav .cmp-side-navigation__item--level-2.cmp-side-navigation__item--active .cmp-side-navigation__item-title:first-child{font-weight:700}.sidebar-nav .cmp-side-navigation__item--active .cmp-side-navigation__item-link,.sidebar-nav .cmp-side-navigation__authorizationlinks--myaccount .cmp-side-navigation__item--expanded .cmp-side-navigation__additionallink-link{font-weight:700}.sidebar-nav .cmp-side-navigation-additionalLink__item.cmp-side-navigation__item--unlocked:hover a{opacity:.7}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded .cmp-side-navigation__item-link{padding-bottom:0 !important}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded .cmp-side-navigation__item--level-1 .cmp-side-navigation__item-link{padding-bottom:0 !important}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded .cmp-side-navigation__item--level-1 .cmp-side-navigation__group{margin-top:20px !important}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--active.cmp-side-navigation__item--expanded .cmp-side-navigation__group{margin-top:20px !important}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded .cmp-side-navigation__group{margin-top:20px !important}.sidebar-nav .cmp-side-navigation__item.cmp-side-navigation__item--level-2.cmp-side-navigation__item--unlocked.cmp-side-navigation__item--expanded>a.cmp-side-navigation__item-link:first-child{padding-left:21px !important}.sidebar-nav .menu-button{cursor:pointer}@media all and (min-width: 0)and (max-width: 767px){.sidebar-nav{position:static;width:100%;height:48px;overflow:hidden;z-index:1001}.sidebar-nav .cmp-side-navigation__main-nav{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;right:0}.sidebar-nav .cmp-side-navigation__language-nav{width:100%}.sidebar-nav .navigation-mobile-close,.sidebar-nav .cmp-side-navigation__search--text{display:none}.sidebar-nav .navigation-mobile{display:block;padding-top:0;background:none}.sidebar-nav .cmp-side-navigation__search--icon{top:15px}.sidebar-nav .menu-button{position:relative;width:16px;height:20px}.sidebar-nav .menu-button-top{position:absolute;top:6px}.sidebar-nav .navigation-mobile-button{padding-top:11px !important;padding-right:20px !important;padding-left:20px !important}.sidebar-nav .menu-button-middle-one,.sidebar-nav .menu-button-middle-two{top:12px}.sidebar-nav .navigation-mobile-controls{padding-right:0 !important;padding-left:0 !important}.sidebar-nav .menu-button-bottom{top:18px}.sidebar-nav .menu-button-top,.sidebar-nav .menu-button-middle-one,.sidebar-nav .menu-button-middle-two,.sidebar-nav .menu-button-bottom{right:0;left:0;height:2px}.sidebar-nav .cmp-side-navigation__items:before{opacity:0}.sidebar-nav .navigation-mobile-close{display:none;padding-top:13px;padding-right:20px;padding-left:20px}.sidebar-nav .navigation-mobile-close .icon-cross:before{font-family:"MKGAA-ICONS" !important;display:inline-block;color:#fff;font-size:16px;content:"";vertical-align:middle}.sidebar-nav.burgermenu-opened{position:fixed;height:100%;z-index:1002}.sidebar-nav.burgermenu-opened .navigation-mobile-button{display:none}.sidebar-nav.burgermenu-opened .navigation-mobile-close{display:block}.sidebar-nav .cmp-side-navigation__dashboard{margin-bottom:25px;padding:11px 0 11px 24px}.sidebar-nav li.cmp-side-navigation__item--expanded{margin-right:-24px !important;margin-left:-24px !important;padding-right:24px !important;padding-left:24px !important}.sidebar-nav .cmp-side-navigation ul.cmp-side-navigation__group,.sidebar-nav .cmp-side-navigation ul.cmp-side-navigation__additionallinks-group,.sidebar-nav .cmp-side-navigation ul.cmp-languagenavigation__group{padding:0 24px}.sidebar-nav .cmp-side-navigation__item--level-1 .cmp-side-navigation__item-arrow--expanded{right:18px}.sidebar-nav .cmp-side-navigation__item-arrow{right:-3px}.sidebar-nav .cmp-side-navigation li.cmp-side-navigation__item,.sidebar-nav ul.cmp-side-navigation__additionallinks-group li{border-bottom:1px solid rgba(255,255,255,.05)}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded .cmp-side-navigation__group li,.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded li.cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded a.cmp-side-navigation__item-link:first-child span.cmp-side-navigation__item-title{margin-left:21px;padding-left:0}.sidebar-nav .cmp-side-navigation li.cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded,.sidebar-nav .cmp-side-navigation li.cmp-side-navigation__item--level-0 .cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded{padding-bottom:16px;border-bottom:0 none}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded li.cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded .cmp-side-navigation__item--level-2 a.cmp-side-navigation__item-link:first-child span.cmp-side-navigation__item-title{margin-left:0;padding-left:0}.sidebar-nav .cmp-side-navigation__item--level-2.cmp-side-navigation__item--active.cmp-side-navigation__item--expanded{padding-left:45px !important}.sidebar-nav .cmp-side-navigation__panel{display:none}.sidebar-nav.burgermenu-opened .cmp-side-navigation__panel{display:block}}@media all and (min-width: 768px)and (max-width: 1024px){.sidebar-nav{position:static;width:100%;height:48px;overflow:hidden;z-index:1001}.sidebar-nav .cmp-side-navigation__main-nav{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;right:0}.sidebar-nav .cmp-side-navigation__language-nav{width:100%}.sidebar-nav .navigation-mobile-close,.sidebar-nav .cmp-side-navigation__search--text{display:none}.sidebar-nav .navigation-mobile{display:block;padding-top:0;background:none}.sidebar-nav .cmp-side-navigation__search--icon{top:15px}.sidebar-nav .menu-button{position:relative;width:16px;height:20px}.sidebar-nav .menu-button-top{position:absolute;top:6px}.sidebar-nav .navigation-mobile-button{padding-top:11px !important;padding-right:20px !important;padding-left:20px !important}.sidebar-nav .menu-button-middle-one,.sidebar-nav .menu-button-middle-two{top:12px}.sidebar-nav .navigation-mobile-controls{padding-right:0 !important;padding-left:0 !important}.sidebar-nav .menu-button-bottom{top:18px}.sidebar-nav .menu-button-top,.sidebar-nav .menu-button-middle-one,.sidebar-nav .menu-button-middle-two,.sidebar-nav .menu-button-bottom{right:0;left:0;height:2px}.sidebar-nav .cmp-side-navigation__items:before{opacity:0}.sidebar-nav .navigation-mobile-close{display:none;padding-top:13px;padding-right:20px;padding-left:20px}.sidebar-nav .navigation-mobile-close .icon-cross:before{font-family:"MKGAA-ICONS" !important;display:inline-block;color:#fff;font-size:16px;content:"";vertical-align:middle}.sidebar-nav.burgermenu-opened{position:fixed;height:100%;z-index:1002}.sidebar-nav.burgermenu-opened .navigation-mobile-button{display:none}.sidebar-nav.burgermenu-opened .navigation-mobile-close{display:block}.sidebar-nav .cmp-side-navigation__dashboard{padding:11px 0 11px 21px}.sidebar-nav li.cmp-side-navigation__item--expanded{margin-right:-21px !important;margin-left:-21px !important;padding-right:21px !important;padding-left:21px !important}.sidebar-nav .cmp-side-navigation ul.cmp-side-navigation__group,.sidebar-nav .cmp-side-navigation ul.cmp-side-navigation__additionallinks-group,.sidebar-nav .cmp-side-navigation ul.cmp-languagenavigation__group{padding:0 21px}.sidebar-nav .cmp-side-navigation__item--level-1 .cmp-side-navigation__item-arrow--expanded{right:18px}.sidebar-nav .cmp-side-navigation__item-arrow{right:-3px}.sidebar-nav .cmp-side-navigation li.cmp-side-navigation__item,.sidebar-nav ul.cmp-side-navigation__additionallinks-group li{border-bottom:1px solid rgba(255,255,255,.05)}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded .cmp-side-navigation__group li,.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded li.cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded a.cmp-side-navigation__item-link:first-child span.cmp-side-navigation__item-title{margin-left:21px;padding-left:0}.sidebar-nav .cmp-side-navigation li.cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded,.sidebar-nav .cmp-side-navigation li.cmp-side-navigation__item--level-0 .cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded{padding-bottom:16px;border-bottom:0 none}.sidebar-nav .cmp-side-navigation__item--level-0.cmp-side-navigation__item--expanded li.cmp-side-navigation__item--level-1.cmp-side-navigation__item--expanded .cmp-side-navigation__item--level-2 a.cmp-side-navigation__item-link:first-child span.cmp-side-navigation__item-title{margin-left:0;padding-left:0}.sidebar-nav .cmp-side-navigation__item--level-2.cmp-side-navigation__item--active.cmp-side-navigation__item--expanded{padding-left:43px !important}.sidebar-nav .cmp-side-navigation__panel{display:none}.sidebar-nav.burgermenu-opened .cmp-side-navigation__panel{display:block}}.sticky-notes-xf{padding:0}.sticky-notes-xf .xf-content-height{margin:0}.sticky-notes-xf .sticky-pinned{position:fixed;top:0;right:0;left:220px;z-index:120}.sticky-notes-xf .container.responsivegrid{width:100% !important;max-width:none !important;padding:0}.sticky-notes-xf .cmp-container{margin:0;padding:24px 0}.sticky-notes-xf .cmp-container .aem-Grid{max-width:1280px;margin:auto;padding-right:30px;padding-left:30px}.sticky-notes-xf .cmp-container .text.cmp-text .cmp-text{display:-webkit-box;display:-ms-flexbox;display:flex}.sticky-notes-xf .cmp-container h1{margin:0;padding:0;color:#503291;font-size:20px;line-height:24px;text-transform:uppercase}.sticky-notes-xf .cmp-container p{margin:0}.sticky-notes-xf .cmp-container p:first-child{width:0;height:0;padding:0}.sticky-notes-xf .cmp-container p.text-purple{display:-webkit-box;display:-ms-flexbox;display:flex;color:#281949;font-size:16px;font-weight:normal;line-height:27px}.sticky-notes-xf .cmp-container p.text-purple:last-child{padding-right:0;padding-bottom:0}.sticky-notes-xf .cmp-container .button-magenta{display:block;padding-left:0;text-align:right;white-space:nowrap}.sticky-notes-xf .cmp-container .button-magenta a{display:inline-block;position:relative;padding:18px 24px;border:0;border-radius:4px;background-color:#eb3c96;background-image:none;color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;line-height:11px;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1}@media all and (min-width: 0)and (max-width: 767px){.sticky-notes-xf .sticky-pinned{left:0}.sticky-notes-xf .cmp-container .text.cmp-text .cmp-text,.sticky-notes-xf .cmp-container span.text-purple{display:block}.sticky-notes-xf .cmp-container .aem-Grid{padding-right:20px;padding-left:20px}.sticky-notes-xf .cmp-container .button-magenta{display:block;padding-left:0;text-align:left}.sticky-notes-xf .cmp-container h1{width:100%;padding-bottom:18px}.sticky-notes-xf .cmp-container p{padding-bottom:18px;font-size:12px;line-height:20px}.sticky-notes-xf .cmp-container p.text-purple,.sticky-notes-xf .cmp-container p:last-child,.sticky-notes-xf .cmp-container p.text-purple:last-child{width:100%}.sticky-notes-xf .cmp-container p:last-child{padding-bottom:0}}@media all and (min-width: 768px)and (max-width: 1024px){.sticky-notes-xf .sticky-pinned{left:0}.sticky-notes-xf .cmp-container .text.cmp-text .cmp-text,.sticky-notes-xf .cmp-container span.text-purple{display:block}.sticky-notes-xf .cmp-container .aem-Grid{max-width:768px;padding:0 20px}.sticky-notes-xf .cmp-container h1{width:100%;padding-bottom:18px}.sticky-notes-xf .cmp-container .button-magenta{display:block;padding-left:0;text-align:left}.sticky-notes-xf .cmp-container p{padding-bottom:18px;font-size:12px;line-height:20px}.sticky-notes-xf .cmp-container p.text-purple,.sticky-notes-xf .cmp-container p:last-child,.sticky-notes-xf .cmp-container p.text-purple:last-child{width:100%}}@media all and (min-width: 1025px)and (max-width: 1280px){.sticky-notes-xf .cmp-container .aem-Grid{max-width:962px}.sticky-notes-xf .cmp-container .text.cmp-text .cmp-text{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px}.sticky-notes-xf .cmp-container h1{width:calc(31.25% + 0px);padding:0 15px}.sticky-notes-xf .cmp-container p.text-purple{width:calc(58.75% - 0px);padding-right:15px;padding-left:15px}.sticky-notes-xf .cmp-container p.text-purple:last-child{width:calc(68.75% + 0px);padding:0 15px}}@media all and (min-width: 1281px){.sticky-notes-xf .cmp-container p.text-purple{width:calc(58.75% - 0px);padding-right:15px;padding-left:15px}.sticky-notes-xf .cmp-container .text.cmp-text .cmp-text{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px}.sticky-notes-xf .cmp-container h1{width:calc(31.25% + 0px);padding:0 15px}.sticky-notes-xf .cmp-container p.text-purple:last-child{width:calc(68.75% + 0px);padding:0 15px}.sticky-notes-xf .cmp-container p:last-child{width:calc(10% - 0px)}}.cmp-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-30px;margin-left:-30px;padding-top:15px;padding-bottom:15px}.cmp-container__left-section,.cmp-container__right-section{width:50%}.cmp-container__left-section{padding-right:16px;padding-left:30px}.cmp-container__right-section{padding-right:30px;padding-left:16px}.cmp-container .cmp-image .cmp-image__image{width:100%}.cmp-container .image-block-image-container,.cmp-container .container{width:auto;padding:0}.cmp-container .image-block-image-container .full-fit .cmp-image__headline,.cmp-container .image-block .image-block-content.full-fit .cmp-image__headline,.cmp-container .image-block-image-container .image-block-content .one-image .image-block-content-text,.cmp-container .image-block-image-container .image-block-image-container-image{width:100%}.cmp-container .image-block{width:auto;padding:0;padding-top:0 !important;padding-bottom:0 !important}.cmp-container .image-block .image-block-content .image-block-image-container-image img,.cmp-container .image-block .image-block-content .lg-col-7,.cmp-container .image-block .image-block-content .xl-col-7{width:100%;padding:0 15px}@media all and (min-width: 0)and (max-width: 767px){.cmp-container{display:block;margin-right:-20px;margin-left:-20px}.cmp-container__left-section{padding-bottom:30px}.cmp-container__left-section,.cmp-container__right-section{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.cmp-container{display:block;margin-right:-20px;margin-left:-20px}.cmp-container__left-section{padding-bottom:30px}.cmp-container__left-section,.cmp-container__right-section{width:100%;padding-right:20px;padding-left:20px}.cmp-container .cmp-video.image-block{width:auto}}.carousel__previous-btn,.carousel__next-btn,.carousel__dots{display:none}.carousel__element--hidden{display:none}.carousel__dots{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.carousel__dot{width:13px;height:13px;padding:0;border:0;border-radius:100%;background-color:#eb3c96;cursor:pointer;opacity:.5}.carousel__dot--active{opacity:1}.carousel__dots-wrapper{display:none;margin-right:13px;cursor:pointer}.carousel__dots-wrapper::before{display:none}.carousel__dots-wrapper--visible{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carousel .newDots{display:none}.carousel .withTitle{height:20px;margin-right:0px}.carousel .withTitle:last-child{margin-bottom:0px}.carousel .withTitle:hover .dotTitle{font-size:15px}.carousel .withTitle:hover .carousel__dot{width:24px;height:24px}.carousel .withTitle .dotTitle{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;position:relative;padding-left:10px;font-size:13px;font-weight:bold;letter-spacing:2px;line-height:16px;text-transform:uppercase;word-break:break-word}.carousel .withTitle .dotTitle:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.withTitle .carousel__dot{width:20px;height:20px}.carousel .icon-arrow-carousel{display:none;position:absolute;-ms-flex-item-align:center;align-self:center;padding:6px;border:0;color:#eb3c96;font-size:22px;cursor:pointer}.carousel .icon-arrow-carousel.carousel__previous-btn{left:-30px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.carousel .icon-arrow-carousel.carousel__next-btn{right:-30px}.carousel .icon-arrow-carousel--hidden{display:none}.carousel .icon-arrow-carousel--disabled{cursor:default;opacity:.5}.theme--white .carousel .carousel__dot,.theme--white .carousel .icon-arrow-carousel{color:#eb3c96}.carousel .carousel__previous-btn,.carousel .carousel__next-btn{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:99}.carousel .carousel__dots{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1000}@media all and (min-width: 1025px)and (max-width: 1280px){.carousel .withTitle:hover{zoom:1}}@media all and (min-width: 768px)and (max-width: 1024px){.carousel .withTitle:hover{zoom:1}.carousel .withTitle:hover .dotTitle{font-size:13px}.carousel .withTitle:hover .carousel__dot{width:20px;height:20px}}@media all and (min-width: 0)and (max-width: 767px){.carousel .icon-arrow-carousel{display:none}.carousel .newDots{display:block}.carousel .withTitle .carousel__dot{opacity:1}.carousel .withTitle:hover .dotTitle{font-size:13px}.carousel .withTitle:hover .carousel__dot{width:20px;height:20px}.carousel .newDots.withTitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.carousel .newDots.withTitle .carousel__dot{background-color:#2dbecd}.carousel .newDots.withTitle .carousel__dot--active{background-color:#eb3c96}.carousel .newDots.withTitle:hover{zoom:1}}.contact-us{background-color:#fff;zoom:1}.contact-us:before,.contact-us:after{display:table;line-height:0;content:""}.contact-us:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.contact-us{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.contact-us{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us{padding-top:60px !important}}@media all and (min-width: 1281px){.contact-us{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.contact-us{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.contact-us{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us{padding-bottom:60px !important}}@media all and (min-width: 1281px){.contact-us{padding-bottom:60px !important}}.contact-us-container{zoom:1;width:1400px;margin:0 auto}.contact-us-container:before,.contact-us-container:after{display:table;line-height:0;content:""}.contact-us-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.contact-us-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.contact-us-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.contact-us-container{width:1280px;padding-right:30px;padding-left:30px}}.contact-us .contact-headshot{width:180px}.contact-us .contact-headshot-container{position:relative;width:100%;padding-bottom:75%}.contact-us .contact-headshot-image{background-image:url(../../../static/img/headshots/blank-headshot.jpg);background-repeat:no-repeat;background-size:cover;position:absolute;top:1px;right:1px;bottom:1px;left:1px}.contact-us .contact-headshot-mask{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.contact-us .contact-headshot-mask svg{width:100%;height:100%}.contact-us .contact-headshot-mask svg g path{fill:#fff}.contact-us .contact-headshot-mask--odd,.contact-us .contact-headshot-mask--even{display:none}.contact-us .contact-details{position:relative;min-height:5em}.contact-us .contact-name{color:#503291;text-transform:uppercase;font-size:20px}@media all and (min-width: 0)and (max-width: 767px){.contact-us .contact-name{margin-bottom:8px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.contact-us .contact-name{margin-bottom:8px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us .contact-name{margin-bottom:8px !important}}@media all and (min-width: 1281px){.contact-us .contact-name{margin-bottom:8px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.contact-us .contact-name{font-size:18px}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us .contact-name{font-size:18px}}@media all and (min-width: 1281px){.contact-us .contact-name{font-size:18px}}.contact-us .contact-title{font-size:14px;line-height:1.5}@media all and (min-width: 768px)and (max-width: 1024px){.contact-us .contact-title{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us .contact-title{font-size:14px}}@media all and (min-width: 1281px){.contact-us .contact-title{font-size:14px}}.contact-us .contact-links{max-width:250px}@media all and (min-width: 0)and (max-width: 767px){.contact-us .contact-links{padding-top:0px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.contact-us .contact-links{padding-top:0px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us .contact-links{padding-top:12px !important}}@media all and (min-width: 1281px){.contact-us .contact-links{padding-top:12px !important}}@media all and (min-width: 0)and (max-width: 767px){.contact-us .contact-links{padding-left:0px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.contact-us .contact-links{padding-left:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us .contact-links{padding-left:12px !important}}@media all and (min-width: 1281px){.contact-us .contact-links{padding-left:12px !important}}.contact-us .contact-links-email,.contact-us .contact-links-profile{font-size:12px;display:inline-block;margin-bottom:8px;padding:0 2px 0 8px;border-left:2px solid #959595;font-weight:bold;line-height:1;text-transform:uppercase}@media all and (min-width: 768px)and (max-width: 1024px){.contact-us .contact-links-email,.contact-us .contact-links-profile{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us .contact-links-email,.contact-us .contact-links-profile{font-size:12px}}@media all and (min-width: 1281px){.contact-us .contact-links-email,.contact-us .contact-links-profile{font-size:12px}}.contact-us .contact-links-email:first-child,.contact-us .contact-links-email.first,.contact-us .contact-links-profile:first-child,.contact-us .contact-links-profile.first{padding-left:1px;border-left:0px}.contact-us .contact-phonetype a,.contact-us .contact-phonetype p{display:block;margin-bottom:0;color:#000;font-size:14px;letter-spacing:1px;line-height:1.5;cursor:pointer}.contact-us .contact-phonetype a.fax,.contact-us .contact-phonetype p.fax{color:#000;cursor:default}.contact-us .contact-phonetype a .fax-icon:before,.contact-us .contact-phonetype a .mobile-icon:before,.contact-us .contact-phonetype a .office-icon:before,.contact-us .contact-phonetype p .fax-icon:before,.contact-us .contact-phonetype p .mobile-icon:before,.contact-us .contact-phonetype p .office-icon:before{font-family:"MKGAA-ICONS" !important;display:inline-block;padding-right:.55em;color:#97d5d1;font-size:2em;content:"";vertical-align:middle}.contact-us .contact-phonetype a .fax-icon:before,.contact-us .contact-phonetype p .fax-icon:before{content:""}.contact-us--purple{background-color:#503291}.contact-us--purple .contact{border-color:rgba(255,255,255,.2) !important}.contact-us--purple .contact-headshot-mask svg g path{fill:#503291}.contact-us--purple .contact-details{border-color:rgba(255,255,255,.2) !important}.contact-us--purple .contact-name{color:#2dbecd}.contact-us--purple .contact-title{color:#fff}.contact-us--purple .contact-links-email,.contact-us--purple .contact-links-profile{border-left:2px solid #d1d1d1}.contact-us--purple .contact-phonetype a{color:#fff}.contact-us--purple .contact-phonetype p.fax{color:#fff}.contact-us.theme--white a{color:#eb3c96}@media all and (min-width: 1281px){.contact-us--1 .contact-headshot,.contact-us--1 .contact-details,.contact-us--1 .contact-numbers{float:left}.contact-us--1 .contact-headshot{width:31.25%;position:relative;min-height:1px;padding:0 15px}.contact-us--1 .contact-details{padding-right:3.125% !important;border-right:1px solid #e1e1e1;width:31.25%;position:relative;min-height:1px;padding:0 15px;margin-top:48px !important}.contact-us--1 .contact-name{font-size:22px}.contact-us--1 .contact-links{padding-left:0px !important}.contact-us--1 .contact-numbers{margin-top:48px !important;margin-left:6.25%;width:31.25%;position:relative;min-height:1px;padding:0 15px}.contact-us--2 .row{display:-webkit-box;display:-ms-flexbox;display:flex}.contact-us--2 .contact{float:left}.contact-us--2 .contact-headshot-mask--single{display:none}.contact-us--2 .contact:nth-child(even) .contact-headshot-mask--even{display:block}.contact-us--2 .contact:nth-child(odd) .contact-headshot-mask--odd{display:block}.contact-us--2 .contact:first-child{padding-right:6.25% !important;border-right:1px solid #e1e1e1;position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.contact-us--2 .contact:last-child{position:relative;width:43.75%;min-height:1px;padding:0 15px;float:left;margin-left:6.25%}.contact-us--2 .contact-headshot{float:left;padding-bottom:60px !important;position:relative;width:42.8571428571%;min-height:1px;padding:0 15px;float:left}.contact-us--2 .contact-info{margin-top:16px !important}.contact-us--2 .contact-title{font-size:14px;padding-bottom:0px !important}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.contact-us--2 .contact-title{font-size:14px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.contact-us--2 .contact-title{font-size:14px}}@media all and (min-width: 1281px)and (min-width: 1281px){.contact-us--2 .contact-title{font-size:14px}}@media all and (min-width: 1281px){.contact-us--2 .contact-info,.contact-us--2 .contact-numbers{float:left;position:relative;width:57.1428571429%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1281px){.contact-us--2 .contact-links{text-align:center;padding-top:18px !important;padding-bottom:18px !important;position:relative;width:42.8571428571%;min-height:1px;padding:0 15px;float:left;position:absolute;top:140px}}@media all and (min-width: 1281px){.contact-us--3 .row{display:-webkit-box;display:-ms-flexbox;display:flex}.contact-us--3 .contact{padding-right:6.25% !important;padding-left:6.25% !important;float:left;border-right:1px solid #e1e1e1;border-left:1px solid #e1e1e1;text-align:center;width:37.5%;position:relative;min-height:1px;padding:0 15px}.contact-us--3 .contact-headshot-mask--single{display:none}.contact-us--3 .contact:nth-child(even) .contact-headshot-mask--even{display:block}.contact-us--3 .contact:nth-child(odd) .contact-headshot-mask--odd{display:block}.contact-us--3 .contact:first-child{padding-right:6.25% !important;border:0;width:31.25%;position:relative;min-height:1px;padding:0 15px}.contact-us--3 .contact:last-child{padding-left:6.25% !important;border:0;width:31.25%;position:relative;min-height:1px;padding:0 15px}.contact-us--3 .contact-headshot{width:190px;margin:0 auto;margin-bottom:24px !important}.contact-us--3 .contact-details{position:relative;height:92px}.contact-us--3 .contact-title{font-size:14px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.contact-us--3 .contact-title{font-size:14px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.contact-us--3 .contact-title{font-size:14px}}@media all and (min-width: 1281px)and (min-width: 1281px){.contact-us--3 .contact-title{font-size:14px}}@media all and (min-width: 1281px){.contact-us--3 .contact-links{margin:0 auto;padding-left:0px !important;position:absolute;top:100%;right:0;bottom:0;left:0}}@media all and (min-width: 1281px){.contact-us--3 .contact-numbers{margin-top:72px !important}}@media all and (min-width: 1281px){.contact-us--4 .contact{float:left;text-align:center;width:25%;position:relative;min-height:1px;padding:0 15px}.contact-us--4 .contact-headshot-mask--single{display:none}.contact-us--4 .contact:nth-child(even) .contact-headshot-mask--even{display:block}.contact-us--4 .contact:nth-child(odd) .contact-headshot-mask--odd{display:block}.contact-us--4 .contact-headshot{margin:0 auto;margin-bottom:24px !important}.contact-us--4 .contact-details{position:relative;height:92px}.contact-us--4 .contact-title{font-size:14px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.contact-us--4 .contact-title{font-size:14px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.contact-us--4 .contact-title{font-size:14px}}@media all and (min-width: 1281px)and (min-width: 1281px){.contact-us--4 .contact-title{font-size:14px}}@media all and (min-width: 1281px){.contact-us--4 .contact-links{margin:0 auto;position:absolute;top:100%;right:0;bottom:0;left:0}}@media all and (min-width: 1281px){.contact-us--4 .contact-numbers{margin-top:72px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us--1 .contact-headshot,.contact-us--1 .contact-details,.contact-us--1 .contact-numbers{float:left}.contact-us--1 .contact-headshot{width:31.25%;position:relative;min-height:1px;padding:0 15px}.contact-us--1 .contact-details{padding-right:3.125% !important;border-right:1px solid #e1e1e1;margin-top:32px !important;width:31.25%;position:relative;min-height:1px;padding:0 15px}.contact-us--1 .contact-name{font-size:20px}.contact-us--1 .contact-links{padding-left:0px !important}.contact-us--1 .contact-numbers{margin-top:32px !important;margin-left:6.25%;width:31.25%;position:relative;min-height:1px;padding:0 15px}.contact-us--2 .row{display:-webkit-box;display:-ms-flexbox;display:flex}.contact-us--2 .contact{float:left}.contact-us--2 .contact-headshot-mask--single{display:none}.contact-us--2 .contact:nth-child(even) .contact-headshot-mask--even{display:block}.contact-us--2 .contact:nth-child(odd) .contact-headshot-mask--odd{display:block}.contact-us--2 .contact:first-child{padding-right:6.25% !important;border-right:1px solid #e1e1e1;position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.contact-us--2 .contact:last-child{padding-left:0 !important;position:relative;width:43.75%;min-height:1px;padding:0 15px;float:left;margin-left:6.25%}.contact-us--2 .contact-headshot{width:160px;float:left;padding-bottom:60px !important}.contact-us--2 .contact-info{margin-top:16px !important}.contact-us--2 .contact-title{font-size:14px;padding-bottom:0px !important}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.contact-us--2 .contact-title{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.contact-us--2 .contact-title{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.contact-us--2 .contact-title{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us--2 .contact-info,.contact-us--2 .contact-numbers{float:right;position:relative;width:57.1428571429%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us--2 .contact-links{text-align:center;padding-top:18px !important;padding-right:0px !important;padding-bottom:18px !important;padding-left:0px !important;position:relative;width:42.8571428571%;min-height:1px;padding:0 15px;float:left;position:absolute;top:115px}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us--2 .contact-phonetype a.fax:before,.contact-us--2 .contact-phonetype a.mobile:before,.contact-us--2 .contact-phonetype a.office:before{padding-right:.25em}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us--3 .row{display:-webkit-box;display:-ms-flexbox;display:flex}.contact-us--3 .contact{padding-right:3.125% !important;padding-left:3.125% !important;float:left;text-align:center;position:relative;width:33.3333333333%;min-height:1px;padding:0 15px;float:left}.contact-us--3 .contact-headshot-mask--single{display:none}.contact-us--3 .contact:nth-child(even) .contact-headshot-mask--even{display:block}.contact-us--3 .contact:nth-child(odd) .contact-headshot-mask--odd{display:block}.contact-us--3 .contact:first-child{border-right:1px solid #e1e1e1}.contact-us--3 .contact:last-child{border-left:1px solid #e1e1e1}.contact-us--3 .contact-headshot{max-width:180px;margin:0 auto;margin-bottom:24px !important}.contact-us--3 .contact-details{position:relative;height:92px;margin-bottom:24px !important}.contact-us--3 .contact-links{margin:0 auto;position:absolute;top:100%;right:0;bottom:0;left:0}.contact-us--3 .contact-numbers{margin-top:72px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.contact-us--4 .contact{float:left;text-align:center;width:25%;position:relative;min-height:1px;padding:0 15px}.contact-us--4 .contact-headshot-mask--single{display:none}.contact-us--4 .contact:nth-child(even) .contact-headshot-mask--even{display:block}.contact-us--4 .contact:nth-child(odd) .contact-headshot-mask--odd{display:block}.contact-us--4 .contact-headshot{margin:0 auto;margin-bottom:24px !important}.contact-us--4 .contact-details{position:relative;height:92px;margin-bottom:24px !important}.contact-us--4 .contact-links{margin:0 auto;position:absolute;top:100%;right:0;bottom:0;left:0}.contact-us--4 .contact-numbers{margin-top:72px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.contact-us--1 .contact-name{font-size:20px}.contact-us--1 .contact-headshot,.contact-us--1 .contact-details,.contact-us--1 .contact-numbers{width:41.6666666667%;position:relative;min-height:1px;padding:0 10px;float:left}.contact-us--1 .contact-links{margin-bottom:24px !important;padding-left:0px !important}.contact-us--2 .row{display:-webkit-box;display:-ms-flexbox;display:flex}.contact-us--2 .contact{float:left;text-align:center;width:50%;position:relative;min-height:1px;padding:0 10px}.contact-us--2 .contact-headshot-mask--single{display:none}.contact-us--2 .contact:nth-child(even) .contact-headshot-mask--even{display:block}.contact-us--2 .contact:nth-child(odd) .contact-headshot-mask--odd{display:block}.contact-us--2 .contact:first-child{padding-right:6.25% !important;border-right:1px solid #e1e1e1}.contact-us--2 .contact:last-child{padding-left:6.25% !important}.contact-us--2 .contact-headshot{margin-bottom:24px !important;margin:0 auto}.contact-us--2 .contact-details{position:relative;height:92px;margin-bottom:24px !important}.contact-us--2 .contact-links{margin:16px auto 0;position:absolute;top:100%;right:0;bottom:0;left:0}.contact-us--2 .contact-numbers{margin-top:72px !important}.contact-us--3 .contact{float:left;text-align:center;width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.contact-us--3 .contact-headshot-mask--single{display:none}.contact-us--3 .contact:nth-child(even) .contact-headshot-mask--even{display:block}.contact-us--3 .contact:nth-child(odd) .contact-headshot-mask--odd{display:block}.contact-us--3 .contact-headshot{max-width:180px;margin:0 auto;margin-bottom:24px !important}.contact-us--3 .contact-details{position:relative;height:92px;margin-bottom:24px !important}.contact-us--3 .contact-links{margin:0 auto;padding-top:12px !important;position:absolute;top:100%;right:0;bottom:0;left:0}.contact-us--3 .contact-numbers{margin-top:72px !important}.contact-us--4 .contact{float:left;border-top:1px solid #e1e1e1;text-align:center;width:50%;position:relative;min-height:1px;padding:0 10px;padding-top:36px !important;padding-bottom:36px !important}.contact-us--4 .contact-headshot-mask--single{display:none}.contact-us--4 .contact:nth-child(even) .contact-headshot-mask--even{display:block}.contact-us--4 .contact:nth-child(odd) .contact-headshot-mask--odd{display:block}.contact-us--4 .contact:nth-child(-n+2){padding-top:0px !important;border-top:0}.contact-us--4 .contact:nth-last-child(1),.contact-us--4 .contact:nth-last-child(2){padding-bottom:0px !important}.contact-us--4 .contact:nth-child(odd){clear:left}.contact-us--4 .contact-headshot{max-width:180px;margin:0 auto;margin-bottom:24px !important}.contact-us--4 .contact-details{position:relative;height:70px;min-height:initial;margin-bottom:24px !important}.contact-us--4 .contact-links{margin:0 auto;padding-top:12px !important;position:absolute;top:100%;right:0;bottom:0;left:0}.contact-us--4 .contact-numbers{margin-top:72px !important}}@media all and (min-width: 0)and (max-width: 767px){.contact-us .contact{width:100%;position:relative;min-height:1px;padding:0 10px}.contact-us .contact-headshot{margin-bottom:24px !important;width:100%}.contact-us .contact-links{margin-bottom:24px !important;padding-left:0px !important}.contact-us .contact-phonetype a,.contact-us .contact-phonetype p{display:-webkit-box;display:-ms-flexbox;display:flex}.contact-us-phone-number-text{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center}.contact-us--2 .contact,.contact-us--3 .contact,.contact-us--4 .contact{margin-bottom:40px !important;border-bottom:1px solid #e1e1e1}.contact-us--2 .contact-headshot-mask--single,.contact-us--3 .contact-headshot-mask--single,.contact-us--4 .contact-headshot-mask--single{display:none}.contact-us--2 .contact:nth-child(even) .contact-headshot-mask--even,.contact-us--3 .contact:nth-child(even) .contact-headshot-mask--even,.contact-us--4 .contact:nth-child(even) .contact-headshot-mask--even{display:block}.contact-us--2 .contact:nth-child(odd) .contact-headshot-mask--odd,.contact-us--3 .contact:nth-child(odd) .contact-headshot-mask--odd,.contact-us--4 .contact:nth-child(odd) .contact-headshot-mask--odd{display:block}.contact-us--2 .contact-numbers,.contact-us--3 .contact-numbers,.contact-us--4 .contact-numbers{margin-bottom:40px !important}.contact-us--2 .contact:last-child,.contact-us--3 .contact:last-child,.contact-us--4 .contact:last-child{border-bottom:0;margin-bottom:0px !important}.contact-us--2 .contact:last-child .contact-numbers,.contact-us--3 .contact:last-child .contact-numbers,.contact-us--4 .contact:last-child .contact-numbers{margin-bottom:0px !important}.contact-us--2 .contact-headshot,.contact-us--3 .contact-headshot,.contact-us--4 .contact-headshot{display:none}.contact-us--2 .contact-links,.contact-us--3 .contact-links,.contact-us--4 .contact-links{padding-left:0px !important}}@media all and (min-width: 0)and (max-width: 767px){.content-listing{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.content-listing{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-listing{padding-top:60px !important}}@media all and (min-width: 1281px){.content-listing{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.content-listing{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.content-listing{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-listing{padding-bottom:60px !important}}@media all and (min-width: 1281px){.content-listing{padding-bottom:60px !important}}.content-listing__container{zoom:1;width:1400px;margin:0 auto}.content-listing__container:before,.content-listing__container:after{display:table;line-height:0;content:""}.content-listing__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.content-listing__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.content-listing__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-listing__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.content-listing__container{width:1280px;padding-right:30px;padding-left:30px}}.content-listing__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.content-listing__form .button{margin-top:15px;padding:18px 24px}.content-listing__field-path{width:320px}.content-listing__fieldset,.content-listing__fieldset-autocomplete{padding-left:0;border:0}.content-listing__fieldset{width:350px}.content-listing__fieldset-autocomplete{width:450px}.content-listing__legend{font-weight:bold}.content-listing__field-path,.content-listing__autocomplete{width:100%;height:50px;margin-right:15px;padding-left:15px;border:1px solid #d3d3d3;border-radius:6px}.content-listing__title{margin-bottom:50px;color:#2dbecd;font-size:45px}.content-listing__results{margin:0}.content-listing__total-results{display:block;margin-bottom:20px;font-size:16px}.content-listing__submit-btn{width:100px;height:50px}.content-listing__submit-btn:disabled{background-color:#d3d3d3}.content-listing__result-link{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #ddd}.content-listing__result-component-variations{-ms-flex-item-align:center;align-self:center;margin-right:10px;margin-left:10px;padding:10px;border:1px solid;font-size:14px}.content-listing__result-anchor-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.content-listing__result-anchor-link::after{display:block;color:gray;font-size:12px;font-style:italic;content:attr(data-subtitle)}.content-listing__result-anchor-link:hover{background-color:#f0f8ff}.content-listing .button:disabled .button-animated{display:none}.content-listing li::before{display:none}.content-listing details{margin-top:.125em;border:1px solid #ddd;border-radius:3px;background:#fff;color:#333;overflow:hidden}.content-listing details summary{display:block;position:relative;padding:20px;border-radius:3px 3px 0 0;background:#ededed;color:#2b2b2b;font-weight:bold;cursor:pointer}.content-listing details:not([open]) summary:hover,.content-listing details:not([open]) summary:focus{background:#f6f6f6;color:#454545}.content-listing details[open] summary{border:1px solid #2dbecd;background:#2dbecd;color:#fff}.content-listing details main{padding:1em 2.2em}.basic-country-selector{z-index:1001;position:fixed;top:0;right:0;left:0}.basic-country-selector-wrapper{display:none;background-color:#fff;overflow:scroll;-webkit-overflow-scrolling:touch}.basic-country-selector-wrapper--activated{display:block}.basic-country-selector-container{zoom:1;width:1400px;margin:0 auto}.basic-country-selector-container:before,.basic-country-selector-container:after{display:table;line-height:0;content:""}.basic-country-selector-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.basic-country-selector-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-country-selector-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-country-selector-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.basic-country-selector-container{width:1280px;padding-right:30px;padding-left:30px}}.basic-country-selector-row{zoom:1}.basic-country-selector-row:before,.basic-country-selector-row:after{display:table;line-height:0;content:""}.basic-country-selector-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.basic-country-selector-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-country-selector-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-country-selector-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.basic-country-selector-row{margin-right:-15px;margin-left:-15px}}.basic-country-selector-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#503291;-ms-hyphens:none;hyphens:none}.basic-country-selector-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.basic-country-selector-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-country-selector-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-country-selector-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.basic-country-selector-title{margin-top:-12px;font-size:28px;line-height:1.2}}.basic-country-selector-domain-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:6px;color:#eb3c96;vertical-align:middle}.basic-country-selector-domain-label{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;color:#eb3c96;font-weight:bold;line-height:20px}.basic-country-selector-domain-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-country-selector-domain-label{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-country-selector-domain-label{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.basic-country-selector-domain-label{font-size:12px;line-height:1.7}}.basic-country-selector-close-button{padding:12px;float:right;cursor:pointer}.basic-country-selector-close-button i{color:#eb3c96}.basic-country-selector-region-button{display:inline}.basic-country-selector-region-list{height:56px;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;margin-bottom:24px !important;zoom:1}.basic-country-selector-region-list:before,.basic-country-selector-region-list:after{display:table;line-height:0;content:""}.basic-country-selector-region-list:after{clear:both}.basic-country-selector-region-list-mask{display:none;position:absolute;top:0;right:0;bottom:0;width:96px;background:rgba(255,255,255,0);background:-webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));background:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1 );pointer-events:none}.basic-country-selector-region-list-item{display:inline-block;position:relative;cursor:pointer;padding-top:12px !important;padding-bottom:12px !important;margin-right:32px !important}.basic-country-selector-region-list-item-line{transition:height .2s ease-in-out;-moz-transition:height .2s ease-in-out;-o-transition:height .2s ease-in-out;-webkit-transition:height .2s ease-in-out;height:0;background-color:#eb3c96}.basic-country-selector-region-list-item-line--active{height:4px}.basic-country-selector-region-list-item-label{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin-bottom:0px !important;color:#eb3c96;font-weight:bold;letter-spacing:1;text-transform:uppercase}.basic-country-selector-region-list-item-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-country-selector-region-list-item-label{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-country-selector-region-list-item-label{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.basic-country-selector-region-list-item-label{font-size:14px;line-height:1.7}}.basic-country-selector-region-list-item-label--active{color:#000}.basic-country-selector-region-panel{display:none;margin-top:30px}.basic-country-selector-region-panel--active{display:block}.basic-country-selector-country-list-item{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin-bottom:8px !important;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.basic-country-selector-country-list-item:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-country-selector-country-list-item{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-country-selector-country-list-item{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.basic-country-selector-country-list-item{font-size:14px;line-height:1.7}}.basic-country-selector-country-list-item a{color:#454545}.basic-country-selector-country-list-item a:hover{color:#000}.basic-country-selector-left,.basic-country-selector-right,.basic-country-selector-region-list,.basic-country-selector-close-wrapper{float:left}@media all and (min-width: 0)and (max-width: 767px){.basic-country-selector-content{padding-top:36px !important;padding-bottom:36px !important}.basic-country-selector-left{width:50%;position:relative;min-height:1px;padding:0 10px;margin-top:-48px !important;width:80%}.basic-country-selector-right{width:100%;position:relative;min-height:1px;padding:0 10px}.basic-country-selector-close-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}.basic-country-selector-region{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.basic-country-selector-region-list{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;position:static}.basic-country-selector-region-list-item-line{position:absolute;right:0;bottom:0;left:0}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-country-selector-content{padding-top:36px !important;padding-bottom:36px !important}.basic-country-selector-left{width:50%;position:relative;min-height:1px;padding:0 10px;margin-top:-48px !important;width:80%}.basic-country-selector-right{width:100%;position:relative;min-height:1px;padding:0 10px}.basic-country-selector-close-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}.basic-country-selector-region{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.basic-country-selector-region-list{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;position:static}.basic-country-selector-region-list-item-line{position:absolute;right:0;bottom:0;left:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-country-selector-content{padding-top:36px !important;padding-bottom:36px !important}.basic-country-selector-left{width:25%;position:relative;min-height:1px;padding:0 15px}.basic-country-selector-right{width:75%;position:relative;min-height:1px;padding:0 15px}.basic-country-selector-close-wrapper{width:100%;position:relative;min-height:1px;padding:0 15px}.basic-country-selector-region{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.basic-country-selector-region-list{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;position:static}.basic-country-selector-region-list-item-line{position:absolute;top:0;right:0;left:0}.basic-country-selector-region-list-item-label:hover{color:#000}}@media all and (min-width: 1281px){.basic-country-selector-content{padding-top:36px !important;padding-bottom:36px !important}.basic-country-selector-left{width:25%;position:relative;min-height:1px;padding:0 15px}.basic-country-selector-right{width:75%;position:relative;min-height:1px;padding:0 15px}.basic-country-selector-close-wrapper{width:100%;position:relative;min-height:1px;padding:0 15px}.basic-country-selector-region{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.basic-country-selector-region-list{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;position:static}.basic-country-selector-region-list-item-line{position:absolute;top:0;right:0;left:0}.basic-country-selector-region-list-item-label:hover{color:#000}}@media screen and (min-width: 768px){.basic-country-selector-country-list{column-count:3;overflow:hidden;-webkit-column-count:3;-moz-column-count:3}.basic-country-selector-country-list-item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.basic-country-selector-domain-mobile{display:none}.basic-country-selector-region-panel{position:absolute;right:0;left:0;padding:0 15px}}@media all and (min-width: 0)and (max-width: 767px){.basic-country-selector-region-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}.basic-country-selector-domain-desktop{display:none}}.downloads{zoom:1;position:relative;background-color:#fff}.downloads:before,.downloads:after{display:table;line-height:0;content:""}.downloads:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.downloads{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.downloads{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.downloads{padding-top:60px !important}}@media all and (min-width: 1281px){.downloads{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.downloads{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.downloads{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.downloads{padding-bottom:60px !important}}@media all and (min-width: 1281px){.downloads{padding-bottom:60px !important}}.downloads__container{zoom:1;width:1400px;margin:0 auto;margin-top:12px}.downloads__container:before,.downloads__container:after{display:table;line-height:0;content:""}.downloads__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.downloads__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.downloads__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.downloads__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.downloads__container{width:1280px;padding-right:30px;padding-left:30px}}.news-detail .downloads__container{margin-top:0px}.downloads__subtitle{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;float:left;color:#2dbecd}.downloads__subtitle:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.downloads__subtitle{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.downloads__subtitle{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.downloads__subtitle{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.downloads__subtitle{margin-top:-12px;font-size:28px;line-height:1.2}}.downloads__subtitle-wrapper{float:left}@media all and (min-width: 0)and (max-width: 767px){.downloads__subtitle-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.downloads__subtitle-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.downloads__subtitle-wrapper{width:100%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1281px){.downloads__subtitle-wrapper{width:31.25%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1281px){.news-detail .downloads__subtitle-wrapper{width:37.5%;position:relative;min-height:1px;padding:0 15px}}.downloads__left-col,.downloads__right-col{float:left}.downloads__right-col p{margin:0}.downloads__list{margin:0}.downloads__list-wrapper{float:left}@media all and (min-width: 0)and (max-width: 767px){.downloads__list-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.downloads__list-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.downloads__list-wrapper{width:100%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1281px){.downloads__list-wrapper{width:68.75%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1281px){.news-detail .downloads__list-wrapper{width:62.5%;position:relative;min-height:1px;padding:0 15px}}.downloads__element{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:2px solid #e1e1e1;padding-top:12px !important;padding-bottom:12px !important;zoom:1}.downloads__element:before,.downloads__element:after{display:table;line-height:0;content:""}.downloads__element:after{clear:both}.downloads__element:first-child{border-top:2px solid #e1e1e1}.downloads__element:before{display:none}.downloads__document{margin-right:15px;font-size:14px;line-height:24px}.downloads__metadata{color:gray}.downloads__preview-icon{fill:#eb3c96}.downloads__link{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:right;font-size:11px;font-weight:bold;line-height:1.4;text-transform:uppercase}.downloads__link:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.downloads__link span{margin-right:5px}.downloads__link-preview{float:left}.downloads__document,.downloads__link{text-align:left}.downloads .icon-download-files{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:42px;height:42px;margin-right:5px;border-radius:50%;background:#eb3c96;color:#fff;font-size:23px}.downloads.new-downloads .downloads__link{font-size:13px}.downloads.new-downloads .downloads__link:not(.downloads__link-preview){color:#000}.downloads__left{text-overflow:ellipsis;overflow:hidden;margin-right:24px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-wrap:anywhere}.downloads__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:70%;max-width:70%}.downloads__right--auto{width:auto}.downloads__right .downloads__link.downloads__link-preview{-webkit-box-flex:1;-ms-flex:1;flex:1}.downloads__right>*{margin:0 7px}@media all and (min-width: 0)and (max-width: 767px){.downloads__left-col{width:100%;position:relative;min-height:1px;padding:0 10px}.downloads__right-col{width:100%;position:relative;min-height:1px;padding:0 10px}.downloads__left{-ms-flex-preferred-size:60%;flex-basis:60%;white-space:normal;overflow:auto;word-wrap:break-word;margin-right:0px !important}.downloads__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.downloads__link{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin-top:20px}.downloads.new-downloads .downloads__right{margin-top:2px}.downloads.new-downloads .downloads__link{margin-top:12px}}@media all and (min-width: 768px)and (max-width: 1024px){.downloads__spacer{margin-left:75px}.downloads__left-col{width:100%;position:relative;min-height:1px;padding:0 10px}.downloads__right-col{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.downloads__spacer{margin-left:75px}.downloads__left-col{width:31.25%;position:relative;min-height:1px;padding:0 15px}.downloads__right-col{width:68.75%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1281px){.downloads__spacer{margin-left:75px}.downloads__left-col{width:31.25%;position:relative;min-height:1px;padding:0 15px}.downloads__right-col{width:68.75%;position:relative;min-height:1px;padding:0 15px}.downloads__subtitle{display:inline-block;word-break:break-all}}.blog-post--template .downloads__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-post--template .downloads__container{width:100%;margin-top:12px;padding:0}.blog-post--template .downloads__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-post--template .downloads__document{max-width:60%;white-space:normal}.blog-post--template .downloads__subtitle-wrapper{width:100%}.blog-post--template .downloads__list-wrapper{padding:0 10px 0 0}@media all and (min-width: 1281px){.blog-post--template .downloads__list-wrapper{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .downloads__list-wrapper{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .downloads__list-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .downloads__list-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.downloads-modal-container{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);overflow:auto;z-index:9999}.downloads-modal-container--display{display:block}.downloads-modal-section{position:relative;width:42%;margin:7% auto;padding:0px;background-color:#fff;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}.downloads-modal__close{width:32px;height:32px;margin:25px 25px;float:right;border:0px;background:0px 0px;color:#000;font-size:21px;font-weight:400;line-height:1;text-shadow:0 1px 0 #fff;cursor:pointer;opacity:.2;filter:alpha(opacity=20);-webkit-appearance:none;-moz-appearance:none;appearance:none}.downloads-modal__content{padding:35px 40px}.downloads-modal__title,.downloads-modal__asset-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;font-size:18px;line-height:1.2}.downloads-modal__title:lang(ja),.downloads-modal__asset-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.downloads-modal__title,.downloads-modal__asset-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.downloads-modal__title,.downloads-modal__asset-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.downloads-modal__title,.downloads-modal__asset-title{font-size:22px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.downloads-modal__title,.downloads-modal__asset-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.downloads-modal__title,.downloads-modal__asset-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.downloads-modal__title,.downloads-modal__asset-title{font-size:22px;line-height:1.2}}.downloads-modal__disclaimer{font-size:11px}.downloads-modal__asset-details{padding:15px 0}.downloads-modal__asset-data{color:#aaa;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;font-weight:bold;line-height:1.4;text-transform:uppercase}.downloads-modal__asset-data:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.downloads-modal-section{width:100%;margin:0}}.pdf-preview{display:none;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);cursor:pointer;z-index:1000}.pdf-preview--display{display:block}.pdf-preview__container{position:absolute;top:20px;right:0;bottom:0;left:0;width:75%;height:75%;margin:auto}.pdf-preview__close{position:absolute;top:-27px;right:-33px;width:30px;height:30px;cursor:pointer;z-index:8040}.pdf-preview__close::before,.pdf-preview__close::after{position:absolute;top:14px;width:30px;height:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;background-color:#fff;content:""}.pdf-preview__close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.pdf-preview__wrapper{width:100%;height:100%}@media all and (min-width: 768px)and (max-width: 1024px){.pdf-preview__container{position:static;width:100%;height:100%}.pdf-preview__close{top:0;right:0}}@media all and (min-width: 0)and (max-width: 767px){.pdf-preview__container{position:static;width:100%;height:100%}.pdf-preview__close{top:0;right:0}}.basic-dropdown{position:relative}.basic-dropdown-button{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;padding:12px 12px;border-radius:5px;font-size:11px;line-height:12px}.basic-dropdown-button:disabled{background:#e1e1e1}.basic-dropdown-button--white{background-color:#fff;color:#eb3c96}.basic-dropdown-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:1000}.basic-dropdown-overlay--initiated{display:block}.basic-dropdown-overlay-enter-active,.basic-dropdown-overlay-leave-active{-webkit-transition:all .3s ease;transition:all .3s ease}.basic-dropdown-overlay-enter,.basic-dropdown-overlay-leave-to{opacity:0}.basic-dropdown-panel{background-color:#fff;z-index:1001}.basic-dropdown-list{padding-top:6px !important;padding-bottom:6px !important}.basic-dropdown-list-item{padding-top:6px !important;padding-right:18px !important;padding-bottom:6px !important;padding-left:18px !important;margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;margin-bottom:0px !important;cursor:pointer}.basic-dropdown-list-item:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-dropdown-list-item{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-dropdown-list-item{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.basic-dropdown-list-item{font-size:16px;line-height:1.7}}.basic-dropdown-list-item--active{color:#eb3c96}.basic-dropdown-left,.basic-dropdown-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.basic-dropdown-panel{position:fixed;right:0;bottom:0;left:0;-webkit-transform:translateY(0);transform:translateY(0)}.basic-dropdown-panel-enter-active,.basic-dropdown-panel-leave-active{-webkit-transition:all .3s ease;transition:all .3s ease}.basic-dropdown-panel-enter,.basic-dropdown-panel-leave-to{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-dropdown-panel{position:absolute;top:0;left:0;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px}.basic-dropdown-panel-enter-active,.basic-dropdown-panel-leave-active{-webkit-transition:all .3s ease;transition:all .3s ease}.basic-dropdown-panel-enter,.basic-dropdown-panel-leave-to{opacity:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-dropdown-panel{position:absolute;top:0;left:0;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px}.basic-dropdown-panel-enter-active,.basic-dropdown-panel-leave-active{-webkit-transition:all .3s ease;transition:all .3s ease}.basic-dropdown-panel-enter,.basic-dropdown-panel-leave-to{opacity:0}}@media all and (min-width: 1281px){.basic-dropdown-panel{position:absolute;top:0;left:0;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px}.basic-dropdown-panel-enter-active,.basic-dropdown-panel-leave-active{-webkit-transition:all .3s ease;transition:all .3s ease}.basic-dropdown-panel-enter,.basic-dropdown-panel-leave-to{opacity:0}}.ellipsis__viewmore-button{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:none;padding:0;text-decoration:underline;font-size:12px;line-height:14px;font-weight:400;z-index:1000}.ellipsis__tooltip{display:none;position:absolute;background:#fff;max-width:250px;padding-left:12px;padding-right:31px;padding-top:10px;padding-bottom:10px;border-radius:4px;z-index:1000}.ellipsis__tooltip-close{position:absolute;top:12.4px;right:12.4px;font-size:11.2px;color:#000}.ellipsis__tooltip-copy{color:#000;font-size:10px;font-weight:400;line-height:12px;text-align:left}.ellipsis__tooltip.visible{display:block}.event{background-color:#fff;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.event{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.event{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.event{padding-top:60px !important}}@media all and (min-width: 1281px){.event{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.event{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.event{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.event{padding-bottom:60px !important}}@media all and (min-width: 1281px){.event{padding-bottom:60px !important}}.event-container{zoom:1;width:1400px;margin:0 auto}.event-container:before,.event-container:after{display:table;line-height:0;content:""}.event-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.event-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.event-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.event-container{width:1280px;padding-right:30px;padding-left:30px}}.event-header{position:relative;margin-bottom:30px;zoom:1}.event-header:before,.event-header:after{display:table;line-height:0;content:""}.event-header:after{clear:both}.event-header:after{width:100%;border-bottom:1px solid #e1e1e1}.event-header-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;max-width:calc(100% - 105px);margin-bottom:20px;float:left;color:#503291;text-transform:uppercase}.event-header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.event-header-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.event-header-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-header-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.event-header-title{margin-top:-12px;font-size:28px;line-height:1.2}}.event-header .arrow-link{position:absolute;right:32px;bottom:20px;margin-right:5px !important;font-size:12px;font-weight:bold;text-transform:capitalize}.event-header .arrow-link:after{top:5px;font-size:7px}.event-content-title{margin-bottom:20px;text-transform:capitalize}.event-content-title a{color:inherit}.event-content-text{margin-bottom:12px !important}.event-content-date{margin-bottom:15px;text-transform:uppercase !important}.event-content .eyebrow{display:block;margin-bottom:24px;color:#000}.event-content.second-event{position:relative;margin-top:30px;padding-top:30px}.event-content.second-event:before{position:absolute;top:0;left:0;width:calc(100% - 20px);margin:0 10px;border-top:1px solid rgba(0,0,0,.3);content:""}.event-content-location a{color:#000}.event-content-location a:hover{color:#000}.event__links-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event__links-container .button{min-width:115px;text-align:center}.event__add-to-calendar-link{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;top:2px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:30px;color:#eb3c96;font-size:12px;font-weight:bold;line-height:1.5;text-transform:uppercase;cursor:pointer}.event--purple .event__add-to-calendar-link{color:#fff}.event--cyan .event__add-to-calendar-link{color:#fff}.event--yellow .event__add-to-calendar-link{color:#000}.event__add-to-calendar-link::before{margin-right:8px;content:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5hZGQgdG8gY2FsZW5kYXIgaWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJBZGQtdG8tY2FsZW5kYXIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJFdmVudF9XaHRpZV9YTCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzNS4wMDAwMDAsIC0yNzYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJhZGQtdG8tY2FsZW5kYXItIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMzUuMDAwMDAwLCAyNzYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iYWRkLXRvLWNhbGVuZGFyLWljb24iPgogICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGZpbGw9IiNFQjNDOTYiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTksMjUuODM3NSBMOSwxNC4xIEwyNi45NjI1LDE0LjEgTDI2Ljk2MjUsMjUuODM3NSBDMjYuOTYyNSwyNi40NzUgMjYuNDM3NSwyNyAyNS44LDI3IEwxMC4xNjI1LDI3IEM5LjUyNSwyNyA5LDI2LjQ3NSA5LDI1LjgzNzUgWiBNMjUuODM3NSwxMC41NzUgQzI2LjQ3NSwxMC41NzUgMjcsMTEuMSAyNywxMS43Mzc1IEwyNywxMy4zMTI1IEw5LDEzLjMxMjUgTDksMTEuNzM3NSBDOSwxMS4xIDkuNTI1LDEwLjU3NSAxMC4xNjI1LDEwLjU3NSBMMTEuMzYyNSwxMC41NzUgTDExLjM2MjUsOS4zNzUgQzExLjM2MjUsOS4xNjc4OTMyMiAxMS41MzAzOTMyLDkgMTEuNzM3NSw5IEMxMS45NDQ2MDY4LDkgMTIuMTEyNSw5LjE2Nzg5MzIyIDEyLjExMjUsOS4zNzUgTDEyLjExMjUsMTAuNTc1IEwxNC40NzUsMTAuNTc1IEwxNC40NzUsOS4zOTM3NSBDMTQuNDc1LDkuMTc2Mjg3ODggMTQuNjUxMjg3OSw5IDE0Ljg2ODc1LDkgQzE1LjA4NjIxMjEsOSAxNS4yNjI1LDkuMTc2Mjg3ODggMTUuMjYyNSw5LjM5Mzc1IEwxNS4yNjI1LDEwLjU3NSBMMTcuNjI1LDEwLjU3NSBMMTcuNjI1LDkuMzc1IEMxNy42MjUsOS4xNjc4OTMyMiAxNy43OTI4OTMyLDkgMTgsOSBDMTguMjA3MTA2OCw5IDE4LjM3NSw5LjE2Nzg5MzIyIDE4LjM3NSw5LjM3NSBMMTguMzc1LDEwLjU3NSBMMjAuNzM3NSwxMC41NzUgTDIwLjczNzUsOS4zOTM3NSBDMjAuNzM3NSw5LjE3NjI4Nzg4IDIwLjkxMzc4NzksOSAyMS4xMzEyNSw5IEMyMS4zNDg3MTIxLDkgMjEuNTI1LDkuMTc2Mjg3ODggMjEuNTI1LDkuMzkzNzUgTDIxLjUyNSwxMC41NzUgTDIzLjg4NzUsMTAuNTc1IEwyMy44ODc1LDkuMzkzNzUgQzIzLjg4NzUsOS4xNzYyODc4OCAyNC4wNjM3ODc5LDkgMjQuMjgxMjUsOSBDMjQuNDk4NzEyMSw5IDI0LjY3NSw5LjE3NjI4Nzg4IDI0LjY3NSw5LjM5Mzc1IEwyNC42NzUsMTAuNTc1IEwyNS44Mzc1LDEwLjU3NSBaIE0xNy4yMzg0NzcsMTkuODQwMTAxMyBMMTUuMDcwNDU2NywxOS44NDAxMDEzIEMxNC41OTE1MTA5LDE5Ljg0MDEwMTMgMTQuMjAzMjQ4NiwyMC4yMjgzNjM2IDE0LjIwMzI0ODYsMjAuNzA3MzA5NCBDMTQuMjAzMjQ4NiwyMS4xODYyNTUyIDE0LjU5MTUxMDksMjEuNTc0NTE3NSAxNS4wNzA0NTY3LDIxLjU3NDUxNzUgTDE3LjIzODQ3NywyMS41NzQ1MTc1IEwxNy4yMzg0NzcsMjMuNzQyNTM3OCBDMTcuMjM4NDc3LDI0LjIyMTQ4MzYgMTcuNjI2NzM5MywyNC42MDk3NDU5IDE4LjEwNTY4NTEsMjQuNjA5NzQ1OSBDMTguNTg0NjMwOSwyNC42MDk3NDU5IDE4Ljk3Mjg5MzIsMjQuMjIxNDgzNiAxOC45NzI4OTMyLDIzLjc0MjUzNzggTDE4Ljk3Mjg5MzIsMjEuNTc0NTE3NSBMMjEuMTQwOTEzNSwyMS41NzQ1MTc1IEMyMS42MTk4NTkzLDIxLjU3NDUxNzUgMjIuMDA4MTIxNiwyMS4xODYyNTUyIDIyLjAwODEyMTYsMjAuNzA3MzA5NCBDMjIuMDA4MTIxNiwyMC4yMjgzNjM2IDIxLjYxOTg1OTMsMTkuODQwMTAxMyAyMS4xNDA5MTM1LDE5Ljg0MDEwMTMgTDE4Ljk3Mjg5MzIsMTkuODQwMTAxMyBMMTguOTcyODkzMiwxNy42NzIwODEgQzE4Ljk3Mjg5MzIsMTcuMTkzMTM1MiAxOC41ODQ2MzA5LDE2LjgwNDg3MjkgMTguMTA1Njg1MSwxNi44MDQ4NzI5IEMxNy42MjY3MzkzLDE2LjgwNDg3MjkgMTcuMjM4NDc3LDE3LjE5MzEzNTIgMTcuMjM4NDc3LDE3LjY3MjA4MSBMMTcuMjM4NDc3LDE5Ljg0MDEwMTMgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+")}.event--purple,.event--cyan{color:#fff}.event--purple .event-header:after,.event--cyan .event-header:after{border-color:rgba(255,255,255,.3)}.event--purple .event-header a,.event--cyan .event-header a{color:#fff}.event--purple .event-content .eyebrow,.event--cyan .event-content .eyebrow{color:#fff}.event--purple .event-content.second-event:before,.event--cyan .event-content.second-event:before{border-color:rgba(255,255,255,.3)}.event--purple .event-content-location a,.event--cyan .event-content-location a{color:#fff}.event--purple .event-content-location a:hover,.event--cyan .event-content-location a:hover{color:#fff}@media all and (min-width: 1281px){.event-container{padding-right:15px;padding-left:15px}.event-content-left-footer{display:none}.event-content-body{width:500px}.event-content-text{width:500px}.event--single .event-content-left,.event--single .event-content-right{padding:0 !important;float:left;width:50%;position:relative;min-height:1px;padding:0 15px}.event--single .event-content-left{padding-right:15px !important}.event--single .event-content-left-footer{display:block}.event--single .event-content-right{padding-top:18px !important;padding-left:15px !important}.event--single .event-content-right-footer{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-container{padding-right:15px;padding-left:15px}.event-content-left-footer{display:none}.event--single .event-content-left,.event--single .event-content-right{padding:0 !important;float:left;width:50%;position:relative;min-height:1px;padding:0 15px}.event--single .event-content-left{padding-right:15px !important}.event--single .event-content-left-footer{display:block}.event--single .event-content-right{padding-top:18px !important;padding-left:15px !important}.event--single .event-content-right-footer{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.event-container{padding-right:10px;padding-left:10px}.event-content-left-footer{display:none}}@media all and (min-width: 0)and (max-width: 767px){.event-container{padding-right:10px;padding-left:10px}.event-content-left-footer{display:none}}.event--purple{background-color:#503291}.event--purple .event-header-title,.event--purple .title{color:#2dbecd}.event--cyan{background-color:#2dbecd}.event--cyan .event-header-title,.event--cyan .title{color:#503291}.event--img{position:relative;min-height:550px}.event--img .event-content-image{position:relative;height:0;padding-top:21%}.event--img .event-content-image svg{position:absolute;top:0;right:0}@media all and (min-width: 1281px){.event--img .event-header{width:43.75%;position:relative;min-height:1px;padding:0 15px}.event--img .event-content{clear:left}.event--img .event-content-image{position:absolute;top:64px;left:43.75%;width:70%;max-width:950px;padding-top:33%}}@media all and (min-width: 1025px)and (max-width: 1280px){.event--img .event-header{width:43.75%;position:relative;min-height:1px;padding:0 15px}.event--img .event-content{clear:left}.event--img .event-content-image{position:absolute;left:43.75%;width:70%;max-width:950px;padding-top:33%}}@media all and (min-width: 768px)and (max-width: 1024px){.event--img .event-content-image{margin-top:50px;padding-top:44%}}@media all and (min-width: 0)and (max-width: 767px){.event--img .event-content-image{width:120%;margin-top:40px;padding-top:55%}.event--img .event-content-image svg{left:-30px}}@media all and (min-width: 0)and (max-width: 767px){.event .title{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.event .title{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.event .title{margin-bottom:24px !important}}@media all and (min-width: 1281px){.event .title{margin-bottom:24px !important}}@media all and (min-width: 1281px){.event-header{margin-bottom:50px}.event-header a{right:23px;bottom:30px;font-size:12px}.event-content.second-event:before{border-top:0}.event-content+.event-content{margin-top:0;padding-top:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-header{margin-bottom:50px}.event-header a{right:23px;bottom:30px;font-size:12px}.event-content.second-event:before{border-top:0}.event-content+.event-content{margin-top:0;padding-top:0;border-top:0}}@media all and (min-width: 768px)and (max-width: 1024px){.event-header{margin-bottom:40px}.event-header a{right:43px;bottom:30px;font-size:12px}.event-content.second-event:before{width:calc(100% - 60px);margin:0 30px}}.expand-icon{position:relative;width:32px;height:32px;background-color:#eb3c96;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;-webkit-transition:background-color .2s linear;cursor:pointer}.expand-icon-symbol{position:absolute;top:0;right:0;bottom:0;left:0}.expand-icon-symbol-vertical,.expand-icon-symbol-horizontal{background-color:#fff}.expand-icon-symbol-vertical{width:2px;height:12px;position:absolute;top:10px;left:15px;transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear}.expand-icon-symbol-horizontal{width:12px;height:2px;position:absolute;top:15px;left:10px}.expand-icon--open{background-color:#503291}.expand-icon--open .expand-icon-symbol-vertical{height:2px;position:absolute;top:15px;left:15px}.featured-component{zoom:1;width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:30px 0;overflow:hidden}.featured-component:before,.featured-component:after{display:table;line-height:0;content:""}.featured-component:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.featured-component{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-component{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-component{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.featured-component{width:1280px;padding-right:30px;padding-left:30px}}.featured-component__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;height:100%}.featured-component__container-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.featured-component__row--standard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ie .featured-component__row--standard{display:block}.featured-component__row--standard-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.featured-component__image{padding:0}.featured-component__image img{width:100%;height:100%;padding:0;-o-object-fit:cover;object-fit:cover}.featured-component__content-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;line-height:1}.featured-component__content-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.featured-component__content-title{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-component__content-title{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-component__content-title{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.featured-component__content-title{margin-top:-22px;font-size:50px;line-height:1.2}}.featured-component__content-eyebrow{margin-bottom:10px;font-size:12px;font-weight:bold;line-height:1.2;text-transform:uppercase}.featured-component__content-title,.featured-component__content-text,.featured-component__content-eyebrow{word-break:break-word}.featured-component__content-text{color:#1b1b25;font-size:16px;line-height:1.7}.featured-component__content .button{background-color:#eb3c96}.featured-component__content .button--small{padding:12px 16px;line-height:11px}.featured-component__content li{margin-left:-16px}.featured-component__content li:before{position:relative;top:-0.3em;font-size:.569em}.featured-component .video-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding-bottom:0}.featured-component .video-player .mi-player{height:100%}.featured-component .video-player.square{width:100%}.featured-component .video-player-mask-overlay img{height:100%}.featured-component.theme--richpurple,.featured-component.theme--purple{background-color:#503291;color:#fff}.featured-component.theme--richpurple ul li:before,.featured-component.theme--purple ul li:before{background-color:#2dbecd}.featured-component.theme--richpurple [class$=-title],.featured-component.theme--purple [class$=-title]{color:#2dbecd}.featured-component.theme--richpurple [class$=-eyebrow],.featured-component.theme--richpurple [class$=-subtitle],.featured-component.theme--richpurple [class$=-sub-title],.featured-component.theme--purple [class$=-eyebrow],.featured-component.theme--purple [class$=-subtitle],.featured-component.theme--purple [class$=-sub-title]{color:#96d7d2}.featured-component.theme--richpurple a:not([class$=-cta]),.featured-component.theme--richpurple [class$=-link],.featured-component.theme--purple a:not([class$=-cta]),.featured-component.theme--purple [class$=-link]{color:#96d7d2}.featured-component.theme--richpurple a:not([class$=-cta]):hover,.featured-component.theme--richpurple [class$=-link]:hover,.featured-component.theme--purple a:not([class$=-cta]):hover,.featured-component.theme--purple [class$=-link]:hover{color:#2dbecd}.featured-component.theme--richpurple [class$=-cta],.featured-component.theme--purple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.featured-component.theme--richpurple [class$=-cta] .button-animated,.featured-component.theme--purple [class$=-cta] .button-animated{background-color:#96d7d2}.featured-component.theme--darkpurple{background-color:#2d1c51;color:#fff}.featured-component.theme--darkpurple ul li:before{background-color:#2dbecd}.featured-component.theme--darkpurple [class$=-title]{color:#2dbecd}.featured-component.theme--darkpurple [class$=-eyebrow],.featured-component.theme--darkpurple [class$=-subtitle],.featured-component.theme--darkpurple [class$=-sub-title],.featured-component.theme--darkpurple [class$=-text]{color:#fff}.featured-component.theme--darkpurple a:not([class$=-cta]),.featured-component.theme--darkpurple [class$=-link]{color:#ff6ab5}.featured-component.theme--darkpurple a:not([class$=-cta]):hover,.featured-component.theme--darkpurple [class$=-link]:hover{color:#d92a83}.featured-component.theme--darkpurple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.featured-component.theme--darkpurple [class$=-cta] .button-animated{background-color:#96d7d2}.featured-component.theme--yellow{background-color:#ffc832;color:#000}.featured-component.theme--yellow ul li:before{background-color:#503291}.featured-component.theme--yellow [class$=-title],.featured-component.theme--yellow [class$=-eyebrow],.featured-component.theme--yellow [class$=-subtitle],.featured-component.theme--yellow [class$=-sub-title]{color:#503291}.featured-component.theme--yellow a:not([class$=-cta]),.featured-component.theme--yellow [class$=-link]{color:#503291}.featured-component.theme--yellow a:not([class$=-cta]):hover,.featured-component.theme--yellow [class$=-link]:hover{color:#412877}.featured-component.theme--yellow [class$=-cta]{background-color:#503291}.featured-component.theme--yellow [class$=-cta] .button-animated{background-color:#412877}.featured-component.theme--vibrantcyan,.featured-component.theme--cyan{background-color:#2dbecd;color:#000}.featured-component.theme--vibrantcyan ul li:before,.featured-component.theme--cyan ul li:before{background-color:#503291}.featured-component.theme--vibrantcyan [class$=-title],.featured-component.theme--cyan [class$=-title]{color:#503291}.featured-component.theme--vibrantcyan [class$=-eyebrow],.featured-component.theme--vibrantcyan [class$=-subtitle],.featured-component.theme--vibrantcyan [class$=-sub-title],.featured-component.theme--cyan [class$=-eyebrow],.featured-component.theme--cyan [class$=-subtitle],.featured-component.theme--cyan [class$=-sub-title]{color:#412877}.featured-component.theme--vibrantcyan a:not([class$=-cta]),.featured-component.theme--vibrantcyan [class$=-link],.featured-component.theme--cyan a:not([class$=-cta]),.featured-component.theme--cyan [class$=-link]{color:#412877}.featured-component.theme--vibrantcyan a:not([class$=-cta]):hover,.featured-component.theme--vibrantcyan [class$=-link]:hover,.featured-component.theme--cyan a:not([class$=-cta]):hover,.featured-component.theme--cyan [class$=-link]:hover{color:#503291}.featured-component.theme--vibrantcyan [class$=-cta],.featured-component.theme--cyan [class$=-cta]{background-color:#503291}.featured-component.theme--vibrantcyan [class$=-cta] .button-animated,.featured-component.theme--cyan [class$=-cta] .button-animated{background-color:#412877}.featured-component.theme--white{background-color:#fff;color:#000}.featured-component.theme--white ul li:before{background-color:#503291}.featured-component.theme--white [class$=-title],.featured-component.theme--white [class$=-eyebrow],.featured-component.theme--white [class$=-subtitle],.featured-component.theme--white [class$=-sub-title]{color:#503291}.featured-component.theme--white a:not([class$=-cta]),.featured-component.theme--white [class$=-link]{color:#d92b83}.featured-component.theme--white a:not([class$=-cta]):hover,.featured-component.theme--white [class$=-link]:hover{color:#eb3c96}.featured-component.theme--white [class$=-cta]{color:#fff;background-color:#d92b83}.featured-component.theme--white [class$=-cta] .button-animated{background-color:#eb3c96}.featured-component.theme--blue{background-color:#0f69af;color:#fff}.featured-component.theme--blue ul li:before{background-color:#ffc832}.featured-component.theme--blue [class$=-title]{color:#ffc832}.featured-component.theme--blue [class$=-eyebrow],.featured-component.theme--blue [class$=-subtitle],.featured-component.theme--blue [class$=-sub-title]{color:#ffc832}.featured-component.theme--blue a:not([class$=-cta]),.featured-component.theme--blue [class$=-link]{color:#ffc832}.featured-component.theme--blue a:not([class$=-cta]):hover,.featured-component.theme--blue [class$=-link]:hover{color:#ffdcb9}.featured-component.theme--blue [class$=-cta]{background-color:#ffc832;color:#000}.featured-component.theme--blue [class$=-cta] .button-animated{background-color:#ffdcb9}.featured-component--magenta .featured-component-text,.featured-component--magenta .featured-component p,.featured-component--magenta .featured-component li{color:#fff}.featured-component--magenta .featured-component li:before{background-color:#503291}.featured-component--magenta .featured-component__container{background-color:#eb3c96}.featured-component--magenta .featured-component__image:after{background-color:#eb3c96}.featured-component--magenta .featured-component__content-title,.featured-component--magenta .featured-component__content-eyebrow{color:#ffc832}.featured-component--magenta .featured-component__content li:before{background-color:#2dbecd}.featured-component--magenta .featured-component__content .button{background-color:#fff;color:#eb3c96}.featured-component--magenta .featured-component__content .button:hover{color:#eb3c96}.featured-component--magenta .featured-component__content .button .button-animated{background-color:#f5f5f5}@media all and (min-width: 1281px){.featured-component__row{min-height:568px}.featured-component__row--standard-left .featured-component__content--standard{padding-left:15px}.featured-component__image:after{position:absolute;top:-80px;left:-75px;width:200px;height:calc(100% + 160px);background-color:#fff}.featured-component__image--standard{width:50%;position:relative;min-height:1px;padding:0 15px}.featured-component__image--standard img{position:relative;top:0;left:0;width:100%}.featured-component__content{-ms-flex-item-align:center;align-self:center;padding:50px;float:none;vertical-align:middle}.featured-component__content-eyebrow{font-size:25px}.featured-component__content-title,.featured-component__content-text{margin-bottom:24px}.featured-component__content--standard{width:50%;position:relative;min-height:1px;padding:0 15px;padding:50px;padding-left:6.25%}.featured-component__video{padding:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-component__row{min-height:510px}.featured-component__row--standard-left .featured-component__content--standard{padding-left:15px}.featured-component__content-text{margin-bottom:24px}.featured-component__content-text p{margin-bottom:0}.featured-component__image:after{position:absolute;top:-80px;left:-75px;width:200px;height:calc(100% + 160px);background-color:#fff}.featured-component__image--standard{width:50%;position:relative;min-height:1px;padding:0 15px}.featured-component__image--standard img{position:relative;top:0;left:0;width:100%}.featured-component__content{-ms-flex-item-align:center;align-self:center;padding:50px;float:none;vertical-align:middle}.featured-component__content-eyebrow{font-size:20px}.featured-component__content--standard{width:50%;position:relative;min-height:1px;padding:0 15px;padding-left:6.25%}.featured-component__video{padding:0}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-component__row--standard{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.featured-component__row--standard-left .featured-component__image--standard{padding-right:10px;padding-left:0}.featured-component__image--standard{width:50%;position:relative;min-height:1px;padding:0 10px;padding-right:0;padding-left:10px}.featured-component__image--standard img{position:relative;top:0;left:0;width:100%}.featured-component__content{-ms-flex-item-align:center;align-self:center;padding:50px}.featured-component__content--standard{width:50%;position:relative;min-height:1px;padding:0 10px;padding:20px}.featured-component__content-eyebrow{font-size:18px}.featured-component__content-title,.featured-component__content-text{margin-bottom:24px}.featured-component__content-title{line-height:115%}.featured-component__video{padding:0}}@media all and (min-width: 0)and (max-width: 767px){.featured-component__container{zoom:1;width:1400px;margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:64px !important;padding-bottom:64px !important}.featured-component__container:before,.featured-component__container:after{display:table;line-height:0;content:""}.featured-component__container:after{clear:both}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 0)and (max-width: 767px){.featured-component__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 768px)and (max-width: 1024px){.featured-component__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1025px)and (max-width: 1280px){.featured-component__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1281px){.featured-component__container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px){.featured-component.global-no-paddding-top .featured-component__container{padding-top:0 !important}}@media all and (min-width: 0)and (max-width: 767px){.featured-component.global-no-paddding-bottom .featured-component__container{padding-bottom:0 !important}}@media all and (min-width: 0)and (max-width: 767px){.featured-component__row--standard{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;margin:0}}@media all and (min-width: 0)and (max-width: 767px){.featured-component__image{padding-top:0}.featured-component__image img{width:100%;position:relative;min-height:1px;padding:0 10px;position:relative;top:0;left:0;margin-right:0;padding:0}.featured-component__image--standard{margin-bottom:25px !important;padding-top:0px !important}.featured-component__image--standard img{position:relative;top:0;left:0;margin:0;padding:0}}@media all and (min-width: 0)and (max-width: 767px){.featured-component__content-title{margin-top:10px;margin-bottom:16px;font-size:24px;line-height:1.2}.featured-component__content-eyebrow{margin-top:10px}.featured-component__content-text{margin-bottom:20px}.featured-component__content-text,.featured-component__content-text p{font-size:14px;line-height:1.4}}@media all and (min-width: 0)and (max-width: 767px){.featured-component__video{margin-bottom:20px}}@media all and (min-width: 0)and (max-width: 767px){.featured-component .video-player:not(.moving-image__video){padding-bottom:56.25%}.featured-component .video-player-mask{top:0}}html[lang=zh] .featured-component__content-eyebrow,html[lang=ja] .featured-component__content-eyebrow,html[lang=ko] .featured-component__content-eyebrow{margin-bottom:20px}.featured-component--fullwidth{width:100%;padding:0;background-color:#fff}.featured-component--fullwidth .featured-component__container{zoom:1;width:1400px;margin:0 auto;background-color:rgba(0,0,0,0) !important}.featured-component--fullwidth .featured-component__container:before,.featured-component--fullwidth .featured-component__container:after{display:table;line-height:0;content:""}.featured-component--fullwidth .featured-component__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.featured-component--fullwidth .featured-component__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-component--fullwidth .featured-component__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-component--fullwidth .featured-component__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.featured-component--fullwidth .featured-component__container{width:1280px;padding-right:30px;padding-left:30px}}.featured-component--fullwidth.featured-component--yellow{background-color:#ffc832}.featured-component--fullwidth.featured-component--cyan{background-color:#2dbecd}.featured-component--story{padding-top:80px;padding-bottom:80px}@media all and (min-width: 0)and (max-width: 767px){.featured-component--story.global-no-paddding-bottom .featured-component__image{margin-bottom:40px}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-component--story.global-no-paddding-bottom .featured-component__image{margin-bottom:40px}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-component--story.global-no-paddding-bottom .featured-component__content-text{margin-bottom:24px}.featured-component--story.global-no-paddding-bottom .featured-component>*:last-child{margin-bottom:0;padding-bottom:0}}@media all and (min-width: 1281px){.featured-component--story.global-no-paddding-bottom .featured-component__content-text{margin-bottom:24px}.featured-component--story.global-no-paddding-bottom .featured-component__content-text>*:last-child{margin-bottom:0;padding-bottom:0}}.featured-component--story .featured-component__container{zoom:1;width:1400px;margin:0 auto}.featured-component--story .featured-component__container:before,.featured-component--story .featured-component__container:after{display:table;line-height:0;content:""}.featured-component--story .featured-component__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.featured-component--story .featured-component__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-component--story .featured-component__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-component--story .featured-component__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.featured-component--story .featured-component__container{width:1280px;padding-right:30px;padding-left:30px}}.featured-component--story .featured-component__content-eyebrow{margin-top:0;font-size:12px}.featured-component--story .featured-component__content-text{margin-bottom:40px}.featured-component--story .featured-component__content-text ol{margin-left:38px}.featured-component--story .featured-component__content-text ul{margin-left:36px}.featured-component--story .featured-component__content-text a{font-weight:bolder}.featured-component--story .featured-component__content-title{margin-top:0;margin-bottom:30px}.featured-component--story .featured-component__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0}.featured-component--story .featured-component__image img{height:auto;aspect-ratio:16/9}.featured-component--story .featured-component__image picture{width:100%}@media all and (min-width: 0)and (max-width: 767px){.featured-component--story .featured-component__content{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.featured-component--story .featured-component__content-eyebrow{line-height:16px}.featured-component--story .featured-component__content-title{font-size:24px;line-height:26px}.featured-component--story .featured-component__content-text>*{font-size:16px;font-weight:400;line-height:24px}.featured-component--story .featured-component__image{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-component--story .featured-component__content{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%;-ms-flex-item-align:auto;align-self:auto}.featured-component--story .featured-component__content-eyebrow{width:74%;line-height:16px}.featured-component--story .featured-component__content-title{font-size:28px;line-height:31px}.featured-component--story .featured-component__content-text>*{font-size:16px;font-weight:400;line-height:24px}.featured-component--story .featured-component__image{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}}@media screen and (min-width: 1025px){.featured-component--story .featured-component__content{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;margin-left:12.5%}.featured-component--story .featured-component__content-eyebrow{width:74%;line-height:16px}.featured-component--story .featured-component__content-text{margin-bottom:0}.featured-component--story .featured-component__content-text>*{font-size:16px;font-weight:400;line-height:24px}.featured-component--story .featured-component__content-title{font-size:32px;line-height:35px}.featured-component--story .featured-component__image{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left;margin-top:80px}}@media print{.featured-component--story{padding-top:60px;padding-bottom:60px}.featured-component--story .featured-component__content{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;margin-left:12.5%}.featured-component--story .featured-component__content-eyebrow{width:74%;font-size:12px;line-height:16px}.featured-component--story .featured-component__content-title{font-size:24px;line-height:26px}.featured-component--story .featured-component__content-text>*{font-size:16px;font-weight:400;line-height:24px}.featured-component--story .featured-component__image{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left;margin-top:80px;margin-left:0}}.featured-component--homepage{background-color:#f5f5f5 !important}.featured-component--homepage .featured-component__container{zoom:1;width:1400px;margin:0 auto}.featured-component--homepage .featured-component__container:before,.featured-component--homepage .featured-component__container:after{display:table;line-height:0;content:""}.featured-component--homepage .featured-component__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.featured-component--homepage .featured-component__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-component--homepage .featured-component__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-component--homepage .featured-component__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.featured-component--homepage .featured-component__container{width:1280px;padding-right:30px;padding-left:30px}}.featured-component--homepage .featured-component__row{zoom:1;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.featured-component--homepage .featured-component__row:before,.featured-component--homepage .featured-component__row:after{display:table;line-height:0;content:""}.featured-component--homepage .featured-component__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.featured-component--homepage .featured-component__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-component--homepage .featured-component__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-component--homepage .featured-component__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.featured-component--homepage .featured-component__row{margin-right:-15px;margin-left:-15px}}.featured-component--homepage .featured-component__content-eyebrow{margin-bottom:0;color:#d92b83 !important;font-size:12px;font-weight:700;line-height:16px}.featured-component--homepage .featured-component__content-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:16px;margin-bottom:0;color:#2d1c51 !important;font-size:30px;font-weight:700;line-height:39px;text-transform:none}.featured-component--homepage .featured-component__content-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.featured-component--homepage .featured-component__content-text>*{color:#000 !important;font-size:16px;font-weight:400;line-height:24px}.featured-component--homepage .featured-component__content-text{margin-top:8px;margin-bottom:40px}.featured-component--homepage .featured-component-cta{padding:12px;background-color:#d92b83 !important;color:#fff !important;font-size:14px;font-weight:700;line-height:14px}.featured-component--homepage .featured-component-cta-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.featured-component--homepage .featured-component-cta-secondary{margin-left:24px;padding:6px;background-color:rgba(0,0,0,0) !important;color:#d92b83 !important;line-height:17px}.featured-component--homepage .featured-component__image{-ms-flex-line-pack:center;align-content:center}.featured-component--homepage .featured-component__image img{height:auto}@media all and (min-width: 0)and (max-width: 767px){.featured-component--homepage .featured-component__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:0 10px}.featured-component--homepage .featured-component-cta-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:70%}.featured-component--homepage .featured-component-cta-secondary{margin-top:24px;margin-left:0}.featured-component--homepage .featured-component__image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:40px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-component--homepage .featured-component__row{padding-top:64px;padding-bottom:64px}.featured-component--homepage .featured-component__content{padding:0 10px}.featured-component--homepage .featured-component-cta-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:60%}.featured-component--homepage .featured-component-cta-secondary{margin-top:24px;margin-left:0}.featured-component--homepage .featured-component__image{padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-component--homepage .featured-component__row{padding-top:131px;padding-bottom:131px}.featured-component--homepage .featured-component__content{padding:0 15px}.featured-component--homepage .featured-component__image{padding:0 15px}}@media all and (min-width: 1281px){.featured-component--homepage .featured-component__row{padding-top:84px;padding-bottom:84px}.featured-component--homepage .featured-component__content{padding:0 15px}.featured-component--homepage .featured-component__image{margin-left:6.25%;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-bu-homepage-no-padding .featured-component--homepage .featured-component__row{padding-top:0;padding-bottom:0}}@media all and (min-width: 1281px){.featured-bu-homepage-no-padding .featured-component--homepage .featured-component__row{padding-top:0;padding-bottom:0}}.ie .cmp-featured-image{display:-ms-flexbox;display:-webkit-box;display:flex}@media print{.sg-navigation,.sg-well-container,[data-script=grid],.sg-footer{display:none}}.featured-product{background-color:#fff}@media all and (min-width: 0)and (max-width: 767px){.featured-product{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-product{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-product{padding-top:60px !important}}@media all and (min-width: 1281px){.featured-product{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.featured-product{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-product{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-product{padding-bottom:60px !important}}@media all and (min-width: 1281px){.featured-product{padding-bottom:60px !important}}.featured-product-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-bottom:0;color:#2dbecd}@media all and (min-width: 0)and (max-width: 767px){.featured-product-title{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-product-title{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-product-title{padding-bottom:60px !important}}@media all and (min-width: 1281px){.featured-product-title{padding-bottom:60px !important}}.featured-product-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.featured-product-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-product-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-product-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.featured-product-title{margin-top:-12px;font-size:28px;line-height:1.2}}.featured-product-list{margin:0}.featured-product-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e1e1e1}@media all and (min-width: 0)and (max-width: 767px){.featured-product-item{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-product-item{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-product-item{padding-top:60px !important}}@media all and (min-width: 1281px){.featured-product-item{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.featured-product-item{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-product-item{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-product-item{padding-bottom:60px !important}}@media all and (min-width: 1281px){.featured-product-item{padding-bottom:60px !important}}.featured-product-item a{vertical-align:middle}.featured-product-item:first-child{padding-top:0 !important}.featured-product-item:last-child{padding-bottom:0 !important;border-bottom:0}.featured-product-item:before{display:none}.featured-product-item-image{position:relative;position:relative;overflow:hidden}.featured-product-item-image:before{display:block;width:100%;padding-top:75%;content:""}.featured-product-item-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.featured-product-item-image img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-product-item-image img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-product-item-image img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.featured-product-item-image img{padding:0 10px}}.featured-product-item-image .icon-plus{display:none;position:absolute;width:25px;height:25px}.featured-product-item-image .icon-plus:before{color:#eb3c96;font-size:25px}.featured-product-item-image .icon-plus:hover{cursor:pointer}.featured-product-item .arrow-link{margin-left:14.2857142857%;font-weight:bold}@media all and (min-width: 1281px){.featured-product-item-content{margin-left:6.25%}.featured-product-item:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.featured-product-item:nth-child(even) .featured-product-item-content{margin-left:0}.featured-product-item:nth-child(even) .featured-product-item-image{margin-left:6.25%}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-product-item-content{margin-left:6.25%}.featured-product-item:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.featured-product-item:nth-child(even) .featured-product-item-content{margin-left:0}.featured-product-item:nth-child(even) .featured-product-item-image{margin-left:6.25%}.featured-product-item .arrow-link{margin-left:6%}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-product-item-image .icon-cross{display:none}.featured-product-item .arrow-link{margin-left:0}}@media all and (min-width: 0)and (max-width: 767px){.featured-product-item{display:inline-block}.featured-product-item-image{margin-bottom:30px}.featured-product-item-image .icon-cross{display:none}.featured-product-item .button{display:table}.featured-product-item .arrow-link{margin-left:0}}.filter{background-color:#fff}.filter-button{display:none;position:absolute;width:60px;height:60px;border:0;border-radius:50%;background-color:#503291;cursor:pointer;overflow:auto;z-index:1000;position:fixed;bottom:30px;left:20px}.filter-button:before{-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#fff;font-size:18px;content:"";font-family:"MKGAA-ICONS" !important;position:absolute;top:50%;left:50%}.filter-content{margin-top:0px !important;z-index:1000}.filter-content-title{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e9e9e9;color:#503291;font-size:18px !important;text-transform:capitalize}.filter-content-title:after{content:":"}.filter-content-title .mobile-clear-filter{display:none;margin-left:10px;padding-left:10px;border-left:1px solid #000;color:#eb3c96;font-size:14px;font-weight:100;text-transform:initial}.filter-content-title .mobile-clear-filter:hover{cursor:pointer}.filter-selection-container{margin:0 -17px;overflow:hidden;margin-bottom:24px !important}.filter-type{position:relative;border-bottom:1px solid #e9e9e9}.filter-type-title{margin-top:24px;margin-bottom:0;color:#503291;font-size:14px;font-weight:bold;line-height:2.3;text-transform:uppercase}.filter-type-title:hover{cursor:pointer}.filter-type .expand-icon{position:absolute;top:0;right:0}.filter-type .expand-icon:hover{cursor:pointer}.filter-type-level-1,.filter-type-level-2{font-size:14px}.filter-type-level-1-item,.filter-type-level-2-item{position:relative;padding-bottom:14px;color:#000}.filter-type-level-1-item.selected,.filter-type-level-2-item.selected{color:#eb3c96;cursor:pointer}.filter-type-level-1-item.selected:after,.filter-type-level-2-item.selected:after{display:inline-block;position:absolute;top:2px;left:-15px;height:17px;border-left:4px solid #eb3c96;content:""}.filter-type-level-1-item:hover,.filter-type-level-2-item:hover{color:#eb3c96;cursor:pointer}.filter-type-level-1{padding-top:18px !important;padding-left:12px !important}.filter-type-level-1-item{font-weight:bold}.filter-type-level-1-item:last-child{padding-bottom:0}.filter-type-level-2{margin-bottom:0;margin-left:16px !important;font-weight:normal}.filter-type-level-1-item--plain-label:hover{color:#000;cursor:initial}.filter .clear-filter{margin-top:40px}.filter-buttons-mobile{display:none;position:fixed;right:0;bottom:0;left:0;padding-top:12px !important;padding-right:6px !important;padding-bottom:12px !important;padding-left:6px !important;background-color:#503291}.filter-buttons-mobile .cancel-filter,.filter-buttons-mobile .apply-filter{float:right}.filter-buttons-mobile .apply-filter{margin-right:20px}.filter-buttons-mobile .cancel-filter{margin:10px 25px;color:#fff;font-size:12px;font-weight:bold;text-transform:uppercase}@media all and (min-width: 768px)and (max-width: 1024px){.filter-button{display:block}.filter-content{display:none;margin:0 !important;background-color:#fff;position:fixed;top:0;right:0;bottom:0;left:0}.filter-content-body{overflow:scroll;-webkit-overflow-scrolling:touch;padding-top:24px !important;padding-right:24px !important;padding-bottom:24px !important;padding-left:24px !important;position:fixed;top:0;right:0;bottom:68px;left:0}.filter-content--open{display:block}.filter-content-title:after{content:""}.filter-content-title.demoted{position:relative;font-size:14px;text-transform:uppercase}.filter-content-title .mobile-clear-filter{display:inline}.filter-type-title:after{right:30px}.filter-type-level-1-item,.filter-type-level-2-item{padding-bottom:14px}.filter-type-level-1-item:hover,.filter-type-level-2-item:hover{color:#000}.filter-type-level-1-item.selected,.filter-type-level-2-item.selected{color:#eb3c96}.filter .clear-filter{display:none}.filter-buttons-mobile{display:block}.filter-button{width:50px;height:50px}.filter-button:before{font-size:17px}}@media all and (min-width: 0)and (max-width: 767px){.filter-button{display:block}.filter-content{display:none;margin:0 !important;background-color:#fff;position:fixed;top:0;right:0;bottom:0;left:0}.filter-content-body{overflow:scroll;-webkit-overflow-scrolling:touch;padding-top:24px !important;padding-right:24px !important;padding-bottom:24px !important;padding-left:24px !important;position:fixed;top:0;right:0;bottom:68px;left:0}.filter-content--open{display:block}.filter-content-title:after{content:""}.filter-content-title.demoted{position:relative;font-size:14px;text-transform:uppercase}.filter-content-title .mobile-clear-filter{display:inline}.filter-type-title:after{right:30px}.filter-type-level-1-item,.filter-type-level-2-item{padding-bottom:14px}.filter-type-level-1-item:hover,.filter-type-level-2-item:hover{color:#000}.filter-type-level-1-item.selected,.filter-type-level-2-item.selected{color:#eb3c96}.filter .clear-filter{display:none}.filter-buttons-mobile{display:block}.filter-button{width:44px;height:44px}.filter-button:before{font-size:15px}}.flex-carousel{zoom:1;width:1400px;margin:0 auto;position:relative;height:50vh;margin:auto;padding:80px}.flex-carousel:before,.flex-carousel:after{display:table;line-height:0;content:""}.flex-carousel:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.flex-carousel{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.flex-carousel{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.flex-carousel{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.flex-carousel{width:1280px;padding-right:30px;padding-left:30px}}.flex-carousel__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;background:#2d1c51;overflow:hidden}.flex-carousel__content{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.flex-carousel-reverse{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.flex-carousel-animate{-webkit-transform:none;transform:none;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.flex-carousel__item.example{width:33.3%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px dashed #fff;color:#fff}.flex-carousel .carousel__dots{display:none}.flex-carousel .item-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-carousel .item-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.flex-carousel .item-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.flex-carousel .item-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.flex-carousel .item-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.flex-carousel .item-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}@media all and (min-width: 0)and (max-width: 767px){.flex-carousel__item.example{width:100%}.flex-carousel .carousel__dots{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:26px}.flex-carousel .icon-arrow-carousel{display:none}}.footer{position:relative;background-color:#503291;overflow:hidden;zoom:1}.footer:before,.footer:after{display:table;line-height:0;content:""}.footer:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.footer{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.footer{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.footer{padding-top:60px !important}}@media all and (min-width: 1281px){.footer{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.footer{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.footer{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.footer{padding-bottom:60px !important}}@media all and (min-width: 1281px){.footer{padding-bottom:60px !important}}.footer-layers{position:absolute;top:0;right:0;bottom:0;left:0}.footer-layer--1{position:absolute;top:0;left:0}.footer-layer--2{position:absolute;top:0;left:0}.footer-layer--3{position:absolute;top:0;right:0}.footer-layer--4{position:absolute;top:0;right:0}.footer-inner{position:relative;margin:0 -24px;padding-right:24px !important;padding-left:24px !important}.footer-header{margin:0 -40px;padding:0 40px;overflow:hidden}.footer-brand{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;display:block;position:relative;font-size:96px;line-height:96px}.footer-brand:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.footer-brand svg{position:absolute;top:0;left:0}.footer-content{margin:-40px;padding:0 40px;background-color:#fff}.footer-item a{display:block;color:#454545;font-size:14px;line-height:1.2}@media all and (min-width: 768px)and (max-width: 1024px){.footer-item a{font-size:14px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.footer-item a{font-size:14px;line-height:1.2}}@media all and (min-width: 1281px){.footer-item a{font-size:14px;line-height:1.2}}@media all and (min-width: 0)and (max-width: 767px){.footer-item a{margin-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.footer-item a{margin-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.footer-item a{margin-top:20px !important}}@media all and (min-width: 1281px){.footer-item a{margin-top:20px !important}}@media all and (min-width: 0)and (max-width: 767px){.footer-item a{margin-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.footer-item a{margin-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.footer-item a{margin-bottom:20px !important}}@media all and (min-width: 1281px){.footer-item a{margin-bottom:20px !important}}.footer-item a:hover{color:#000}.footer-item--primary a{font-weight:700;letter-spacing:1px;text-transform:uppercase;font-size:16px;line-height:1.2}@media all and (min-width: 768px)and (max-width: 1024px){.footer-item--primary a{font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.footer-item--primary a{font-size:16px;line-height:1.2}}@media all and (min-width: 1281px){.footer-item--primary a{font-size:16px;line-height:1.2}}@media all and (min-width: 0)and (max-width: 767px){.footer-item--primary a{margin-bottom:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.footer-item--primary a{margin-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.footer-item--primary a{margin-bottom:25px !important}}@media all and (min-width: 1281px){.footer-item--primary a{margin-bottom:25px !important}}@media all and (min-width: 0)and (max-width: 767px){.footer-item--primary a{margin-top:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.footer-item--primary a{margin-top:16px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.footer-item--primary a{margin-top:20px !important}}@media all and (min-width: 1281px){.footer-item--primary a{margin-top:20px !important}}.footer-section-heading{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#aaa;font-size:14px;font-weight:bold;letter-spacing:1px;text-transform:uppercase}.footer-section-heading:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.footer-accordion-dropdown{margin-bottom:-1px;border-top:1px solid #eee;border-bottom:1px solid #eee;list-style:none}.footer-accordion-dropdown .accordion-dropdown-header.open .footer-accordion-dropdown-header-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.footer-accordion-dropdown .accordion-dropdown-header+.accordion-dropdown-content.open{height:auto !important}.footer-accordion-dropdown .accordion-dropdown-header.closed+.accordion-dropdown-content{display:none}.footer-accordion-dropdown-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:12px !important;padding-bottom:12px !important}.footer-accordion-dropdown-header-icon{font-size:24px;-webkit-transition:-webkit-transform 600ms ease;transition:-webkit-transform 600ms ease;transition:transform 600ms ease;transition:transform 600ms ease, -webkit-transform 600ms ease;-moz-transition:transform 600ms ease;-o-transition:transform 600ms ease;-webkit-transition:transform 600ms ease}.footer-accordion-dropdown-content{padding-bottom:12px !important}.footer-accordion-dropdown-wrapper{margin:0}.footer-accordion-dropdown::before{display:none}.footer-social{margin-top:30px !important;margin-bottom:10px !important}.footer-social-icon{display:block;position:relative;width:40px;height:40px;float:left;margin-right:20px !important;margin-bottom:20px !important}.footer-social-icon-image{pointer-events:none}.footer-social-icon-image img{display:block;width:40px;height:40px;pointer-events:none}.footer-social-icon-image--hover{transition:opacity 600ms ease;-moz-transition:opacity 600ms ease;-o-transition:opacity 600ms ease;-webkit-transition:opacity 600ms ease;position:absolute;top:0;left:0;opacity:0;pointer-events:none}.is-ios .footer-social-icon-image--hover{display:none}.footer-social-icon:hover .footer-social-icon-image--hover{opacity:1}.footer-disclaimer-title{font-weight:bold;margin-bottom:8px !important}.footer-disclaimer-title,.footer-disclaimer-description{color:#454545}.footer-disclaimer-description{margin-bottom:30px !important;font-size:12px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){.footer-disclaimer-description{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.footer-disclaimer-description{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.footer-disclaimer-description{font-size:12px;line-height:1.7}}.footer-disclaimer-description *{font-size:12px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){.footer-disclaimer-description *{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.footer-disclaimer-description *{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.footer-disclaimer-description *{font-size:12px;line-height:1.7}}.footer-disclaimer-description>*{margin-bottom:10px !important}.footer-disclaimer-logo{margin-bottom:24px !important}.footer-disclaimer-logo a{display:inline-block}.footer-disclaimer-logo img{max-height:50px}.footer-disclaimer hr{height:0;margin:0;border:0;border-bottom:1px solid #e1e1e1}.footer-detail{padding-top:30px !important}.footer-copyright p{color:#454545;font-size:10px}.footer-legal{text-align:right}.footer-legal ul{line-height:1}.footer-legal-item{display:inline;padding-right:24px !important;padding-left:24px !important;border-right:1px solid #454545;line-height:1;margin-bottom:30px !important}.footer-legal-item a{color:#454545;font-size:12px;font-weight:bold;line-height:1;text-transform:uppercase}.footer-legal-item span.ot-sdk-show-settings{color:#454545;font-size:12px;font-weight:bold;line-height:1;text-transform:uppercase;cursor:pointer}.footer-legal-item:last-child{border:0;padding-right:0px !important}.footer--to-edge{height:100%}.footer-theme--0{background-color:#0f69af}.footer-theme--0 .footer-layer--1 svg g path{fill:#eb3c96}.footer-theme--0 .footer-layer--2 svg g path{fill:#ffc832}.footer-theme--0 .footer-layer--3 svg g path{fill:#eb3c96}.footer-theme--0 .footer-layer--4 svg g path{fill:#ffc832}.footer-theme--0 .footer-item--primary a{color:#eb3c96}.footer-theme--0 .footer-item--primary a:hover{color:rgba(235,60,150,.7)}.footer-theme--0 .footer-brand--1 svg g path{fill:#0f69af}.footer-theme--0 .footer-brand--2 svg g path{fill:#eb3c96}.footer-theme--0 .footer-brand--3 svg g path{fill:#ffc832}.footer-theme--0 .footer-brand--1 svg g path{fill:#0f69af}.footer-theme--0 .footer-brand--2 svg g path{fill:#ffc832}.footer-theme--0 .footer-brand--3 svg g path{fill:#eb3c96}.footer-theme--1{background-color:#2dbecd}.footer-theme--1 .footer-layer--1 svg g path{fill:#e61e50}.footer-theme--1 .footer-layer--2 svg g path{fill:#503291}.footer-theme--1 .footer-layer--3 svg g path{fill:#e61e50}.footer-theme--1 .footer-layer--4 svg g path{fill:#503291}.footer-theme--1 .footer-item--primary a{color:#e61e50}.footer-theme--1 .footer-item--primary a:hover{color:rgba(230,30,80,.7)}.footer-theme--1 .footer-brand--1 svg g path{fill:#2dbecd}.footer-theme--1 .footer-brand--2 svg g path{fill:#e61e50}.footer-theme--1 .footer-brand--3 svg g path{fill:#503291}.footer-theme--2{background-color:#503291}.footer-theme--2 .footer-layer--1 svg g path{fill:#eb3c96}.footer-theme--2 .footer-layer--2 svg g path{fill:#2dbecd}.footer-theme--2 .footer-layer--3 svg g path{fill:#eb3c96}.footer-theme--2 .footer-layer--4 svg g path{fill:#2dbecd}.footer-theme--2 .footer-item--primary a{color:#eb3c96}.footer-theme--2 .footer-item--primary a:hover{color:rgba(235,60,150,.7)}.footer-theme--2 .footer-brand--1 svg g path{fill:#503291}.footer-theme--2 .footer-brand--2 svg g path{fill:#eb3c96}.footer-theme--2 .footer-brand--3 svg g path{fill:#2dbecd}.footer-theme--richblue .footer{background-color:#0f69af}.footer-theme--richblue .footer .footer-layer--1 svg g path{fill:#eb3c96}.footer-theme--richblue .footer .footer-layer--2 svg g path{fill:#ffc832}.footer-theme--richblue .footer .footer-layer--3 svg g path{fill:#eb3c96}.footer-theme--richblue .footer .footer-layer--4 svg g path{fill:#ffc832}.footer-theme--richblue .footer .footer-item--primary a{color:#eb3c96}.footer-theme--richblue .footer .footer-item--primary a:hover{color:rgba(235,60,150,.7)}.footer-theme--richblue .footer .footer-brand--1 svg g path{fill:#0f69af}.footer-theme--richblue .footer .footer-brand--2 svg g path{fill:#eb3c96}.footer-theme--richblue .footer .footer-brand--3 svg g path{fill:#ffc832}.footer-theme--richpurple .footer{background-color:#503291}.footer-theme--richpurple .footer .footer-layer--1 svg g path{fill:#eb3c96}.footer-theme--richpurple .footer .footer-layer--2 svg g path{fill:#2dbecd}.footer-theme--richpurple .footer .footer-layer--3 svg g path{fill:#eb3c96}.footer-theme--richpurple .footer .footer-layer--4 svg g path{fill:#2dbecd}.footer-theme--richpurple .footer .footer-item--primary a{color:#eb3c96}.footer-theme--richpurple .footer .footer-item--primary a:hover{color:rgba(235,60,150,.7)}.footer-theme--richpurple .footer .footer-brand--1 svg g path{fill:#503291}.footer-theme--richpurple .footer .footer-brand--2 svg g path{fill:#eb3c96}.footer-theme--richpurple .footer .footer-brand--3 svg g path{fill:#2dbecd}@media all and (min-width: 0)and (max-width: 767px){.footer-layers{background-color:#fff}.footer-layer{display:none}.footer-inner{margin-top:0 !important;margin-bottom:0 !important;padding-top:0 !important}.footer-header{height:116px;background-color:#fff}.footer-brand{display:none;margin:-64px 0 0 -112px}.footer-brand--1,.footer-brand--2,.footer-brand--3{display:block}.footer-section-heading{margin-top:10px !important;margin-bottom:10px !important}.footer-item--secondary:first-child a{margin-top:0px !important}.footer-content{margin:0 -20px !important;padding:32px 20px}.footer-legal{text-align:left}.footer-legal-item{display:block;padding:0 !important;border:0}.footer-legal-item:last-child{margin-bottom:0 !important}}@media all and (min-width: 768px)and (max-width: 1024px){.footer-layers{background-color:#fff}.footer-layer{display:none}.footer-inner{margin-top:0 !important;margin-bottom:0 !important;padding-top:0 !important}.footer-header{height:160px;background-color:#fff}.footer-brand{display:none;margin:-64px 0 0 -112px}.footer-brand--1,.footer-brand--2,.footer-brand--3{display:block}.footer-section-heading{margin-top:20px !important;margin-bottom:10px !important}.footer-content{padding-top:32px;padding-bottom:32px}.footer-legal{text-align:left}.footer-legal-item{border:0;border-right:1px solid #454545;display:inline-block}.footer-legal-item:first-child{padding-left:0 !important}.footer-legal-item:last-child{border:0}.footer-legal ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.footer-copyright{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;text-align:center}}@media all and (min-width: 1025px)and (max-width: 1280px){.footer-header{height:180px}.footer-brand{margin:-64px 0 0 -112px}.footer-brand--1,.footer-brand--2,.footer-brand--3{display:none}.footer-section-heading{margin-top:20px !important;margin-bottom:10px !important}.footer-legal ul,.footer-copyright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.footer-legal-item:first-child{padding-left:0 !important}}@media all and (min-width: 1281px){.footer-header{height:180px}.footer-brand{margin:-64px 0 0 -112px}.footer-brand--1,.footer-brand--2,.footer-brand--3{display:none}.footer-section-heading{margin-top:20px !important;margin-bottom:10px !important}.footer-legal ul,.footer-copyright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.footer-legal-item:first-child{padding-left:0 !important}}.footer--transparent .footer{background-color:rgba(0,0,0,0)}.footer--overflow .footer{overflow:visible}.form-assembly{zoom:1}.form-assembly:before,.form-assembly:after{display:table;line-height:0;content:""}.form-assembly:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.form-assembly{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.form-assembly{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.form-assembly{padding-top:60px !important}}@media all and (min-width: 1281px){.form-assembly{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.form-assembly{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.form-assembly{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.form-assembly{padding-bottom:60px !important}}@media all and (min-width: 1281px){.form-assembly{padding-bottom:60px !important}}.form-assembly-container{zoom:1;width:1400px;margin:0 auto}.form-assembly-container:before,.form-assembly-container:after{display:table;line-height:0;content:""}.form-assembly-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.form-assembly-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.form-assembly-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.form-assembly-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.form-assembly-container{width:1280px;padding-right:30px;padding-left:30px}}.form-assembly-row{zoom:1}.form-assembly-row:before,.form-assembly-row:after{display:table;line-height:0;content:""}.form-assembly-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.form-assembly-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.form-assembly-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.form-assembly-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.form-assembly-row{margin-right:-15px;margin-left:-15px}}.form-assembly-target{width:100%}.form-assembly-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.form-assembly-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.form-assembly-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.form-assembly-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.form-assembly-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.form-assembly-title{margin-top:-12px;font-size:28px;line-height:1.2}}.form-assembly-publication-image{width:auto;max-width:220px;height:auto;max-height:293px}.form-assembly-reset{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0}.form-assembly-select>select::-ms-expand{display:none}.form-assembly-select-icon{position:absolute;top:10px;right:0;color:#eb3c96;font-size:24px;pointer-events:none}.form-assembly-disclaimer{text-align:center}.form-assembly-disclaimer .disclaimer-modal-content-description p:not(:last-child){margin-bottom:8px !important}.form-assembly .wFormContainer{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0}.form-assembly .wFormContainer a{color:#eb3c96}.form-assembly .wFormContainer a:hover{color:#ff6ab5}.form-assembly .wFormContainer .wForm{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;margin-bottom:24px !important}.form-assembly .wFormContainer .wForm .wFormTitle{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.form-assembly .wFormContainer .wForm .wFormTitle:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.form-assembly .wFormContainer .wForm .wFormTitle{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.form-assembly .wFormContainer .wForm .wFormTitle{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.form-assembly .wFormContainer .wForm .wFormTitle{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.form-assembly .wFormContainer .wForm .wFormTitle{margin-top:-12px;font-size:28px;line-height:1.2}}.form-assembly .wFormContainer .wForm .oneField{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;margin-bottom:30px !important}.form-assembly .wFormContainer .wForm .oneField .label,.form-assembly .wFormContainer .wForm .oneField .preField{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin-bottom:8px !important;display:block;font-weight:bold;text-transform:uppercase}.form-assembly .wFormContainer .wForm .oneField .label:lang(ja),.form-assembly .wFormContainer .wForm .oneField .preField:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.form-assembly .wFormContainer .wForm .oneField .label,.form-assembly .wFormContainer .wForm .oneField .preField{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.form-assembly .wFormContainer .wForm .oneField .label,.form-assembly .wFormContainer .wForm .oneField .preField{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.form-assembly .wFormContainer .wForm .oneField .label,.form-assembly .wFormContainer .wForm .oneField .preField{font-size:12px;line-height:1.7}}.form-assembly .wFormContainer .wForm .oneField .hint{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0}.form-assembly .wFormContainer .wForm .oneField .inputWrapper{width:100%}@media all and (min-width: 0)and (max-width: 767px){.form-assembly .wFormContainer .wForm .oneField .inputWrapper input[type=text]{width:100%}}.form-assembly .wFormContainer .wForm .oneField input{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;padding-top:6px !important;padding-bottom:6px !important;width:100%;height:auto;border-bottom:2px solid #aaa}.form-assembly .wFormContainer .wForm .oneField input:focus{outline:0}.form-assembly .wFormContainer .wForm .oneField select{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;margin-top:8px !important;padding-top:0px !important;padding-bottom:6px !important;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;width:100%;border-bottom:2px solid #aaa;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media all and (min-width: 0)and (max-width: 767px){.form-assembly .wFormContainer .wForm .oneField select{padding-left:0px !important;padding-right:12px !important;text-overflow:ellipsis}}.form-assembly .wFormContainer .wForm .oneField select:focus{outline:0}.form-assembly .wFormContainer .wForm .oneField select:after{font-family:"MKGAA-ICONS" !important;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}.form-assembly .wFormContainer .wForm .oneField textarea{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;margin-bottom:24px !important;padding-top:12px !important;padding-right:12px !important;padding-bottom:12px !important;padding-left:12px !important;width:100%;min-height:304px;background-color:#f5f5f5}.form-assembly .wFormContainer .wForm .oneField textarea:focus{outline:0}.form-assembly .wFormContainer .wForm .oneChoice{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;margin-bottom:8px !important}.form-assembly .wFormContainer .wForm .oneChoice .label,.form-assembly .wFormContainer .wForm .oneChoice .postField{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;display:inline}.form-assembly .wFormContainer .wForm .oneChoice input{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;display:inline;margin-left:4px !important;margin-right:8px !important;width:auto}.form-assembly .wFormContainer .wForm .htmlSection{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0}.form-assembly .wFormContainer .wForm legend{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;font-weight:bold;text-transform:uppercase}.form-assembly .wFormContainer .wForm legend:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.form-assembly .wFormContainer .wForm legend{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.form-assembly .wFormContainer .wForm legend{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.form-assembly .wFormContainer .wForm legend{font-size:14px;line-height:1.7}}.form-assembly .wFormContainer .wForm .section{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0}.form-assembly .wFormContainer .wForm .captcha{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;margin-bottom:24px !important}.form-assembly .wFormContainer .wForm .captcha .instructions{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7}.form-assembly .wFormContainer .wForm .captcha .instructions:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.form-assembly .wFormContainer .wForm .captcha .instructions{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.form-assembly .wFormContainer .wForm .captcha .instructions{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.form-assembly .wFormContainer .wForm .captcha .instructions{font-size:14px;line-height:1.7}}.form-assembly .wFormContainer .wForm .captchaHelp{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7}.form-assembly .wFormContainer .wForm .captchaHelp:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.form-assembly .wFormContainer .wForm .captchaHelp{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.form-assembly .wFormContainer .wForm .captchaHelp{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.form-assembly .wFormContainer .wForm .captchaHelp{font-size:12px;line-height:1.7}}.form-assembly .wFormContainer .wForm #google-captcha .captchaHelp{display:none !important}.form-assembly .wFormContainer .wForm .actions{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0}.form-assembly .wFormContainer .wForm .actions input[type=submit],.form-assembly .wFormContainer .wForm .actions input[type=button]{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;padding:12px 12px;border-radius:5px;font-size:11px;line-height:12px;background-color:#eb3c96}.form-assembly .wFormContainer .wForm .actions input[type=submit]:disabled,.form-assembly .wFormContainer .wForm .actions input[type=button]:disabled{background:#e1e1e1}.form-assembly .wFormContainer .wForm .actions input[type=submit] .button-animated,.form-assembly .wFormContainer .wForm .actions input[type=button] .button-animated{background-color:#ff6ab5}.form-assembly .wFormContainer .supportInfo{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0}.form-assembly .wFormContainer .supportInfo a{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7}.form-assembly .wFormContainer .supportInfo a:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.form-assembly .wFormContainer .supportInfo a{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.form-assembly .wFormContainer .supportInfo a{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.form-assembly .wFormContainer .supportInfo a{font-size:12px;line-height:1.7}}.form-assembly-left,.form-assembly-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.form-assembly-left{width:100%;position:relative;min-height:1px;padding:0 10px}.form-assembly-right{width:100%;position:relative;min-height:1px;padding:0 10px}.form-assembly-publication-image{display:none}.form-assembly .wFormContainer .wForm .oneChoice input{padding:0 !important}}@media all and (min-width: 768px)and (max-width: 1024px){.form-assembly-left{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.form-assembly-right{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.form-assembly-publication-image{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.form-assembly-left{width:37.5%;position:relative;min-height:1px;padding:0 15px}.form-assembly-right{width:62.5%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1281px){.form-assembly-left{width:25%;position:relative;min-height:1px;padding:0 15px}.form-assembly-right{width:75%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 0)and (max-width: 767px){.galleria{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.galleria{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.galleria{padding-top:60px !important}}@media all and (min-width: 1281px){.galleria{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.galleria{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.galleria{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.galleria{padding-bottom:60px !important}}@media all and (min-width: 1281px){.galleria{padding-bottom:60px !important}}.galleria--init{display:none}.galleria-container{width:100% !important}.galleria-bar{height:44px !important;background:none !important;background-color:#503291 !important}.galleria-bar[style="bottom: -31px; transition: none 0s ease 0s;"]{height:0 !important}.galleria-bar>*{margin-bottom:10px !important}.galleria-info{right:85px !important;left:85px !important;margin-bottom:6px !important;margin-left:10px !important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.galleria-info-text{width:90% !important;height:40px !important}.galleria-theme-twelve .galleria-s1,.galleria-theme-twelve .galleria-s2,.galleria-theme-twelve .galleria-s3,.galleria-theme-twelve .galleria-s4{display:none !important}.galleria-theme-twelve .galleria-counter{background:none !important}.galleria-theme-twelve-play:hover{background-color:#503291 !important}.galleria-theme-twelve .galleria-image-nav-left,.galleria-theme-twelve .galleria-image-nav-right{width:32px !important;height:32px !important;border:.1px #eb3c96 solid;border-radius:25px !important;background-color:#eb3c96 !important;background-blend-mode:screen !important}.galleria-theme-twelve .galleria-image-nav-left{background-position:-2px -38px !important}.galleria-theme-twelve .galleria-image-nav-right{background-position:-39px -38px !important}.galleria-theme-twelve .galleria-image-nav-right:hover{background-position-x:-39px !important}.galleria-theme-twelve .galleria-thumblink{left:20px !important;width:20px !important;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkdhbGxlcnkvQ29udHJvbHMtYmFyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAuMDAwMDAwLCAtMTMuMDAwMDAwKSIgZmlsbD0iI0VCM0M5NiI+CiAgICAgICAgICAgIDxnIGlkPSJHYWxsZXJ5LWJhciI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAuNTcxNDI4NiwxMyBMMjQuMTQyODU3MSwxMyBDMjQuNDU4NDQ4NCwxMyAyNC43MTQyODU3LDEzLjI1NTgzNzMgMjQuNzE0Mjg1NywxMy41NzE0Mjg2IEwyNC43MTQyODU3LDE3LjE0Mjg1NzEgQzI0LjcxNDI4NTcsMTcuNDU4NDQ4NCAyNC40NTg0NDg0LDE3LjcxNDI4NTcgMjQuMTQyODU3MSwxNy43MTQyODU3IEwyMC41NzE0Mjg2LDE3LjcxNDI4NTcgQzIwLjI1NTgzNzMsMTcuNzE0Mjg1NyAyMCwxNy40NTg0NDg0IDIwLDE3LjE0Mjg1NzEgTDIwLDEzLjU3MTQyODYgQzIwLDEzLjI1NTgzNzMgMjAuMjU1ODM3MywxMyAyMC41NzE0Mjg2LDEzIFogTTIwLjU3MTQyODYsMjUuODU3MTQyOSBMMjQuMTQyODU3MSwyNS44NTcxNDI5IEMyNC40NTg0NDg0LDI1Ljg1NzE0MjkgMjQuNzE0Mjg1NywyNi4xMTI5ODAxIDI0LjcxNDI4NTcsMjYuNDI4NTcxNCBMMjQuNzE0Mjg1NywzMCBDMjQuNzE0Mjg1NywzMC4zMTU1OTEzIDI0LjQ1ODQ0ODQsMzAuNTcxNDI4NiAyNC4xNDI4NTcxLDMwLjU3MTQyODYgTDIwLjU3MTQyODYsMzAuNTcxNDI4NiBDMjAuMjU1ODM3MywzMC41NzE0Mjg2IDIwLDMwLjMxNTU5MTMgMjAsMzAgTDIwLDI2LjQyODU3MTQgQzIwLDI2LjExMjk4MDEgMjAuMjU1ODM3MywyNS44NTcxNDI5IDIwLjU3MTQyODYsMjUuODU3MTQyOSBaIE0yMC41NzE0Mjg2LDE5LjQyODU3MTQgTDI0LjE0Mjg1NzEsMTkuNDI4NTcxNCBDMjQuNDU4NDQ4NCwxOS40Mjg1NzE0IDI0LjcxNDI4NTcsMTkuNjg0NDA4NyAyNC43MTQyODU3LDIwIEwyNC43MTQyODU3LDIzLjU3MTQyODYgQzI0LjcxNDI4NTcsMjMuODg3MDE5OSAyNC40NTg0NDg0LDI0LjE0Mjg1NzEgMjQuMTQyODU3MSwyNC4xNDI4NTcxIEwyMC41NzE0Mjg2LDI0LjE0Mjg1NzEgQzIwLjI1NTgzNzMsMjQuMTQyODU3MSAyMCwyMy44ODcwMTk5IDIwLDIzLjU3MTQyODYgTDIwLDIwIEMyMCwxOS42ODQ0MDg3IDIwLjI1NTgzNzMsMTkuNDI4NTcxNCAyMC41NzE0Mjg2LDE5LjQyODU3MTQgWiBNMjAuNTcxNDI4NiwzMi4yODU3MTQzIEwyNC4xNDI4NTcxLDMyLjI4NTcxNDMgQzI0LjQ1ODQ0ODQsMzIuMjg1NzE0MyAyNC43MTQyODU3LDMyLjU0MTU1MTYgMjQuNzE0Mjg1NywzMi44NTcxNDI5IEwyNC43MTQyODU3LDM2LjQyODU3MTQgQzI0LjcxNDI4NTcsMzYuNzQ0MTYyNyAyNC40NTg0NDg0LDM3IDI0LjE0Mjg1NzEsMzcgTDIwLjU3MTQyODYsMzcgQzIwLjI1NTgzNzMsMzcgMjAsMzYuNzQ0MTYyNyAyMCwzNi40Mjg1NzE0IEwyMCwzMi44NTcxNDI5IEMyMCwzMi41NDE1NTE2IDIwLjI1NTgzNzMsMzIuMjg1NzE0MyAyMC41NzE0Mjg2LDMyLjI4NTcxNDMgWiBNMjcsMTMgTDMwLjU3MTQyODYsMTMgQzMwLjg4NzAxOTksMTMgMzEuMTQyODU3MSwxMy4yNTU4MzczIDMxLjE0Mjg1NzEsMTMuNTcxNDI4NiBMMzEuMTQyODU3MSwxNy4xNDI4NTcxIEMzMS4xNDI4NTcxLDE3LjQ1ODQ0ODQgMzAuODg3MDE5OSwxNy43MTQyODU3IDMwLjU3MTQyODYsMTcuNzE0Mjg1NyBMMjcsMTcuNzE0Mjg1NyBDMjYuNjg0NDA4NywxNy43MTQyODU3IDI2LjQyODU3MTQsMTcuNDU4NDQ4NCAyNi40Mjg1NzE0LDE3LjE0Mjg1NzEgTDI2LjQyODU3MTQsMTMuNTcxNDI4NiBDMjYuNDI4NTcxNCwxMy4yNTU4MzczIDI2LjY4NDQwODcsMTMgMjcsMTMgWiBNMjcsMjUuODU3MTQyOSBMMzAuNTcxNDI4NiwyNS44NTcxNDI5IEMzMC44ODcwMTk5LDI1Ljg1NzE0MjkgMzEuMTQyODU3MSwyNi4xMTI5ODAxIDMxLjE0Mjg1NzEsMjYuNDI4NTcxNCBMMzEuMTQyODU3MSwzMCBDMzEuMTQyODU3MSwzMC4zMTU1OTEzIDMwLjg4NzAxOTksMzAuNTcxNDI4NiAzMC41NzE0Mjg2LDMwLjU3MTQyODYgTDI3LDMwLjU3MTQyODYgQzI2LjY4NDQwODcsMzAuNTcxNDI4NiAyNi40Mjg1NzE0LDMwLjMxNTU5MTMgMjYuNDI4NTcxNCwzMCBMMjYuNDI4NTcxNCwyNi40Mjg1NzE0IEMyNi40Mjg1NzE0LDI2LjExMjk4MDEgMjYuNjg0NDA4NywyNS44NTcxNDI5IDI3LDI1Ljg1NzE0MjkgWiBNMjcsMTkuNDI4NTcxNCBMMzAuNTcxNDI4NiwxOS40Mjg1NzE0IEMzMC44ODcwMTk5LDE5LjQyODU3MTQgMzEuMTQyODU3MSwxOS42ODQ0MDg3IDMxLjE0Mjg1NzEsMjAgTDMxLjE0Mjg1NzEsMjMuNTcxNDI4NiBDMzEuMTQyODU3MSwyMy44ODcwMTk5IDMwLjg4NzAxOTksMjQuMTQyODU3MSAzMC41NzE0Mjg2LDI0LjE0Mjg1NzEgTDI3LDI0LjE0Mjg1NzEgQzI2LjY4NDQwODcsMjQuMTQyODU3MSAyNi40Mjg1NzE0LDIzLjg4NzAxOTkgMjYuNDI4NTcxNCwyMy41NzE0Mjg2IEwyNi40Mjg1NzE0LDIwIEMyNi40Mjg1NzE0LDE5LjY4NDQwODcgMjYuNjg0NDA4NywxOS40Mjg1NzE0IDI3LDE5LjQyODU3MTQgWiBNMjcsMzIuMjg1NzE0MyBMMzAuNTcxNDI4NiwzMi4yODU3MTQzIEMzMC44ODcwMTk5LDMyLjI4NTcxNDMgMzEuMTQyODU3MSwzMi41NDE1NTE2IDMxLjE0Mjg1NzEsMzIuODU3MTQyOSBMMzEuMTQyODU3MSwzNi40Mjg1NzE0IEMzMS4xNDI4NTcxLDM2Ljc0NDE2MjcgMzAuODg3MDE5OSwzNyAzMC41NzE0Mjg2LDM3IEwyNywzNyBDMjYuNjg0NDA4NywzNyAyNi40Mjg1NzE0LDM2Ljc0NDE2MjcgMjYuNDI4NTcxNCwzNi40Mjg1NzE0IEwyNi40Mjg1NzE0LDMyLjg1NzE0MjkgQzI2LjQyODU3MTQsMzIuNTQxNTUxNiAyNi42ODQ0MDg3LDMyLjI4NTcxNDMgMjcsMzIuMjg1NzE0MyBaIE0zMy40Mjg1NzE0LDEzIEwzNywxMyBDMzcuMzE1NTkxMywxMyAzNy41NzE0Mjg2LDEzLjI1NTgzNzMgMzcuNTcxNDI4NiwxMy41NzE0Mjg2IEwzNy41NzE0Mjg2LDE3LjE0Mjg1NzEgQzM3LjU3MTQyODYsMTcuNDU4NDQ4NCAzNy4zMTU1OTEzLDE3LjcxNDI4NTcgMzcsMTcuNzE0Mjg1NyBMMzMuNDI4NTcxNCwxNy43MTQyODU3IEMzMy4xMTI5ODAxLDE3LjcxNDI4NTcgMzIuODU3MTQyOSwxNy40NTg0NDg0IDMyLjg1NzE0MjksMTcuMTQyODU3MSBMMzIuODU3MTQyOSwxMy41NzE0Mjg2IEMzMi44NTcxNDI5LDEzLjI1NTgzNzMgMzMuMTEyOTgwMSwxMyAzMy40Mjg1NzE0LDEzIFogTTMzLjQyODU3MTQsMjUuODU3MTQyOSBMMzcsMjUuODU3MTQyOSBDMzcuMzE1NTkxMywyNS44NTcxNDI5IDM3LjU3MTQyODYsMjYuMTEyOTgwMSAzNy41NzE0Mjg2LDI2LjQyODU3MTQgTDM3LjU3MTQyODYsMzAgQzM3LjU3MTQyODYsMzAuMzE1NTkxMyAzNy4zMTU1OTEzLDMwLjU3MTQyODYgMzcsMzAuNTcxNDI4NiBMMzMuNDI4NTcxNCwzMC41NzE0Mjg2IEMzMy4xMTI5ODAxLDMwLjU3MTQyODYgMzIuODU3MTQyOSwzMC4zMTU1OTEzIDMyLjg1NzE0MjksMzAgTDMyLjg1NzE0MjksMjYuNDI4NTcxNCBDMzIuODU3MTQyOSwyNi4xMTI5ODAxIDMzLjExMjk4MDEsMjUuODU3MTQyOSAzMy40Mjg1NzE0LDI1Ljg1NzE0MjkgWiBNMzMuNDI4NTcxNCwxOS40Mjg1NzE0IEwzNywxOS40Mjg1NzE0IEMzNy4zMTU1OTEzLDE5LjQyODU3MTQgMzcuNTcxNDI4NiwxOS42ODQ0MDg3IDM3LjU3MTQyODYsMjAgTDM3LjU3MTQyODYsMjMuNTcxNDI4NiBDMzcuNTcxNDI4NiwyMy44ODcwMTk5IDM3LjMxNTU5MTMsMjQuMTQyODU3MSAzNywyNC4xNDI4NTcxIEwzMy40Mjg1NzE0LDI0LjE0Mjg1NzEgQzMzLjExMjk4MDEsMjQuMTQyODU3MSAzMi44NTcxNDI5LDIzLjg4NzAxOTkgMzIuODU3MTQyOSwyMy41NzE0Mjg2IEwzMi44NTcxNDI5LDIwIEMzMi44NTcxNDI5LDE5LjY4NDQwODcgMzMuMTEyOTgwMSwxOS40Mjg1NzE0IDMzLjQyODU3MTQsMTkuNDI4NTcxNCBaIE0zMy40Mjg1NzE0LDMyLjI4NTcxNDMgTDM3LDMyLjI4NTcxNDMgQzM3LjMxNTU5MTMsMzIuMjg1NzE0MyAzNy41NzE0Mjg2LDMyLjU0MTU1MTYgMzcuNTcxNDI4NiwzMi44NTcxNDI5IEwzNy41NzE0Mjg2LDM2LjQyODU3MTQgQzM3LjU3MTQyODYsMzYuNzQ0MTYyNyAzNy4zMTU1OTEzLDM3IDM3LDM3IEwzMy40Mjg1NzE0LDM3IEMzMy4xMTI5ODAxLDM3IDMyLjg1NzE0MjksMzYuNzQ0MTYyNyAzMi44NTcxNDI5LDM2LjQyODU3MTQgTDMyLjg1NzE0MjksMzIuODU3MTQyOSBDMzIuODU3MTQyOSwzMi41NDE1NTE2IDMzLjExMjk4MDEsMzIuMjg1NzE0MyAzMy40Mjg1NzE0LDMyLjI4NTcxNDMgWiBNMzkuODU3MTQyOSwxMyBMNDMuNDI4NTcxNCwxMyBDNDMuNzQ0MTYyNywxMyA0NCwxMy4yNTU4MzczIDQ0LDEzLjU3MTQyODYgTDQ0LDE3LjE0Mjg1NzEgQzQ0LDE3LjQ1ODQ0ODQgNDMuNzQ0MTYyNywxNy43MTQyODU3IDQzLjQyODU3MTQsMTcuNzE0Mjg1NyBMMzkuODU3MTQyOSwxNy43MTQyODU3IEMzOS41NDE1NTE2LDE3LjcxNDI4NTcgMzkuMjg1NzE0MywxNy40NTg0NDg0IDM5LjI4NTcxNDMsMTcuMTQyODU3MSBMMzkuMjg1NzE0MywxMy41NzE0Mjg2IEMzOS4yODU3MTQzLDEzLjI1NTgzNzMgMzkuNTQxNTUxNiwxMyAzOS44NTcxNDI5LDEzIFogTTM5Ljg1NzE0MjksMjUuODU3MTQyOSBMNDMuNDI4NTcxNCwyNS44NTcxNDI5IEM0My43NDQxNjI3LDI1Ljg1NzE0MjkgNDQsMjYuMTEyOTgwMSA0NCwyNi40Mjg1NzE0IEw0NCwzMCBDNDQsMzAuMzE1NTkxMyA0My43NDQxNjI3LDMwLjU3MTQyODYgNDMuNDI4NTcxNCwzMC41NzE0Mjg2IEwzOS44NTcxNDI5LDMwLjU3MTQyODYgQzM5LjU0MTU1MTYsMzAuNTcxNDI4NiAzOS4yODU3MTQzLDMwLjMxNTU5MTMgMzkuMjg1NzE0MywzMCBMMzkuMjg1NzE0MywyNi40Mjg1NzE0IEMzOS4yODU3MTQzLDI2LjExMjk4MDEgMzkuNTQxNTUxNiwyNS44NTcxNDI5IDM5Ljg1NzE0MjksMjUuODU3MTQyOSBaIE0zOS44NTcxNDI5LDE5LjQyODU3MTQgTDQzLjQyODU3MTQsMTkuNDI4NTcxNCBDNDMuNzQ0MTYyNywxOS40Mjg1NzE0IDQ0LDE5LjY4NDQwODcgNDQsMjAgTDQ0LDIzLjU3MTQyODYgQzQ0LDIzLjg4NzAxOTkgNDMuNzQ0MTYyNywyNC4xNDI4NTcxIDQzLjQyODU3MTQsMjQuMTQyODU3MSBMMzkuODU3MTQyOSwyNC4xNDI4NTcxIEMzOS41NDE1NTE2LDI0LjE0Mjg1NzEgMzkuMjg1NzE0MywyMy44ODcwMTk5IDM5LjI4NTcxNDMsMjMuNTcxNDI4NiBMMzkuMjg1NzE0MywyMCBDMzkuMjg1NzE0MywxOS42ODQ0MDg3IDM5LjU0MTU1MTYsMTkuNDI4NTcxNCAzOS44NTcxNDI5LDE5LjQyODU3MTQgWiBNMzkuODU3MTQyOSwzMi4yODU3MTQzIEw0My40Mjg1NzE0LDMyLjI4NTcxNDMgQzQzLjc0NDE2MjcsMzIuMjg1NzE0MyA0NCwzMi41NDE1NTE2IDQ0LDMyLjg1NzE0MjkgTDQ0LDM2LjQyODU3MTQgQzQ0LDM2Ljc0NDE2MjcgNDMuNzQ0MTYyNywzNyA0My40Mjg1NzE0LDM3IEwzOS44NTcxNDI5LDM3IEMzOS41NDE1NTE2LDM3IDM5LjI4NTcxNDMsMzYuNzQ0MTYyNyAzOS4yODU3MTQzLDM2LjQyODU3MTQgTDM5LjI4NTcxNDMsMzIuODU3MTQyOSBDMzkuMjg1NzE0MywzMi41NDE1NTE2IDM5LjU0MTU1MTYsMzIuMjg1NzE0MyAzOS44NTcxNDI5LDMyLjI4NTcxNDMgWiIgaWQ9Ik1pbmktdGh1Ym5haWxzLWljb24iPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat !important;background-size:18px !important}.galleria-theme-twelve .galleria-play{left:55px !important;width:20px !important}.galleria-theme-twelve .galleria-play:not(.playing){background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTkgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjguMDAwMDAwLCAtMTUuMDAwMDAwKSIgZmlsbD0iI0VCM0M5NiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTg1Ljg2NTgzMiwyNy4wOTg1NDEgTDcwLjk2ODExNDIsMzQuNTQ3Mzk5OSBDNjkuOTU1MDA1NiwzNS4wNTM5NTQyIDY4LjcyMzA3NTMsMzQuNjQzMzEwOCA2OC4yMTY1MjEsMzMuNjMwMjAyMSBDNjguMDc0MTMwNiwzMy4zNDU0MjEyIDY4LDMzLjAzMTM5OTEgNjgsMzIuNzEzMDA0NCBMNjgsMTcuODE1Mjg2NiBDNjgsMTYuNjgyNTk2NyA2OC45MTgyMjY2LDE1Ljc2NDM3MDEgNzAuMDUwOTE2NSwxNS43NjQzNzAxIEM3MC4zNjkzMTEyLDE1Ljc2NDM3MDEgNzAuNjgzMzMzMywxNS44Mzg1MDA3IDcwLjk2ODExNDIsMTUuOTgwODkxMSBMODUuODY1ODMyLDIzLjQyOTc1IEM4Ni44Nzg5NDA2LDIzLjkzNjMwNDQgODcuMjg5NTg0LDI1LjE2ODIzNDYgODYuNzgzMDI5NywyNi4xODEzNDMyIEM4Ni41ODQ1NzU1LDI2LjU3ODI1MTggODYuMjYyNzQwNSwyNi45MDAwODY3IDg1Ljg2NTgzMiwyNy4wOTg1NDEgWiIgaWQ9IlBsYXktaWNvbiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat !important;background-size:18px !important}.galleria-theme-twelve .galleria-play.playing{background-position:5px -96px !important;-webkit-filter:brightness(0.5) sepia(1) hue-rotate(-70deg) saturate(5) !important;filter:brightness(0.5) sepia(1) hue-rotate(-70deg) saturate(5) !important}.galleria-theme-twelve .galleria-play.playing:hover{background-color:rgba(0,0,0,0) !important}.galleria-theme-twelve .galleria-popout{right:54px !important;width:24px !important;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjZweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMjYgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODEyLjAwMDAwMCwgLTE2LjAwMDAwMCkiIGZpbGw9IiNFQjNDOTYiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04MzIsMzAgTDgzMiwzMyBDODMyLDM0LjEwNDU2OTUgODMxLjEwNDU2OSwzNSA4MzAsMzUgTDgxNCwzNSBDODEyLjg5NTQzMSwzNSA4MTIsMzQuMTA0NTY5NSA4MTIsMzMgTDgxMiwyMyBDODEyLDIxLjg5NTQzMDUgODEyLjg5NTQzMSwyMSA4MTQsMjEgTDgxOCwyMSBMODE4LDE4IEM4MTgsMTYuODk1NDMwNSA4MTguODk1NDMxLDE2IDgyMCwxNiBMODM2LDE2IEM4MzcuMTA0NTY5LDE2IDgzOCwxNi44OTU0MzA1IDgzOCwxOCBMODM4LDI4IEM4MzgsMjkuMTA0NTY5NSA4MzcuMTA0NTY5LDMwIDgzNiwzMCBMODMyLDMwIFogTTgzMCwzMCBMODIwLDMwIEM4MTguODk1NDMxLDMwIDgxOCwyOS4xMDQ1Njk1IDgxOCwyOCBMODE4LDIzIEw4MTQsMjMgTDgxNCwzMyBMODMwLDMzIEw4MzAsMzAgWiIgaWQ9IkV4cGFuZC12aWV3LWljb24iPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat !important;background-size:24px !important}.galleria-theme-twelve .galleria-fullscreen{right:18px !important;width:20px !important;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODYyLjAwMDAwMCwgLTEzLjAwMDAwMCkiIGZpbGw9IiNFQjNDOTYiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04ODUuOTc2MjEyLDI4LjcyNzE4MTcgQzg4NS45NzYyMTIsMzAuNzM4MDQyMyA4ODYuMDQ0MTYzLDMyLjcwNDY3MzYgODg1Ljk1MDM3NSwzNC42NjM1MDg0IEM4ODUuODk1MjY4LDM1LjgxMjQyMTcgODg0Ljg3NzY0NiwzNi44NzkwMjM0IDg4My43OTYxMDUsMzYuOTI3OTAwNiBDODgxLjc5NDYxMiwzNy4wMTgzMDgzIDg3OS43ODYxLDM2Ljk1MzY4ODUgODc3LjczODc1OSwzNi45NTM2ODg1IEw4NzcuNzM4NzU5LDMzLjU4MjgxMzMgQzg3OC4yMTQ0MTYsMzMuNTgyODEzMyA4NzguNjk3Njg5LDMzLjU2NDY3MTggODc5LjE3OTE3MSwzMy41ODU4MTE5IEM4ODEuODQyNDAyLDMzLjcwMzIwNzEgODgyLjY1ODg1OSwzMy4yMzU4NzU0IDg4Mi40ODI5MzMsMzAuMjM2Mzc2NyBDODgyLjQ1NDI1OSwyOS43NDU5NTU4IDg4Mi40Nzg5MDEsMjkuMjUyMzg2NCA4ODIuNDc4OTAxLDI4LjcyNzE4MTcgTDg4NS45NzYyMTIsMjguNzI3MTgxNyBaIE04NjIuMDQ1ODQzLDI4LjgxOTY0MzUgTDg2NS40MjA2OTIsMjguODE5NjQzNSBDODY1LjQyMDY5MiwyOS43MjU1MjAzIDg2NS40MTI3NzcsMzAuNTg5NTY2NyA4NjUuNDIyNDg0LDMxLjQ1MzYxMyBDODY1LjQzNzI2OSwzMi43Njg2NDg3IDg2Ni4xODI5MzgsMzMuNTQwOTM3OSA4NjcuNDk4MzUsMzMuNTc2MTcxNCBDODY4LjQwOTc4OSwzMy42MDA2MSA4NjkuMzIyMjc0LDMzLjU4MDgxOTIgODcwLjI3NjQyNSwzMy41ODA4MTkyIEw4NzAuMjc2NDI1LDM2LjkxNzM2MDUgQzg3MC4xMTEyNTIsMzYuOTQyOTk4NSA4NjkuOTQ5MzY1LDM2Ljk4OTQ3NjggODY5Ljc4NzMyOCwzNi45ODk5MjY2IEM4NjguMTIyNDU0LDM2Ljk5NDg3NDMgODY2LjQ1NzQzLDM3LjAxMTY2NjQgODY0Ljc5MzAwNCwzNi45ODY0NzgyIEM4NjMuMTA2NDc1LDM2Ljk2MDg0MDIgODYyLjAxNDAzMywzNS44MzQ1NjYzIDg2Mi4wMDQ0NzUsMzQuMTQzNTA2NCBDODYxLjk5NDkxNywzMi40NzIyMzcxIDg2Mi4wMDMyOCwzMC44MDA4MTggODYyLjAwNTY2OSwyOS4xMjkzOTg4IEM4NjIuMDA1NjY5LDI5LjA1NTc4MzIgODYyLjAyNDAzOSwyOC45ODIwMTc3IDg2Mi4wNDU4NDMsMjguODE5NjQzNSBaIE04ODUuODE0MSwyMS4yMTA4MzMyIEw4ODIuNDc4ODI2LDIxLjIxMDgzMzIgQzg4Mi40Nzg4MjYsMjAuMzgwOTcwOSA4ODIuNDgyMTEyLDE5LjU2ODIwMDYgODgyLjQ3ODIyOSwxOC43NTU1ODAyIEM4ODIuNDcwNjEyLDE3LjI0NDU4NjEgODgxLjcwMzU4NywxNi40NzE1NDczIDg4MC4xODA1ODksMTYuNDUxNDU2NyBDODc5LjM0MjQ3NywxNi40NDAzNjE4IDg3OC41MDQwNjYsMTYuNDQ5NTA3NiA4NzcuNjIyNDk1LDE2LjQ0OTUwNzYgTDg3Ny42MjI0OTUsMTMuMDA1MDE2OCBMODc4LjgxMTExNSwxMy4wMDUwMTY4IEM4ODAuMTc3MDA1LDEzLjAwNTE2NjcgODgxLjU0MzE5MywxMi45OTE1MjMxIDg4Mi45MDg5MzQsMTMuMDA4NjE1MSBDODg0Ljc1OTU5LDEzLjAzMTg1NDIgODg1Ljg4NjA4MywxNC4xNjI5MjU4IDg4NS44OTQ0NDYsMTUuOTk5MTE4IEM4ODUuOTAyMDYzLDE3LjY2OTMzNzcgODg1Ljg5MDI2NSwxOS4zMzk4NTczIDg4NS44ODQ0NCwyMS4wMTAyMjY5IEM4ODUuODg0MjkxLDIxLjA1NDkwNiA4ODUuODU0MjczLDIxLjA5OTczNTEgODg1LjgxNDEsMjEuMjEwODMzMiBaIE04NzAuMTY0MjM5LDE2LjQ0OTE5MjcgQzg2OS4zMTQ0NzgsMTYuNDQ5MTkyNyA4NjguNTAxMzA3LDE2LjQ0MzE5NTUgODY3LjY4ODEzNSwxNi40NTAzOTIyIEM4NjYuMTk5NDg1LDE2LjQ2MzczNTkgODY1LjQzMDgxOCwxNy4yMjkxMjg0IDg2NS40MjEyNiwxOC43MDUwMzg4IEM4NjUuNDE1NzM0LDE5LjU1MTU0MzQgODY1LjQyMDIxNCwyMC4zOTgxOTc4IDg2NS40MjAyMTQsMjEuMzA0Mzc0NSBMODYyLjAyNzI5NCwyMS4zMDQzNzQ1IEM4NjIuMDI3Mjk0LDE5LjMyMjc1MDMgODYxLjk1ODg5NSwxNy4zNTM4NzAxIDg2Mi4wNTE0ODgsMTUuMzkyNjM2MyBDODYyLjExMjI3LDE0LjEwNDg4NzkgODYzLjI3MjY2NCwxMy4wODI4MTU0IDg2NC42MzUxMTksMTMuMDM0Njg3OSBDODY2LjQ0NjM0OSwxMi45NzA4MTc3IDg2OC4yNjE0NjIsMTMuMDE4OTQ1MiA4NzAuMTY0MjM5LDEzLjAxODk0NTIgTDg3MC4xNjQyMzksMTYuNDQ5MTkyNyBaIiBpZD0iRnVsbC1zY3JlZW4taWNvbiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat !important;background-size:18px !important}.galleria-theme-twelve .galleria-thumblink,.galleria-theme-twelve .galleria-play,.galleria-theme-twelve .galleria-popout,.galleria-theme-twelve .galleria-fullscreen{height:20px !important}.galleria-theme-twelve .galleria-thumblink:hover,.galleria-theme-twelve .galleria-play:hover,.galleria-theme-twelve .galleria-popout:hover,.galleria-theme-twelve .galleria-fullscreen:hover{background-color:#503291 !important}.galleria-lightbox-overlay,.galleria-lightbox-shadow{background:#fff !important}.galleria-lightbox-box .galleria-lightbox-title{display:none}.galleria-lightbox-box .galleria-lightbox-counter{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;float:none;color:#503291;text-align:center;font-size:24px}.galleria-lightbox-box .galleria-lightbox-counter:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.galleria-lightbox-box .galleria-lightbox-close{top:20px;right:20px;width:24px;height:24px;color:#eb3c96 !important;font-size:28px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.galleria-lightbox-box .galleria-image img{height:98% !important;-o-object-fit:cover;object-fit:cover}.galleria-lightbox-box .galleria-lightbox-next{margin-right:20px}.galleria-lightbox-box .galleria-lightbox-next:before{top:-2px;left:4px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.galleria-lightbox-box .galleria-lightbox-prev{margin-left:20px}.galleria-lightbox-box .galleria-lightbox-prev:before{bottom:-2px;left:3px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.galleria-lightbox-box .galleria-lightbox-next,.galleria-lightbox-box .galleria-lightbox-prev{display:block !important;width:32px;height:32px;border-radius:25px;background-color:#eb3c96;color:rgba(0,0,0,0);font-size:25px;opacity:.5 !important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.galleria-lightbox-box .galleria-lightbox-next:hover,.galleria-lightbox-box .galleria-lightbox-prev:hover{opacity:1 !important}.galleria-lightbox-box .galleria-lightbox-next:before,.galleria-lightbox-box .galleria-lightbox-prev:before{font-family:"MKGAA-ICONS" !important;position:absolute;color:#fff;content:""}.galleria-thumbnails{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.galleria-thumbnails .galleria-image{margin:10px !important;border:0 !important}.galleria-thumbnails img{width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover}.galleria-thumbnails-list{top:10px !important;right:10px !important;bottom:40px !important;left:10px !important}@media all and (min-width: 1281px){.galleria{width:75%;position:relative;min-height:1px;padding:0 15px;margin-left:12.5%}.galleria-thumbnails .galleria-image{width:calc(16% - 20px) !important;height:5vw !important}.fullscreen .galleria-thumbnails .galleria-image{height:9vw !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.galleria{width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.galleria-thumbnails .galleria-image{width:calc(20% - 20px) !important;height:9vw !important}.fullscreen .galleria-thumbnails .galleria-image{height:11vw !important}}@media all and (min-width: 768px)and (max-width: 1024px){.galleria{width:100%;position:relative;min-height:1px;padding:0 10px}.galleria-thumbnails .galleria-image{width:calc(25% - 20px) !important;height:13vw !important}.fullscreen .galleria-thumbnails .galleria-image{height:14vw !important}}@media all and (min-width: 0)and (max-width: 767px){.galleria{width:100%;position:relative;min-height:1px;padding:0 10px;height:auto}.galleria-thumbnails .galleria-image{width:calc(50% - 20px) !important;height:26vw !important}}.blog-post .media-gallery-comp .container{max-width:100%}.header{position:relative;background-color:#fff;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.header{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.header{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.header{padding-top:60px !important}}@media all and (min-width: 1281px){.header{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.header{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.header{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.header{padding-bottom:60px !important}}@media all and (min-width: 1281px){.header{padding-bottom:60px !important}}.header.mkgaa .header-title{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.header.mkgaa .header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.header.verdana .header-title{font-size:46px;font-weight:bold;text-transform:none;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.header.verdana .header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.header-eyebrow{margin-top:10px;margin-bottom:-5px;font-size:18px;font-weight:bold;line-height:1.2;text-transform:uppercase}.header-eyebrow.yellow{color:#ffc832}.header-eyebrow.purple{color:#503291}.header-eyebrow.cyan{color:#2dbecd}.header-eyebrow.magenta{color:#eb3c96}.header-title{margin-bottom:30px;color:#2dbecd;text-transform:uppercase}.header .breadcrumb-container{z-index:1}@media all and (min-width: 0)and (max-width: 767px){.header-text{margin-bottom:30px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.header-text{margin-bottom:30px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.header-text{margin-bottom:30px !important}}@media all and (min-width: 1281px){.header-text{margin-bottom:30px !important}}.header-border-container{position:absolute;bottom:0px}.header-borderline{margin-right:0px !important;margin-bottom:0px !important;margin-left:0px !important;display:block;border:0;border-top:1px solid #e1e1e1}.header--cyan .breadcrumb-link,.header--image .breadcrumb-link,.header--cell .breadcrumb-link{color:#fff}.header--cyan .breadcrumb-link:after,.header--image .breadcrumb-link:after,.header--cell .breadcrumb-link:after{color:#eb3c96}.header--cyan.theme--purple .breadcrumb-link,.header--cyan.theme--Purple .breadcrumb-link,.header--image.theme--purple .breadcrumb-link,.header--image.theme--Purple .breadcrumb-link,.header--cell.theme--purple .breadcrumb-link,.header--cell.theme--Purple .breadcrumb-link{color:#eb3c96}.header--cyan.theme--purple .breadcrumb-link::after,.header--cyan.theme--Purple .breadcrumb-link::after,.header--image.theme--purple .breadcrumb-link::after,.header--image.theme--Purple .breadcrumb-link::after,.header--cell.theme--purple .breadcrumb-link::after,.header--cell.theme--Purple .breadcrumb-link::after{color:#fff}.header--cyan .header-borderline,.header--image .header-borderline,.header--cell .header-borderline{border:0}.header.hide-separator .header-borderline{border:0}.header--cyan{background-color:#2dbecd}.header--cyan .header-title{color:#503291}.header--cell{background-color:#2dbecd;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACvAAAAMcCAMAAAC7SoBAAAAAAXNSR0IArs4c6QAAAMxQTFRFLb7NL7TJMavFM6PBNZq9NZu+N5K6OJG6OcHPOoi2Oom2PICyPneuPnivQG6rQG+rQmanQ2WnRV2jRsXTR1SfR1SgR1WgSUucSUycSlWgS0KYS0OYTTqUTVahUDKRUkSaU8rWVFijVmysWIC1WlqkXXeyX4K3YM7ZYVymYnmzbIa6btLccoi8dpLBeYq9e9bffpXDg5HBg7LQiNrjjbXSjs3eld7mmLjVouLpo7PUq7/asObss8vgutfmvevvyu/z1/P25Pf58fv8////N6pv0gAAIldJREFUeNrt3W17I0d2mGE1GhSEAQgSEAwiRKc8smMziTZREiWMskpE7fr//6cMyXnhvHCGQFejqw/u+6vj9ZXTGM8z5dPV330HAPDeZJ2OpKlMm07U209+a0YCAHxktGiOU7xbxUsn/2j77AdsJgDAJ6rpleJlqC4+/6UZCgDwufHyGMW7MWgyG22T4AUAXqaaX3dfvJfmTFaTL+7jmAsA8IzpteJlUC6+/DMzGADgWePO72yYGTK5VNskeAGA/ZN31XHxTs2YTL/VZ68XMRsA4KtGS8XLAJw//xszHADgW8k77/Rm3rEJ0/5HukmCFwBooeoyeZvagGlp8tUfqPkAAC9J3oXipdhf58XXf2EmBAC8SIe7vM3IeDlcvU2CFwAoPHl9ZJjDTb+5b2NGAED/yat4OVD1govzTAkA2Cd514qXgtS7JHgBgMzG3XxweGOy7O/8RT8ucwIA9jTt5I6yS4NlT6NtErwAQCequeKlf7OX/svLqACA/XXy9priZZ9/dq1e/MsyLADgEOMO3l5bGCsv/gHusVhjWgDAYTpY5Z2aKi/yrW+rCV4AIE90LBUvvai3SfACAEeR/4oyxcu3ne/5qzIxAKCFeaN4Oa49j3cFLwDQUvZPrylevup8/9+UoQEA7UwyH/LWRsrz/8DaJsELABzdHheivkSjeHnO7KB/XZkbANBa3kNexcuXjTaH/aJMDgBoL+8hr+LlS2aH/rvK6ACAHLIe8ipePnPo8a7gBQByyXrIq3j5xHmLn5PpAQCZzBrFSzfqbRK8AEABct7Jq3j54Lzdj8kAAYB85vmKd1sZJw/G2yR4AYBy2qRRvGRVXbT+KRkiAJA1T9aKl5z/hNolwQsAFGaueMn276csd3+YIwCQWX2teMki08UfBgkA5JbvSl7Fe9L/ctpk+hkZJQCQ30zx0vafTefZdmMMEwDoQLbbGhTvqf6CdknwAgBFq68ULwcb5fxQteAFALqRbZFX8Z6e8yYJXgBgAOaKl0Pk3GYQvABApyaZzum2tVmejmqVkuAFAIYi1428jeI9GbMmCV4AYECqK8XLHsbblAQvADAsS8XLS40uUxK8AIDiJajqvEmCFwAYoqni5QUmu5QELwAw0OJtFC/fUG9SErwAwHBjJlPxjo0yqOoyJcELAAy6eDNd1jA1ypBmTRK8AMDAVYqX53S4vCt4AQDFS9/Gm5QELwCgeD84N8pIRpcpCV4AIErxrvLEy6VRxvlNnKckeAGAQJaKl6e6fldN8AIAQy3eVWWUAXT/rprgBQAGW7xbxTt4x3hXTfACAIqXntTHzF3BCwAMsXh9ZnjIjnM1g+AFABQvp5G7ghcAGGbx+gTFMFXnTRK8AIDifZGZUcpdwQsAhC5eF/LKXcELAJQp01eGXcgrdwUvAFBo+uQqXteTDcerXUqCFwBQvC5rkLuCFwBQvB8Vr8sa5K7gBQBKNMq2z3lumHJX8AIABaqzFe+lRd6C9fiqmuAFAHo2yZYzW4u8clfwAgAFmmbrmWZimnJX8AIA5VnkKxqLvOUZlZK7ghcA6M8yX9L4BkVpuXuZyuFxAAC9Wedrmp1F3oKMS8pdwQsA9Cjbdbz3ZuZZSu5uUhK8AAAP6pxrnhtrDSXo/9pdwQsAlGSSs2vc1tC7alZe7gpeAKBfs6xlc+GQt0+jiyYlwQsA8LFl1rTZjU20L4W9qSZ4AYBSZH1xzZeGe/Nqm5LgBQD4klHm/zN488pMj/6vlvNdSoIXAOAZde6+2biT97j/ZLlsUhK8AADPm2UvnMuRqR7Lq00qnYcEAPRulT1xmnOrvMcwKnuXQfACAKWorvNHzs4qb+fKvZdB8AIApam7yJytK8o6/VfKbJeS4AUAeKFZJ6Gzscrb2T9RSn9RTfACAKVZdZM63l7rQjXbpiHxxACAIhrqOkneYRjK5q7gBQAKU3eWO5I35z9MhrO5K3gBgNLMugsed5Rl8v0qDZEHBwAUYt1d8biWN4P6oklJ8AIAHG7UZU81FxYb2hjae2qCFwAo0qTb7LHLe7CBrjIIXgCgOF1n1cqnKA4wqCt3BS8AULaq87LaSN49a/dilwbPYwQAyjHpPn62r4z5pUazALUreAGAsiyPkD/NuWXeF9XuNgXhYQIABensg2ufvL9ms+FbtbtJcXieAEBJxkdqIJsNX6vdbQrFIwUAirI4VgXZbDiN2hW8AEBpqiPegbVyzBu/dgUvAFCcyTFTqLmoTfyts4tdismzBQAKsz5uDW1nlZlXrwb/dQnBCwAMx+jo6XX5/WkPfLZKofkzBQCUZn78JNqd7GrD2cU2ReePFABQnKs+qugEm3c0WzXpBPgTBQAUZ9xTGJ1U834f9h01wQsADMCitzbanp9C89ahPqQmeAGAAar6/L+07y5Cv8NWn8geg+AFAMo267eQmstXIe8qG51e7ApeAKBU171X0mYW69PD9exyl06TP04AQInGJYTSLspB79n5pkmnyx8nAKBIpXwLYTvwjd7q+4tNOnH+NAEARRoVFEyb87NBzvDsfLVLCF4AoFDzsqJpc/79kNYb6leXW6UreAGAolXlbZ1uL18N4EW2s5klBsELAAzCtMh4ajbn35davdXZ+cq5ruAFAIbjutiCKq56q7PZaV/EIHgBgEEal51RzeZidtb7Xm91v8EgdQUvADBM6wHEVG/ZW529Ol9Z1hW8AMCgjQeTVM1mdf7q7DhbDmdnM6UreAGAINZDS6vt5uL8+7O6i1nUZ6/OLzZCV/ACAKGMB9tY283l+fnZWdtlhzf/Cef3mev7EYIXAAhqHSC3ms1mc3H+xvdn957//2z98F9/df//dPXmv8ebaIIXADgBtVpD8AIAoS3lGoIXAIhsJNcQvABAaI54EbwAQGiOeBG8AEBsjngRvABAaGPBhuAFAEJbKzYELwAQmSNeBC8AEJsjXgQvABDaVLIheAGA0K41G4IXAIjMES+CFwCIzREvghcACG0u2hC8AEBklWhD8AIAofm+MIIXAAitVm0IXgAgNB+fQPACAKG5mQzBCwDE5mYyBC8AEJqbyRC8AEBobiZD8AIAsbmZbCCa9Qer+edWT/7ra8ELAPDeWEqW5upNsT407HR8r83TrR7+E6YP/2nZS9gfHgBgILy21r/Hwp28adPqGP/GeWP25n/ecr2+ErwAwAnw2lpvlbt8iNyq5x9A/XAEvNj/+NefHQBgIEbS85iu7xdwJ+O6zB9D9RC/q5e1rz87AMBQrFToUUJ3OZ+ORwP6h9D93sPya+nrjw4AMBS+ttbtK2ir+azUA92Xqe9PfdfrRvACAIPVqNJuznQXsyEd6X7b6E35Lj686OZPDgAwGAtxmv1Qd1IH/sFU4/H9ka8/OQDAYNQSNd+p7nw69osCACjNlVLNcKy7nPV+wxgAAF82k6vtbtRdONYFACiaq3jbtG7tBwQAUDw7DQdoVnPnugAAA2GnYd+F3cV05GcDADAcdhr22WJwsAsAMDw+Lyx2AQBC83lhsQsAEFqlZ7+xsyt2AQCGzU7DV25j8IIaAMDw2Wl45mjXHgMAQAx2Gr5wtLuc+lYwAEAYa4H7kevlxI8CACAS3554WrsL3wsGAIjGtyfer+3OvKMGABDRldRVuwAAkS3UrtoFAIistrfrRwAAEFqjdgEAiGx5srnrBjIAgJMwOdXFXV+XAAA4Eaf4MTWrDAAAJ+TkPra2ssoAAHBSTutja83cHWQAACfmlC4mW089bwCA03MqF5M1S5u7AAAnaXUad+66lgEA4FRNT2GXYew5AwCcrFH8T0zYZQAAOGnXwVd33csAAHDiIn9duJlb3QUAOHlxvy587RoyAAC++66SuwAAhHYldwEAiGwpdwEAiGwqdwEAiGwkdwEACK2RuwAARLZy7y4AAJHNovSu3AUA4EvGMXLXR4QBAHhGhNxd154jAADPWA//XbWxpwgAwLPmg39XzTMEAOArJsPu3ZXlXQAAvmrQn564ss0AAMC3DPfTE83M0wMA4JsG+9ba0s27AAC8wEDfWnM3AwAALzPMt9YWjncBAHiZIb61duVLEwAAvNjg3lpz9S4AAPsY2ltra1fvAgCwj4W7yAAAiGw6qO1dx7sAAOxpPKDetb0LAMD+hnP3rssZAAA4wLW7dwEAiGwY1zQ0Pq0GAMBhBvFx4ZXjXQAADjSEaxpcRgYAwMHKv6ah8bYaAAAtFP9tNesMAAC0Ufg1DS7fBQCgnbXbGQAAiGxunQEAgMhm5fbu0tMBAKC1cq9pmHo4AAC0V7uNDACA0Mrs3auRJwMAQBZF3ku29LoaAACZlHgvmdt3AQDIZlne+q7X1QAAyGfudTUAACKbFNa713oXAICcCruI98rragAAZFX5mjAAAKH5mjAAAKEVdBHvwtMAACC7ci7idR0ZAACRg1fvAgDQhbneBQBA8OpdAAAGaqp3AQCIrIQvTzRjzwEAgI7UBfSuzwkDANAdvQsAgODVuwAADNVVz8FrfxcAgE6t3c8AAIDg1bsAAAzUSu8CABDZXO8CACB49S4AAIJ3T0vDBwCgexO9CwBAZOOeevfK6AEACBy8V5XRAwBwDHU/HxQemTwAAMfRS+/W5g4AQODgnRg7AACBg9cFvAAARA7ehaEDAHA818fu3bWZAwBwROsj9+61C8kAAAgcvC5oAAAgdPB6YQ0AgMjBOzdwAAACB+/KvAEAOLLFEXv3ygtrAAAc29wLawAACF4vrAEAIHi/YWnYAAAEDl4LvAAAhA5eC7wAAEQO3plRAwAQOHjdwAsAQOTgvbbACwBA5OC1wAsAQOTgnZszAACBg/fKmAEA6MvUQgMAAJGNLTQAACB4LTQAACB4v6yx0AAAQI+mPrEGAEBkXd/SsDZiAAACB28zMmIAAAIHr4UGAAAiB68bGgAACB28YwMGACBw8C7NFwCAwMHbVOYLAEDg4J0aLwAAgYPXFbwAAIQOXm+sAQAQOXhXhgsAQP+WnQWvb6wBAFCAdVe9uzBbAAACB68ryQAACB28c6MFACBw8F6bLAAAkYPXNycAAIgcvA54AQAoxNYBLwAAkTngBQBA8DrgBQBA8H6wNlYAAApRdRG8Y3MFAKAQYxu8AAAIXhu8AAAIXge8AACUZ+KAFwCAyOYOeAEAELwOeAEAELwOeAEAKM8id/DOzBQAgIKsM/duU5kpAACBg3dupAAARA5eB7wAABRlm7d3lyYKAEBRMh/wjkwUAIDAweuAFwCAsozyBu/YRAEAKMo4a++uDRQAgLJMfFUYAIDI5r4qDACA4PVVYQAABmrlq8IAAES2dicZAACRbX10AgCAyDL27so0AQCIHLw+OgEAQHFqd5IBABDZ2EcnAACIbOpOMgAAIpu7kwwAAMHrTjIAAAYq23cn1mYJAEDk4J2YJQAABdq5kwwAgMhyHfDOjRIAgAJl++6EO8kAACjR2J1kAABElutWsrFRAgBQooVX1gAAiCzTrWQzkwQAoEg7r6wBABCZV9YAAIis9soaAACRjb2yBgBAZHluJZsaJAAAZVp4ZQ0AgMjWXlkDACCynVfWAACIzCtrAABEVvvKGgAAkY29sgYAQGQ5biVbGSMAAKXKcSvZxBgBACjV2itrAABEluGAd26KAACUapQheEfGCABAqSbte3dtigAAFCvDJQ1TUwQAoFir1r3buIQXAIBybVsH79IQAQAoV/uNhtoQAQAo1tglvAAARDZtHbwzQwQAoFwLl/ACABBZ6w8Lr8wQAICCNS7hBQAgsKr1JbxmCABAwcYu4QUAILK5S3gBAIhs6RJeAAAi27qEFwCAyFzCCwBAZG3fWVsbIQAAJZu5hBcAgMhWLS/hrYwQAICS7VzCCwBAYG2/szYxQgAASjZxCS8AAJG1/M7awgQBACja2meFAQCIrF3vXhkgAABFq31WGACAyKY+KwwAQGTLVr27MkAAAMq29VlhAAACq3xWGACAyMY+KwwAQGRznxUGACCyVauNBvMDAKBwjY0GAAACG/msMAAAkbX67MS1+QEAULhWn51YmB8AAIXb2WgAACCwViu8V+YHAEDhZm2Cd2Z+AAAUrtUtvCPzAwCgcI2NBgAAAqvbHPBOzQ8AgMK1WuGtzA8AgMK1WeFdGR8AAKVrbDQAABBYbaMBAIDIZjYaAACIrM0K78T4AAAoXYsV3sb0AAAoXZsV3qXxAQBQupmNBgAAIlvbaAAAIDIbDQAARDa20QAAQGSLw3v32vQAACje7vDgXZgeAAClG7XYaKiNDwCA0s1sNAAAENnKRgMAAJHZaAAAILKJjQYAACJb2mgAACCynY0GAAACq200AAAQWYtLyeamBwBA8daHB+/I9AAAKF11eO9emR4AAMWbHh68M9MDAKB4SxsNAABE1thoAAAgsNpGAwAAkc1tNAAAENnWRgMAAIGNbDQAABDZzEYDAACR2WgAACAyGw0AAIRmowEAgNBsNAAAEJmNBgAAQrPRAABAaDYaAACIzEYDAACh2WgAACA0Gw0AAERmowEAgNCmNhoAAIhsZaMBAIDAKhsNAABEZqMBAIDQbDQAABCZjQYAAEJrsdFQmx4AAMU7/KsT14YHAEDxWnx1YmF6AAAUb2GjAQCAyHY2GgAACGxsowEAgMiWNhoAAIissdEAAEBgUxsNAABEtrLRAABAYC0u4bXRAABA+WY2GgAAiGxrowEAgMDqw3u3MT0AAIrX4rPCS9MDAKB4h39WOE1MDwCA0k1sNAAAENnSRgMAAIFVjY0GAAACm9poAAAgsq2NBgAAAmtxCa+NBgAAytfilbVkegAAlK7NK2sr4wMAoHQtXllLU+MDAKB0LV5ZS5XxAQBQuDavrNloAACgeEsbDQAABFYlGw0AAAQ2s9EAAEBkuxbBOzM+AAAKN26z0TAyPwAACtfmlbUr4wMAoHCtXlmz0QAAQOlmNhoAAIhsZ6MBAIDAxjYaAACIbGmjAQCAwFq9snZtfgAAFG7eJngX5gcAQOGaNsFbmx8AAGWb2mgAACCynY0GAAACa3UnmY0GAABKt7HRAABAYKNWB7xLAwQAoGytPjqRJgYIAEDRWn10IjUGCABA2eY2GgAAiGxnowEAgMCmNhoAAIhs2yp4VwYIAEDR2n10Ik1NEACAoq3aBW9lggAAlKzdRydsNAAAULiljQYAAAKrGhsNAAAE1u6jE2ltggAAFK3dRyfSzAQBAChZu49OpDQyQgAAStbygPfKBAEAKFnbA14bDQAAFG1nowEAgMDaHvDaaAAAoGhtD3gXRggAQMHGLXs31WYIAEDBNi1799oIAQAoWOsDXhsNAACUbGOjAQCAwFof8NpoAACgZBsbDQAABDZq27tpbIgAAJRr2bZ3GzMEAKBc7Q94l4YIAEC5Wh/wpokhAgBQrPYHvDYaAAAo2NJGAwAAgbU/4LXRAABAwZY2GgAACCzDAe/KFAEAKFb7A940NUUAAEqV4YA3VcYIAECpVjYaAAAIbJxsNAAAENjGRgMAAIHlOOC10QAAQLE2NhoAAAgsxwGvjQYAAIq1sdEAAEBg0xwHvDNzBACgULscwTsyRwAAypTlgPfKHAEAKNTORgMAAIFlOeC10QAAQKl2NhoAAAhsnmw0AAAQV9XYaAAAILA8B7w2GgAAKNMo2WgAACCwZbLRAABAXONkowEAgMA2NhoAAAgszzcnbDQAAFConY0GAAACmycbDQAAxJXpmxM2GgAAKNMi2WgAACCuTN+csNEAAECZNslGAwAAcY1z9e7aLAEAKNA2V/BOzRIAgPLk+uZESpVhAgBQnGqXq3dXhgkAQHnmyUYDAABxjRobDQAABLbM1rtLwwQAoDjZriRLaWKaAAAUJ9uVZKkxTAAAijNLNhoAAIgr4xtrqTZOAABKs8rXu9emCQBAaTK+sZbmxgkAQGl2GYN3ZJwAABRmnrF318YJAEBhcr6x5rPCAAAUJ+Mbaz4rDABAcXK+sZZW5gkAQGFyvrFmowEAgNLkfGPNZ4UBAChN1jfWfFYYAIDSZH1jLU0MFACAomR9Y81GAwAApcn6xlpaGCgAAEXJ+sZaSrWJAgBQkrxvrKVrEwUAoCibvAe8cxMFAKAk02SjAQCAuKq8Cw02GgAAKMsq8wGvOxoAACjJOHPv+uoEAAAlqXaZe9dXJwAAKMki9wHv0kwBAChHnbt309RQAQAoxzZ78FaGCgBAMebZe3dtqAAAFCPzN4XvzUwVAIBibLL3bhqZKgAApZjl712fWQMAoBgdLDT4zBoAAOXoYKHBZ9YAAChGBwsNLiUDAKAYVQcLDenKXAEAKMSqiwNeK7wAABRi0kXvWuEFAKAQnSw0WOEFAKAUnSw0WOEFAKAQ3Sw0WOEFAKAMHS00WOEFAKAM3Sw0WOEFAKAMHS00pLXRAgBQgK4WGqzwAgBQhK4WGtLUbAEA6N+sq95NteECANC7UVcLDakxXAAA+rfp7IDXO2sAAPSvu4WGNDddAAD6VnfXuz47AQBA/7YdBu/IeAEA6Nm8w971zhoAAH3rcqHBO2sAAPSt2nUZvN5ZAwCgZ4sue9c7awAA9Gzcae/6zhoAAP2qmm6D14QBAOjVqtvevTJhAAD6NO22d9PKiAEA6NGo44UGlzQAANCrbce9m6ZmDABAf+Zd924aGzIAAL0Zd967LmkAAKA/3X5i7cG1KQMA0JtV9we8a1MGAKAv0+571yUNAAD0pm4ELwAAgW2P0LsuaQAAoC+LJHgBAIhrfJTeTZVJAwDQh6o5TvCaNAAAvdgcp3evTBoAgD7MjtO7ruEFAKAX9ZF6Ny3NGgCA4zvCJ4VdwwsAQH9Wx+rdNDNsAACObna03nUNLwAAx1cnwQsAQFzHW+D13QkAAHqwOmLv+u4EAADHNk2CFwCAuOpG8AIAEFe1PWrv+tAaAADHdZkELwAAcR13gVfwAgBwXPWRezetzBwAgOM56g28D+aGDgDA8ayS4AUAIK55ErwAAMQ1Pn7vpomxAwBwJFXTQ/COzR0AgCPZJMELAEBciyR4AQCIa5IELwAAcY0awQsAQFzVNgleAADiukyCFwCAuKZJ8AIAEFedBC8AAHFVjeAFACCwbX+9myrjBwCgY5c99m4yfgAAOjbts3dT7QEAANCputfetcMLAEC3+nxhTfACANC5bRK8AADEtUiCFwCAuKZJ8AIAEFfdCF4AAOKqdknwAgAQ1zYJXgAA4rosoHfT3HMAAKAbsyR4AQCIa5wELwAAcRVwQYPgBQCgM9U2CV4AAOJaJcELAEBci1J6Ny08DAAAspsW07tp7WkAAJBbnQQvAABxVU1BwbvzPAAAyNy721QSDwQAgLwuk+AFACCueVm9m0YeCQAAGU0L69009kwAAMinToIXAIDAvdsUF7xTTwUAgFwKu6DBt4UBAMhrkwQvAABxXRbYu2npuQAAkMesxN71bWEAADKZJsELAEBcBV7Q4FNrAABkU5Xau6nycAAAaN+721J715cnAADIYFVs76aJpwMAQFuX5faui3gBAGhtVnDvuogXAIC2piX3rnvJAABoqS66d1PjCQEA0Kp3m7KD10W8AAC0UZXeu+4lAwCgTe9uS+9d95IBANDCpvjedS8ZAACHuyy/d91LBgDAweYD6F33kgEAcKjpEHo37TwoAAAOMk7DUHlUAAAcoPgLeN1LBgDAKfSuaxoAADhAtRtK76aVpwUAwN69ux1M73prDQCA/Q2od1PyuAAA2NPlkHrXW2sAAITu3TTzxAAA2Md8WL3r48IAAOxlOrDeTVvPDACAwL3rrTUAAPZQD693vbXGwW5vf725+dEcAOCkercZYPB6a41D/dtbf97d/XZ7e3NzYyQAoHdLtPDgaBm8T/z97u7329tfbm5+MB4ACKjaDrF3vbVGzuB9ysEvAOjdQlSeHZ0E71N3d3cPG7+vTQ0A9O7xTTw8Og/ej7ce/hC/AKB3j2nu6XHM4BW/ADBQl4Pt3bT29OgreL8Yv3Z+AUDv+vQEEYP3853f25/d9gAAetenJ4gZvJ/c9vB41dlrIweA3iwG3buWeCk7eD/Ze3h79OsLbwBwTNNh964lXoYTvB/528PWr5t+AUDvWuIlaPA+U7/WfgFA71riJWDwql8A6Mxk+L1riZdowfvM3u9rzwwADlA3AYLXEi8vdnNz8+vt7e93d3/7t6EE72cXnv3+eN2vw18AOJ3etcTLyxr3z4/TcZjB++nqw/3h7y/eewOA6L1riZdPvL65+eX29rc3OfiVWgwQvF/MX7sPABCwdy3x8t13P76kcWMH72ffu3D6CwBhejdtPcxTbdyf3yTdm7D7+yFFGDx4P3/z7bfH3V+fvABA7w7SyOM8ET+8CbYWjXu6wfv5q29/PG4/OP4FQO8OxNTzjOvHx8b94/5ihaxOOXi/ePx7f+/vaz84AAKptoF6N6080EhuHlcV/thjH1fwZn757XfnvwDoXReTkdGPjzeH3b9x9rfjdZ3gffn57+9vX39z9y8Aerc/E890WI50iCt4u7v+wQIEAHr3yJYeauH6OcQVvMc5AL5/Ae5XAQyA3u3WzlMtTgmHuIK33wC2AgyA3s2p9lx797q8Q1zBW8YVaA93QPzsDmAA9K6PrQ3MD2+PcO8vxb0bYogJ3v4ugfjj7RKwt+AA0Ls+tlbgAe7t70M5wRW8A1qCeHgNzhkwAHrXx9Yc4Are09qCsAcMgN71sTUHuIL3dNYgHg6Bf5HAAJxw7/rYmgNcwXtyexDvT4EtQgBwEr2bUuX5Pu/mXd7en9/e/V0uCd6A/nz3NtwvXocD0Lt2GtQtgvd0loEfGtg5MIDetdMwYPertzfqVvCyzzrwb+8uhXAQDKB37TQUW7f3H3c4kVfLBC/HieDf329DvPbXBYDeLdYsYNz+rG4FL/29FfdwM8TjUbB9CAC969sTbfx48+7g9vaP+79j/xQbgpdyl4IfFyIetoLdkAagd3174mtp+7ByeycgBC9BDoOfZLDTYAC9exo7DT88/L33q7QVvJz0afDDHRGPq8E6GEDv5rDrY7YPq7aPu7aPy7ZuShC88Lw/P5wHP24HuykCQO/upe74wPZxGeHtka1NW8ELuUP44a6It5sRNoQB9O6XLNqO6vFvmV+eHNc6rxW8UEAJP+5GvD0Tfu3vNYDT7d2X7jQ83UJ4vBfBca3ghYGm8OPdae9OhS0KA3o3vvFHJ7Vvj2pvbx//VlC1CF5OxN/unmxIvH1pzsEwENgoZu/++58e/NN//suD//nXB//P/gGCF77h7qMavr1xNgwMXt0MtGj/8bFof/qXx6L9L//7bdL6uwrBC90vSrzdlHjfw16hA/TuXpq3p7M//fSf/vLWf/vrO/6yQfDCEIL43QHxr++K2MYEcCq9e/Xv3qbsP/3zu5b9H+9S1roBghdOwdsF4ne3DX9YIhbFQNG9+9N7/+E/vgvZv/zX//MuZf+vr4gheIFDDoo/7E582J6wPwFk6d1/+If3WwU//fO/vk/YD6exbziPRfACxRwXPzkwfnJk7GU7OBE/3jz1y+0T/+u/P+nXv7qTCwQvnEodv98x/uTs2PEx9OXmM7/efuyPu6ccvYLgBbI38vsP2n05lJ0mo1Fvnn6564nf7j7jf7uA4AVC+POzv+RvP/fLl4pBO3OgH26+6fZZf9x9mSUAELwAPSb0V2P6Yz/f7OV19DR8fZPdr7f7u9uH8gQELwAACF4AABC8AAAIXgAAELwAACB4AQCgD/8f2fMCSYVFmuUAAAAASUVORK5CYII=");background-repeat:no-repeat;background-position:bottom;background-size:100% 100%}.header--cell .header-title{color:#503291}@media all and (min-width: 1025px)and (max-width: 1280px){.header--cell{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACvAAAALQCAMAAAB7F1U7AAAAAXNSR0IArs4c6QAAAMlQTFRFLb7NL7TJMavFM6PBNZq9NZu+N5K6OJG6OcHPOoi2Oom2PICyPneuPnivQG6rQG+rQmanQ2WnRV2jRsXTR1SfR1WgSUucSUycS0KYS0OYTTqUTkOZUDKRUE2eU06eU8rWVFijVF+mWIC1WWOoXWSpXr/SYG+uYM7ZaHu1bIa6btLccoi8eYq9e9bffpXDiNrjjKHJjZDCjs3eld7mouLpo7PUq7/arcLbsObsvc7ivevvyu/z0d7r1/P23OHu5Pf55u718fv8////l8c2/wAAKNdJREFUeNrt3VuX20a6mGHhINEQ2LTIIdlshsk4RyVWHCfRxHGsTGbv/f9/VPokuSX1gSQKQKHqee5mrfFNsVv1svpD4dUrACains1X20Ns3vlgGEhzgPP47QGYWva2y7iqt/GZMIhWtiF4ATJS1PPVPpqtpPKBMIB3qg3BC5Cdqo0kevelD4Pev+StRBuCFyDX6F1HsJdcFj4Jeu7dS82G4AXIWL3YeXCNxL/ZXUk2BC9A5sp25L/3tj4D+vxSt1dsCF4AXr2aLceMgpkPgN64jgzBC8CXc7Dxhhv2rmqgL65nQPAC8FA1VvN6cI1+uJ4BwQtALM27sfL0oHQ9A4IXgEebd4x5Xlc1EJ7H1RC8ADxpNvwfgr1jmNA8robgBeA5RbMdeE+pLTpBeVwNwQvAS8r5oOO8rmog6Fc247sIXgCOMehog6saCMfb1RC8AByrbIc75r203ATSeFwNwQvACerlUNuKqxoIw/gugheAExVDTfO21poAP6/GdxG8AJyhWQ+ysbicjM7cvovgBeBMg7yPwlUNdNXqMwQvAGcrBniAbV9aZ7r8kK7kGYIXgE76n2xwORkduI0MwQtAd3XfJ2gba8y5jDMgeAEIouz5mjKXk3Ee4wwIXgDChcW81+fX5laYM9TGGRC8AARN3j6fX3M5Gae70GUIXgACa3pM3trycprSyyYQvABMKnldx8uJP4teNoHgBWBiybt3ORnH87QagheAHtXbfnYY1/Fy/A+h410ELwC96umU99LKcpTiR0GG4AVgmsnrOl6O4TIyBC8Ag+jlXl7Fy4sc7yJ4ARisO/pI3ta68jzHuwheAAZN3vDbjBdQ8OzPnONdBC8AwyrXipcBzVzOgOAFYPgCCf30mhdQ8OT3K3fvIngBGEXoUV7Fy+Nax7sIXgASOXdTvDyi2ogwBC8A4wn87rUrr1zjGx5WQ/ACMLawf232kmG+NnMXGYIXgNGFva9B8fLwh8vDagheAKIQ9JBX8fLFhYfVELwAxHIOF/KQ10uGuVNfii8ELwDxCPlaAMXLKw+rIXgBiC9PVoqXgN6aZkDwAhCdZq94CaR09S6CF4AoI2WreAmhuFBdCF4AIjVXvHRXu3oXwQtAxKmyU7x04+pdBC8AcQv37FpjMbPUelgNwQtA7II9u6Z4M+TqXQQvAFNQbRUvZyneqS0ELwDTyJaV4uUMphkQvABMx1zxcirTDAheAKYVL3vFyym8SBjBC8DUhHoJRWsps+BFwgheACZ4YrcMs/m4jzcDlRcJI3gBmKRG8XLUdyPTDAheAKZqtle8vMg0A4IXgAmrFC8vcDcDgheAaSu2ipfnfkC8aQLBC8DkgybMOyjeFZYyRRemGRC8ACQgzGUNl4o3PfWVtkLwApCEVvHyiHKlrBC8AKSiUbx8q7jQVQheAFIq3iCTmpeVlUyGq8gQvAAkJsz1ZHvFmwhXkSF4AVC8TxRvbSUTYHgXwQuA4n1aYyWnzvAugheAZI/1wryCorWS02Z4F8ELQMIne166huFdBC8AiveI4nU92VSVGy2F4AVA8R7BhbwTzd13SgrBC4DiPbJ4XU82wc/+wvAughcAxXs015NNTit3EbwAKN6TuJ5sUt5eiSgELwCK99RH1yzlZNSeVUPwApBX8e7C7Ekrj65NQyV3EbwAZBdAgaY5L0trGT9XMyB4AVC8HR5dc1mD3AXBC0CcxRtqX/Ke4agVchfBC0C2mlAbk7euRZy7Lt5F8AKgeEMM8hprkLsgeAGIURtqa9rPLKbcBcELQISWwTanC4sZG7mL4AWAoMW7Mcgb1emu16oheAHgrou2wbanq9pyRvOxOt1F8ALAlzTahdugjDXIXRC8AMSnChhHG69dk7sgeAGITh1wi3Jbw9hKuYvgBYDvNCE3qR89uzZm7nqrGoIXAB6zDLlLeQmF3AXBC0B0VkH3Kc+ujaKWuwheAHhSwMvJHPKO481GICF4AeAZVeAnnRzyDvuFxVsmELwA8JJZ4L3KIe+AuetiBgQvABxhHnq3csg7DE+qIXgB4Ejr0NuVQ94B1EZ3EbwAcKyQ7xi+507enr29VEUIXgA4XhV+EnT/1rL2pvzR6C6CFwBO0/SwZ23MNfTjzUoQIXgB4GTLPnYtcw3hFa1ryBC8AHBWR2372LbMNQRWuZcBwQsAZ6dUP1OhV5I3HA+qIXgBoIump61rU1vbEDyohuAFgK6WB8kbq+KtS3cRvADQPaq2vW1f70rL20H9zuEughcAQqh6zCrJe67StQwIXgAIpu1zC5O853jrzl0ELwCE1G9dvTPLe5rKKAOCFwACK3oOLI+vHc8oA4IXAPpQ972Rbd5Y5GO+ebiVAcELAD1Z9L6VeRXFy7VrcBfBCwD9xda2/83s6qKw0GoXBC8AI6mG2M72rmxQuyB4ARjLfJgdbeX5tW+9eSd0QPACMITtQHva1VuTDQ/Odl1BBoIXgKFUg5XX/keTDTfK1p0MIHgBGFI74Ma2yf7OhupH9+2C4AVgaOsht7acj3mLNwYZQPACMIZy4ArbZDnNW7auZADBC8BY2qH3t/27zC5teP3jpaoBwQvAiNbDb3FXF7mMNlQXnlEDwQvA2MpRRksv0x9tqNqVqV0QvADEYD7SRrdKuHlLd+2C4AUgItvR9rokm7d4887tYyB4AYhKNeZ2t3qb0jxv9fadJ9RA8AIQn8W4O95lW6VwsPv6YmOMAQQvAJG22m7sTe/qxzcOdkHwAkBv6hg2vtUkD3od7ILgBWASInkR2NW7KT3Fdt26DnZB8AIwlXaL55DyOnrjf4yteutcFwQvANPSRrUHRhy9jnVB8AIwUevY9sH95uJNXNX72rEuCF4AJqyKcjO8Wl28Hn+qt3x98ePGyyRA8AIwcYtod8T95uLt65FKt71YGWAAwQtAGorI/1p/ubrO3oFOe4vXb5zpguAFIDmzSWyPm5vu7Wu29/Xr9uLdxpEuCF4AErWe0C6532wuLt4EKd/qJnN/3DjQBcELQPLKSe6XV5vN6uLi4vW1I9/Udl24r99c/yfXkbvRGyB4AcjJMokNdPPAu4t3D/+nugDBC0DeCrfMAoIXgKTNbb+A4AUg6SPenf0XELwApKyx/wKCF4CkbW3AgOAFIGW1DRgQvAAkbW0HBgQvACmb2YEBwQtA0lzUAAheAJLmogZA8ALgiBdA8ALgiBdA8ALgiBcQvADgiBcQvAAQULG3CwOCF4CULe3CgOAFIGWlXRgQvAAkzfuFAcELQNK8XxgQvACkzc1kgOAFIGmtfRgQvACkzM1kE7Zbr318CF4AeImbyWK2Xa/Xi/m1pr5VPP9hlnf/r9nNf7G6/k8NrCB4AeDVq9pGHFviXhdue52tgT7g6whu5vPFdf5aXAQvAJlyChhD5a5uD3GLnj/r6/idz5fSF8ELQGbmduKR7Nfrm8ytxvjUy3o2X6y3PgQELwA58La1od0MLczqMo6P/+bMV/gieAFInD9wDxa683mw0dzAirqZr9z5gOAFIFGNrbhfu/VyPut9PjfQge/sunt9ZAheAFLjXK+30l3MxxnR7ais27k7zRC8ACTEVbxK91HVbL4y3ovgBSAFM3txKPub6YUqrR+Pqp4vTTkgeAGYODMN3W3X82Yic7pnKev5wkNtCF4AJstMQxfrVXKHuk8q6lb2IngBmCIzDWem7nIey3W6shfBCwDPEi+nDjBkmroPlfV86ZE2BC8AU7GwGx9rv140lZ+YL25ucnCBGYIXgAlUi934qNadz0o/LI+pm4WLHBC8AMTNGd1L47qLRuu+oHTYi+AFIGJmGp62W7VmGE447G3d2ovgBSDKSrEdP2rrYPcslREHBC8A0XFPwyOxOyv8YKheBC8AqfDuCbGrehG8ACStsR9/mdldNmI3rLpdeppN8ALA2Ar78S0PqPX2E1bPvZ1N8ALAqPzd+bBbzvwc9KtsFl7OJngBYCxt7lO7jnYHPOpVf4IXAMY4e8t7kMHlY8Oq25X5BsELAEPL9k/NK8+ojaNqPMomeAFgUAu1y+BK0St4AWA4tdplnOg13iB4AWAg2T2lpnbjUYlewQsAA1hltPfuFu5kiC963d4geAGgZ/lcTOa+3VgVMyO9ghcA+jxgy+Rw1yhD5D+HrYNewQsAfcnhbG1Z+5zjV8wWDnoFLwD0Yelwl2iUrZcQC14ACK5Je79dmdydWvM2K5koeAEgbF8kvNnul14ePEXFbOm6MsELAAEl+zfk3dwsw3QZ6BW8ABBOom8X3jU+2omrNK/gBYBAR2kpbrNro7uaF8ELAPeKBHPXNWTpqM3zCl4A6Gwnd4maZ9gELwB0tJS7xN+82lHwAsD5GrlL/IrGOykELwCcq5S7TOMn1SNsghcAzpRIRezkbvqMNgheADhLEg2xd+9uHow2CF4AOEObQO56q1pGqoVbGwQvAJzYD5PfVZdyNzOOeQUvAJzGs2pM72uaaV7BCwAnWBveZXqK1qUNghcAjjWf8Ia6MM2QsdlKUgpeADguG6Y7zVD59PJWeoBN8ALAUdFgmoHpakw2CF4AeNk0i2FlmoFbs7WyFLwA8IIpTkJ6sRp/qg3zCl4AeN4En1rzsBpfKV1TJngB4NnzMce7TD95555fE7wA8KTC8S4p/By7mVfwAsCTJvWiVse7PMmVDYIXAJ4wpUd+lo53kbyCFwBONZ2n1vYznxaSV/ACwMkm89TauvRh8XLyenxN8ALAt6byrrXWR8UxCjc2CF4A+NYk8mBX+aCQvIIXAM4zhXezepUwklfwAsDZFvFvnY1PiROTd6E4BS8AfNEYZyBB5UpzCl4AuFcZZyBJ9Vp1Cl4AuON2BhLlWl7BCwB3Yn658N67hOnC02uCFwBuRDzruDXOQDeeXhO8APAq5pcLL304dObpNcELAPFe0+A2MoKojfIKXgCyz4FIx3fdRkYoRnkFLwC5M75L6sw1CF4AMhfjH3yN7xKWuQbBC0DWIryf3/guwZlrELwA5BwC0Y3vun2XHpRevSZ4AchWG9v4rsfV6MfMXIPgBSBTkV3TsPK4Gn3xHgrBC0CuERDVPrnwgdCjaqtFBS8AOfK4GhmZi1HBC0CG4jnz8rYJ+ufhNcELQIai2f+3pQ+DAbRuKBO8AOQmlgd5PK7GQLx5TfACkJtIhhq9XY3hzBzyCl4AshLHvWQeV2NIhUNewQuA4B34cbWZz4FhOeQVvADkxPUM5Mghr+AFICOjn3S5noFROOQVvABkY+x7ybauZ2AchTt5BS8AglfvkjZ38gpeAPIw7r1ka73LiLx4TfACIHhdv0viWnkqeAFI30zvkrNqK1AFLwCpq/UuWSsWClXwApD6AZfeJfcvfZ5dE7wAJE7vkjtvoRC8AAjeXu4js/LEwwVlgheApI1zMZP7d4mKZ9cELwCCV++SNs+uCV4AErYcYUPc612iMzPWIHgBSNUIb57YV5ad+HjvmuAFQPAGo3fxyyB4AWA4zeDbYWPRiZQreQUvAGlu8UPvhq01J1qFsQbBC4Dg9cIJ0masQfACkJ6B3y3sQjJi/wporEHwApCcYS9oKC04kSu8hELwAiB4XdBA2ryEQvACIHhd0EDavIRC8AKQlgEfS/fAGhNRGWsQvAAIXg+skbRiKVwFLwCC9/QH1gzwMiGtchW8AAheA7wkrTLIK3gBSMXKAC88xv1kgheAVAz0ZikDvEyPQV7BC4DgdQMvaWvkq+AFQPAea26hmSKDvIIXAMF77ECDdWaaDPIKXgAErxvJSJxBXsELwOTVA+yArWVmugzyCl4ABO+L1laZSf+OGOQVvAAI3hcGGkqrzKRVBnkFLwCC10ADSSvWOlbwAiB43dBA0jy6JngBELxeOUHaPLomeAEQvE9ZWGLS+E3x6JrgBUDwPmpXWGLSUO3ErOAFQPA+orbCpMJb1wQvAIL3ESsLTELF69E1wQuA4HUFL2lb6FnBC4Dg/drc+pIWlzUIXgAEryfWSPwXxmUNghcAwfvAzPKSnErxCl4ABO8Xa6tLglzWIHgBELzesYbiFbwAkEXwescaqXI9meAFQPDeXknmiTUUr+AFgJSD15VkJMz1ZIIXAMHrSjIUr+AFgDi0Pe16jaUlaa4nE7wATMa8pwNeK4viFbwAkHLweucE6RfvTt0KXgAyDl7vnCADLuQVvADkHLy1hUXxCl4AiMPKAS+cXbwrgSt4AYjf2gEvnM8rKAQvAHkGrwNeFK/gBYBoXDrgBcUreAFImQNe6MZL1wQvAPkFrwNeFK/gBYBolOH3u6VVRfEKXgCIRh1+vyutKopX8AJANGYOeCFA8e6VruAFIFbhX7RWWVQyVClewQtANsHrigYUr+AFgJgEf++EKxpQvIIXAFIOXge8KF7BCwBRCb1FzywpilfwAkBMAu91OyuK4hW8ABDVBh14r2ssKYpX8AJATGoHvKB4BS8AKWsd8ILiFbwApCzsNbz7woqieAUvAERlGXSnm1tQyL14/QQAEJuw1/A64IXsi9cPAACxuQq50S2tJ2RfvD5/AGITdKMrrSdkX7w+fgAiU3qrMChewQtAyoJew1tbT1C8PnwAIjPz0gmI/8uk4AWA84W8htdLJ+CBRvACQBQWAV86YTVB8QpeAKIT8BpeL50AxSt4AYjPpTvJQPEKXgBS5qUT0KOF4AWAsRXuJIM+LQUvAIws3M1J7iQDxSt4AYhQuBFDd5KB4hW8AEQo2DW8+8JiwqO2ghcAxhTs8GlhLeFxxVbwAsCIgl3D604yULyCF4AYXQXa4daWEp5U7QUvAIwm1A43s5SgeAUvADFuw+4kA8UreAFIWahreOeWEp7VCF4AGEeoW8k8sgaKV/ACkHLwrqwkDPX1UvACwEkC3UrmkTV42VLwAsAILj2yBlP7gil4AeAUHlmD4eTyAgqfNAAxCXQrmUfW4Lji3QteABhYmFvJPLIGx37H3AteABhWmMfGPbIGRxev4AWAYS08sgbDagQvAAwqyEPjrXWE480FLwAM6cojazC0peAFgAF5ZA2GtxW8ADCYIJc0eGQNTlPsBC8ADCXE4zN7ywgnSv1yMp8wABEJ8fTMwjLCqWrBCwADWQXY2irLCCdrBC8ADOOy+862tYpwhqXgBYBBBNjZGqsI51gJXgAYQIiXnBaWEc5RbAUvAPRv1n1jW1pFOPML517wAkDvAlzSUFtFOFMteAGgd92HCHcWEc7WCl4A6Fv3SxrmFhHOtxS8ANCz7vtaaRHhfKk+uOaTBSAa3ScI1xYROhXvXvACQJ+6v+vJJbzQTSV4AaBPi6672t4lvDD6907BCwBPW7uEF0a3FLwA0J/O04Mu4YXutoIXAPpSuoQXIpDgg2s+VABi0fmSBpfwQhS/ioIXAJ7Q+cXCLuGFIFrBCwD96Ppi4a0lhDh+GQUvADzuyiW8EIfU3rjmEwUgli22657mEl4IpdoLXgAIr+uDMi7hhXAawQsA4XV9Zm1mCSGcheAFgOA6Piazt4IQ0lbwAkBoHZ9ZW1hBCKncC14ACKvrM2uVJYSgZoIXAMLq+Mya1wpDaAvBCwBBdXxmrbWCENpW8AJASGuvFYbIJDPG66MEIA7ddta1BYTwZoIXAMIpvVYY4rMQvAAQTMeTJK8Vhl5sBS8AhNLtIMlrhaEfaYzx+hwBiEK3Z9a8Vhh60gheAAjEa4UhTivBCwBBdHvthNcKQ2+KneAFgBC6vXbCa4Uh1q+jghcA7nX6q6nXCkO830cFLwDc6fQk+Nz6QZ+2ghcAOuv22gmvFYZ+f0H3ghcAuup089HW+kHEv6GCFwBuLLvsZa31g56tBC8AdHTltcIQs4nfTeYDBGB8nUZ4V9YPelcLXgDopNOAYGP9oH8LwQsAY22lexMNMIBJDzX4+AAY32WHnWxp+WAIteAFgPMVXXaymfWDQcwFLwCcbdZlosHywUC2ghcAztVlhHdh+WAgleAFgHN1uYW3snwwlLngBYDzdLmFd2f5YDhbwQsAZ2lMNMBEvp3uBS8AnGPZYR8rLR8MaC54AeAcHUZ4t1YPBrUVvABwui4jvK3lg0FVghcATteaaIDpmAteADjZykQDTMhW8ALAqTo89t1YPRhaJXgB4ER1h12ssHwwuIXgBYDTdJgIXFk9GF6xE7wAcJJLEw0wLbXgBYBTFCYaYGoWghcATtDhvcJLqwfjfE/dC14AOF6H9wrPrB6MYyZ4AeB4558U7S0ejGUteAHgWJWJBpigci94AeBIcxMNkNmvruAFIDOXJhpgknaCFwCOUppogGmqBS8AHKXDpWSV1YMxLQUvABxjdfYGtrN4MKopXcbr0wJgROfvmAuLB+NqBC8AvGxmogGmay14AeBFSxMNMF2V4AWAF50/0TC3eDC6heAFgBd0OB8qrR6MbjLPrfmoABjN+cdDW4sHEWgELwA87+rs7au1eBCDreAFgOeYaICpqwUvADynNdEAU7cUvADwjEsTDTB103huzecEwEhKEw0wfXPBCwBPMtEAKdgJXgB4yvkTDY3Fg2jUghcAntBhoqGwehCPteAFgMedP9GwsniQxpdXwQtA2kw0QCKWghcAHmOiAVIR/9VkPiMARmGiAZIxF7wA8AgTDZCMYid4AeA7JhogIY3gBYDvmGiAlGwFLwB868pEAySkFrwA8I3KRAMkZS14AeBri7M3rqXFgwiVghcAvnb+RMPM4kGMloIXAB46f6Jhb/EgSqXgBYCHliYaIDVzwQsAD+xNNEBqYn7BsE8HgMHNTDRAeuaCFwC+WJlogPREfMTrwwFg8G3xYKIBEtQKXgDovCuaaICY7QQvANy5NNEASWoELwDcqkw0QKJ2ghcAbixMNECiGsELADeuTDRAqnaCFwC6XMJrogFi1wheAOjyWmETDRC9neAFgA6X8JpogOg1ghcAWhMNkLKd4AUge1cmGiBljeAFIHe1iQZI207wApC58x9ZO1RWDyagEbwA5K3DI2s7qweTsBO8AGStw9nPwupB6r/mgheABFyaaIDk7QQvABmrTDRA+hrBC0DGliYaIAM7wQtAtoq9iQbIQCN4AchWa6IBsrATvADk6spEA/hyK3gBSFiHt6yZaIAp6TK+JHgBmLKViQbIxFzwApCl8mCiATIR2RGvDwSAgcxNNIDfd8ELQMr2JhogG4XgBSBDjYkGyMhS8AKQn42JBshIKXgByE51MNEAOVkKXgBsfiYawJdcwQtAOjr9edNEA0zQWvACkJe5iQbITC14AcjL3kQD5GYteAHISWOiAfzeC14AUnZlogHysxO8AOSj0yyfiQaYqEbwApCPlYkGyNFe8AKQi053kplogMmaC14AcrE00QBZKvaCF4BM9ryDiQbI00LwApCHuYkGyFQpeAHIQrc/appogClbCl4ActCaaIBsVYIXgBxcmWiAfK0FLwDp63b1vIkGmLZa8AKQvisTDZCzneAFIHXdjndMNMDUNYIXgNRtTDRA3vaCF4C0dZzfM9EAkzcXvACkbWmiATJXCF4AktbxNUsmGiD7772CF4C0N7raCkL2X3wFLwAp73N7KwgpWAteANLV8YB3aQUhBbXgBSBZXf+QObOEkISd4AUgVUsTDcCr8V8+4RMAoC9dD3hNNEAq9oIXgDQtTDQAt+aCF4AkFXsTDcCtUvACkKS5iQbg3lLwApCgrge8JhogIZXgBSBBXQ94TTRAStaCF4DkdB7ZM9EAKWkELwDJ6TyxZ6IBkrITvAAkpvMBr4kGSMtc8AKQmKWJBuChQvACkJbul26aaABfgwUvACnvbCYaIDWV4AUgJd0PeE00QHLWgheAhCxNNADfagQvAOnofsBrogEStBO8ACRjZaIB+N5c8AKQivpgogH4XiF4AUjFxkQD8Jil4AUgDQEOeE00QJIqwQtAGjYmGoDHbQUvACkIcPOQiQbw74PgBSBeVyYagKfsBS8A0xfiAMdEA6RqLngBmLziykQD8KRS8AIweSGOb0w0QLpWgheAiSv2JhqAZ9SCF4CJWxxMNADP2QleACYtyHieiQZIWSt4AZi0INN5JhogZYXgBWDKggznmWiAtC0FLwATtjHRAAzyzVjwAjCOMC8NbSwkpG0reAGYrKsgO1NhIcF3Y8ELQJTCvDJ0ZSEhcUHu6xa8AEx3DzPRAMlbCl4Ast7CTDRA8irBC8AklQcTDcBxtoIXgCnaHEw0AMdpBC8AEzQ7mGgAjjT0Y2tWHIAQrkw0AEdbCF4AJmd+MNEAHK0UvABMbvPam2gATrAWvABMTKhbNU00QCYawQvAtNQHEw3AKYZ9bM16A9DZ5cFEA3CSpeAFYEqC/W3SRANkoxK8AExIuD9NmmiAfGwFLwDTMT+YaABO1QheACYj3B8mTTRARoZ8bM1qA9DN5mCiATjdUvACMBEB/yxpogFyUgleAKYh4F8lTTRAXnaCF4BJWITbkmZWE7LSCl4ApiDg3yT3VhPyUgheAKYg3BNrh6XVhMwsBS8A8Qv5F0kTDZCbmeAFIHoh79E00QD52QleAGIX8u+RJhogP3PBC0Dk6oOJBqCDUvACELnLkBuSt05AhtaCF4CoBf1jpLdOQI4awQtAzMp9yP2osaCQo73gBSBim4OJBqCjpeAFIF5h/xK5tqCQpUrwAhCtIuwfIlsrCnnaCV4AYrUKux2VVhTy1ApeACJVh92NtlYUMlUKXgDiVFwdTDQAIawELwBRCv0+UBMNkK1G8AIQo9DPVe8sKeRrL3gBiNBl4M1oYUkhX0vBC0B8gj9VXVtTyFcleAGIThn6D5B7awo52wleAGKzCb0Xrawp5KwVvAAkvze5lAyyVgpeACLbmsI/Ue1SMsjbWvACEJXwl8S7lAwy1wheAGIyC78VLa0q5K3YC14A0t6XZpYVMrcUvADEo4+33heWFTI3E7wAJL0rbS0rZG8neAGIRHHVw040t66QvYXgBSDlPamyrpC9SvACEIfaTgT0Yyt4AYhBLwMNh7WFBXp+vbD1BeBI/QzZGeEF+n69sPUF4Dj9DDQcaisL9Px6YcsLwHGu+tmI3MILvOr59cKWF4CjzPvZh9zCC9woBC8AY+vr0qCFpQVurAQvACO77Gkfmlla4MZM8AIwrnlf+1BpbYFbe8ELwJh6ewvSztoCd5aCF4Ax9TXQcFhaW+DOTPACMKLeBhoOrcUF7u0FLwCjqfo7d6msLnBvIXgBGM2lPzQCU/5ubW0BeEF/Aw2HtdUFvtgJXgDGUfZ4OaZn1oA/LQQvAOPY9Bi8nlkD/lQJXgBG0fb5gvva+gJ/2gleAEZQ7vsMXusLPDD3Tw0AI+hzoOGwtb7Aw2/YgheA4fU60HBYWWDgoa3gBWBo/Q40HOZWGBjgO7aFBeBpvQ40eGYN+PZLtuAFYGDzfnv3UFhi4CtbwQvAoKqee3dniYGvtYIXgEFd9hy8XiwMfKMUvAAMqe+BhsPCGgPf2ApeAIbT90CDFwsD32sFLwDDuew9eF3SAHyrFLwADKb3gYbDobTKwLe2gheAgfQ/0GAPAh7R+scGgIH0P9Bw2Fpl4Dul4AVgGAMMNLiVDHjMVvACMIQhBhoOc+sMfK8VvAAMoLgaIngbCw18rxS8AAxgMUTvupUMeNRW8ALQu3qQ3j0UVhp4RCt4AejbMAMNtiDgcaV/bQDo2zADDW4lA56wFbwA9Gs2TO+6lQx4Qit4AehVsR8oeJfWGnhUKXgB6NVqoN51DS/wlK3gBaBHQw00CF7gSQvBC0B/yv1gwesaXuAJleAFoD+bg+AFRrcTvAD0pR2ud713AnjSQvAC0JNqP2DwWm7gyX+M/HMDQE8uB+zdneUGnrQTvAD0Yj5g73rvBPCMpeAFoA/1QfACcQh7Q+Krjx9/ff/+L5YVIHvF1aDB60VrwDOCPlHw6l/u/f3Tp799/Pj+/XsLDJCnd4P2rvdOAM9Z9hK8D/zzp0+/f/z4y/v3P1hsgGzMDoIXiEbTd/A+5OAXIA/FXvACEf2bNGTwPvTp06fbid+/+gwAkrMZuHcPjTUHnrEaKXi/nnr4Q/wCpKMdune9WRh4VjN+8IpfgKRUB8ELRKWMK3gfjV8zvwBTcil4gchsow3e72d+P/7stgeA2C2G791DYdmB57TTCN5vbnu4u+rM3ANAdOoReterPoHnVdML3m/mHu6Pfr3hDSACg99IJniBI+wmHbxf+cft1K+bfgHGszoIXiA+i3SC94n6NfYLMJT2IHiBCM0SDV71CzC46iB4gSjtMwjeJ+Z+PfUGEFJxKXiBOC07/SPz008//ecPH/77b7/933+ZSvB+d+HZ73fX/Tr8BehmMVLvbi098IKTX7b2bz437v/5Oh2nGbzfjj7cHP7+4rk3gNPNRurdw9raAy8ojvi35F//9NN/+vDhv/3222/P1GICwfto/pp9ADhGuRe8QLQef9nav/rpp//w4cN/fb5x0w7e79534fQX4Gmbg+AFotU+aNx//+HDh+vG/adzijDx4P3+ybe/3c3+euUFwLX5QfACcfrhOtj+54cP/+u33/5f5wbMKni/f/Ttj7vpB8e/QJ7qg+AF4vGX6yi7brM/Pn36R9joyzl4Hz3+vbn31/QvkIdiL3iBUV131893ifupz8wTvM88/Pa7818gaZuD4AWGdXOI++vHj3/7FPwUV/CGOf/9/f7xN3f/AmloD4IX6N1Ah7iCt7/rHwxAANNVHQQv0INxDnEF7zAHwDcPwP0qgIGpKK4ELxBGDIe4gnfcADYCDERpdRC8wJn+Gt8hruCN4wq02zsgfnYHMBCH9iB4gSP9cH+E+/FTtGe4gjfWSyD+uB8C9hQcMLz6IHiBp9wf4H78fSonuIJ3QkMQt4/BOQMGBjDqDbyCFyIz+QNcwTv9KQhzwEB4m9F797D3KYADXMHLY2MQt4fAv0hgoJv5IQI+BnCAK3g5cg7iyymwQQjgSPVB8EKy3n/O25vz20//LJcEb4L+/vlpuF88Dgc8odwLXlC3gpfkhoFvG9g5MHDr8iB4YYpuRm/fq1vByynjwH/7fCmEg2DIy7uD4IUJ1e3Nyx0yebRM8DJMBP/+ZRrCG5IhVU0kvXuofRbwMG5/VreCl/Geiru9GeLuKNg8BExfdRC8MJ6/vP98cPvxj5s99u9iQ/AS71Dw3UDE7VSwG9JgSoorwQtDp+3tyO0nASF4SeQw+EEGOw2GKG0OghcC++F23/tV2gpesj4Nvr0j4m40WAfDuBbx9O6h9XEwNbejtneztnfDtm5KELzwtL//eR58Nx3spggYRBNR7x7mPg9iPrC9G0a4P7I1aSt4IXQI394VcT8ZYUIYAqr2ghc+u9tlfnlwXOu8VvBCBCV8Nxtxfybs4jQ4VUQPrN1Y+EQYwMMphLt7ERzXCl6YaArf3Z32+VTYoDA86jKq3j2sfSIEPKm9P6r9+PFuV1C1CF4y8Y9PDyYk7h+aczBMxt4dBC+T9Jf7pP3148PxA/MHCF54yaevavjje2fDJK+JrHcPe58JX5/Rfh48uH9QzO1eCF4YYlDiflLiSw97hI4Jqw/R8aHkdDr7ZeLgywGtnkXwwjSC+PMB8a+f/0U3MUGs4rqg4U7hY5m2Hz7/y/f+c8t+/NKyxg0QvJCBf3z+V/9vn/eBX0QxIyou4+tdr1qL+0T2wZnsw1NZ57IIXuCsg+I/Zyf+nJ4wP0FQm4Pg1bAPhmS/Oo11HovgBSI6Ln5wYPzgyNjDdrzoXYy9693CXcr16wPYB895uZMLBC9kVcdfZoy/OTt2fJydNsrezfJVa++/8+vHr/3xVbg6egXBCwRv5C8vtHs8lJ0mT1ITZ+8ellNt1G9nA74fczXtCoIXSMnfv9vkP37vl8eKQTsPJMYLGrq9eeKH9y/6+KQ/Pj3OEAAIXoARE/rZmP7az+9PkvydGX99//4//tufgvl31/7Lh9P9j98e87+VJyB4AQBA8AIAgOAFAEDwAgCA4AUAAMELAADx+P/mp+y7bF1jggAAAABJRU5ErkJggg==")}}@media all and (min-width: 768px)and (max-width: 1024px){.header--cell{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACvAAAALQCAMAAAB7F1U7AAAAAXNSR0IArs4c6QAAAKhQTFRFLb7NL7TJMavFM6PBNZq9NZu+N5K6OJG6OcHPOoi2Oom2PICyPneuPnivQG6rQG+rQmanQ2WnRV2jRsXTR1SfR1SgR1WgSUucSUycS0KYS0OYTTqUUDKRU8rWVFijV3awWIC1WIS3Xr/SX4K3YM7ZbtLccoi8dpLBe9bfg7LQiNrjjbXSld7mobzXouLpq7/asObsvevvwuPsyu/z1/P25Pf58fv8////G8jBsAAAI1lJREFUeNrt3e1628Z6qOHgw2ZoUIzIsCRFYO22eyuraapmJXWyev5ntvVhO7It2xIxwAwG9/2v19X154UTPp68GHz3HQAkql6stocuNZceDCNZdoThzxIAqWdvs0mrepeeCaNohKrgBWBGinq1bZP58aw8EEZwqVMFLwCzUzWJRG9behgM/pe8rUwVvADMNXp3Cfx6HgtPgoF796hSBS8AM1avr7y4RuZ/szuJVMELwMyVTeT/3tt4Bgz5l7pWowpeAPjuu8UmZhQsPAAG4zoywQsAH87B4i03tK5qYCiuZxC8APBYFat5vbjGMFzPIHgBIJXm3Zs8AyhdzyB4AeDJ5o2xz+uqBsLzuprgBYAvWoz/H4J9Y5jQvK4meAHga4rlYeRf0drQCcrraoIXAL6lXI26zuuqBoL+lc36ruAFgOcYdbXBVQ2E4+tqghcAnqtsxjvmPRo3gSy9riZ4AeAF6o2rGpgW67uCFwBeqBhrm7cxawL8ebW+K3gB4AzLncvJmAa37wpeADjTKN+jcFUDfTWKVPACwNmKEV5ga0tzps8f0q0gFbwA0Mvwmw0uJ6MHt5EJXgDorx76BG1vxpzLOoPgBYAgyoGvKXM5GeexziB4ASBcWKwGfX9tZcKcobbOIHgBIGjyDvn+msvJeLkLJSp4ASCw5YDJWxsvL1P62ITgBYBJJa/reHnhn0UfmxC8ADCx5G1dTsbzeVtN8ALAgOqD63iJ/YfQ8a7gBYBBDXTKezRZnqX4QYIKXgCYZvK6jpfncBmZ4AWAUQxyL6/i5Zsc7wpeABitO4ZI3sZc+TrHu4IXAEZNXh+gYOQ/c453BS8AjKvcKV5GtHA5g+AFgPELJPTbaz5AwRf/fuXuXcELAFGEXuVVvDytcbwreAEgktDnboqXJ1R72Sl4ASCewN9eO/nkGp/wsprgBYDYwv7XZh8Z5mMLd5EJXgCILux9DYqXx3+4vKwmeAEgCUEPeRUvH1x4WU3wAkAigh7y+sgwD+qj3BS8AJCOkJ8FULx852U1wQsA6eXJVvES0BvbDIIXAJKzbBUvgZSu3hW8AJBkpBwULyEUFzpT8AJAolaKl/5qV+8KXgBIOFWuFC/9uHpX8AJA2sK9u7Y0zFlqvKwmeAEgdcHeXVO8M+TqXcELAFNQHRQvZyku9aXgBYBpZMtW8XIG2wyCFwCmY6V4eSnbDIIXAKYVL63i5SV8SFjwAsDUhPoIRWOUs+BDwoIXAKan2LiPl2eqfEhY8ALAJC0VL8/6u5FtBsELAFO1aBUv32SbQfACwIRVipdvcDeD4AWAaSsOipev/QHxpQnBCwCTD5ow36C4LIwyRxe2GQQvAGQgzGUNR8Wbn/qkJgUvAGShUbw8odxqScELALlYKl4+VVwoScELADkVb5BNzWNlktlwFZngBYDMhLmerFW8mXAVmeAFAMX7heKtTTIDlncFLwAo3i9bmuTUWd4VvACQqzLMJygak5w2y7uCFwDy5aNrWN4VvACgeJ9TvK4nm6pyrx4FLwAoXhfy5pu7l9pR8AKA4nUhb77P/sLyruAFAMXrerJ8NXJX8AKA4nU9Wb7enGSj4AUAxeuyhmzV3lUTvAAwr+K9CvMrvPXq2jRUclfwAsDsAijQNuexNMv0uZpB8AKA4u3x6prLGuQughcA0izeUL/EvjOctELuCl4AmK1lqJ9iX11LOHddvCt4AUDxhljktdYgdxG8AJCiJtSPcbswTLmL4AWABG2C/RxfGGZq5K7gBQCCFu/eIm9KCp9VE7wAwEMXHYL9IJ9q40zmsTrdFbwAwIc0ugr3k2ytQe4ieAEgPVXAONr77JrcRfACQHLqgD/KbmuIrZS7ghcA+Mwy5M/yD95di5m7vqomeAGAp2xC/i77CIXcRfACQHK2QX+ZvbsWRS13BS8A8EUBLydzyBvH670kFLwAwFdUgd90csg77l9YfGVC8AIA37II/OvskHfE3HUxg+AFAJ5hFfr32SHvOLypJngBgGfahf6Bdsg7gtrqruAFAJ4r5DeG33En78DeHHWg4AUAnq8KvwnavjHWwZQ/WN0VvADAyywH+JXe22sYxuutBBS8AMCLbYb4nbbXEF7RuIZM8AIAZ3XUYYgfansNgVXuZRC8AMDZKTXMVuhJ8objRTXBCwD0sRzox3pfm20IXlQTvABAX5tO8qaqeOPSXcELAPSPqsNgP9iXpfH2UF863BW8AEAI1YBZJXnPVbqWQfACAME0Q/5oS95zvHHnLoIXAEIatq4u7fK+TGWVAcELAIEVAweW19eezyoDghcAhlAP/dO9f23Iz/mbh1sZELwAMJD14D/ePkXx7dq1uIvgBYDhYusw/M/36aIwaLWL4AWASKoxfsBbVzaoXQQvAMSyGuc3fOv9tU+9vpR2CF4AGMNhpF/x0xubDR8Ub1xBhuAFgLFUo5VX+4PNhjtl404GBC8AjKkZ8ad8P/s7G6of3LeL4AWAse3G/DGf8zFv8doiA4IXAGIoR66w/Sy3ecvGlQwIXgCIpRn7F729nNmlDa9+OOo4BC8ARLQb/0f9dDGX1YbqwjtqCF4AiK2Mslp6zH+1oWq2tnYRvACQglWkn/Ztxs1bumsXwQsACTlE+3XPsnmL15duH0PwAkBSqpg/8Ns3Oe3zVm8uvaGG4AWA9Kzj/sYfmyqDIRavLvbWGBC8AJBoq13F/pk//fB6ygN0sIvgBYDE1Sn81G8nedDrYBfBCwCTkMiHwE6XU3qL7bZ1HewieAFgKu2WziHlbfSm/xpb9ca5LoIXAKalSepXP+HodayL4AWAidql9svf7i9ep1W9rxzrIngBYMKqJH/+T9uLV/G3estXFz/sfUwCwQsAE7dOtgHa/cWbV5FKt7nYWmBA8AJAHorE/2v9cXubvSOd9havXjvTRfACQHYWkwiC/V33DrXb++pVc3G5d6SL4AWATO0m1AXtfn9x8TpI+VZ3mfvD3oEughcAsldOshBO+/324uLi1a1nfqnttnBfvb79n9xG7l5hIXgBYE42WSTD/pHLi8vH/6eeQvACwLwVbpkFwQsAWVsJDhC8AJD1Ee+V4gDBCwA5WyoOELwAkLWD5ADBCwA5qyUHCF4AyNpOc4DgBYCcLTQHCF4AyJqLGkDwAkDWXNQAghcAHPECghcAHPECghcAHPECghcAHPGC4AUAAipa3QGCFwByttEdIHgBIGel7gDBCwBZ831hELwAkDXfFwbBCwB5czMZCF4AyFqjPEDwAkDO3Ew2YVe7nccneAGAb3EzWcoOu91uvbq1rO8VX3+Y5cP/1+Luf7G9/Z9aWBG8AMB339XSI7XEvS3c5jZbAz3g2wherlbr2/w1XMELADPlFDCFyt3eH+IWAz/r2/hdrTbSV/ACwMystEck7W53l7lVjKde1ovVenfwEAQvAMyBr62N7W5pYVGXaTz+uzNf4St4ASBz/gP3aKG7WgVbzQ2sqJerrTsfBC8AZGopPoZ1tdusFoPv54ZRL2671yMTvACQG+d6g5XuehVnRbensm5W7jQTvACQEVfxKt0nVYvV1nqv4AWAHCzURyjt3fZCldcfj6pebWw5CF4AmDg7Df0ddqvlRPZ0z1LWq7WX2gQvAEyWnYZely9sszvU/aKibmSv4AWAKbLTcGbqblapXKcrewUvAPBV4uWlCwwzTd3Hynq18Uqb4AWAqVjrj+e/lrZeVv7EfHB3k4MLzAQvAEygWvTHs1p3tSj9YXlKvVy7yEHwAkDanNF9a113vdS631A67BW8AJAwOw1fdrVt7DA8X924tVfwAkCSlSJAnn45zcHuWSorDoIXAJLjnoYnYndR+IOhegUvAOTCtyfEruoVvACQtaUC+bCzu1mK3bDqZuNtNsELALEVCuSeF9QG+xNWr3ydTfACQFT+u3N3tVn4czCscrn2cTbBCwCxNHPf2nW0O5K7o169K3gBIIJy3osMLh8bV91sW8ELAIxstv+peesdtTiq5ZxfZfP8ASCCtdpldOVso9ezB4AIarVLnOid5XqD5w4AMczuLTW1m45qdtHrmQNADNs53UC2didDetE7q9sbPG8AiGE+F5O5bzdVxWI2K70eNgDEUM3kcNcqQ+J/Dpud4AUABjKHs7VN7Tmnr1isrwQvADCAjcNdklE2B8ELAIS2zPwSMpu7U2ve5VbwAgBh+yLj2m03Ph48RcVi0wpeACCcbP8b8tXKLsN05bnQ67kCQByZfl34aunRTlyVX/N6qAAQxyLH3N1Z3dW8ghcAeKfIMHddQ5aPOqd9Xo8TACK5krskLZ932DxLAIhkI3dJv3kFLwBwvqXcJX3F8iB4AYAzlXKXafxJnfwrbJ4hAMSSyRLvldzN38RXGzxAAIgli/XI1r278zDp1QaPDwBiaTLIXV9Vm5Fq3QpeAOBl/TD53t3I3ZmZ6DGvBwcA0XhXjen9NW0jeAGA59tZ3mV6iuZK8AIAz7SacO+ubTPM2GIreAGA52XDdLcZKk9v3spJvcDmeQFAvGiwzcB0La8ELwDwTdP89MTWNgP3FjvBCwB8w3aCuevDavyl3gpeAOCrJvjWmpfV+Ei5EbwAwFfUjneZfvKuWsELAHxJ4XiXHP4cp34zr0cEABEdHO+ShbSvbPB8ACCiKb21tnG8y0ST19MBgIim89Zau/C0mGryejYAENFk3lrblR4W307eVvACAJ+YyrfWGo+K5yjSvLHBgwGAmNop5O5V5UEx5eT1WAAgpil8m9WnhJl48nooABDTOv3eXXpKvDB514IXAPhgaZ2BDJVbwQsAvFNZZyBL9U7wAgAP3M5AphK6ltfDAICoUv64cOtbwvSRzNtrHgUARJXwx4UP1hnoJ5W31zwJAIgq3Y8Lbzwcekvj7TXPAQCiSvaaBreREUR9JXgBYO45kOj6rtvICCX+Kq9nAABxWd8ld9H3GjwCAIjrKsHetb5LWJH3GjwAAIhrl17vWt8luKh7DcYPAJFDwO27zEG5E7wAMFdNauu7XldjGItW8ALAPCV2TcPW62oMJdp3KIweACJHQFK9u/ZAGFB1ELwAMEdeV2NGVoIXAGbokEzu+toEw4vx8pqpA0BkydxLdig9DEbQtIIXAGZmnUjvel2NkYz+5TUjB4DIErmI19fVGM/IN5QZOABElsa9ZF5XY0zFVvACgOAd93W1hefAuMY85DVtAIjN9QzM0YiHvIYNALG1sXvX9QxEMdohr1EDQGyx7yU7uJ6BOMY65DVpAJh58Opd4hnnTl5zBoDY4t5LttO7RDTKh9eMGQBmHbyu3yX/P/+GDACxLfQuc1YdBC8A5K7Wu8xasRa8AJC5Su8y97/0tYIXAPKmd5m7YS8oM18AmGvwHkyedDSCFwByFuciXvfvkpQB310zXACYZ/DqXRIz3LtrZgsA0W0i9G6rd0nOohW8AJCpCF+eaCtjJz0DfXfNYAFgjsGrd5nRPwzGCgDRLUfv3aWhk6ghruQ1VQCI/xM/du82Zk6yip3gBQDB64MTZG0leAEgOyN/W9iFZKT+V8BW8AJAbsa9oKE0cBIXeK3BQAFgZsHrggYmYC14AUDwuqCBrIX8CIVpAkB8Oy+swSeqg+AFAMHrhTVyVmwELwAIXl8UJmuN4AUAwWuBl6xVreAFgExsLfDCU4qD4AWAPKws8MLTNoIXAASvG3jJ2lLwAoDgfa6VQTNF/Rd5zRAAZhK8B3Nmmnov8hohAMwjeN1IxnSLdyN4AWDq6hGCtzFmpqsRvAAgeL9lZ8pM+p+RVvACgOD9+kJDacpMWnUQvAAgeC00kLNiJ3gBQPC6oYGsbQQvAAhen5wga0vBCwCC9wvWRkwe/6S0ghcABO9TrgojJg/VleAFAMH7hNqEycVZX10zNgDIPXi3BkxGxbsRvAAgeF3BS9bWghcABO/HVuZLXpaCFwAErzfWyNqiFbwAIHj/sjBeslO1ghcABO97O9MlQy+7rMG8ACDr4PWNNfIs3p3gBQDB6xtrZG0jeAFA8N5dSeaNNRSv4AWAnIPXlWRkbCl4AUDwupIMxSt4ASAJzUDBuzRa8v6rYit4AWAiVgMd8JosmXvehbzmBADZBq9vTpB/8R4ELwDMOHh9c4IZeM4nKEwJAHIN3tpgUbyCFwDSsHXAC2cX71bwAkD6dg544XwbwQsAswxeB7woXsELAMk4OuCF4YrXfAAgPge80E8jeAFgdsHrgJd5WQpeAEhZGb53N6aK4hW8AJCMOnzwlqaK4hW8AJCMhQNeGLB4jQYAogv/obXKUJmhuhW8ADCX4HVFA/NUtYIXANK0c0UDDFi85gIA2QWvA14Ur+AFgKS0gYN3YaQoXsELACkJ3LtXJoriFbwAkNQPdODgXRopilfwAkBKage8MGTxGgkAxNY44IUhi9dEACC2sNfwtoWJongFLwAkZRM0eFcGCh8Xr3kAQGxhr+F1wAufFK9xAEBsp5C9uzFP+KR4TQMAYgt6wFuaJ3xSvIYBAJGVvioMgxavWQBAZEGv4a3NEz4tXqMAgMgWPjoBg/6zZRIAENnKRydgGEvBCwBJWAf86IRpwufFaw4AENnORydg0OI1BgCI7OhOMhi0eE0BACLz0QkY0EbwAkBshTvJYNjiNQMAiKt2JxkMW7xGAABxLd1JBgBAzoJdw9sWhgkAQHo2oYJ3bZYAACRo504yAABydgrUuzujBAAgRaEOeBdGCQBAgip3kgEAkLNQ1/CujBIAgBStvLIGAIDg/aatSQIAkKSdV9YAAMjZ0StrAADkzCtrAADkrPLKGgAAOau9sgYAQM5WXlkDACBna6+sAQCQsyC3kjXmCABAok5eWQMAIGdeWQMAIGe1V9YAAMjZMkDvtsYIAECqQtxKtjZGAABStQ0QvJUxAgCQqmP/3j2YIgAAyQpwwLs0RQAAUlUFCN7CGAEASNWif+9uTBEAgGQFuKShNkUAAJLV/5KGK0MEACBd/S9pWBkiAADp6r/RUBoiAADJqnv37s4QAQBI19IlvAAA5Gzdt3dbl/ACAJCwnUt4AQDIWesSXgAAMla6hBcAgJzVLuEFACBnK5fwAgCQs74fFj4YIQAAKTu5hBcAgIwVfTcaXMILAEDKapfwAgCQs77vrC2MEACAlPV8Z601QQAAktbznbW1CQIAkLK+76xVRggAQMpqnxUGACBnPd9Za0wQAICk7XxWGACAnLW9endngAAAJK30WWEAAHK28FlhAABytvZZYQAAcrbzWWEAAHLms8IAAOSs9llhAABytvJZYQAAcrb1WWEAAHLW67MTK/MDACBtpc8KAwCQs2Wf3j2YHwAAidv0Cd7G/AAASNzJZ4UBAMhYrxXerfkBAJC4Xiu8S/MDACBx6z6fFbbRAABA6o49gndjfAAAJK7os9GwMD8AABK36LPRYHwAAKSuzwrv2vgAAEhdn1t4K+MDACBxfW7hvTI+AABSt7TRAABAzjY9grc0PgAAUtdjhfdgegAApK7PCm9jfAAApK6x0QAAQM62NhoAAMhZe37wLk0PAIDU1T02GgrjAwAgdavze3dregAAJO9oowEAgIwVNhoAAMhZj+8Kb0wPAIDk9fiu8ML0AABI3vmXkrWGBwBA8iobDQAA5GxlowEAgJwdbTQAAJCx0kYDAAA563EpWWV6AAAkb3t2714ZHgAA6Tv/UrK14QEAkLyFjQYAAHK2sdEAAEDOzt9oWBkeAADJ6/GZtdL0AABI3vrs3j0YHgAA6TudHbyN4QEAkDwbDQAAZK2x0QAAQM6ONhoAAMhYaaMBAICc2WgAACBr5280LA0PAIDk9dhoKEwPAIDknb/RsDU8AADSZ6MBAICc2WgAACBrNhoAAMiajQYAAHJmowEAgKzZaAAAIGsnGw0AAGSsstEAAEDO1mf37sbwAABI3/kbDQvDAwAgeedvNLSGBwBA+jY2GgAAyFlrowEAgIwtbDQAAJCzrY0GAAAyVnQ2GgAAyFhjowEAgJwdbTQAAJCxykYDAAA5W9toAAAgZycbDQAAZGxhowEAgJxtbDQAAJCxHpfw2mgAACB9jY0GAABydrLRAABAxmobDQAA5Oz8V9a6yvQAAEhdj1fWrkwPAIDkLc8P3rXpAQCQvKONBgAAMlbZaAAAIGcbGw0AAGSsaG00AACQscZGAwAAOTvZaAAAIGM9vrJmowEAgPRtbTQAAJCxsrPRAABAxlY2GgAAyFlrowEAgIwtbTQAAJCzvY0GAAAyVnU2GgAAyNjGRgMAABnrcyeZjQYAAJK3stEAAEDOWhsNAABkbGmjAQCAnJ1sNAAAkLG6s9EAAEDGtjYaAADIWK87yWw0AACQuo2NBgAAMlZ0NhoAAMjYykYDAAAZK1obDQAAZKyx0QAAQM5ONhoAAMhYr68K22gAACB1JxsNAABkrNdXhW00AACQur2NBgAAMtbvgNdGAwAAidvYaAAAIGNlZ6MBAICM9Tvg7WoTBAAgZT0PeFsTBAAgaT0PeDcmCABAynoe8HYLIwQAIGUbGw0AAGSs7wGvjQYAAJK2ttEAAEDGitZGAwAAGVvZaAAAIGN9D3htNAAAkLS+B7w2GgAASFnfKxpsNAAAkLRNZ6MBAIB89T7gtdEAAEDKNjYaAADIWO8DXhsNAACkbGOjAQCAjPU/4LXRAABAwjY2GgAAyFj/A14bDQAAJGxrowEAgIzVnY0GAAAytrfRAABAxgIc8NpoAAAgXXsbDQAAZGzZ2WgAACBjJxsNAABkLMABr40GAACSVZxsNAAAkLFVZ6MBAIB8Fa2NBgAAMrbubDQAAJCvsrPRAABAxradjQYAAPJVdzYaAADI2N5GAwAAGQvxzYmuWxokAABpOgUJ3sIgAQBI0ipI724NEgCAJAX55oSNBgAAUrXpbDQAAJCvsrPRAABAxvadjQYAAPK16Gw0AACQsZONBgAAMrbqbDQAAJCvsrXRAABAxgJdSWajAQCAJNWdjQYAADJ27Gw0AACQr2VnowEAgHwVrY0GAAAyFupKMhsNAACkqOpsNAAAkLF9Z6MBAIB8BXtjzUYDAAAJCvfGmo0GAAAStA53wLswTQAAUhPujbWuNU0AAJIT7o21bmOaAACkpulsNAAAkK+Ab6zZaAAAID2bzkYDAAD5qjsbDQAAZOwYMnh9dQIAgMSsQvaur04AAJCYsg0ZvEsDBQAgLfvORgMAAPlaBu3dnYECAJCUIuhCQ9eYKAAASdkG7d2uNFEAAFJSh+3dg4kCAJCS4tTZaAAAIF+rzkYDAAD5qgL37pWRAgCQkmPg4F0bKQAACWkC925XmykAAOkI+03hW62ZAgCQkH3oA96tmQIAkI7gCw0uJQMAICHBFxpcSgYAQEq2wXvXpWQAAKRjEbx3u42pAgCQiiL8QkO3MFYAAFIRfqGh6wpjBQAgEQMsNHQHYwUAIBHFaYDgXZkrAACJWA/Qu11lrgAApKEeonc7cwUAIA2DLDR0O4MFACANgyw0WOEFACARwyw0dLXJAgCQhNMwwesWXgAAkrAapnfdwgsAQBKqYXq3WxstAAApOA4UvAujBQAgAQMtNHRdabYAAMQ31EJDd2W2AAAkYKiFhm5jtgAAxDfYQkPXGC4AANENttDQdZXpAgAQ3XG44DVcAACiG26hoduZLgAAsZXD9a531gAAiG8/YPB6Zw0AgNiaAXu3q80XAIC4ynbI4DVfAAAiG3KhoTuYLwAAcQ260NBtDRgAgKiGXWjoViYMAEBUgy40eGcNAIDIVsP2blcYMQAAEVUD9+6VEQMAENNx4OD1YWEAAGIaeqGhW5sxAADxDL3Q4MPCAABEdRw8eF3SAABAPIMvNHRdacoAAMQy/EJD15kyAADRDL/Q0B1MGQCAWEZYaHArGQAA0Yyx0NCtzBkAgDiK0xjBuzRoAADiWI/Ru24lAwAgknqU3u0KkwYAIIZxFhrcSgYAQCTjLDS4lQwAgDgW4/SuW8kAAIiiaEcK3o1ZAwAQwXak3nUNLwAAMYy10CB4AQCIoWxHC17X8AIAML59J3gBAMhXM17v+u4EAACjq9oRg9e4AQAY23HE3r0ybgAARrYasXd9dwIAgLHVneCFWbi5+eX6+kdzAGB2itOowetDaxDN/77zx9u3v97cXF9fGwkA83A5au/67gTED95H/vn27W83Nz9fX39vPABka9EJXphv8D7m4BeAPBWt4AXB+5m3b9/eb/z+zdQAmLz9yL3bLc0cJhC8H289/C5+AZiuZuze9WVhmFrwil8AJq3qBC8I3p7xa+cXgJQdBS8I3hDud35vfnLbAwCpWY/fu11h7JBh8H5y28PDVWf2HgCIro7Qu52xQ+7B+8new7ujX194AyCC0W8kE7wwu+D9yJ/3W79u+gVgPNtO8ILgjV+/1n4BGErTCV4QvOoXgHxVneAFwZuiv/Z+vfUGQB/FUfDCHFxfX/9yc/Pb27d//u9UgvezC89+e7ju1+EvAC+zjtS7B6OH0Rr3j4/TcZrB++nqw93h78/eewPg2xaRerfbmT0M4G/X1z/f3Px6m4NfqcUMgvfJ/LX7AMBTylbwwsT9+JzGzTt4P/vehdNfAP6y7wQvTLJxf7pNutuw++c5RZh58H7+5tuvD7u/PnkBMEurTvDCNHx/G2w9Gne+wfv5q2+/P2w/OP4FmIe6E7yQrh8fGvf3u4sVgppz8D55/Ht376/tX4A8Fa3ghaRcP6wq/P6CfVzBG/jlt9+c/wJkZd8JXojrx4ebw+7eOPtzvK4TvM8///3t3etv7v4FmKamE7wwupEOcQXvcNc/WIAAmI6qE7wwgjiHuIJ3nAPguxfgfhHAAKkqToIXhpHCIa7gjRvAVoABkrDtBC8E8rf0DnEFbxpXoN3fAfGTO4AB4mg6wQtn+v7dEe7dpbhvpxhigjfeJRC/v1sC9hYcwPDqTvDCc707wL35bSonuIJ3QksQ96/BOQMGGEDUG3gFL4mb/AGu4J3+FoQ9YID+9tF7t2s9BRzgCl6eswZxfwj8swQGeJlVlwCPAQe4gpcz9yA+nAJbhAD4groTvMzG9fu8vTu/fftPuSR4M/TH+7fhfvY6HMA7ZSt4UbeCl+yXge8b2DkwMFPHTvCSg7vV22t1K3h5yTrwr+8vhXAQDOTtshO8TLhu7z7uMJNXywQv40Twbx+2IXwhGcjFMpHe7WrPgq/F7U/qVvAS7624+5shHo6C7UMA01N1gpd0/Hj9/uD25ve739g/xIbgJd2l4IeFiPutYDekASkrToKX2Gl7v3L7VkAIXjI5DH6UwU6DgSTsO8HLwL6//937RdoKXmZ9Gnx/R8TDarAOBsa1Tqd3u8bjmLr7VduHXduHZVs3JQhe+LI//joPftgOdlMEMIhlQr3brTyPKR3YPiwjvDuytWkreCF0CN/fFfFuM8KGMNBD1QpevuThV+bnR8e1zmsFLyRQwg+7Ee/OhF2cBnxLQi+s3Vl7IhE83kJ4uBfBca3ghYmm8MPdae9PhS0KA/eOSfVut/NEBjypfXdUe3Pz8KugahG8zMSfbx9tSLx7ac7BMMzIZSd4s/Dju6T95ebx+oH9AwQvfMvbj2r45trZMGRnmVjvdq1n8vUz2veLB+9eFHO7F4IXxliUeLcp8aGHvUIHE1J3yZnz6eyHjYMPB7R6FsEL0wji9wfEv7z/N7qNCUhFWhc0PCjyGvH37//Nd/2+ZW8+tKx1AwQvzMCf7/+t/+v734GfRTGMqDim17uT+NTahxPZR2eyj09lncsieIGzDor/2p34a3vC/gT0su8E7xMN+9Nf/7K5edSwzmMRvEAyx8WPDowfHRl72Q4+c5li7/b+tvCjcv34APbRe17u5ALBC7Oq4w87xp+cHTs+JntNOjcz/Msjy++uP/PLzcd+/yhcHb2C4AWCN/KHD9o9HcpOk5mEXheSXf3Lx/7Pg3/9t4/8v7///T/+8yP/9Y9//ON/PvqHybYrCF4gD3+8/dTN536+foJ25kzfX3/d//33f/v7Ix+H6X//473/sQQAghcglYT+akx/7KfrF8n+zoy/XQf3y83LvX0J5QkIXgAAELwAACB4AQAQvAAAIHgBAEDwAgBADP8fcHWyD5Uapm4AAAAASUVORK5CYII=");background-size:160% 112%}}@media all and (min-width: 0)and (max-width: 767px){.header--cell{background-image:none}}.header--image{height:511px;background-position:top center;background-size:cover;z-index:1}.header--image .moving-image-video{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;height:100%;padding-bottom:0px;background-color:#503291}.header--image .moving-image-video .mi-player{-webkit-transition:opacity 1000ms;transition:opacity 1000ms}.header--image .moving-image-video.video--loading .mi-player{opacity:0}.header--image .mi-control-bar,.header--image .mi-player-generator{display:none}.header--image .mi-player{-ms-flex-item-align:center;align-self:center;min-height:100%;pointer-events:none}.header--image .mi-responsive-player{min-width:928px;min-height:522px}.header--image .container{position:relative;z-index:2}.header--image .header-text{color:#fff}@media all and (min-width: 1281px){.header--image{background-position:center center}.header--image:before{position:absolute;top:1px;left:0;width:100%;height:100%;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXgAAAGOCAMAAAAaUZsSAAAC+lBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////86i/ucAAAA/XRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4CBgoSFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+OK09OAAABe5JREFUeNrt3O1a4tYaBmBxTEgGDIYKbdkntM//IEaUhCSorABjZ/8AGZ3Z/ZhWreh9x7ASP3Lhm/BcL0vk6AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF61jhIAvIx8MplMfvn1P4IX4Fllk8lk8uvkl8kkue94//vpU/lFZQCeUDwajcej0fj859HPH7/7aufu6Gg9/XRxMb24uLiY/aZeAH/L8floPBqPR6PReHz2h9/ZuXu4d3d1MZ1OL6fT6fRGFQH+zNl4H7Y/Hf/VH3ocvA/cXl5eXl5dXl5eXTVqC7DXG4/Ho23YjqK/c4DfDd4H1rOrq2JWzGaz2axWc+Ad6o72YTtO/+nB/krwPrQpZ7NyVs6KYlYUaycDeLs+nO+nEUaDpzzwjwbvI4uiKMqiLIqiKOZ3zhJw+GGbn4/G4/H5eDQe/fRcr7ftPFVefqnKopgX86IopTBwMDrZMM/zfHiW53me54OX+OeGzrNE5JemKMt5MS/LspyXS6cWeD36wzzPh/lZPjzL8+HZ8cvfg84L9KZtOS/nVVnNq/m8qq6dduBFpcM8H+Z5nudn+TDPT/79LvvFJwU+13VVNVXVVFVd1VVtVgJ4SnE2yLIsGwz62eB0cDrIBvFru4udfz33rqu6qpqqqauqrqv61mUD/EjMZtk2abPsdJBl2aD7+u9057U1nJt6q9mNwYUF3AfWx35vG7Sn2eA0ywZZlhzk7/Han+mv67qpm7pp6qaum7q59o4+8B4k/X6/t117vX5vu917I++n2Dm0KdbfFk3TNIvtx6JZNAuTxHDYkwX3Advv9XZrv9/78KY798OPreVicb1Y3Fxf31zf3Nzc3tzeLpdBXwyvz0nvYRfb7223o/dXiM7b7Be/hNvl7XJ5u1wulyGE5X4JrUiGZ3ScpGmapmmyvUnSNE2S+/1Yfd508P6BNoQ2hBDaNoQ2rNrQhrZt27YNq7ZtzVvAn/at3TROu8nH9FHEbse0qz6C94d93obwaruu2tX9Xtuu2tCuVkrEW/chSZJukiTdJO1ux27STbppnCRJGidJeqxGgveF5zBW96Hcrtud0Ia2DW0IbdAxcwD96j5Yd2s3SZL46/4HNRK8B2YTdlMZbRtCWIWdNoQQglrzrOKTOIriKIqjeLeZPMjVpJskSdKVq4L33aXy1xxe7sI4hBDCMoSN8rzzR+Lx7y8n0T5QoyiOouib8f7zqih4+TF3IYR2vV5vvq6b9W770bjxsoxDeDof7ZLx2/HkmzGKulEUnXS1oYKX1903Pw7i9eetu924+fzY/b4T/c8cx3Ecfb9GURzHUfckjroPA1a9ELwcHR0d/b9gvtvvb1br75a3fW3se874m5uTKIqibao+CFl/yecJ/Q8hDVOxyn4fXQAAAABJRU5ErkJggg==");background-repeat:no-repeat;background-position:bottom;background-size:100% 100%;content:"";z-index:2}}@media all and (min-width: 1025px)and (max-width: 1280px){.header--image{background-position:center center}.header--image:before{position:absolute;top:1px;left:0;width:100%;height:100%;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXgAAAGOCAMAAAAaUZsSAAAC+lBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////86i/ucAAAA/XRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4CBgoSFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+OK09OAAABe5JREFUeNrt3O1a4tYaBmBxTEgGDIYKbdkntM//IEaUhCSorABjZ/8AGZ3Z/ZhWreh9x7ASP3Lhm/BcL0vk6AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF61jhIAvIx8MplMfvn1P4IX4Fllk8lk8uvkl8kkue94//vpU/lFZQCeUDwajcej0fj859HPH7/7aufu6Gg9/XRxMb24uLiY/aZeAH/L8floPBqPR6PReHz2h9/ZuXu4d3d1MZ1OL6fT6fRGFQH+zNl4H7Y/Hf/VH3ocvA/cXl5eXl5dXl5eXTVqC7DXG4/Ho23YjqK/c4DfDd4H1rOrq2JWzGaz2axWc+Ad6o72YTtO/+nB/krwPrQpZ7NyVs6KYlYUaycDeLs+nO+nEUaDpzzwjwbvI4uiKMqiLIqiKOZ3zhJw+GGbn4/G4/H5eDQe/fRcr7ftPFVefqnKopgX86IopTBwMDrZMM/zfHiW53me54OX+OeGzrNE5JemKMt5MS/LspyXS6cWeD36wzzPh/lZPjzL8+HZ8cvfg84L9KZtOS/nVVnNq/m8qq6dduBFpcM8H+Z5nudn+TDPT/79LvvFJwU+13VVNVXVVFVd1VVtVgJ4SnE2yLIsGwz62eB0cDrIBvFru4udfz33rqu6qpqqqauqrqv61mUD/EjMZtk2abPsdJBl2aD7+u9057U1nJt6q9mNwYUF3AfWx35vG7Sn2eA0ywZZlhzk7/Han+mv67qpm7pp6qaum7q59o4+8B4k/X6/t117vX5vu917I++n2Dm0KdbfFk3TNIvtx6JZNAuTxHDYkwX3Advv9XZrv9/78KY798OPreVicb1Y3Fxf31zf3Nzc3tzeLpdBXwyvz0nvYRfb7223o/dXiM7b7Be/hNvl7XJ5u1wulyGE5X4JrUiGZ3ScpGmapmmyvUnSNE2S+/1Yfd508P6BNoQ2hBDaNoQ2rNrQhrZt27YNq7ZtzVvAn/at3TROu8nH9FHEbse0qz6C94d93obwaruu2tX9Xtuu2tCuVkrEW/chSZJukiTdJO1ux27STbppnCRJGidJeqxGgveF5zBW96Hcrtud0Ia2DW0IbdAxcwD96j5Yd2s3SZL46/4HNRK8B2YTdlMZbRtCWIWdNoQQglrzrOKTOIriKIqjeLeZPMjVpJskSdKVq4L33aXy1xxe7sI4hBDCMoSN8rzzR+Lx7y8n0T5QoyiOouib8f7zqih4+TF3IYR2vV5vvq6b9W770bjxsoxDeDof7ZLx2/HkmzGKulEUnXS1oYKX1903Pw7i9eetu924+fzY/b4T/c8cx3Ecfb9GURzHUfckjroPA1a9ELwcHR0d/b9gvtvvb1br75a3fW3se874m5uTKIqibao+CFl/yecJ/Q8hDVOxyn4fXQAAAABJRU5ErkJggg==");background-repeat:no-repeat;background-position:bottom;background-size:100% 100%;content:"";z-index:2}}@media all and (min-width: 768px)and (max-width: 1024px){.header--image{background-position:center center}.header--image[data-is-events-hub]:before{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXgAAAGOCAMAAAAaUZsSAAAC+lBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////86i/ucAAAA/XRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4CBgoSFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+OK09OAAABe5JREFUeNrt3O1a4tYaBmBxTEgGDIYKbdkntM//IEaUhCSorABjZ/8AGZ3Z/ZhWreh9x7ASP3Lhm/BcL0vk6AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF61jhIAvIx8MplMfvn1P4IX4Fllk8lk8uvkl8kkue94//vpU/lFZQCeUDwajcej0fj859HPH7/7aufu6Gg9/XRxMb24uLiY/aZeAH/L8floPBqPR6PReHz2h9/ZuXu4d3d1MZ1OL6fT6fRGFQH+zNl4H7Y/Hf/VH3ocvA/cXl5eXl5dXl5eXTVqC7DXG4/Ho23YjqK/c4DfDd4H1rOrq2JWzGaz2axWc+Ad6o72YTtO/+nB/krwPrQpZ7NyVs6KYlYUaycDeLs+nO+nEUaDpzzwjwbvI4uiKMqiLIqiKOZ3zhJw+GGbn4/G4/H5eDQe/fRcr7ftPFVefqnKopgX86IopTBwMDrZMM/zfHiW53me54OX+OeGzrNE5JemKMt5MS/LspyXS6cWeD36wzzPh/lZPjzL8+HZ8cvfg84L9KZtOS/nVVnNq/m8qq6dduBFpcM8H+Z5nudn+TDPT/79LvvFJwU+13VVNVXVVFVd1VVtVgJ4SnE2yLIsGwz62eB0cDrIBvFru4udfz33rqu6qpqqqauqrqv61mUD/EjMZtk2abPsdJBl2aD7+u9057U1nJt6q9mNwYUF3AfWx35vG7Sn2eA0ywZZlhzk7/Han+mv67qpm7pp6qaum7q59o4+8B4k/X6/t117vX5vu917I++n2Dm0KdbfFk3TNIvtx6JZNAuTxHDYkwX3Advv9XZrv9/78KY798OPreVicb1Y3Fxf31zf3Nzc3tzeLpdBXwyvz0nvYRfb7223o/dXiM7b7Be/hNvl7XJ5u1wulyGE5X4JrUiGZ3ScpGmapmmyvUnSNE2S+/1Yfd508P6BNoQ2hBDaNoQ2rNrQhrZt27YNq7ZtzVvAn/at3TROu8nH9FHEbse0qz6C94d93obwaruu2tX9Xtuu2tCuVkrEW/chSZJukiTdJO1ux27STbppnCRJGidJeqxGgveF5zBW96Hcrtud0Ia2DW0IbdAxcwD96j5Yd2s3SZL46/4HNRK8B2YTdlMZbRtCWIWdNoQQglrzrOKTOIriKIqjeLeZPMjVpJskSdKVq4L33aXy1xxe7sI4hBDCMoSN8rzzR+Lx7y8n0T5QoyiOouib8f7zqih4+TF3IYR2vV5vvq6b9W770bjxsoxDeDof7ZLx2/HkmzGKulEUnXS1oYKX1903Pw7i9eetu924+fzY/b4T/c8cx3Ecfb9GURzHUfckjroPA1a9ELwcHR0d/b9gvtvvb1br75a3fW3se874m5uTKIqibao+CFl/yecJ/Q8hDVOxyn4fXQAAAABJRU5ErkJggg==");background-repeat:no-repeat;background-position:bottom;background-size:100% 80%;content:"";z-index:2}}@media all and (min-width: 1281px){.header-parallax{padding-top:0px !important;padding-bottom:0px !important}.header-eyebrow{font-size:25px}}@media all and (min-width: 1025px)and (max-width: 1280px){.header-parallax{padding-top:0px !important;padding-bottom:0px !important}.header.verdana .header-title{font-size:38px;font-weight:bold;text-transform:none}}@media all and (min-width: 768px)and (max-width: 1024px){.header-parallax{padding-top:0px !important;padding-bottom:0px !important}.header.verdana .header-title{font-size:32px;font-weight:bold;text-transform:none}}@media all and (min-width: 0)and (max-width: 767px){.header-parallax{padding-top:0px !important;padding-bottom:0px !important}.header--video-disabled-mobile{background:#503291}.header--video-disabled-mobile .moving-image-video{display:none}.header-eyebrow{font-size:16px}.header.header--video-disabled-mobile{height:auto;background:#503291}.header.verdana .header-title{font-size:32px;font-weight:bold;text-transform:none}.header.header--image .mi-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:normal;align-self:normal}.header.header--image .mi-content{position:relative;-ms-flex-item-align:center;align-self:center}}.header--with-overlay:before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);content:"";z-index:-1}.header--with-overlay:before{z-index:2}.header--light-purple .breadcrumb-link,.header--light-purple .header-text,.header--light-purple .social-share-barebones__text,.header--light-magenta .breadcrumb-link,.header--light-magenta .header-text,.header--light-magenta .social-share-barebones__text{color:#000}.header--light-purple .header-title{color:#503291}.header--light-magenta .header-title{color:#eb3c96}.header--dark-cyan .breadcrumb-link,.header--dark-cyan .header-text,.header--dark-cyan .social-share-barebones__text,.header--dark-cyan .share-disclaimer-button::before,.header--dark-yellow .breadcrumb-link,.header--dark-yellow .header-text,.header--dark-yellow .social-share-barebones__text,.header--dark-yellow .share-disclaimer-button::before,.header--dark-magenta .breadcrumb-link,.header--dark-magenta .header-text,.header--dark-magenta .social-share-barebones__text,.header--dark-magenta .share-disclaimer-button::before{color:#fff}.header--dark-cyan .header-title{color:#2dbecd}.header--dark-yellow .header-title{color:#ffc832}.header--dark-magenta .header-title{color:#eb3c96}.iframe{zoom:1}.iframe:before,.iframe:after{display:table;line-height:0;content:""}.iframe:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.iframe{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.iframe{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.iframe{padding-top:60px !important}}@media all and (min-width: 1281px){.iframe{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.iframe{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.iframe{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.iframe{padding-bottom:60px !important}}@media all and (min-width: 1281px){.iframe{padding-bottom:60px !important}}.iframe-container{zoom:1;width:1400px;margin:0 auto}.iframe-container:before,.iframe-container:after{display:table;line-height:0;content:""}.iframe-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.iframe-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.iframe-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.iframe-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.iframe-container{width:1280px;padding-right:30px;padding-left:30px}}.iframe-frame{width:1px;min-width:100%;border:0}.iframe--contained{position:relative;padding:120px 0 !important;overflow:hidden;width:100%}@media print{.iframe--contained{display:none}}.iframe--contained .full-image{height:870px}.iframe--contained .full-image-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.iframe--contained .overlay-snippet{position:absolute;bottom:15px;left:356px;height:61px;rotate:-14.78deg}.iframe--contained .overlay-snippet-wrapper{position:relative}.iframe--contained .iframe-content{width:calc(100% - 20px);margin:0 10px;padding:0;border-radius:4px;background:#fff}@media all and (min-width: 1281px){.iframe-content{width:100%;position:relative;min-height:1px;padding:0 15px}.iframe--contained .full-image{margin-right:44px;margin-bottom:-74px}.iframe--contained .overlay-snippet{bottom:23px;left:396px;height:62px}}@media all and (min-width: 1025px)and (max-width: 1280px){.iframe-content{width:100%;position:relative;min-height:1px;padding:0 15px}.iframe--contained .full-image{margin-right:-135px;margin-bottom:-74px}.iframe--contained .overlay-snippet{bottom:20px;left:335px;height:64px}}@media all and (min-width: 768px)and (max-width: 1024px){.iframe-content{width:100%;position:relative;min-height:1px;padding:0 10px;overflow:scroll;-webkit-overflow-scrolling:touch}.iframe--contained .full-image{margin-right:-225px;margin-bottom:-74px}.iframe--contained .overlay-snippet{bottom:14px;left:245px;height:62px}}@media all and (min-width: 0)and (max-width: 767px){.iframe-content{width:100%;position:relative;min-height:1px;padding:0 10px;overflow:scroll;-webkit-overflow-scrolling:touch}.iframe--contained .full-image{margin-bottom:-74px;margin-left:812px}.iframe--contained .overlay-snippet{display:none}}.blog-post--template .iframe-container{max-width:100%;padding:0}@media all and (min-width: 1281px){.blog-post--template .iframe-content{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .iframe-content{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .iframe-content{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .iframe-content{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.iframe.container .iframe-container{padding-right:0;padding-left:0}.iframe.theme--purple{background-color:#2d1c51}.iframe.theme--gray{background-color:#f5f5f5}#st_gdpr_iframe{visibility:hidden}.image-block{background-color:#fff;zoom:1}.image-block:before,.image-block:after{display:table;line-height:0;content:""}.image-block:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.image-block{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.image-block{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-block{padding-top:60px !important}}@media all and (min-width: 1281px){.image-block{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.image-block{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.image-block{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-block{padding-bottom:60px !important}}@media all and (min-width: 1281px){.image-block{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.image-block.same-theme--both{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.image-block.same-theme--both{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-block.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.image-block.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.image-block.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.image-block.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-block.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.image-block.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.image-block.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.image-block.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-block.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.image-block.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.image-block.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.image-block.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-block.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.image-block.same-theme--bottom{padding-bottom:30px !important}}.image-block-container:hover{cursor:pointer}.image-block-image-container-image{position:relative;overflow:hidden}.image-block-image-container-image:before{display:block;width:100%;padding-top:56.25%;content:""}.image-block-image-container-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.image-block-image-container-image img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-block-image-container-image img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.image-block-image-container-image img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.image-block-image-container-image img{padding:0 10px}}.image-block-content-title{font-size:18px;line-height:1.2;margin-top:16px !important;margin-bottom:0;color:#503291}@media all and (min-width: 768px)and (max-width: 1024px){.image-block-content-title{font-size:18px}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-block-content-title{font-size:18px}}@media all and (min-width: 1281px){.image-block-content-title{font-size:18px}}.image-block-content-title span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#503291;font-size:16px;font-style:normal;font-weight:bold;line-height:1.7;text-transform:none}.image-block-content-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.image-block-content-text{display:inline-block}.image-block-content-text span,.image-block-content-text p{color:#1b1b25;font-size:16px;font-style:normal;font-weight:normal;line-height:1.7;text-transform:none}.image-block-content-text a{font-size:16px;font-style:normal;font-weight:normal;line-height:1.7}.image-block-content-text p,.image-block-content-text ul{margin-bottom:0}.image-block-content .cmp-image__headline{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;margin-bottom:32px !important;color:#2dbecd;font-size:28px;font-style:normal;font-weight:normal;line-height:33px;text-transform:uppercase}.image-block-content .cmp-image__headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.image-block-content .cmp-image-content-item.lightbox-enabled .image-block-image-container-image img:hover{cursor:pointer}.image-block-content.two-images .cmp-image-content-item{column-gap:32px;column-count:2;-moz-column-gap:32px;-moz-column-count:2;-webkit-column-gap:32px;-webkit-column-count:2}.image-block-content.two-images .cmp-image-content-item .container{display:inline-block;width:100%;margin:0;padding:0}.image-block-content.two-images .cmp-image-content-item .container .lg-col-7,.image-block-content.two-images .cmp-image-content-item .container .xl-col-7{width:100%}.image-block-content.two-images .cmp-image-content-item .image-block-image-container{display:inline-block}.ie .image-block-content.two-images .cmp-image-content-item .lightbox-data{display:list-item;list-style:none}.edge .image-block-content.two-images .cmp-image-content-item .lightbox-data{display:list-item;list-style:none}.image-block-content.two-images.full-fit .cmp-image__headline{width:100%;margin:0;padding:0}.image-block-content.two-images.full-fit .cmp-image-content-item .image-block-image-container{width:100%;margin:0;padding:0}.image-block-content.two-images.full-fit .cmp-image-content-item .image-block-image-container-image{width:100%;padding:0}.image-block-content.two-images.content-fit .image-block-content-title{margin-bottom:8px}.image-block-content.two-images.content-fit .image-block-content-title span{font-size:14px;line-height:1.4}.image-block-content.two-images.content-fit .image-block-content-text p,.image-block-content.two-images.content-fit .image-block-content-text a{font-size:14px;line-height:1.4}.image-block-content.two-images.content-fit .image-block-content-text a:after{top:4px}.image-block-content.content-fit:after{display:block;clear:both;content:""}.image-block-content.content-fit .cmp-image__headline{width:30.3%;margin:0;padding:0;float:left}.image-block-content.content-fit .cmp-image-content-item{width:69.7%;padding-left:18px;float:right}.image-block-content.content-fit .cmp-image-content-item .image-block-image-container{width:100%;margin:0;padding:0}.image-block-content.content-fit .cmp-image-content-item .image-block-image-container-image{width:100%;padding:0}.image-block-content.content-fit .cmp-image-content-item .container{width:100%;margin:0;padding:0}.image-block-content.content-fit.one-image .cmp-image-content-item .container .lg-col-7,.image-block-content.content-fit.one-image .cmp-image-content-item .container .xl-col-7{width:100%}.image-block-content.full-fit.one-image .image-block-content-title{margin-top:24px !important}.image-block-content.full-fit.one-image .image-block-image-container-image{width:100%}.image-block-content .video-player{height:unset;padding-bottom:0;overflow:unset;aspect-ratio:16/9}.image-block--fullwidth .content{margin-top:0px !important}.image-block--fullwidth .image-block-image-container{width:100%;margin:0;padding:0}.image-block--fullwidth .image-block-image-container-image{width:100%;margin:0;padding:0;position:relative;overflow:hidden}.image-block--fullwidth .image-block-image-container-image:before{display:block;width:100%;padding-top:56.25%;content:""}.image-block--fullwidth .image-block-image-container-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.image-block--fullwidth .image-block-image-container-image img{padding:0 15px !important}.image-block--fullwidth .image-block-container:hover{cursor:auto}@media all and (min-width: 1281px){.image-block-image-container{width:1280px;margin:0 auto;padding:0 30px}.image-block-image-container-image{width:87.5%;position:relative;min-height:1px;padding:0 15px}.image-block-content .cmp-image__headline{width:1280px;margin:0 auto;padding:0 30px}.image-block-content.content-fit{width:1280px;margin:0 auto;padding:0 30px}.image-block-content.full-fit.two-images{width:1280px;margin:0 auto;padding:0 30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-block-image-container{width:1024px;margin:0 auto;padding:0 30px}.image-block-image-container-image{width:87.5%;position:relative;min-height:1px;padding:0 15px}.image-block-content .cmp-image__headline{width:1024px;margin:0 auto;padding:0 30px}.image-block-content.content-fit{width:1024px;margin:0 auto;padding:0 30px}.image-block-content.full-fit.two-images{width:1024px;margin:0 auto;padding:0 30px}}@media all and (min-width: 768px)and (max-width: 1024px){.image-block-image-container{width:768px;margin:0 auto;padding:0 20px}.image-block-content .cmp-image__headline{width:768px;margin:0 auto;padding:0 20px;font-size:24px;line-height:1.2}.image-block-content.two-images .cmp-image__headline{margin-bottom:40px !important}.image-block-content.two-images .cmp-image-content-item{column-gap:20px;-moz-column-gap:20px;-webkit-column-gap:20px}.image-block-content.two-images .image-block-content-title{margin-top:16px !important;margin-bottom:8px !important}.image-block-content.two-images .image-block-content-title span{font-size:14px;line-height:1.4}.image-block-content.two-images .image-block-content-text span,.image-block-content.two-images .image-block-content-text p,.image-block-content.two-images .image-block-content-text a{font-size:14px;line-height:1.4}.image-block-content.two-images .image-block-content-text a:after{top:4px}.image-block-content.one-image .image-block-content-title{margin-top:24px !important;margin-bottom:0}.image-block-content.content-fit{width:768px;margin:0 auto;padding:0 20px}.image-block-content.content-fit.one-image .cmp-image-content-item .container .lg-col-7,.image-block-content.content-fit.one-image .cmp-image-content-item .container .xl-col-7{width:58%}.image-block-content.content-fit .cmp-image__headline,.image-block-content.content-fit .cmp-image-content-item{width:100%;float:none}.image-block-content.content-fit .cmp-image-content-item{padding-left:0}.image-block-content.full-fit.two-images{width:768px;margin:0 auto;padding:0 20px}.image-block--fullwidth .image-block-image-container-image img{padding:0 10px !important}}@media all and (min-width: 0)and (max-width: 767px){.image-block-image-container{width:100%;margin:0 auto;padding:0 20px}.image-block-content-title{margin-top:16px !important;margin-bottom:8px !important}.image-block-content-title span{font-size:14px;line-height:1.4}.image-block-content-text span,.image-block-content-text p,.image-block-content-text a{font-size:14px;line-height:1.4}.image-block-content-text a:after{top:4px}.image-block-content .cmp-image__headline{width:100%;margin:0 auto;margin-bottom:20px !important;padding:0 20px;font-size:20px;line-height:1.2}.image-block-content.two-images .cmp-image-content-item{column-gap:0;column-count:1;-moz-column-gap:0;-moz-column-count:1;-webkit-column-gap:0;-webkit-column-count:1}.image-block-content.two-images .cmp-image-content-item .image-block-content-text{margin-bottom:32px !important}.image-block-content.content-fit{width:100%;margin:0 auto;padding:0 20px}.image-block-content.content-fit .cmp-image__headline,.image-block-content.content-fit .cmp-image-content-item{width:100%;float:none}.image-block-content.content-fit .cmp-image-content-item{padding-left:0}.image-block-content.full-fit.two-images{width:100%;margin:0 auto;padding:0 20px}.image-block-content.full-fit.one-image .image-block-content-title{margin-top:16px !important}.image-block--fullwidth .image-block-image-container-image img{padding:0 10px !important}}@media all and (min-width: 0)and (max-width: 767px){.image-grid-comp{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.image-grid-comp{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-grid-comp{padding-top:60px !important}}@media all and (min-width: 1281px){.image-grid-comp{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.image-grid-comp{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.image-grid-comp{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-grid-comp{padding-bottom:60px !important}}@media all and (min-width: 1281px){.image-grid-comp{padding-bottom:60px !important}}.image-grid-comp__container{zoom:1;width:1400px;margin:0 auto}.image-grid-comp__container:before,.image-grid-comp__container:after{display:table;line-height:0;content:""}.image-grid-comp__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.image-grid-comp__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.image-grid-comp__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-grid-comp__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.image-grid-comp__container{width:1280px;padding-right:30px;padding-left:30px}}.image-grid-comp__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.image-grid-comp__item-anchor{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}.image-grid-comp__item-image{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}.image-grid-comp__item::before{display:none}@media all and (min-width: 1281px){.image-grid-comp__items{width:93.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.image-grid-comp__item{margin-right:16.98px;margin-bottom:16.98px}.image-grid-comp__item--square{width:162.85px;height:162.85px}.image-grid-comp__item--rectangle{width:343px;height:163px}}@media all and (min-width: 1025px)and (max-width: 1280px){.image-grid-comp__items{width:100%;position:relative;min-height:1px;padding:0 15px;padding-right:0}.image-grid-comp__item{margin-right:14.43px;margin-bottom:16.43px}.image-grid-comp__item--square{width:147.96px;height:147.96px}.image-grid-comp__item--rectangle{width:312px;height:148px}}@media all and (min-width: 768px)and (max-width: 1024px){.image-grid-comp__items{width:100%;position:relative;min-height:1px;padding:0 10px;padding-right:0}.image-grid-comp__item{margin-right:10.5px;margin-bottom:16.43px}.image-grid-comp__item--square{width:112px;height:112px}.image-grid-comp__item--rectangle{width:236px;height:112px}}@media all and (min-width: 0)and (max-width: 767px){.image-grid-comp__items{width:100%;position:relative;min-height:1px;padding:0 10px;padding-right:0;padding-left:0}.image-grid-comp__item{margin-bottom:16px}.image-grid-comp__item--square{width:50%;position:relative;min-height:1px;padding:0 10px;min-height:45vw}.image-grid-comp__item--rectangle{width:100%;position:relative;min-height:1px;padding:0 10px;min-height:45vw}}html{scroll-behavior:smooth}.in-page-nav-anchor{outline:none}.in-page-nav-desktop{margin-top:30px !important;display:none;position:relative}.in-page-nav-desktop-wrapper{border-bottom:1px solid #e1e1e1;background-color:#fff}.headroom--not-top .in-page-nav-desktop-wrapper{position:fixed;top:0;right:0;left:0;-webkit-transition:background-color .2s linear,-webkit-transform 200ms ease-in-out;transition:background-color .2s linear,-webkit-transform 200ms ease-in-out;transition:transform 200ms ease-in-out,background-color .2s linear;transition:transform 200ms ease-in-out,background-color .2s linear,-webkit-transform 200ms ease-in-out;z-index:100}.in-page-nav-desktop-container{zoom:1;width:1400px;margin:0 auto;padding-top:19px !important}.in-page-nav-desktop-container:before,.in-page-nav-desktop-container:after{display:table;line-height:0;content:""}.in-page-nav-desktop-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.in-page-nav-desktop-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.in-page-nav-desktop-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.in-page-nav-desktop-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.in-page-nav-desktop-container{width:1280px;padding-right:30px;padding-left:30px}}.in-page-nav-desktop-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}.in-page-nav-desktop-list-item{margin-left:35px !important;margin-right:35px !important;position:relative}.in-page-nav-desktop-list-item:first-child{margin-left:0px !important}.in-page-nav-desktop-list-item:last-child{margin-right:0px !important}.in-page-nav-desktop-list-item:before{display:none}.in-page-nav-desktop-list-item-line{position:absolute;right:0;bottom:0;left:0;height:0px;-webkit-transform:translateY(1px);transform:translateY(1px);background-color:#eb3c96;transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear}.in-page-nav-desktop-list-item-link{padding-bottom:24px !important;font-size:14px;display:block;color:#000}@media all and (min-width: 768px)and (max-width: 1024px){.in-page-nav-desktop-list-item-link{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.in-page-nav-desktop-list-item-link{font-size:14px}}@media all and (min-width: 1281px){.in-page-nav-desktop-list-item-link{font-size:14px}}.in-page-nav-desktop-list-item-link:hover{color:#eb3c96}.in-page-nav-desktop-list-item-link--active{font-weight:bold}.in-page-nav-desktop-list-item-link--active+.in-page-nav-desktop-list-item-line{height:6px}.in-page-nav-mobile{margin-top:20px !important;display:none}.in-page-nav-mobile-wrapper{border-bottom:1px solid #e9e9ed;background-color:#fff}.headroom--not-top .in-page-nav-mobile-wrapper{position:fixed;top:0;right:0;left:0;-webkit-transition:background-color .2s linear,-webkit-transform 200ms ease-in-out;transition:background-color .2s linear,-webkit-transform 200ms ease-in-out;transition:transform 200ms ease-in-out,background-color .2s linear;transition:transform 200ms ease-in-out,background-color .2s linear,-webkit-transform 200ms ease-in-out;z-index:100}.in-page-nav-mobile-container{position:relative}.in-page-nav-mobile-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:8px 20px;border:0;color:#eb3c96;z-index:2}.in-page-nav-mobile-top-text{margin:0;font-size:12px;font-weight:bold}.in-page-nav-mobile-top-button{position:relative;margin-right:-15px;border:0;color:#eb3c96;font-size:32px}.in-page-nav-mobile-top-button:hover{color:#ff6ab5;cursor:pointer}.in-page-nav-mobile-top-button:focus{outline:none}.in-page-nav-mobile-top-button [class*=icon]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.in-page-nav-mobile--open .in-page-nav-mobile-top-button [class*=icon]{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.in-page-nav-mobile-list{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin:0;-webkit-transform:translateY(90%);transform:translateY(90%);-webkit-transition:all 200ms ease-out;transition:all 200ms ease-out;border-bottom:2px solid #e1e1e1;background-color:#fff;opacity:0;visibility:hidden;z-index:100}.in-page-nav-mobile--open .in-page-nav-mobile-list{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:1;visibility:visible;z-index:1}.in-page-nav-mobile-list-item{border-bottom:1px solid #e9e9ed;background-color:inherit}.in-page-nav-mobile-list-item:before{display:none}.in-page-nav-mobile-list-item:first-child{border-top:1px solid #e9e9ed}.in-page-nav-mobile-list-item-link{display:block;position:relative;padding:0 20px;color:#000;padding-top:12px !important;padding-bottom:12px !important;font-size:14px;transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out}@media all and (min-width: 768px)and (max-width: 1024px){.in-page-nav-mobile-list-item-link{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.in-page-nav-mobile-list-item-link{font-size:14px}}@media all and (min-width: 1281px){.in-page-nav-mobile-list-item-link{font-size:14px}}.in-page-nav-mobile-list-item-link:hover,.in-page-nav-mobile-list-item-link--active{color:#eb3c96}.in-page-nav--story-template{background-color:#fff}.in-page-nav--story-template.in-page-nav{padding-bottom:40px !important}.in-page-nav--story-template .in-page-nav-desktop{margin-top:0 !important}.in-page-nav--story-template .in-page-nav-desktop-wrapper{display:none}.in-page-nav--story-template .headroom--not-top .in-page-nav-desktop-wrapper{display:block}.in-page-nav--author.in-page-nav{padding-bottom:0 !important}.in-page-nav--author .in-page-nav-desktop-wrapper{display:block}@media all and (min-width: 1281px){.in-page-nav-desktop{display:block}.in-page-nav--story-template.in-page-nav{padding-top:0 !important}.in-page-nav--story-template .in-page-nav-desktop-container{margin-left:0;padding-left:93px}.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{zoom:1;width:1400px;margin:0 auto;padding-top:11.4px !important}.in-page-nav-mobile.dropdown .in-page-nav-mobile-container:before,.in-page-nav-mobile.dropdown .in-page-nav-mobile-container:after{display:table;line-height:0;content:""}.in-page-nav-mobile.dropdown .in-page-nav-mobile-container:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px)and (min-width: 1281px){.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.in-page-nav-desktop{display:block}.in-page-nav--story-template.in-page-nav{padding-top:0 !important}.in-page-nav--story-template .in-page-nav-desktop-container{margin-left:0;padding-left:77px}.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{zoom:1;width:1400px;margin:0 auto;padding-top:11.4px !important}.in-page-nav-mobile.dropdown .in-page-nav-mobile-container:before,.in-page-nav-mobile.dropdown .in-page-nav-mobile-container:after{display:table;line-height:0;content:""}.in-page-nav-mobile.dropdown .in-page-nav-mobile-container:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 768px)and (max-width: 1024px){.in-page-nav-desktop{display:block}.in-page-nav--story-template .in-page-nav-desktop-wrapper{display:block}.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{zoom:1;width:1400px;margin:0 auto;padding-top:11.4px !important}.in-page-nav-mobile.dropdown .in-page-nav-mobile-container:before,.in-page-nav-mobile.dropdown .in-page-nav-mobile-container:after{display:table;line-height:0;content:""}.in-page-nav-mobile.dropdown .in-page-nav-mobile-container:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.in-page-nav-mobile.dropdown .in-page-nav-mobile-container{width:1280px;padding-right:30px;padding-left:30px}}@media screen and (min-width: 768px){.in-page-nav-mobile.dropdown{display:block}.in-page-nav-mobile-wrapper{padding-bottom:35px}.in-page-nav-mobile-top,.in-page-nav-mobile-list{width:488px;height:70px}.in-page-nav-mobile-top{margin-top:25px;border:1px solid #e1e1e1}.in-page-nav-mobile-top-text{color:#503291;font-size:16px;font-weight:normal}.in-page-nav-mobile-top-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.in-page-nav-mobile-top-title{margin:0;color:#000;font-size:12px;font-weight:bold}.in-page-nav-mobile--open .in-page-nav-mobile-list{z-index:2}.in-page-nav-mobile--open .in-page-nav-mobile-list-item{border-right:1px solid #e1e1e1;border-bottom:0;border-left:1px solid #e1e1e1}.in-page-nav-mobile--open .in-page-nav-mobile-list-item:first-child{border-top:0}.in-page-nav-mobile--open .in-page-nav-mobile-list-item:last-child{border-bottom:4px solid #e1e1e1}.in-page-nav-mobile--open .in-page-nav-mobile-list-item-link{font-size:12px}.in-page-nav-mobile--open .in-page-nav-mobile-list-item-link:hover{color:#eb3c96}}@media all and (min-width: 0)and (max-width: 767px){.in-page-nav-mobile{display:block}.in-page-nav-mobile--open .in-page-nav-mobile-list{z-index:2}.in-page-nav--story-template .in-page-nav-mobile{margin-top:0 !important}}@-webkit-keyframes fadeOutIn{from{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes fadeOutIn{from{opacity:0}50%{opacity:0}100%{opacity:1}}.blog-post--template .in-page-nav .headroom--not-top .in-page-nav-desktop-wrapper{-webkit-animation-name:fadeOutIn;animation-name:fadeOutIn;-webkit-animation-duration:1s;animation-duration:1s}.blog-post--template .in-page-nav.in-page-nav--author .in-page-nav-desktop-container,.blog-post--template .in-page-nav .headroom--top .in-page-nav-desktop-container{width:100%;padding-right:0;padding-left:0}html{scroll-behavior:smooth}.in-page-sdgs-nav--author .in-page-sdgs-nav__navigation-parsys{width:100%;min-height:118px}.in-page-sdgs-nav:not(.in-page-sdgs-nav--author) .in-page-sdgs-nav__navigation-wrapper--no-sdgs .in-page-sdgs-nav__title-wrapper{margin-bottom:10px}.in-page-sdgs-nav:not(.in-page-sdgs-nav--author) .in-page-sdgs-nav__navigation-wrapper--no-sdgs .in-page-sdgs-nav__bar{position:absolute;padding-bottom:100px}.in-page-sdgs-nav:not(.in-page-sdgs-nav--author) .in-page-sdgs-nav__navigation-wrapper--no-sdgs .in-page-sdgs-nav__bar.headroom--top{height:0 !important;opacity:0}.in-page-sdgs-nav .section-splitter{margin:0}.in-page-sdgs-nav__title-wrapper{zoom:1;width:1400px;margin:0 auto;position:relative;margin-top:60px;margin-bottom:-10px;font-size:14px;font-weight:bold;z-index:101}.in-page-sdgs-nav__title-wrapper:before,.in-page-sdgs-nav__title-wrapper:after{display:table;line-height:0;content:""}.in-page-sdgs-nav__title-wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.in-page-sdgs-nav__title-wrapper{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.in-page-sdgs-nav__title-wrapper{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.in-page-sdgs-nav__title-wrapper{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.in-page-sdgs-nav__title-wrapper{width:1280px;padding-right:30px;padding-left:30px}}.in-page-sdgs-nav__title{margin-bottom:0}.in-page-sdgs-nav:not(.in-page-sdgs-nav--author) .in-page-sdgs-nav__bar--no-sdgs{position:absolute;padding-bottom:100px}.in-page-sdgs-nav:not(.in-page-sdgs-nav--author) .in-page-sdgs-nav__bar--no-sdgs.headroom--top{height:0 !important;opacity:0}.in-page-sdgs-nav--author{padding:20px}.in-page-sdgs-nav__row{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}.in-page-sdgs-nav__row:before,.in-page-sdgs-nav__row:after{display:table;line-height:0;content:""}.in-page-sdgs-nav__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.in-page-sdgs-nav__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.in-page-sdgs-nav__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.in-page-sdgs-nav__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.in-page-sdgs-nav__row{margin-right:-15px;margin-left:-15px}}.in-page-sdgs-nav__bottom-wrapper{zoom:1;width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 0}.in-page-sdgs-nav__bottom-wrapper:before,.in-page-sdgs-nav__bottom-wrapper:after{display:table;line-height:0;content:""}.in-page-sdgs-nav__bottom-wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.in-page-sdgs-nav__bottom-wrapper{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.in-page-sdgs-nav__bottom-wrapper{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.in-page-sdgs-nav__bottom-wrapper{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.in-page-sdgs-nav__bottom-wrapper{width:1280px;padding-right:30px;padding-left:30px}}.in-page-sdgs-nav__wrapper{position:relative;border-bottom:1px solid #e9e9ed;background-color:#fff;z-index:100}.headroom--not-top .in-page-sdgs-nav__wrapper{position:fixed;top:0;right:0;left:0;-webkit-transition:background-color 200ms ease-in-out,top 200ms ease-in-out,-webkit-transform 200ms ease-in-out;transition:background-color 200ms ease-in-out,top 200ms ease-in-out,-webkit-transform 200ms ease-in-out;transition:transform 200ms ease-in-out,background-color 200ms ease-in-out,top 200ms ease-in-out;transition:transform 200ms ease-in-out,background-color 200ms ease-in-out,top 200ms ease-in-out,-webkit-transform 200ms ease-in-out;z-index:102}.in-page-sdgs-nav--hide-bar.headroom--not-top .in-page-sdgs-nav__wrapper{top:-100px}.in-page-sdgs-nav__container{position:relative}.in-page-sdgs-nav__top-text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:300ms;transition:300ms;opacity:0}.headroom--not-top .in-page-sdgs-nav__top-text-wrapper{opacity:1}.in-page-sdgs-nav__top-sdgs-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:300ms;transition:300ms;opacity:1}.in-page-sdgs-nav__top-sdgs-wrapper--hide{opacity:0}.headroom--not-top .in-page-sdgs-nav__top-sdgs-wrapper{left:0}.in-page-sdgs-nav__top-sdgs-wrapper,.in-page-sdgs-nav__bottom-sdgs-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.in-page-sdgs-nav__bottom-sdgs-wrapper{margin-left:10px}.in-page-sdgs-nav+.in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor{zoom:1;width:1400px;margin:0 auto}.in-page-sdgs-nav+.in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor:before,.in-page-sdgs-nav+.in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor:after{display:table;line-height:0;content:""}.in-page-sdgs-nav+.in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.in-page-sdgs-nav+.in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.in-page-sdgs-nav+.in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.in-page-sdgs-nav+.in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.in-page-sdgs-nav+.in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor{width:1280px;padding-right:30px;padding-left:30px}}.in-page-sdgs-nav:not(.in-page-sdgs-nav--author) .in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor{position:relative;width:100%}.in-page-sdgs-nav:not(.in-page-sdgs-nav--author) .in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor .sdgs{visibility:hidden}.in-page-sdgs-nav__top-title{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:54px;margin-bottom:0;padding-bottom:20px;transition:padding 300ms ease-in-out;-moz-transition:padding 300ms ease-in-out;-o-transition:padding 300ms ease-in-out;-webkit-transition:padding 300ms ease-in-out;color:#2dbecd;font-size:18px;font-weight:bold;line-height:1.51;text-align:left;overflow:hidden}.headroom--not-top .in-page-sdgs-nav__top-title{padding:0}.in-page-sdgs-nav__top-description{max-height:20px;margin-bottom:0;color:#000;font-size:12px;font-weight:bold;text-align:left;overflow:hidden}.in-page-sdgs-nav__top-inner-container{zoom:1;width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}.in-page-sdgs-nav__top-inner-container:before,.in-page-sdgs-nav__top-inner-container:after{display:table;line-height:0;content:""}.in-page-sdgs-nav__top-inner-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.in-page-sdgs-nav__top-inner-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.in-page-sdgs-nav__top-inner-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.in-page-sdgs-nav__top-inner-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.in-page-sdgs-nav__top-inner-container{width:1280px;padding-right:30px;padding-left:30px}}.in-page-sdgs-nav__top-button{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100px;border:0;color:#eb3c96;z-index:100}.in-page-sdgs-nav__navigation-wrapper--open .in-page-sdgs-nav__top-button{background-color:#fff}.in-page-sdgs-nav__top-button .icon-simple-arrow{position:relative;right:-5px;-ms-flex-item-align:center;align-self:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:20px;margin-left:auto;font-size:32px;cursor:pointer}.in-page-sdgs-nav__top-button .icon-simple-arrow::before{-webkit-transition:-webkit-transform 200ms ease-out;transition:-webkit-transform 200ms ease-out;transition:transform 200ms ease-out;transition:transform 200ms ease-out, -webkit-transform 200ms ease-out;-moz-transition:transform 200ms ease-out;-o-transition:transform 200ms ease-out;-webkit-transition:transform 200ms ease-out;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.in-page-sdgs-nav__navigation-wrapper--open .in-page-sdgs-nav__top-button .icon-simple-arrow::before{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.headroom--not-top .in-page-sdgs-nav__top-button .icon-simple-arrow{display:-webkit-box;display:-ms-flexbox;display:flex}.headroom--top .in-page-sdgs-nav__top-button .icon-simple-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.in-page-sdgs-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin:0;-webkit-transform:translateY(90%);transform:translateY(90%);transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;-webkit-transition:all 200ms ease-out;background-color:#fff;opacity:0;visibility:hidden;z-index:100}@media all and (min-width: 0)and (max-width: 767px){.in-page-sdgs-nav__list{height:calc(100vh - 50px);padding-bottom:80px;overflow-y:scroll}}.in-page-sdgs-nav__navigation-wrapper--open .headroom--not-top .in-page-sdgs-nav__list{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:1;visibility:visible}.in-page-sdgs-nav__list-item{background-color:inherit}.in-page-sdgs-nav__list-item:before{display:none}.in-page-sdgs-nav__list-item:first-child{border-top:1px solid #e9e9ed}.in-page-sdgs-nav__list-item:first-child .in-page-sdgs-nav__bottom-wrapper{padding-top:30px}.in-page-sdgs-nav__list-item:last-child{border-bottom:1px solid #e9e9ed}.in-page-sdgs-nav__list-item:last-child .in-page-sdgs-nav__bottom-wrapper{padding-bottom:30px}.in-page-sdgs-nav__list-item-link{transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;-webkit-transition:all 200ms ease-out;display:block;margin-right:20px;margin-left:0;color:#000;font-size:16px;line-height:1.7}.in-page-sdgs-nav__list-item-link:hover{margin-right:10px;margin-left:10px}@media all and (min-width: 0)and (max-width: 767px){.in-page-sdgs-nav__list-item-link:hover{margin-right:auto;margin-left:0}}.in-page-sdgs-nav__list-item-link:hover,.in-page-sdgs-nav__list-item-link--active{color:#eb3c96}.headroom--top .in-page-sdgs-nav__top-sdgs-icon-wrapper{display:none}.headroom--not-top .in-page-sdgs-nav__top-sdgs-icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.in-page-sdgs-nav__description-enter-active{transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;-webkit-transition:all 200ms ease-out}.in-page-sdgs-nav__description-leave-active{transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;-webkit-transition:all 200ms ease-out}.in-page-sdgs-nav__description-enter,.in-page-sdgs-nav__description-leave-to{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}.in-page-sdgs-nav__mobile-sdgs{display:none}@media all and (min-width: 1281px){.in-page-sdgs-nav__top-text-wrapper{width:31.25%;position:relative;min-height:1px;padding:0 15px}.in-page-sdgs-nav__top-sdgs-wrapper{width:62.5%;position:relative;min-height:1px;padding:0 15px;left:-391px}.in-page-sdgs-nav__top-sdgs-icon-wrapper{width:6.25%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.in-page-sdgs-nav__top-text-wrapper{width:37.5%;position:relative;min-height:1px;padding:0 15px}.in-page-sdgs-nav__top-sdgs-wrapper{width:56.25%;position:relative;min-height:1px;padding:0 15px;left:-372px}.in-page-sdgs-nav__top-sdgs-icon-wrapper{width:6.25%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.in-page-sdgs-nav__top-text-wrapper{width:41.6666666667%;position:relative;min-height:1px;padding:0 10px}.in-page-sdgs-nav__top-sdgs-wrapper{width:50%;position:relative;min-height:1px;padding:0 10px;left:-310px}.in-page-sdgs-nav__top-sdgs-icon-wrapper{width:8.3333333333%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.in-page-sdgs-nav__wrapper{border-top:1px solid #e9e9ed}.in-page-sdgs-nav:not(.in-page-sdgs-nav--author) .in-page-sdgs-nav__navigation-wrapper--no-sdgs{top:-50px}.in-page-sdgs-nav--hide-bar.headroom--not-top .in-page-sdgs-nav__wrapper{top:-50px}.in-page-sdgs-nav__bar{padding-bottom:50px}.in-page-sdgs-nav__top-text-wrapper{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:1}.in-page-sdgs-nav__top-sdgs-wrapper{display:none}.in-page-sdgs-nav__list-item{border-bottom:1px solid #e9e9ed}.in-page-sdgs-nav__list-item:first-child .in-page-sdgs-nav__bottom-wrapper{padding-top:10px}.in-page-sdgs-nav__list-item:last-child .in-page-sdgs-nav__bottom-wrapper{padding-bottom:10px}.in-page-sdgs-nav__list-item-link{margin-right:auto;font-size:14px}.in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor{display:-webkit-box;display:-ms-flexbox;display:flex}.in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor .sdgs{margin:20px}.in-page-sdgs-nav__navigation-wrapper:not(.in-page-sdgs-nav__navigation-wrapper--no-sdgs)+* .anchor+*>*:first-child.theme--white{margin-top:0px !important;padding-top:0px !important}.in-page-sdgs-nav:not(.in-page-sdgs-nav--author) .in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor{width:auto;height:auto}.in-page-sdgs-nav:not(.in-page-sdgs-nav--author) .in-page-sdgs-nav__parsys-wrapper .in-page-nav-anchor .sdgs{visibility:visible}.in-page-sdgs-nav__top-title{display:none}.in-page-sdgs-nav__top-description{color:#eb3c96;font-size:12px}.in-page-sdgs-nav__top-button{height:50px;padding:0}.in-page-sdgs-nav__top-sdgs-icon-wrapper{width:16.6666666667%;position:relative;min-height:1px;padding:0 10px}.headroom--top .in-page-sdgs-nav__top-sdgs-icon-wrapper,.headroom--not-top .in-page-sdgs-nav__top-sdgs-icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.in-page-sdgs-nav__mobile-sdgs{display:block}.in-page-sdgs-nav__title{margin-bottom:18px}.in-page-sdgs-nav__title-wrapper{margin:20px 0}}.blog-post--template .in-page-sdgs-nav .in-page-sdgs-nav__title-wrapper{width:100%;padding-right:0;padding-left:0}.blog-post--template .in-page-sdgs-nav .headroom--top .in-page-sdgs-nav__top-inner-container,.blog-post--template .in-page-sdgs-nav--author .in-page-sdgs-nav__top-inner-container{width:100%;padding-right:0;padding-left:0}.blog-post--template .in-page-sdgs-nav .headroom--top .in-page-sdgs-nav__top-text-wrapper,.blog-post--template .in-page-sdgs-nav--author .in-page-sdgs-nav__top-text-wrapper{display:none}.blog-post--template .in-page-sdgs-nav .headroom--top .in-page-sdgs-nav__top-sdgs-wrapper,.blog-post--template .in-page-sdgs-nav--author .in-page-sdgs-nav__top-sdgs-wrapper{position:static;width:100%;padding:0 10px}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .in-page-sdgs-nav .headroom--top .in-page-sdgs-nav__top-sdgs-wrapper,.blog-post--template .in-page-sdgs-nav--author .in-page-sdgs-nav__top-sdgs-wrapper{padding:0}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .in-page-sdgs-nav .headroom--top .in-page-sdgs-nav__top-text-wrapper,.blog-post--template .in-page-sdgs-nav--author .in-page-sdgs-nav__top-text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}.in-page-sdgs-nav__navigation-wrapper--icons .in-page-sdgs-nav__bottom-sdgs-wrapper{display:none}.in-page-sdgs-nav__navigation-wrapper--icons .in-page-sdgs-nav__mobile-sdgs .sdgs{-webkit-filter:grayscale(0);filter:grayscale(0)}.in-page-sdgs-nav__navigation-wrapper--icons .sdgs{width:40px;overflow:hidden;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.in-page-sdgs-nav__navigation-wrapper--icons .sdgs__id,.in-page-sdgs-nav__navigation-wrapper--icons .sdgs__text{display:none}.in-page-sdgs-nav__navigation-wrapper--icons .sdgs__icon{top:0;left:0;width:100%;max-width:100%;height:100%;-webkit-transition:-webkit-filter 300ms ease-in-out;transition:-webkit-filter 300ms ease-in-out;transition:filter 300ms ease-in-out;transition:filter 300ms ease-in-out, -webkit-filter 300ms ease-in-out}.in-page-sdgs-nav__navigation-wrapper--icons .sdgs:hover:not(.sdgs--tiny) .sdgs__icon{opacity:1}.sdgs{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;max-width:40px;height:40px;margin-right:10px;-webkit-transition:300ms;transition:300ms;border-radius:6.4px;background-color:#dadada;color:#fff;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.sdgs[role=link]{cursor:pointer}.headroom--not-top .sdgs{cursor:auto}.sdgs__id{position:relative;margin:0 4px;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;font-family:"Oswald",sans-serif;font-size:14px;font-weight:bold}.sdgs__icon{position:absolute;right:5px;bottom:5px;max-width:20px;-webkit-transition:300ms;transition:300ms;opacity:1}.sdgs__text{-ms-flex-item-align:center;align-self:center;width:100%;max-height:32px;margin-right:9px;font-family:"Oswald",sans-serif;font-size:12px;line-height:1.3;text-align:left;text-transform:uppercase;opacity:0;overflow:hidden}.sdgs__text:not(.sdgs__text--multiline){white-space:nowrap}.sdgs--tiny{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;margin-right:4px;border-radius:3.2px;background-color:#dadada;color:#fff;font-size:14px;font-weight:bold}.sdgs--tiny .sdgs__icon{display:none}.sdgs--tiny .sdgs__id{position:relative;top:-0.5px;left:0}.sdgs--tiny .sdgs__text{display:none}@media all and (min-width: 767px){.sdgs--tiny{min-width:20px}.sdgs:hover:not(.sdgs--tiny){max-width:190px}.sdgs:hover:not(.sdgs--tiny) .sdgs__icon{bottom:0;opacity:0}.sdgs:hover:not(.sdgs--tiny) .sdgs__id{position:static;margin-right:10px;margin-left:12px;font-size:25px}.sdgs:hover:not(.sdgs--tiny) .sdgs__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:300ms;transition:300ms;-webkit-transition-delay:300ms;transition-delay:300ms;opacity:1}}@media all and (min-width: 0)and (max-width: 767px){.sdgs{cursor:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sdgs--tiny{min-width:20px}}.interactive-background__svg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);pointer-events:none}.interactive-background__svg-wrapper{position:absolute;top:0;right:0;width:44.85714286%;background-size:cover}.interactive-background__svg-wrapper:before{display:block;width:100%;height:0;padding-bottom:74.20382166%;content:""}.interactive-background__svg-path{-webkit-transition:450ms 450ms;transition:450ms 450ms;opacity:0;fill:#fff}.interactive-background__svg-path-border{fill:#503291}.interactive-background__svg-path-border--cyan{fill:#2dbecd}.interactive-background__svg svg{position:absolute;bottom:0;left:0;width:150%;-webkit-transform:translate(-2px, 2px) scale(1);transform:translate(-2px, 2px) scale(1);-webkit-transition:450ms;transition:450ms;overflow:visible}.interactive-background--2 .interactive-background__svg-wrapper svg{-webkit-transform:translate(-2px, 2px) scale(4);transform:translate(-2px, 2px) scale(4);-webkit-transition:450ms 337.5000000844ms;transition:450ms 337.5000000844ms}.interactive-background--2 .interactive-background__svg-path{-webkit-transition:450ms;transition:450ms;opacity:1}.interactive-background--3 .interactive-background__svg-wrapper{top:auto;right:auto;bottom:0;left:0}.interactive-background--3 .interactive-background__svg-wrapper:before{padding-bottom:87.07592892%}.interactive-background--3 .interactive-background__svg-wrapper svg{position:absolute;top:0;right:0;bottom:auto;left:auto;width:150%;-webkit-transform:translate(2px, -2px) scale(1);transform:translate(2px, -2px) scale(1);-webkit-transition:450ms;transition:450ms}.interactive-background--3 .interactive-background__svg-path{-webkit-transition:450ms 450ms;transition:450ms 450ms;opacity:0}.interactive-background--4 .interactive-background__svg-wrapper{top:auto;right:auto;bottom:0;left:0}.interactive-background--4 .interactive-background__svg-wrapper:before{padding-bottom:87.07592892%}.interactive-background--4 .interactive-background__svg-wrapper svg{position:absolute;top:0;right:0;bottom:auto;left:auto;width:150%;-webkit-transform:translate(-2px, 2px) scale(4);transform:translate(-2px, 2px) scale(4);-webkit-transition:450ms 337.5000000844ms;transition:450ms 337.5000000844ms}.interactive-background--4 .interactive-background__svg-path{-webkit-transition:450ms;transition:450ms;opacity:1}.ie .interactive-background__svg svg{bottom:124%}@media all and (min-width: 768px)and (max-width: 1024px){.interactive-background__svg{display:none}}@media all and (min-width: 0)and (max-width: 767px){.interactive-background__svg{display:none}}.interactive-background__svg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);pointer-events:none}.interactive-background__svg-wrapper{position:absolute;top:0;right:0;width:44.85714286%;background-size:cover}.interactive-background__svg-wrapper:before{display:block;width:100%;height:0;padding-bottom:74.20382166%;content:""}.interactive-background__svg-path{-webkit-transition:450ms 450ms;transition:450ms 450ms;opacity:0;fill:#fff}.interactive-background__svg-path-border{fill:#503291}.interactive-background__svg-path-border--cyan{fill:#2dbecd}.interactive-background__svg svg{position:absolute;bottom:0;left:0;width:150%;-webkit-transform:translate(-2px, 2px) scale(1);transform:translate(-2px, 2px) scale(1);-webkit-transition:450ms;transition:450ms;overflow:visible}.interactive-background--2 .interactive-background__svg-wrapper svg{-webkit-transform:translate(-2px, 2px) scale(4);transform:translate(-2px, 2px) scale(4);-webkit-transition:450ms 337.5000000844ms;transition:450ms 337.5000000844ms}.interactive-background--2 .interactive-background__svg-path{-webkit-transition:450ms;transition:450ms;opacity:1}.interactive-background--3 .interactive-background__svg-wrapper{top:auto;right:auto;bottom:0;left:0}.interactive-background--3 .interactive-background__svg-wrapper:before{padding-bottom:87.07592892%}.interactive-background--3 .interactive-background__svg-wrapper svg{position:absolute;top:0;right:0;bottom:auto;left:auto;width:150%;-webkit-transform:translate(2px, -2px) scale(1);transform:translate(2px, -2px) scale(1);-webkit-transition:450ms;transition:450ms}.interactive-background--3 .interactive-background__svg-path{-webkit-transition:450ms 450ms;transition:450ms 450ms;opacity:0}.interactive-background--4 .interactive-background__svg-wrapper{top:auto;right:auto;bottom:0;left:0}.interactive-background--4 .interactive-background__svg-wrapper:before{padding-bottom:87.07592892%}.interactive-background--4 .interactive-background__svg-wrapper svg{position:absolute;top:0;right:0;bottom:auto;left:auto;width:150%;-webkit-transform:translate(-2px, 2px) scale(4);transform:translate(-2px, 2px) scale(4);-webkit-transition:450ms 337.5000000844ms;transition:450ms 337.5000000844ms}.interactive-background--4 .interactive-background__svg-path{-webkit-transition:450ms;transition:450ms;opacity:1}.ie .interactive-background__svg svg{bottom:124%}@media all and (min-width: 768px)and (max-width: 1024px){.interactive-background__svg{display:none}}@media all and (min-width: 0)and (max-width: 767px){.interactive-background__svg{display:none}}@-webkit-keyframes scrollUp{0%,82%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes scrollUp{0%,82%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes scrollbarUp{0%,50%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes scrollbarUp{0%,50%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes keepScrolling{0%,40%,61%,80%{height:40px;margin-top:0;opacity:1}60%,100%{height:0px;margin-top:40px;opacity:0}}@keyframes keepScrolling{0%,40%,61%,80%{height:40px;margin-top:0;opacity:1}60%,100%{height:0px;margin-top:40px;opacity:0}}.interactive-header{position:relative;height:calc(100vh - 120px)}.interactive-header__stage-indicators{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;bottom:0;left:30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.interactive-header__indicators-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:70px}.interactive-header__stage-indicator{display:block;width:10px;height:10px;-webkit-transition:none;transition:none;cursor:pointer;opacity:.5;z-index:3;fill:gray}.interactive-header__stage-indicator--active{opacity:1}.interactive-header__stage-indicator--light{-webkit-transition-delay:.5s;transition-delay:.5s;-webkit-transition-property:fill;transition-property:fill;fill:#fff}.interactive-header__line{zoom:1;width:1400px;margin:0 auto;display:none;position:relative;z-index:10}.interactive-header__line:before,.interactive-header__line:after{display:table;line-height:0;content:""}.interactive-header__line:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.interactive-header__line{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.interactive-header__line{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.interactive-header__line{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.interactive-header__line{width:1280px;padding-right:30px;padding-left:30px}}.interactive-header__line:before{display:block;margin:0 0 -1px;-webkit-transition:450ms 450ms;transition:450ms 450ms;border:0;border-top:1px solid #e1e1e1;content:""}.interactive-background--2 .interactive-header__line:before,.interactive-background--4 .interactive-header__line:before{-webkit-transition:225ms;transition:225ms;border-top-color:rgba(0,0,0,0)}.interactive-header__inner{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#503291;overflow:hidden;z-index:1}.interactive-header__inner--cyan{background-color:#2dbecd}.interactive-header__background{z-index:2}.interactive-header__content{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.interactive-header__container{zoom:1;width:1400px;margin:0 auto}.interactive-header__container:before,.interactive-header__container:after{display:table;line-height:0;content:""}.interactive-header__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.interactive-header__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.interactive-header__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.interactive-header__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.interactive-header__container{width:1280px;padding-right:30px;padding-left:30px}}.interactive-header__row{zoom:1;position:relative}.interactive-header__row:before,.interactive-header__row:after{display:table;line-height:0;content:""}.interactive-header__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.interactive-header__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.interactive-header__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.interactive-header__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.interactive-header__row{margin-right:-15px;margin-left:-15px}}.interactive-header__stage{position:absolute !important;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:450ms 675ms;transition:450ms 675ms;opacity:0;visibility:hidden;pointer-events:none}.interactive-background--1 .interactive-header__stage-1{-webkit-transition:none;transition:none;opacity:1;visibility:visible;pointer-events:auto}.interactive-background--1 .interactive-header__stage-2{-webkit-transition:450ms;transition:450ms}.interactive-background--2 .interactive-header__stage-2,.interactive-background--4 .interactive-header__stage-2{-webkit-transition:opacity 450ms 450ms;transition:opacity 450ms 450ms;opacity:1;visibility:visible;pointer-events:auto}.interactive-background--3 .interactive-header__stage-2{-webkit-transition:450ms;transition:450ms}.interactive-background--3 .interactive-header__stage-3{-webkit-transition:none;transition:none;opacity:1;visibility:visible;pointer-events:auto}.interactive-header__stage-1,.interactive-header__stage-2{width:50%;position:relative;min-height:1px;padding:0 15px}.interactive-header__stage-3{width:50%;position:relative;min-height:1px;padding:0 15px;margin-left:50%}.interactive-header__stage-1,.interactive-header__stage-3{z-index:1}.interactive-header__stage-2{z-index:3}.interactive-header__stage-2:after{position:absolute;top:50%;right:0;width:100%;height:0;padding-bottom:54.37710438%;-webkit-transform:translate(100%, -50%);transform:translate(100%, -50%);background-repeat:no-repeat;background-position:right center;background-size:contain;content:""}.interactive-header__stage-headline{margin:0 0 30px;color:#2dbecd}.interactive-header__stage-2 .interactive-header__stage-headline{color:#2dbecd}.interactive-header__stage-description{margin:0;color:#fff}.interactive-header__stage-2 .interactive-header__stage-description{color:#000}.interactive-header__stage-buttons.interactive-header__stage-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:40px 0 0}.interactive-header__stage-share{margin:0;margin-left:40px}.interactive-header__stage-share ul{margin:0}.interactive-header__stage--cyan .interactive-header__stage-headline{color:#503291}.interactive-header__stage-scroll{display:none;position:absolute;bottom:0;left:0;margin-left:50%;padding-left:15px;-webkit-transition:none;transition:none;opacity:1;visibility:visible;pointer-events:auto}.interactive-header__stage-scroll:hover .interactive-header__scroll--bar{height:30px;margin-top:10px;-webkit-transition:height 170ms ease-out,margin-top 170ms ease-out;transition:height 170ms ease-out,margin-top 170ms ease-out;-webkit-animation:none;animation:none}.interactive-header__scroll{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;color:#fff;font-size:10px;font-weight:bold;letter-spacing:1px;text-transform:uppercase;-webkit-animation:scrollUp 700ms linear;animation:scrollUp 700ms linear}.interactive-header__scroll:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.interactive-header__scroll--bar{display:block;height:40px;-webkit-transition:.3s;transition:.3s;border-left:1px solid #fff;-webkit-animation:scrollbarUp 750ms linear,keepScrolling 5000ms infinite;animation:scrollbarUp 750ms linear,keepScrolling 5000ms infinite}.interactive-header.interactive-background--3 .interactive-header__stage-scroll{display:block}.interactive-header--scroll-locked{position:fixed;top:0;left:0;width:100%;overflow:hidden}@media all and (min-width: 768px)and (max-width: 1024px){.interactive-header{height:auto !important}.interactive-header__stage-indicators{display:none}.interactive-header__inner{position:static}.interactive-header__stage{width:100%;position:relative;min-height:1px;padding:0 10px;position:static !important;width:768px;margin:0 auto;padding-right:20px;padding-left:20px;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none;opacity:1;visibility:visible;pointer-events:auto}.interactive-header__stage-2:after{display:none}.interactive-header__container{width:100%;padding:0}.interactive-header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh;margin-right:0;margin-left:0;padding-top:40px;padding-bottom:40px}.interactive-header__row-2{background-color:#fff}.interactive-header__scroll{display:none}.interactive-header__scroll--bar{display:none}}@media all and (min-width: 0)and (max-width: 767px){.interactive-header{height:auto !important}.interactive-header__stage-indicators{display:none}.interactive-header__inner{position:static}.interactive-header__stage{width:100%;position:relative;min-height:1px;padding:0 10px;position:static !important;width:100%;margin:0 auto;padding-right:20px;padding-left:20px;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none;opacity:1;visibility:visible;pointer-events:auto}.interactive-header__stage-headline{margin-bottom:40px;font-size:32px;font-weight:900;line-height:38px}.interactive-header__stage-2:after{display:none}.interactive-header__container{width:100%;padding:0}.interactive-header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh;margin-right:0;margin-left:0;padding-top:40px;padding-bottom:40px}.interactive-header__row-2{background-color:#fff}.interactive-header__scroll{display:none}.interactive-header__scroll--bar{display:none}}.link-list{background:#eb3c96;zoom:1}.link-list:before,.link-list:after{display:table;line-height:0;content:""}.link-list:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.link-list{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.link-list{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-list{padding-top:60px !important}}@media all and (min-width: 1281px){.link-list{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.link-list{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.link-list{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-list{padding-bottom:60px !important}}@media all and (min-width: 1281px){.link-list{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.link-list.same-theme--both{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.link-list.same-theme--both{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-list.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.link-list.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.link-list.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.link-list.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-list.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.link-list.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.link-list.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.link-list.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-list.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.link-list.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.link-list.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.link-list.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-list.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.link-list.same-theme--bottom{padding-bottom:30px !important}}.link-list-container{zoom:1;width:1400px;margin:0 auto}.link-list-container:before,.link-list-container:after{display:table;line-height:0;content:""}.link-list-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.link-list-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.link-list-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-list-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.link-list-container{width:1280px;padding-right:30px;padding-left:30px}}.link-list-title{margin-bottom:24px !important;color:#503291;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.link-list-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.link-list-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.link-list-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-list-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.link-list-title{margin-top:-12px;font-size:28px;line-height:1.2}}.link-list-list{margin-left:-5px}.link-list-item{display:inline-block;position:relative;width:100%;margin:0 5px 0 5px !important;border-top:1px solid #f176b5;list-style:none}.link-list-item-text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:calc(100% - 40px)}.link-list-item-anchor:after{content:""}.link-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:5px 0;padding:20px 0;color:#fff;font-weight:bold}.link-list-item a:after{font-family:"MKGAA-ICONS" !important;position:relative;right:-16px;-webkit-transition:right .3s ease;transition:right .3s ease;font-size:8px;content:""}.link-list-item a:hover:after,.link-list-item a:focus:after{right:-26px;-webkit-transition:right .3s ease;transition:right .3s ease}@media all and (min-width: 1281px){.link-list-list{column-gap:20px;column-count:2;-moz-column-count:2;-webkit-column-count:2;-moz-column-gap:20px;-webkit-column-gap:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-list-list{column-gap:20px;column-count:2;-moz-column-count:2;-webkit-column-count:2;-moz-column-gap:20px;-webkit-column-gap:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.link-list-title{margin-bottom:32px !important}.link-list-list{column-gap:20px;column-count:2;-moz-column-count:2;-webkit-column-count:2;-moz-column-gap:20px;-webkit-column-gap:20px}}.link-list--purple{background:#503291}.link-list--purple .link-list-title{color:#ffc832}.link-list--purple .link-list-item{border-top:1px solid #fff}.link-list--purple .link-list-item a{color:#fff}.link-list--yellow{background:#ffc832}.link-list--yellow .link-list-title{color:#503291}.link-list--yellow .link-list-item{border-top:1px solid #000}.link-list--yellow .link-list-item a{color:#000}.link-list--cyan{background:#2dbecd}.link-list--cyan .link-list-title{color:#503291}.link-list--cyan .link-list-item{border-top:1px solid #000}.link-list--cyan .link-list-item a{color:#000}.link-list--white{background:#fff}.link-list--white .link-list-title{color:#503291}.link-list--white .link-list-item{border-top:1px solid #d92b83}.link-list--white .link-list-item a{color:#d92b83}.link-list--green{background:#a5cd50}.link-list--green .link-list-title{color:#503291}.link-list--green .link-list-item{border-top:1px solid #000}.link-list--green .link-list-item a{color:#000}.loader-goo{position:relative;width:240px;height:240px}.loader-goo body{background:#fff}.loader-goo-dots{position:absolute;top:0;right:0;bottom:0;left:0;width:0;height:0;margin:auto}.loader-goo-dot{position:absolute;top:0;left:0;width:0;height:0}.loader-goo-dot:before{position:absolute;left:50%;width:35px;height:35px;margin-top:-17.5px;margin-left:-17.5px;-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg);border-radius:50px;background:#ffc832;content:""}@-webkit-keyframes dot-move{0%{-webkit-transform:translateY(0);transform:translateY(0)}18%,22%{-webkit-transform:translateY(-70px);transform:translateY(-70px)}40%,100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes dot-move{0%{-webkit-transform:translateY(0);transform:translateY(0)}18%,22%{-webkit-transform:translateY(-70px);transform:translateY(-70px)}40%,100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes dot-colors{0%{background-color:#ffc832}25%{background-color:#eb3c96}50%{background-color:#0f69af}75%{background-color:#503291}100%{background-color:#ffc832}}@keyframes dot-colors{0%{background-color:#ffc832}25%{background-color:#eb3c96}50%{background-color:#0f69af}75%{background-color:#503291}100%{background-color:#ffc832}}.loader-goo-dot:nth-child(5):before{width:45.5px;height:45.5px;margin-top:-22.75px;margin-left:-22.75px;z-index:100;-webkit-animation:dot-colors 4s ease infinite;animation:dot-colors 4s ease infinite}@-webkit-keyframes dot-rotate-1{0%{-webkit-transform:rotate(-105deg);transform:rotate(-105deg)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes dot-rotate-1{0%{-webkit-transform:rotate(-105deg);transform:rotate(-105deg)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}.loader-goo-dot:nth-child(1){-webkit-animation:dot-rotate-1 4s 0s linear infinite;animation:dot-rotate-1 4s 0s linear infinite}.loader-goo-dot:nth-child(1):before{background-color:#eb3c96;-webkit-animation:dot-move 4s 0s ease infinite;animation:dot-move 4s 0s ease infinite}@-webkit-keyframes dot-rotate-2{0%{-webkit-transform:rotate(165deg);transform:rotate(165deg)}100%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}}@keyframes dot-rotate-2{0%{-webkit-transform:rotate(165deg);transform:rotate(165deg)}100%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}}.loader-goo-dot:nth-child(2){-webkit-animation:dot-rotate-2 4s 1s linear infinite;animation:dot-rotate-2 4s 1s linear infinite}.loader-goo-dot:nth-child(2):before{background-color:#0f69af;-webkit-animation:dot-move 4s 1s ease infinite;animation:dot-move 4s 1s ease infinite}@-webkit-keyframes dot-rotate-3{0%{-webkit-transform:rotate(435deg);transform:rotate(435deg)}100%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}}@keyframes dot-rotate-3{0%{-webkit-transform:rotate(435deg);transform:rotate(435deg)}100%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}}.loader-goo-dot:nth-child(3){-webkit-animation:dot-rotate-3 4s 2s linear infinite;animation:dot-rotate-3 4s 2s linear infinite}.loader-goo-dot:nth-child(3):before{background-color:#503291;-webkit-animation:dot-move 4s 2s ease infinite;animation:dot-move 4s 2s ease infinite}@-webkit-keyframes dot-rotate-4{0%{-webkit-transform:rotate(705deg);transform:rotate(705deg)}100%{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}@keyframes dot-rotate-4{0%{-webkit-transform:rotate(705deg);transform:rotate(705deg)}100%{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}.loader-goo-dot:nth-child(4){-webkit-animation:dot-rotate-4 4s 3s linear infinite;animation:dot-rotate-4 4s 3s linear infinite}.loader-goo-dot:nth-child(4):before{background-color:#ffc832;-webkit-animation:dot-move 4s 3s ease infinite;animation:dot-move 4s 3s ease infinite}.location{position:relative;zoom:1}.location:before,.location:after{display:table;line-height:0;content:""}.location:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.location{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.location{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.location{padding-top:60px !important}}@media all and (min-width: 1281px){.location{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.location{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.location{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.location{padding-bottom:60px !important}}@media all and (min-width: 1281px){.location{padding-bottom:60px !important}}.location a{color:#d92b83}.location a:hover{color:#eb3c96}.location-container{zoom:1;width:1400px;margin:0 auto}.location-container:before,.location-container:after{display:table;line-height:0;content:""}.location-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.location-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.location-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.location-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.location-container{width:1280px;padding-right:30px;padding-left:30px}}.location-map{position:absolute;top:0;right:0;bottom:0;left:0}.location-overlay{background-color:#2dbecd;position:absolute;top:0;right:0;bottom:0;left:0}.location-content{position:relative;background-color:#fff;zoom:1}.location-content:before,.location-content:after{display:table;line-height:0;content:""}.location-content:after{clear:both}.location-circle{position:relative}@media all and (min-width: 0)and (max-width: 767px){.location-circle{margin-top:0px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.location-circle{margin-top:80px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.location-circle{margin-top:80px !important}}@media all and (min-width: 1281px){.location-circle{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.location-circle{margin-bottom:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.location-circle{margin-bottom:80px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.location-circle{margin-bottom:80px !important}}@media all and (min-width: 1281px){.location-circle{margin-bottom:80px !important}}.location-circle-mask{background-color:gray;z-index:1}.location-circle-pin{position:absolute;top:50%;left:50%;width:32px;height:32px;margin-top:-16px;margin-left:-16px;color:#eb3c96;font-size:32px;z-index:1}@media all and (min-width: 0)and (max-width: 767px){.location-info{padding-top:0px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.location-info{padding-top:80px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.location-info{padding-top:90px !important}}@media all and (min-width: 1281px){.location-info{padding-top:120px !important}}@media all and (min-width: 0)and (max-width: 767px){.location-info{padding-bottom:30px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.location-info{padding-bottom:30px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.location-info{padding-bottom:90px !important}}@media all and (min-width: 1281px){.location-info{padding-bottom:120px !important}}@media all and (min-width: 0)and (max-width: 767px){.location-info-description{margin-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.location-info-description{margin-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.location-info-description{margin-bottom:20px !important}}@media all and (min-width: 1281px){.location-info-description{margin-bottom:20px !important}}.location-info-title{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;margin-bottom:0 !important;font-weight:bold}.location-info-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.location-info-title{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.location-info-title{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.location-info-title{font-size:16px;line-height:1.7}}.location-info-department{margin-bottom:0 !important}.location-info address{color:#d92b83}.location-contact-content-link{font-size:14px;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;overflow:hidden}@media all and (min-width: 768px)and (max-width: 1024px){.location-contact-content-link{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.location-contact-content-link{font-size:14px}}@media all and (min-width: 1281px){.location-contact-content-link{font-size:14px}}.location-contact-content-link:last-child{margin-bottom:4px !important}.location-contact-content-link [class^=icon-]{color:#d92a83;font-size:28px;vertical-align:middle;margin-right:16px !important}.location-contact-content-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:center;align-self:center}.ie .location-contact-content-media{-webkit-box-flex:1px;-ms-flex:1px;flex:1px}.location-contact-content-media-type{margin-bottom:5px;padding-top:2px;font-size:12px;line-height:1.2;text-transform:uppercase}.location-contact-content-media-value{font-size:14px}.location-contact-content-media-fax{margin-bottom:0;line-height:1}.location-contact-content-media-fax a{color:#000;pointer-events:none}@media all and (min-width: 0)and (max-width: 767px){.location-content{margin:0 10px}.location-content-inner{margin:-10px}.location-content-inner-circle{float:left;width:100%;position:relative;min-height:1px;padding:0 10px}.location-content-inner-info{width:100%;position:relative;min-height:1px;padding:0 10px;float:left}.location-container{margin:10px auto 0px auto}.location-overlay{background-color:#fff}.location-circle{width:100%;height:260px}.location-circle-mask{position:absolute;left:50%;width:260px;height:260px;margin-left:-130px;overflow:hidden;border-radius:130px;-webkit-border-radius:130px;-moz-border-radius:130px;-ms-border-radius:130px}.location-circle-mask img{position:absolute;top:50%;left:50%;margin:-320px 0 0 -320px}.location-contact{float:left;width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.location-content{margin:0 10px}.location-content-inner{margin:-10px}.location-content-inner-circle{float:left;width:41.6666666667%;position:relative;min-height:1px;padding:0 10px}.location-content-inner-info{width:50%;position:relative;min-height:1px;padding:0 10px;float:left}.location-circle{width:100%;height:180px}.location-circle-mask{position:absolute;left:50%;width:180px;height:180px;margin-left:-90px;overflow:hidden;border-radius:90px;-webkit-border-radius:90px;-moz-border-radius:90px;-ms-border-radius:90px}.location-circle-mask img{position:absolute;top:50%;left:50%;margin:-320px 0 0 -320px}.location-contact{float:left;margin-bottom:64px !important;width:50%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.location-content{margin:0 15px}.location-content-inner{margin:-15px}.location-content-inner-circle{float:left;width:31.25%;position:relative;min-height:1px;padding:0 15px}.location-content-inner-info{width:31.25%;position:relative;min-height:1px;padding:0 15px;float:left}.location-circle{width:100%;height:180px}.location-circle-mask{position:absolute;left:50%;width:180px;height:180px;margin-left:-90px;overflow:hidden;border-radius:90px;-webkit-border-radius:90px;-moz-border-radius:90px;-ms-border-radius:90px}.location-circle-mask img{position:absolute;top:50%;left:50%;margin:-320px 0 0 -320px}.location-contact{margin-top:90px !important;margin-bottom:90px !important;margin-left:3.125% !important;padding-left:3.125% !important;float:left;border-left:1px solid #e1e1e1;width:25%;position:relative;min-height:1px;padding:0 15px}.location-contact-content{padding-left:15px}}@media all and (min-width: 1281px){.location-circle{width:100%;height:240px}.location-circle-mask{position:absolute;left:50%;width:240px;height:240px;margin-left:-120px;overflow:hidden;border-radius:120px;-webkit-border-radius:120px;-moz-border-radius:120px;-ms-border-radius:120px}.location-circle-mask img{position:absolute;top:50%;left:50%;margin:-320px 0 0 -320px}.location-content{margin:0 15px}.location-content-inner{margin:-15px}.location-content-inner-circle{width:31.25%;position:relative;min-height:1px;padding:0 15px;float:left}.location-content-inner-info{width:31.25%;position:relative;min-height:1px;padding:0 15px;float:left}.location-content-column{height:100%}.location-contact{margin-top:120px !important;margin-bottom:120px !important;width:25%;position:relative;min-height:1px;padding:0 15px;margin-left:3.125% !important;padding-left:3.125% !important;float:left;border-left:1px solid #e1e1e1}.location-contact-content{padding-left:15px}}.location.theme--richpurple .location-overlay,.location.theme--purple .location-overlay{background-color:#503291}.location.theme--darkpurple .location-overlay{background-color:#2d1c51}.location.theme--yellow .location-overlay{background-color:#ffc832}.location.theme--vibrantcyan .location-overlay,.location.theme--cyan .location-overlay{background-color:#2dbecd}.location.theme--white .location-overlay{background-color:#fff}.location.theme--blue .location-overlay{background-color:#0f69af}.basic-map{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.basic-map-wrapper{width:calc(100vw - (100vw - 1400px)/2);margin-left:calc((100vw - 1400px)/2);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:450px;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.basic-map-wrapper{width:100%;margin:0;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-map-wrapper{width:calc(100vw - (100vw - 768px)/2);margin-left:calc((100vw - 768px)/2);padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-map-wrapper{width:calc(100vw - (100vw - 1024px)/2);margin-left:calc((100vw - 1024px)/2);padding-left:30px}}@media all and (min-width: 1281px){.basic-map-wrapper{width:calc(100vw - (100vw - 1280px)/2);margin-left:calc((100vw - 1280px)/2);padding-left:30px}}.basic-map-filter{margin-right:0px !important;padding-right:72px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff}@media all and (min-width: 0)and (max-width: 767px){.basic-map-filter{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-map-filter{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-map-filter{padding-top:60px !important}}@media all and (min-width: 1281px){.basic-map-filter{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.basic-map-filter{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-map-filter{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-map-filter{padding-bottom:60px !important}}@media all and (min-width: 1281px){.basic-map-filter{padding-bottom:60px !important}}.basic-map-filter-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.basic-map-filter-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.basic-map-filter-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-map-filter-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-map-filter-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.basic-map-filter-title{margin-top:-12px;font-size:28px;line-height:1.2}}.basic-map-filter-field{margin-bottom:24px !important}.basic-map-filter-field:last-child{margin-bottom:0px !important}.basic-map-filter-field-label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:12px;line-height:1.2;margin-bottom:8px !important;color:gray;text-transform:uppercase}.basic-map-filter-field-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-map-filter-field-label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-map-filter-field-label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.basic-map-filter-field-label{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-map-filter-field-label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-map-filter-field-label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.basic-map-filter-field-label{font-size:12px;line-height:1.2}}.basic-map-filter-field-select{position:relative}.basic-map-filter-field-select select{width:initial;max-width:initial;margin:0;padding:0;border:0;background:0;padding-top:6px !important;padding-bottom:6px !important;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;width:100%;border-bottom:2px solid #e1e1e1;font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.basic-map-filter-field-select select:focus{outline:0}.ie .basic-map-filter-field-select select::-ms-expand{display:none}.basic-map-filter-field-select:after{font-family:"MKGAA-ICONS" !important;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;right:0;margin-top:2px;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);color:#eb3c96;font-size:24px;content:"";pointer-events:none}.basic-map-map-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}.basic-map-map{-webkit-box-flex:1;-ms-flex:1;flex:1}.basic-map-location{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50%;background-color:#503291;color:#fff}.basic-map-location-animation-enter,.basic-map-location-animation-leave-to{width:0%}.basic-map-location-animation-enter>div,.basic-map-location-animation-enter>button,.basic-map-location-animation-leave-to>div,.basic-map-location-animation-leave-to>button{opacity:0}.basic-map-location-animation-enter-active,.basic-map-location-animation-leave-active{-webkit-transition:width 300ms;transition:width 300ms}.basic-map-location-animation-enter-active .basic-map-location-container,.basic-map-location-animation-leave-active .basic-map-location-container{position:absolute}.basic-map-location-animation-enter-active>*{-webkit-transition:opacity 200ms linear 100ms;transition:opacity 200ms linear 100ms}.basic-map-location-animation-leave-active>*{-webkit-transition:opacity 200ms;transition:opacity 200ms}.basic-map-location-container{padding-top:30px !important;padding-bottom:24px !important;padding-left:42px !important;padding-right:42px !important;opacity:1}.basic-map-location-header{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.7em}.basic-map-location-header:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.basic-map-location-content-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:center;align-self:center;margin-left:20px;font-size:12px}.basic-map-location-content-media-type{margin-bottom:5px;font-size:12px;line-height:1.2;text-transform:uppercase}.basic-map-location-content-media-value{font-size:14px;line-height:1}.basic-map-location-phone-numbers{margin-bottom:24px !important}.basic-map-location-phone{margin-bottom:16px !important;display:-webkit-box;display:-ms-flexbox;display:flex}.basic-map-location-phone:last-child{margin-bottom:0px !important}.basic-map-location-phone-icon{-ms-flex-item-align:center;align-self:center;color:#97d5d1;font-size:28px}.basic-map-location-phone-icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.basic-map-location-phone-label{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin-left:8px !important;margin-bottom:0px !important;display:inline-block}.basic-map-location-phone-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-map-location-phone-label{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-map-location-phone-label{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.basic-map-location-phone-label{font-size:14px;line-height:1.7}}.basic-map-location-email a{color:#fff}.basic-map-location-button{margin-bottom:8px !important;margin-right:16px !important}.basic-map-location-button:last-child{margin-right:0px !important}.basic-map-location-close{margin-top:24px !important;margin-right:24px !important;position:absolute;top:0;right:0;padding:0;border:0;background-color:rgba(0,0,0,0);color:#eb3c96;font-size:16px;cursor:pointer}@media all and (min-width: 0)and (max-width: 767px){.basic-map-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:1064px}.basic-map-filter{padding-right:0px !important;-ms-flex-preferred-size:auto;flex-basis:auto;width:100%}.basic-map-filter-container{width:100%}.basic-map-map-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.basic-map-map{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100vw;margin:0 -20px 0}.basic-map-location{width:100vw;height:auto;margin:0 -20px 0}.basic-map-location-container{padding-top:42px !important;width:100%;padding-right:20px !important;padding-left:20px !important;opacity:1}.basic-map-location-animation-enter,.basic-map-location-animation-leave-to{height:auto}.basic-map-location-animation-enter>div,.basic-map-location-animation-enter>button,.basic-map-location-animation-leave-to>div,.basic-map-location-animation-leave-to>button{opacity:1}.basic-map-location-animation-enter-active,.basic-map-location-animation-leave-active{-webkit-transition:none;transition:none}.basic-map-location-animation-enter-active .basic-map-location-container,.basic-map-location-animation-leave-active .basic-map-location-container{position:absolute}.basic-map-location-animation-enter-active>*,.basic-map-location-animation-leave-active>*{-webkit-transition:none;transition:none}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-map-filter{padding-right:24px !important}.basic-map-location{width:100%}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-map-filter{padding-right:48px !important}}.media-gallery{position:relative;background-color:#fff;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.media-gallery{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.media-gallery{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.media-gallery{padding-top:60px !important}}@media all and (min-width: 1281px){.media-gallery{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.media-gallery{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.media-gallery{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.media-gallery{padding-bottom:60px !important}}@media all and (min-width: 1281px){.media-gallery{padding-bottom:60px !important}}.media-gallery-container{zoom:1;width:1400px;margin:0 auto}.media-gallery-container:before,.media-gallery-container:after{display:table;line-height:0;content:""}.media-gallery-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.media-gallery-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.media-gallery-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.media-gallery-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.media-gallery-container{width:1280px;padding-right:30px;padding-left:30px}}.media-gallery-mask{position:relative;width:100%;overflow:hidden}.media-gallery-mask-slide{width:inherit;height:inherit;-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out}.media-gallery-selector{width:12%;margin-left:3%}.media-gallery-item{display:inline-block;position:absolute;width:100%}.media-gallery-item-image{width:100%;margin-left:0;padding:0px;position:relative;overflow:hidden}.media-gallery-item-image:before{display:block;width:100%;padding-top:56.25%;content:""}.media-gallery-item-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.media-gallery-item .img-constrained{height:100%}.media-gallery-slide-info{display:inline-block;width:100%;margin-top:40px}.media-gallery-current-image{margin-top:0;color:#503291;font-size:14px;line-height:14px;text-align:center}.media-gallery-current-image span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.media-gallery-current-image span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.media-gallery-current-image:lang(ja){margin-top:0}.media-gallery-current-image .imageNumber,.media-gallery-current-image .dash,.media-gallery-current-image .imagesTotal{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-weight:bold}.media-gallery-current-image .imageNumber:lang(ja),.media-gallery-current-image .dash:lang(ja),.media-gallery-current-image .imagesTotal:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.media-gallery-current-image .dash,.media-gallery-current-image .imagesTotal{opacity:unset}.media-gallery-content-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;margin-bottom:10px;color:#503291}.media-gallery-content-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.media-gallery-content-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.media-gallery-content-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.media-gallery-content-title{font-size:22px;line-height:1.2}}.media-gallery-content-text{color:#503291}.media-gallery-nav{display:block;position:absolute;top:690px;width:100%}.media-gallery-nav .arrow{position:absolute;top:15px;right:0;width:35px;height:40px;color:#eb3c96;text-indent:-9999px}.media-gallery-nav .arrow-left{left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.media-gallery-nav .arrow:hover{color:#ff6ab5}@media all and (min-width: 1281px){.media-gallery-current-image{margin-top:0;font-size:14px;text-align:center}.media-gallery-content{width:65%}.media-gallery-nav{top:700px;font-size:38px}.media-gallery-content-title{font-size:16px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.media-gallery-current-image{margin-top:0;font-size:14px;text-align:center}.media-gallery-content{width:65%}.media-gallery-nav{top:560px;font-size:38px}.media-gallery-content-title{font-size:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.media-gallery-current-image{margin-top:0px}.media-gallery-current-image:lang(ja){margin-top:0}.media-gallery-slide-info{display:inline-block;margin-top:27px}.media-gallery-content-title{font-size:16px !important}.media-gallery-selector{width:12%;margin-left:5%}.media-gallery-nav{top:415px;font-size:22px}.media-gallery-nav .arrow-left,.media-gallery-nav .arrow-right{top:11px;width:18px}.media-gallery-nav .arrow-left{left:0px}.media-gallery-nav .arrow-right{right:0px}}@media all and (min-width: 0)and (max-width: 767px){.media-gallery .container{padding:0}.media-gallery-current-image{margin-top:0;line-height:18px}.media-gallery-slide-info{display:inline-block;margin-top:15px}.media-gallery-current-image:lang(ja){margin-top:0px}.media-gallery-content,.media-gallery-selector{width:100%;margin:0;padding:0}.media-gallery-content-title,.media-gallery-content-text{font-size:14px}.media-gallery-nav{top:55vw;font-size:22px}.media-gallery-nav .arrow-left,.media-gallery-nav .arrow-right{top:0px;width:13px}.media-gallery-nav .arrow-left{left:0px}.media-gallery-nav .arrow-right{right:0px}.media-gallery .media-gallery-nav .arrow{top:-12px}}.media-gallery--v2-galleria .story-media-gallery-row{display:block}.media-gallery--v2-galleria .media-gallery-current-image,.media-gallery--v2-galleria .story-media-gallery-current-image{margin-left:1px;text-align:left}.media-gallery--v2-galleria .media-gallery-current-image .imageNumber,.media-gallery--v2-galleria .media-gallery-current-image .dash,.media-gallery--v2-galleria .media-gallery-current-image .imagesTotal,.media-gallery--v2-galleria .story-media-gallery-current-image .imageNumber,.media-gallery--v2-galleria .story-media-gallery-current-image .dash,.media-gallery--v2-galleria .story-media-gallery-current-image .imagesTotal{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif !important;font-size:36px}.media-gallery--v2-galleria .media-gallery-selector,.media-gallery--v2-galleria .story-media-gallery-selector{margin-left:0;padding-left:0}.media-gallery--v2-galleria .media-gallery-content-title,.media-gallery--v2-galleria .story-media-gallery-content-title{font-size:18px !important;line-height:1.33}.media-gallery--v2-galleria .media-gallery-content-text,.media-gallery--v2-galleria .story-media-gallery-content-text{color:#000;font-size:16px}.media-gallery--v2-galleria .media-gallery-mask-slide{width:100%}.media-gallery--v2-galleria .media-gallery-item-image:before,.media-gallery--v2-galleria .story-media-gallery-item-image:before{padding-top:56.25%;padding-bottom:0}.media-gallery--v2-galleria .media-gallery-nav,.media-gallery--v2-galleria .story-media-gallery-nav{border-radius:20px;z-index:1}.media-gallery--v2-galleria .media-gallery-nav-left,.media-gallery--v2-galleria .media-gallery-nav-right,.media-gallery--v2-galleria .story-media-gallery-nav-left,.media-gallery--v2-galleria .story-media-gallery-nav-right{position:absolute;width:32px;height:32px;border-radius:20px;background-color:#eb3c96;pointer-events:none}.media-gallery--v2-galleria .media-gallery-nav-left svg,.media-gallery--v2-galleria .media-gallery-nav-right svg,.media-gallery--v2-galleria .story-media-gallery-nav-left svg,.media-gallery--v2-galleria .story-media-gallery-nav-right svg{top:-1px;right:0;width:32px;height:35px;padding:12px;color:#fff;pointer-events:all}.media-gallery--v2-galleria .media-gallery-nav .media-gallery-nav-left svg,.media-gallery--v2-galleria .story-media-gallery-nav .media-gallery-nav-left svg{left:-1px}.media-gallery--v2-galleria .media-gallery-nav .media-gallery-nav--right svg,.media-gallery--v2-galleria .story-media-gallery-nav .media-gallery-nav--right svg{right:-1px}.media-gallery--v2-galleria .media-gallery-nav .arrow:hover,.media-gallery--v2-galleria .story-media-gallery-nav .arrow:hover{color:#fff}.media-gallery--v2-galleria .media-gallery-nav-left,.media-gallery--v2-galleria .story-media-gallery-nav-left{left:20px}.media-gallery--v2-galleria .media-gallery-nav-left svg,.media-gallery--v2-galleria .story-media-gallery-nav-left svg{-webkit-transform:rotate(180deg) scaleX(0.9);transform:rotate(180deg) scaleX(0.9)}.media-gallery--v2-galleria .media-gallery-nav-right,.media-gallery--v2-galleria .story-media-gallery-nav-right{right:20px}.media-gallery--v2-galleria .media-gallery-nav-right svg,.media-gallery--v2-galleria .story-media-gallery-nav-right svg{-webkit-transform:scaleX(0.9);transform:scaleX(0.9)}.media-gallery--v2-galleria .video-player{padding-bottom:56.25%}.media-gallery--v2-galleria [class^=mi-player]:not(.mi-big-play){left:1px;overflow:hidden}.media-gallery--v2-galleria [class^=mi-player]:not(.mi-big-play) video{left:-1px}.media-gallery--v2-galleria .mi-big-play{top:46%}.media-gallery--v2-galleria .dash,.media-gallery--v2-galleria .imagesTotal{color:#ccbdec}@media all and (min-width: 1281px){.media-gallery--v2-galleria .media-gallery-nav{top:240px}.media-gallery--v2-galleria .story-media-gallery-nav{top:160px}.media-gallery--v2-galleria .media-gallery-mask:not(.story-media-gallery-mask){width:75%;position:relative;min-height:1px;padding:0 15px;margin-left:12.5%;left:15px;width:calc(75% - 30px);min-height:0;padding:0}.media-gallery--v2-galleria .story-media-gallery-mask{padding:0}.media-gallery--v2-galleria .media-gallery-selector{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.media-gallery--v2-galleria .story-media-gallery-selector{position:relative;width:33.3333333333%;min-height:1px;padding:0 15px;float:left}.media-gallery--v2-galleria .media-gallery-content{position:relative;width:66.6666666667%;min-height:1px;padding:0 15px;float:left}.media-gallery--v2-galleria .story-media-gallery-content{position:relative;width:66.6666666667%;min-height:1px;padding:0 15px;float:left}.media-gallery--v2-galleria .media-gallery-container-row,.media-gallery--v2-galleria .story-media-gallery-container-row,.media-gallery--v2-galleria .media-gallery-slide-info-row{zoom:1}.media-gallery--v2-galleria .media-gallery-container-row:before,.media-gallery--v2-galleria .media-gallery-container-row:after,.media-gallery--v2-galleria .story-media-gallery-container-row:before,.media-gallery--v2-galleria .story-media-gallery-container-row:after,.media-gallery--v2-galleria .media-gallery-slide-info-row:before,.media-gallery--v2-galleria .media-gallery-slide-info-row:after{display:table;line-height:0;content:""}.media-gallery--v2-galleria .media-gallery-container-row:after,.media-gallery--v2-galleria .story-media-gallery-container-row:after,.media-gallery--v2-galleria .media-gallery-slide-info-row:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.media-gallery--v2-galleria .media-gallery-container-row,.media-gallery--v2-galleria .story-media-gallery-container-row,.media-gallery--v2-galleria .media-gallery-slide-info-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.media-gallery--v2-galleria .media-gallery-container-row,.media-gallery--v2-galleria .story-media-gallery-container-row,.media-gallery--v2-galleria .media-gallery-slide-info-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.media-gallery--v2-galleria .media-gallery-container-row,.media-gallery--v2-galleria .story-media-gallery-container-row,.media-gallery--v2-galleria .media-gallery-slide-info-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px)and (min-width: 1281px){.media-gallery--v2-galleria .media-gallery-container-row,.media-gallery--v2-galleria .story-media-gallery-container-row,.media-gallery--v2-galleria .media-gallery-slide-info-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.media-gallery--v2-galleria .media-gallery-nav{top:220px}.media-gallery--v2-galleria .story-media-gallery-nav{top:125px}.media-gallery--v2-galleria .media-gallery-mask:not(.story-media-gallery-mask){width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%;left:15px;width:calc(87.5% - 30px);min-height:0;margin-left:calc(6.25% + 2px);padding:0}.media-gallery--v2-galleria .story-media-gallery-mask{padding:0}.media-gallery--v2-galleria .media-gallery-selector{position:relative;width:21.4285714286%;min-height:1px;padding:0 15px;float:left}.media-gallery--v2-galleria .story-media-gallery-selector{position:relative;width:33.3333333333%;min-height:1px;padding:0 15px;float:left}.media-gallery--v2-galleria .media-gallery-content{position:relative;width:71.4285714286%;min-height:1px;padding:0 15px;float:left}.media-gallery--v2-galleria .story-media-gallery-content{position:relative;width:66.6666666667%;min-height:1px;padding:0 15px;float:left}.media-gallery--v2-galleria .media-gallery-container-row,.media-gallery--v2-galleria .story-media-gallery-container-row,.media-gallery--v2-galleria .media-gallery-slide-info-row{zoom:1}.media-gallery--v2-galleria .media-gallery-container-row:before,.media-gallery--v2-galleria .media-gallery-container-row:after,.media-gallery--v2-galleria .story-media-gallery-container-row:before,.media-gallery--v2-galleria .story-media-gallery-container-row:after,.media-gallery--v2-galleria .media-gallery-slide-info-row:before,.media-gallery--v2-galleria .media-gallery-slide-info-row:after{display:table;line-height:0;content:""}.media-gallery--v2-galleria .media-gallery-container-row:after,.media-gallery--v2-galleria .story-media-gallery-container-row:after,.media-gallery--v2-galleria .media-gallery-slide-info-row:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.media-gallery--v2-galleria .media-gallery-container-row,.media-gallery--v2-galleria .story-media-gallery-container-row,.media-gallery--v2-galleria .media-gallery-slide-info-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.media-gallery--v2-galleria .media-gallery-container-row,.media-gallery--v2-galleria .story-media-gallery-container-row,.media-gallery--v2-galleria .media-gallery-slide-info-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.media-gallery--v2-galleria .media-gallery-container-row,.media-gallery--v2-galleria .story-media-gallery-container-row,.media-gallery--v2-galleria .media-gallery-slide-info-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.media-gallery--v2-galleria .media-gallery-container-row,.media-gallery--v2-galleria .story-media-gallery-container-row,.media-gallery--v2-galleria .media-gallery-slide-info-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px){.media-gallery--v2-galleria .story-media-gallery-main{padding-right:0;padding-left:0}.media-gallery--v2-galleria .media-gallery-nav{top:170px}.media-gallery--v2-galleria .story-media-gallery-nav{top:150px}.media-gallery--v2-galleria.story-media-gallery .media-gallery-mask-slide{width:100%}.media-gallery--v2-galleria .media-gallery-mask:not(.story-media-gallery-mask){width:100%;position:relative;min-height:1px;padding:0 10px;min-height:0;padding:0}.media-gallery--v2-galleria .story-media-gallery-mask{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:8.3333333333%;padding:0}.media-gallery--v2-galleria .media-gallery-selector{position:relative;width:25%;min-height:1px;padding:0 10px;float:left}.media-gallery--v2-galleria .story-media-gallery-selector{position:relative;width:30%;min-height:1px;padding:0 10px;float:left}.media-gallery--v2-galleria .media-gallery-content{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}.media-gallery--v2-galleria .story-media-gallery-content{position:relative;width:60%;min-height:1px;padding:0 10px;float:left;margin-left:10%}.media-gallery--v2-galleria .media-gallery-slide-info-row{zoom:1}.media-gallery--v2-galleria .media-gallery-slide-info-row:before,.media-gallery--v2-galleria .media-gallery-slide-info-row:after{display:table;line-height:0;content:""}.media-gallery--v2-galleria .media-gallery-slide-info-row:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.media-gallery--v2-galleria .media-gallery-slide-info-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.media-gallery--v2-galleria .media-gallery-slide-info-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.media-gallery--v2-galleria .media-gallery-slide-info-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.media-gallery--v2-galleria .media-gallery-slide-info-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 0)and (max-width: 767px){.media-gallery--v2-galleria .story-media-gallery-main{padding-right:0;padding-left:0}.media-gallery--v2-galleria .media-gallery-current-image,.media-gallery--v2-galleria .story-media-gallery-current-image{height:40px;margin-bottom:20px;text-align:center}.media-gallery--v2-galleria .media-gallery-current-image .imageNumber,.media-gallery--v2-galleria .media-gallery-current-image .dash,.media-gallery--v2-galleria .media-gallery-current-image .imagesTotal,.media-gallery--v2-galleria .story-media-gallery-current-image .imageNumber,.media-gallery--v2-galleria .story-media-gallery-current-image .dash,.media-gallery--v2-galleria .story-media-gallery-current-image .imagesTotal{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.media-gallery--v2-galleria .media-gallery-current-image .imageNumber:lang(ja),.media-gallery--v2-galleria .media-gallery-current-image .dash:lang(ja),.media-gallery--v2-galleria .media-gallery-current-image .imagesTotal:lang(ja),.media-gallery--v2-galleria .story-media-gallery-current-image .imageNumber:lang(ja),.media-gallery--v2-galleria .story-media-gallery-current-image .dash:lang(ja),.media-gallery--v2-galleria .story-media-gallery-current-image .imagesTotal:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.media-gallery--v2-galleria .story-media-gallery-current-image{margin-top:-32px;margin-bottom:30px}.media-gallery--v2-galleria .media-gallery-nav,.media-gallery--v2-galleria .story-media-gallery-nav{top:61vw}.media-gallery--v2-galleria .media-gallery-nav .media-gallery-nav-left,.media-gallery--v2-galleria .media-gallery-nav .story-media-gallery-nav-left,.media-gallery--v2-galleria .media-gallery-nav .media-gallery-nav-right,.media-gallery--v2-galleria .media-gallery-nav .story-media-gallery-nav-right,.media-gallery--v2-galleria .story-media-gallery-nav .media-gallery-nav-left,.media-gallery--v2-galleria .story-media-gallery-nav .story-media-gallery-nav-left,.media-gallery--v2-galleria .story-media-gallery-nav .media-gallery-nav-right,.media-gallery--v2-galleria .story-media-gallery-nav .story-media-gallery-nav-right{top:-30px}.media-gallery--v2-galleria .media-gallery-nav .media-gallery-nav-left svg,.media-gallery--v2-galleria .media-gallery-nav .story-media-gallery-nav-left svg,.media-gallery--v2-galleria .media-gallery-nav .media-gallery-nav-right svg,.media-gallery--v2-galleria .media-gallery-nav .story-media-gallery-nav-right svg,.media-gallery--v2-galleria .story-media-gallery-nav .media-gallery-nav-left svg,.media-gallery--v2-galleria .story-media-gallery-nav .story-media-gallery-nav-left svg,.media-gallery--v2-galleria .story-media-gallery-nav .media-gallery-nav-right svg,.media-gallery--v2-galleria .story-media-gallery-nav .story-media-gallery-nav-right svg{top:0}.media-gallery--v2-galleria .media-gallery-content-text,.media-gallery--v2-galleria .story-media-gallery-content-text{line-height:1.5}}.blog-post .media-gallery-container{max-width:100%}.blog-post__body-split-parsys .media-gallery--v2-galleria .media-gallery-container{padding-right:0 !important;padding-left:0 !important}@media all and (min-width: 1281px){.blog-post__body-split-parsys .media-gallery--v2-galleria .media-gallery-mask:not(.story-media-gallery-mask){width:calc(100% - 30px);margin-left:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post__body-split-parsys .media-gallery--v2-galleria .media-gallery-mask:not(.story-media-gallery-mask){width:calc(100% - 30px);margin-left:0}}@media all and (min-width: 1281px){.blog-post__body-split-parsys .media-gallery--v2-galleria .media-gallery-nav{top:210px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post__body-split-parsys .media-gallery--v2-galleria .media-gallery-nav{top:165px}}.multiselect-checkbox__container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;font-family:"Verdana",sans-serif;font-size:14px;cursor:pointer;overflow:visible}.multiselect-checkbox__input{width:.1px;height:.1px;opacity:0}.multiselect-checkbox__checkmark{position:absolute;top:0;left:0;width:20px;height:20px;border:2px solid gray;border-radius:4px}.multiselect-checkbox__filter-name{position:relative;left:30px;white-space:normal;word-break:break-word}.multiselect-checkbox__filter-name--disabled{color:#aaa}.multiselect-checkbox__container input:checked~.multiselect-checkbox__checkmark{border:2px solid #eb3c96;background-color:#eb3c96}.multiselect-checkbox__input:focus+.multiselect-checkbox__checkmark{border-color:#0e6aaf}.multiselect-checkbox__input:checked:focus+.multiselect-checkbox__checkmark{border-color:#0e6aaf}.multiselect-checkbox__checkmark:after{display:none;position:absolute;content:""}.multiselect-checkbox__container input:checked~.multiselect-checkbox__checkmark:after{display:block}.multiselect-checkbox__container .multiselect-checkbox__checkmark:after{top:-1.5px;left:1px;width:16px;height:12px;content:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTUgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoIDM8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iRXZlbnRzLWFuZC1jb25mZXJlbmNlLWxhbmRpbmctcGFnZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkNvbmZlcmVuY2UtTGFuZGluZy1QYWdlLS0tVG9waWMtRmlsdGVyLS0tRGVzdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEzLjAwMDAwMCwgLTE4NS4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0idG9waWNzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5MC4wMDAwMDAsIDE2MS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJ0b3BpY3MtLS1ncm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuMDAwMDAwLCAyMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iZ3JvdXAtLS1jYXRlZ29yeSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMy44NjYxMDQsNC43NDY2MTk0NSBDMTQuNDMzMzIzNCwzLjk0MDQwMTY3IDE1LjUyOTk0MTksMy43NTg3NjYxNyAxNi4zMTU0Nyw0LjM0MDkyNTIxIEMxNy4wNjE3MjE4LDQuODkzOTc2MjkgMTcuMjU4NzUzNiw1LjkzNzM5NDIxIDE2Ljc5MDI3MTUsNi43MzE1ODQzNCBMMTYuNzEwNzUzMSw2Ljg1NDgwMzgxIEwxNC45MDU5MTU5LDkuNDE5NjMzMDggTDkuODg1NzY4NCwxNi4yOTYyOTE0IEwzLjg0NDYzMTI5LDEyLjQ5MTU5MTYgQzMuMDE4ODA0NzgsMTEuOTcxNDg3MiAyLjc2MDE0Nzk4LDEwLjg2Mjc2MTkgMy4yNjY5MDUxNiwxMC4wMTUxODQ0IEMzLjc0ODMyNDQ3LDkuMjA5OTg1NzQgNC43NDczNDEzOSw4LjkzMDEzOTY1IDUuNTU0MDgyNTMsOS4zNTAwOTI1NCBMNS42Nzk3NjEzNiw5LjQyMjI0MTgzIEw4Ljk5NDYxODg3LDExLjUwOTQ0OTEgTDEyLjA3OTU5MTgsNy4yODU4ODAzNSBMMTMuODY2MTA0LDQuNzQ2NjE5NDUgWiIgaWQ9IlBhdGgtMyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+")}.edge .multiselect-checkbox__container .multiselect-checkbox__checkmark:after{left:0}.multiselect-checkbox__filters{margin-bottom:20px;margin-left:0;list-style:none;white-space:nowrap}.multiselect-checkbox__filters:first-child{margin-top:5px}.multiselect-checkbox__filters:last-child{margin-bottom:0}.multiselect-checkbox__filters:last-child .multiselect-checkbox__filter-children{margin-bottom:0}.ie .multiselect-checkbox__filters:last-child{padding-bottom:20px}.multiselect-checkbox__filters-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;max-height:420px;padding:20px 15px;overflow:hidden;overflow-y:auto}.multiselect-checkbox__filters-container{padding-left:0}.multiselect-checkbox__filter-parent{height:auto;margin-bottom:15px;padding-left:5px;font-size:12px}.multiselect-checkbox__filter-parent label{white-space:normal}.multiselect-checkbox__filter-children{margin-bottom:5px;margin-left:30px;list-style:none}.multiselect-checkbox__filter-child{margin-bottom:15px;padding-left:0;font-size:14px}.multiselect-checkbox__filter-child:last-child{margin-bottom:0}.multiselect-checkbox__filter-parent-name{font-weight:bold}.multiselect-checkbox__filter-parent-name,.multiselect-checkbox__filter-parent-state{font-size:14px}.multiselect-checkbox__filter-parent--standalone.multiselect-checkbox__filter-parent--no-children{margin-bottom:0}.multiselect-checkbox__filter-parent--no-children:not(.multiselect-checkbox__filter-parent--standalone){margin-bottom:0}.multiselect-checkbox__filter-parent--no-children:not(.multiselect-checkbox__filter-parent--standalone) .multiselect-checkbox__filter-parent{margin-bottom:0}.multiselect-checkbox__filter-parent--no-children:not(.multiselect-checkbox__filter-parent--standalone) .multiselect-checkbox__filter-parent-name{font-size:16px;font-weight:normal;text-transform:none}.multiselect-checkbox__filter-parent--no-children:not(.multiselect-checkbox__filter-parent--standalone) .multiselect-checkbox__filter-name{top:-2px}@media all and (min-width: 1281px){.multiselect-checkbox__filters{padding-right:20px}.multiselect-checkbox__filter-parent{padding-right:25px}}@media all and (min-width: 1025px)and (max-width: 1280px){.multiselect-checkbox__filters{padding-right:20px}.multiselect-checkbox__filter-parent{padding-right:18px}}@media all and (min-width: 0px)and (max-width: 1024px){.multiselect-checkbox__filters-wrapper{max-height:none;padding:0;overflow:visible;overflow-y:visible}.multiselect-checkbox__filters:last-child{margin-bottom:10px}.multiselect-checkbox__filter-children,.multiselect-checkbox__filter-child:last-child{margin-bottom:10px}.multiselect-checkbox__filter-parent--no-children.multiselect-checkbox__filter-parent--standalone{margin-bottom:0}.multiselect-checkbox__filter-parent--no-children:not(.multiselect-checkbox__filter-parent--standalone){margin-bottom:0}.multiselect-checkbox__filter-parent--no-children:not(.multiselect-checkbox__filter-parent--standalone) .multiselect-checkbox__filter-parent-name{font-size:14px}.multiselect-checkbox__filter-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.multiselect-checkbox__filter-child{margin-bottom:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.multiselect-checkbox__filter-name{width:calc(100vw - 40px * 2 - 28px)}}@media all and (min-width: 0)and (max-width: 767px){.multiselect-checkbox__filter-name{width:calc(100vw - 20px * 2 - 50px)}}@media screen and (min-width: 1025px){aside .multiselect-checkbox__filter-parent{padding-left:0px}aside .multiselect-checkbox__filter-parent-name{text-transform:initial}aside .multiselect-checkbox__filter-parent--no-children:not(.multiselect-checkbox__filter-parent--standalone) .multiselect-checkbox__filter-parent-name{display:block;padding-top:2px;font-size:14px}aside .multiselect-checkbox__filter-parent-state{display:none}aside .multiselect-checkbox__filter-parent-wrapper{padding-left:0;overflow-y:hidden}}@media screen and (min-width: 1025px)and (min-width: 0)and (max-width: 767px){aside .multiselect-checkbox__filter-parent__filter-name{width:calc(100% - 20px)}}@media screen and (min-width: 1025px){aside .multiselect-checkbox__filters-wrapper{max-height:unset}}@media all and (min-width: 0px)and (max-width: 1024px){.science-space-lib-filter-search .multiselect-checkbox__filters-wrapper,.podcast-listing .multiselect-checkbox__filters-wrapper{max-height:none;padding:0;overflow:visible;overflow-y:visible}}.navigation-mobile{padding-top:60px;background-color:#503291}.expertise-navigationv2 .navigation-mobile [aria-hidden=true] .navigation-mobile-search-open,.expertise-navigationv2 .navigation-mobile [aria-hidden=true] .navigation-mobile-button{display:none}.navigation-mobile-header--open{background-color:#261845 !important}.navigation-mobile-header--open.headroom--unpinned{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}.navigation-mobile-header--open .icon-logo-mkgaa{color:#fff}.navigation-mobile-header.headroom--pinned{background-color:#503291}.navigation-mobile-controls{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:12px !important;padding-left:20px !important}.navigation-mobile-controls-left{-webkit-box-flex:1;-ms-flex:1;flex:1}.navigation-mobile-controls-right{min-height:60px;display:-webkit-box;display:-ms-flexbox;display:flex}.navigation-mobile-button{display:inline-block;height:60px;padding-top:14px;vertical-align:top;padding-right:6px !important;padding-left:6px !important}.navigation-mobile-button i{color:#fff;font-size:24px}.navigation-mobile-button--hide{display:none}.navigation-mobile-brand{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding-right:32px;vertical-align:top}.navigation-mobile-brand:before{padding:0;content:none}.navigation-mobile-logo{display:block;position:relative;height:16px;color:#eb3c96;cursor:pointer}.navigation-mobile-logo svg{width:auto;height:100%}.navigation-mobile-logo svg path{fill:#eb3c96}.navigation-mobile-logo i{height:24px;font-size:16px;line-height:24px;vertical-align:top}.navigation-mobile-logo i.icon-logo-mkgaa{font-size:36px}.navigation-mobile-logo-expertise>i,.navigation-mobile-logo-expertise>img,.navigation-mobile-logo-expertise>svg{height:20px}.navigation-mobile-logo-expertise--taller{height:31px}.navigation-mobile-logo-expertise--taller>i,.navigation-mobile-logo-expertise--taller>img,.navigation-mobile-logo-expertise--taller>svg{height:30px}.navigation-mobile-sidebar{position:fixed;right:0;left:0;height:0;background-color:#261845;overflow:hidden;z-index:1000;-webkit-overflow-scrolling:touch;transition:height .2s linear;-moz-transition:height .2s linear;-o-transition:height .2s linear;-webkit-transition:height .2s linear}.navigation-mobile-sidebar-inner{height:100%;border-top:1px solid rgba(255,255,255,.2);overflow:auto}.navigation-mobile-sidebar--open{min-height:calc(100vh - 60px)}.navigation-mobile-language{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-right:12px !important;padding-left:12px !important;padding-bottom:72px !important}.navigation-mobile-language-layout{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.navigation-mobile-language-layout-left{-webkit-box-flex:1;-ms-flex:1;flex:1}.navigation-mobile-language-global{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:16px !important;cursor:default}.navigation-mobile-language-global-icon{display:inline-block;margin-right:8px;color:#d4c6f2;font-size:16px;line-height:72px}.navigation-mobile-language-global-icon-flag{vertical-align:text-bottom}.navigation-mobile-language-global-label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:inline-block;color:#d4c6f2;font-size:14px;line-height:72px}.navigation-mobile-language-global-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-language-global-link{display:block}.navigation-mobile-language-global:hover .navigation-desktop-language-global-icon,.navigation-mobile-language-global:hover .navigation-desktop-language-global-label{color:#eb3c96}.navigation-mobile-language-list-item{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:inline-block;margin-top:29px;padding-right:4px;border-right:1px solid rgba(255,255,255,.5);color:#d4c6f2;font-size:14px;line-height:14px;text-transform:uppercase}.navigation-mobile-language-list-item:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-language-list-item--active{font-weight:bold}.navigation-mobile-language-list-item:last-of-type{padding-left:4px;border-right:0}.navigation-mobile-primary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;overflow:auto}.navigation-mobile-primary-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;color:#503291;font-size:13px;font-weight:bold;letter-spacing:.025em;line-height:16px;text-transform:uppercase}.navigation-mobile-primary-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-primary-title:hover{color:rgba(80,50,145,.8)}.navigation-mobile-primary-title-container{margin:25px 20px 12px}.navigation-mobile-primary-list{margin:0;list-style:none;margin-right:16px !important;margin-left:16px !important}.navigation-mobile-primary-list-item{padding-left:0;border-bottom:1px solid rgba(255,255,255,.2);color:#fff;font-size:14px;font-weight:bold;letter-spacing:1px;text-transform:uppercase;cursor:pointer;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-primary-list-item:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-primary-list-item:first-child{margin-top:3px}.navigation-mobile-primary-list-item:before{content:none}.navigation-mobile-primary-list-item a{color:#fff}.navigation-mobile-primary-list-item-button{padding-top:18px !important;padding-right:0px !important;padding-bottom:18px !important;padding-left:0px !important;width:100%;border:0;color:#fff;font-size:14px;font-weight:bold;letter-spacing:1px;text-align:left;text-transform:uppercase;cursor:pointer}.navigation--white .navigation-mobile-primary-list-item-button{color:#eb3c96}.navigation--white .navigation-mobile-primary-list-item-button:hover{color:#eb3c96}.navigation-mobile-primary-list-item-button:hover,.navigation-mobile-primary-list-item-button--focus-on{color:rgba(255,255,255,.6)}.navigation-mobile-primary-list-item--no-subitems a{padding-top:18px !important;padding-bottom:18px !important;display:block;width:100%}.navigation-mobile-primary-list-item--no-subitems a:hover,.navigation-mobile-primary-list-item--no-subitems a--focus-on{color:rgba(255,255,255,.6)}.navigation-mobile-primary-cta-wrapper{margin:36px 0 30px;padding-left:0}.navigation-mobile__primary-list-item:last-child .navigation-mobile__primary-list-item-elements--open{margin-bottom:34px}.navigation-mobile-secondary-panel{position:fixed;top:0;bottom:0;left:100%;padding-top:18px !important;padding-bottom:18px !important;width:80%;border-top:1px solid rgba(255,255,255,.2);background-color:#503291;overflow:scroll;z-index:1000;-webkit-overflow-scrolling:touch}.navigation-mobile-secondary-panel-overlay{position:absolute;top:0;right:0;bottom:0;width:0;height:100vh;z-index:1000}.navigation-mobile-secondary-panel-overlay--active{width:100%;background-color:rgba(0,0,0,.2)}.navigation-mobile-secondary-panel-back{padding-left:24px !important}.navigation-mobile-secondary-panel-back-button{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;padding:0;border:0;color:rgba(255,255,255,.5);font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.navigation-mobile-secondary-panel-back-button:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-secondary-panel-back-button:hover,.navigation-mobile-secondary-panel-back-button:focus{color:rgba(255,255,255,.8)}.navigation-mobile-secondary-panel-title{padding-top:18px !important;margin-right:32px !important;padding-bottom:18px !important;margin-left:32px !important;border-bottom:1px solid rgba(255,255,255,.2);color:#fff}.navigation-mobile-secondary-panel-title-anchor{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-weight:bold;letter-spacing:1px;text-transform:uppercase}.navigation-mobile-secondary-panel-title-anchor:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-secondary-panel-title-anchor:after{top:4px !important}.navigation-mobile-secondary-panel-title-anchor:focus:after{right:-32px;-webkit-transition:right .3s ease;transition:right .3s ease}.navigation-mobile-secondary-panel-section-title{display:block;color:rgba(255,255,255,.4);font-size:14px;font-weight:bold;line-height:1.7;text-transform:uppercase;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:24px !important;margin-right:32px !important;margin-bottom:0px !important;margin-left:32px !important}.navigation-mobile-secondary-panel-section-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-secondary-panel-subtitle{padding-top:18px !important;margin-right:32px !important;padding-bottom:18px !important;margin-left:32px !important;padding-left:24px !important;display:block;border-bottom:1px solid rgba(255,255,255,.2);color:#fff;font-size:14px;font-weight:bold}.navigation-mobile-secondary-panel-list{margin:0;list-style:none}.navigation-mobile-secondary-panel-list-item{padding-left:0}.navigation-mobile-secondary-panel-list-item:before{content:none}.navigation-mobile-secondary-panel-list-item a{display:block;color:#fff;font-size:16px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;padding-top:6px !important;padding-right:24px !important;padding-bottom:6px !important;padding-left:24px !important}.navigation-mobile-secondary-panel-list-item a:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-secondary-panel-list-item a:hover,.navigation-mobile-secondary-panel-list-item a:focus{color:rgba(255,255,255,.6)}.navigation-mobile-search-open{display:inline-block;height:60px;line-height:62px;cursor:pointer;vertical-align:top;padding-right:6px !important;padding-left:12px !important}.navigation-mobile-search-open .icon-search{color:#fff;font-size:24px}.navigation-mobile-search-open:hover .icon-search{color:rgba(255,255,255,.5)}.navigation-mobile-search-open-cta{margin-top:18px;padding:0;border:0}.navigation-mobile-search-open-cta .icon-search{display:-webkit-box;display:-ms-flexbox;display:flex}.navigation-mobile-search-open--hide{display:none;visibility:hidden}.navigation-mobile-search-close{display:none;height:60px;line-height:60px;cursor:pointer;vertical-align:top;padding-right:9.6px !important;padding-left:12px !important}.navigation-mobile-search-close .icon-cross{color:#fff;font-size:20px}.navigation-mobile-search-close:hover .icon-cross{color:rgba(255,255,255,.5)}.navigation-mobile-search-close--show{display:inline-block}.navigation-mobile-search-close-cta{margin-top:17px;padding:0;border:0}.navigation-mobile-search-close-cta .icon-cross{display:-webkit-box;display:-ms-flexbox;display:flex}.navigation-mobile-search-panel{position:fixed;top:60px;right:0;left:0;height:0;background-color:#261845;overflow:hidden;z-index:1001}.navigation-mobile-search-panel-inner{height:100%}.navigation-mobile-search-bar{position:relative;background-color:#261845;z-index:1000}.navigation-mobile-search-bar-container{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;opacity:0;overflow-y:auto}.navigation-mobile-search-bar-layout{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1001}.navigation-mobile-search-bar-layout-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px}.navigation-mobile-search-bar-layout-right-form{width:100%}.navigation-mobile-search-bar-layout-right-form-wrapper{width:100%}.navigation-mobile-search-bar-layout-right-form-label{position:absolute;font-size:0}.navigation-mobile-search-bar-icon{margin-right:4px !important}.navigation-mobile-search-bar-icon .icon-search{color:#fff;font-size:32px;line-height:72px}.navigation-mobile-search-bar-message{padding-top:10px;padding-right:20px;padding-left:20px}.navigation-mobile-search-bar-input{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;min-width:1px;height:72px;border:0;background-color:rgba(0,0,0,0);color:#fff;font-size:24px;line-height:72px}.navigation-mobile-search-bar-input:focus{outline:0}.navigation-mobile-search-bar-input-label{display:none}.navigation-mobile-search-bar-input-mirror{display:inline-block;position:absolute;top:-8px;left:25px;width:100%;padding:30px 1px;color:#fff;font-size:18px;font-weight:bold;line-height:1.2;z-index:-1}.navigation-mobile-search-bar-input-clear{margin-left:20px;padding:24px 0;border:0;background:none;color:#eb3c96;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.navigation-mobile-search-bar-input-form{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.navigation-mobile-search-bar-form{position:relative;border-bottom:1px solid rgba(255,255,255,.2);z-index:1001;margin-right:32px !important;margin-left:32px !important}.navigation-mobile-search-bar-results{position:relative;z-index:1000;padding-right:24px !important;padding-left:24px !important}.navigation-mobile-search-bar-results-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(80,50,145,.2);z-index:1000}.navigation-mobile-search-bar-results-content{position:relative;background-color:#fff;z-index:1001;zoom:1;padding-top:18px !important;padding-bottom:12px !important}.navigation-mobile-search-bar-results-content:before,.navigation-mobile-search-bar-results-content:after{display:table;line-height:0;content:""}.navigation-mobile-search-bar-results-content:after{clear:both}.navigation-mobile-search-bar-results-list{position:relative;max-height:280px;margin-bottom:0;margin-left:0;overflow:hidden;z-index:1001}.navigation-mobile-search-bar-results-list-item{margin-bottom:0;padding:0 10px;font-weight:normal;line-height:24px;text-transform:lowercase;cursor:pointer;pointer-events:none}.navigation-mobile-search-bar-results-list-item:before{display:none}.navigation-mobile-search-bar-results-list-item .mark{font-weight:bold}.navigation-mobile-search-bar-results-list-item a{padding-top:6px !important;padding-bottom:6px !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:block;color:#000;pointer-events:all}.navigation-mobile-search-bar-results-list-item a:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-search-bar-results-list-item a:focus{background-color:rgba(150,215,210,.4)}.navigation-mobile-search-bar-results-list-item a:hover{color:#000;background-color:rgba(150,215,210,.4)}.navigation-mobile-search-bar-results-list-item a:before{display:none}.navigation-mobile-search-bar-results-show-all{padding-left:80px;cursor:pointer}.navigation-mobile-search-bar-results-show-all-label{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin-bottom:0;color:#eb3c96 !important;font-weight:bold;text-transform:uppercase;padding-top:12px !important;padding-bottom:12px !important}.navigation-mobile-search-bar-results-show-all-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-mobile-search-bar-results-show-all-label{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-mobile-search-bar-results-show-all-label{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.navigation-mobile-search-bar-results-show-all-label{font-size:12px;line-height:1.7}}.navigation-mobile-search-bar-results-total-number{position:absolute;font-size:0}.navigation-mobile-search-bar-results-animation-enter-active{-webkit-transition:opacity .5s;transition:opacity .5s}.navigation-mobile-search-bar-results-animation-enter{opacity:0}.navigation-mobile-utility-links-container{border-bottom:1px solid rgba(255,255,255,.2);margin-left:16px !important;margin-right:16px !important;margin-bottom:0px !important}.navigation-mobile-utility-item{padding:0}.navigation-mobile-utility-item:before{content:none}.navigation-mobile-utility-item::marker{font-size:0}.navigation-mobile-utility-link{display:block;color:#fff;font-size:14px;letter-spacing:1px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;padding-top:18px !important;padding-bottom:18px !important}.navigation-mobile-utility-link:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-utility-link:hover{color:rgba(255,255,255,.6)}.navigation-mobile-decommissionedlink:empty{display:none}.navigation-mobile-decommissionedlink-container{margin:-1px -20px 0;border-top:1px solid #454545;z-index:1}.navigation-mobile-decommissionedlink-item{margin-left:16px !important;margin-top:16px !important;margin-right:16px !important;margin-bottom:0px !important;padding:0}.navigation-mobile-decommissionedlink-item:before{content:none}.navigation-mobile-decommissionedlink-item::marker{font-size:0}.navigation-mobile-decommissionedlink-url{display:block;color:#fff;font-size:14px;font-weight:700;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-decommissionedlink-url:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-decommissionedlink-url.arrow-link::after{top:4px;color:#ff6ab5}.navigation-mobile.navigation-search--new .navigation-mobile-search-close{display:none;width:14px;height:14px;padding-left:10.8px !important;padding-right:7.8px !important}.navigation-mobile.navigation-search--new .navigation-mobile-search-close .icon-cross{font-size:20px}.navigation-mobile.navigation-search--new .navigation-mobile-search-close-cta{margin-top:25px}.navigation-mobile.navigation-search--new .navigation-mobile-search-panel--open{min-height:100vw;overflow-y:scroll}.navigation-mobile.navigation-search--new .navigation-mobile-search-panel--open .navigation-mobile-search-bar-input-form .navigation-mobile-search-close{display:inline}.navigation-mobile.navigation-search--new .navigation-mobile-search-panel--open .navigation-mobile-search-bar-recent-searches{opacity:1}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar{background:none}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-input{height:64px;color:#fff;font-size:18px;font-weight:bold;line-height:1.2;caret-color:#fff}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-input:focus{outline:auto}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-form{margin:0 !important;padding-right:22px;padding-left:22px;background-color:#261845}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-results{display:block !important;padding:0 !important}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-results-content{padding:10px 20px 20px !important}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-results-list{max-height:none;margin-top:-10px;margin-bottom:10px;padding-top:10px;padding-bottom:5px}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-results-list-item{margin:0 -7px;padding:0 10px}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-results-list-item:before{display:none}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-results-list-item a{margin:0;-webkit-transition:padding-left .2s ease-in-out;transition:padding-left .2s ease-in-out}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-results-list-item a:first-child{margin-top:5px}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-results-list-item a:last-child{margin-bottom:5px}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-results-list-item a:focus,.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-results-list-item a:hover{background:none;color:#eb3c96;padding-left:6px !important}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-results-show-all{padding:15px 12px !important}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-icon{margin-right:4px !important}.navigation-mobile.navigation-search--new .navigation-mobile-search-bar-icon .icon-search{color:#fff;font-size:19px;line-height:3.4}.navigation-mobile.navigation-search--new .navigation-mobile-search-panel{position:fixed;top:0;right:0;left:0;top:0 !important;background-color:#fff}.menu-button{position:relative;width:32px;height:32px;border:0}.menu-button-top,.menu-button-middle-one,.menu-button-middle-two,.menu-button-bottom{height:3px;background-color:#fff;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear}.menu-button-top{position:absolute;top:6px;right:2px;left:2px}.menu-button-middle-one,.menu-button-middle-two{position:absolute;top:14px;right:2px;left:2px}.menu-button-bottom{position:absolute;top:22px;right:2px;left:2px}.menu-button--open .menu-button-top{position:absolute;top:14px;right:16px;left:16px;opacity:0}.menu-button--open .menu-button-middle-one{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.menu-button--open .menu-button-middle-two{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)}.menu-button--open .menu-button-bottom{position:absolute;top:14px;right:16px;left:16px;opacity:0}.navigation-header{z-index:1000;position:fixed;top:0;right:0;left:0;-webkit-transition:background-color .2s linear,top .1s linear,-webkit-transform 200ms ease-in-out;transition:background-color .2s linear,top .1s linear,-webkit-transform 200ms ease-in-out;transition:transform 200ms ease-in-out,background-color .2s linear,top .1s linear;transition:transform 200ms ease-in-out,background-color .2s linear,top .1s linear,-webkit-transform 200ms ease-in-out;-moz-transition:transform 200ms ease-in-out,background-color .2s linear,top .1s linear;-o-transition:transform 200ms ease-in-out,background-color .2s linear,top .1s linear;-webkit-transition:transform 200ms ease-in-out,background-color .2s linear,top .1s linear}.navigation-header--activated.headroom--unpinned{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.navigation-header--fixed{position:relative;-webkit-transform:translateY(0);transform:translateY(0)}.navigation-desktop,.navigation-mobile{display:none}.navigation-desktop{padding-top:134px}.navigation-desktop--no-padding{padding-top:0}.navigation-desktop-overlay{position:fixed;top:0;right:0;left:0;height:0;opacity:0}.navigation-desktop-overlay--active{height:100%;background-color:rgba(45,28,81,.4);opacity:1}.navigation-desktop-top{position:relative;height:50px;padding:0 32px 0 40px;border-bottom:1px solid #653fb7;background-color:#503291}.navigation-desktop--with-top-links .navigation-desktop-top{height:48px;background-color:#2d1c51}.navigation-desktop-top-layout{display:-webkit-box;display:-ms-flexbox;display:flex}.navigation-desktop--with-top-links .navigation-desktop-top-layout{height:100%}.navigation-desktop-top-layout-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}.navigation-desktop--with-top-links .navigation-desktop-top-layout-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navigation-desktop-top-layout-right{display:-webkit-box;display:-ms-flexbox;display:flex}.navigation-desktop--with-top-links .navigation-desktop-top-layout-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navigation-desktop-top-layout-right-decommissionedlink{-ms-flex-item-align:center;align-self:center;padding-right:11px;padding-left:8px;font-size:12px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-weight:700}.navigation-desktop-top-layout-right-decommissionedlink:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-desktop-top-layout-right-decommissionedlink a{color:#fff}.navigation-desktop--with-top-links .navigation-desktop-top-layout-right-decommissionedlink a{color:#ccbdec}.navigation-desktop--with-top-links .navigation-desktop-top-layout-right-decommissionedlink a:hover{color:#a598c0}.navigation-desktop-top-layout-right-decommissionedlink-border{-ms-flex-item-align:center;align-self:center;height:24px;margin-right:3px;border-right:1px solid #fff}.navigation-desktop-top-links-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navigation-desktop-top-link{padding:5px 24px;font-size:11px;font-weight:bold;text-transform:uppercase}.navigation-desktop--with-top-links .navigation-desktop-top-link{color:#ccbdec}.navigation-desktop--with-top-links .navigation-desktop-top-link:hover{color:#a598c0}.navigation-desktop-bottom{position:relative;height:84px}@media all and (min-width: 0)and (max-width: 767px){.navigation-desktop-bottom{padding-left:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-desktop-bottom{padding-left:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-desktop-bottom{padding-left:40px !important}}@media all and (min-width: 1281px){.navigation-desktop-bottom{padding-left:40px !important}}.navigation-desktop-bottom-line{position:absolute;right:0;bottom:0;left:0;height:2px}.navigation-desktop-bottom-cta-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-right:32px}.navigation-desktop-bottom--open .navigation-desktop-bottom-cta-wrapper .button{z-index:auto}.navigation-desktop-brand{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding-right:32px;letter-spacing:.15em;vertical-align:top}.navigation-desktop-brand-expertise{width:16.7142vw}.navigation-desktop-brand-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;color:#503291;font-size:14px;font-weight:bold;letter-spacing:.15em;line-height:16px;text-transform:uppercase}.navigation-desktop-brand-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-desktop-brand-title:hover{color:rgba(80,50,145,.8)}.navigation-desktop-logo{display:block;position:relative;height:25px;color:#eb3c96;cursor:pointer;z-index:1}.navigation-desktop-logo svg{width:auto;height:100%}.navigation-desktop-logo svg path{fill:#eb3c96}.navigation-desktop-logo i{height:24px;font-size:24px;letter-spacing:.15em;line-height:24px;vertical-align:top}.navigation-desktop-logo i.icon-logo-mkgaa{font-size:36px}.navigation-desktop-logo-expertise>i,.navigation-desktop-logo-expertise>img,.navigation-desktop-logo-expertise>svg{height:20px}.navigation-desktop-logo-expertise--taller{height:31px}.navigation-desktop-logo-expertise--taller>i,.navigation-desktop-logo-expertise--taller>img,.navigation-desktop-logo-expertise--taller>svg{height:30px}.navigation-desktop-language{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:9px}.navigation-desktop-language-global{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:8px !important;cursor:pointer}.navigation-desktop-language-global-icon{color:#d4c6f2;font-size:16px;line-height:50px}.navigation-desktop--with-top-links .navigation-desktop-language-global-icon{color:#ccbdec}.navigation-desktop-language-global-icon-flag{vertical-align:text-bottom}.navigation-desktop-language-global-label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#d4c6f2;font-size:12px;line-height:50px}.navigation-desktop-language-global-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-desktop--with-top-links .navigation-desktop-language-global-label{color:rgba(255,255,255,.25)}.navigation-desktop-language-global-label-wrapper{margin-right:20px}.navigation-desktop-language-global-label-wrapper .navigation-desktop-language-global-label{margin:0}.navigation-desktop-language-global:hover .navigation-desktop-language-global-icon,.navigation-desktop-language-global:hover .navigation-desktop-language-global-label{color:#a598c0}.navigation-desktop--with-top-links .navigation-desktop-language-global:hover .navigation-desktop-language-global-icon,.navigation-desktop--with-top-links .navigation-desktop-language-global:hover .navigation-desktop-language-global-label{color:rgba(255,255,255,.5)}.navigation-desktop-language-list-item{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:inline-block;margin:19px 0;padding-right:10px;border-right:1px solid rgba(255,255,255,.5);color:rgba(255,255,255,.6);font-size:12px;line-height:12px;text-transform:uppercase}.navigation-desktop-language-list-item:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-desktop-language-list-item--active{font-weight:bold}.navigation-desktop-language-list-item:hover{color:rgba(255,255,255,.6)}.navigation-desktop-language-list-item:first-child{padding-left:10px;border-left:1px solid rgba(255,255,255,.5)}.navigation-desktop-language-list-item:last-child{padding-left:4px;border-right:0}.navigation-desktop--with-top-links .navigation-desktop-language-list-item{color:#ccbdec}.navigation-desktop--with-top-links .navigation-desktop-language-list-item:hover{color:#a598c0}.navigation-desktop-country-selector-open-button{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin:0;color:#fff}.navigation-desktop-country-selector-open-button:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-desktop-country-selector-open-button{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-desktop-country-selector-open-button{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.navigation-desktop-country-selector-open-button{font-size:12px;line-height:1.7}}.navigation-desktop-stock{display:none;margin-right:40px !important;margin-left:10px !important}.navigation-desktop-stock--initiated{display:-webkit-box;display:-ms-flexbox;display:flex}.navigation-desktop-stock-company,.navigation-desktop-stock-city,.navigation-desktop-stock-country{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-right:4px;color:rgba(255,255,255,.7);font-size:12px;line-height:50px}.navigation-desktop-stock-company:lang(ja),.navigation-desktop-stock-city:lang(ja),.navigation-desktop-stock-country:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-desktop-stock-price{margin-right:12px !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:rgba(255,255,255,.7);font-size:12px;font-weight:bold;line-height:50px}.navigation-desktop-stock-price:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-desktop-stock-delta{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;font-weight:bold;line-height:50px}.navigation-desktop-stock-delta:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-desktop-stock-delta i{font-size:6px}.navigation-desktop-stock-delta--positive{color:#a5cd50}.navigation-desktop-stock-delta--positive i{transform:rotate(-90deg) translate(2px, 2px);-webkit-transform:rotate(-90deg) translate(2px, 2px);-moz-transform:rotate(-90deg) translate(2px, 2px);-ms-transform:rotate(-90deg) translate(2px, 2px);-o-transform:rotate(-90deg) translate(2px, 2px)}.navigation-desktop-stock-delta--negative{color:#e1c3de}.navigation-desktop-stock-delta--negative i{transform:rotate(90deg) translate(-2px, -2px);-webkit-transform:rotate(90deg) translate(-2px, -2px);-moz-transform:rotate(90deg) translate(-2px, -2px);-ms-transform:rotate(90deg) translate(-2px, -2px);-o-transform:rotate(90deg) translate(-2px, -2px)}.navigation-desktop-primary{display:inline-block}.navigation-desktop-primary-list{margin:0;padding:0;list-style:none}.navigation-desktop-primary-list-item{float:left;vertical-align:top}.navigation-desktop-primary-list-item:before{padding:0;content:none}.navigation-desktop-primary-list-item-container{position:relative;padding:32px 0}.navigation-desktop-primary-list-item-link{display:block;position:relative;padding:0 20px;color:#fff;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.navigation-desktop-primary-list-item-line{position:absolute;right:24px;bottom:0;left:24px;height:0;background-color:#eb3c96;transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear}.navigation-desktop-primary-list-item--active .navigation-desktop-primary-list-item-link{color:#fff;z-index:3}.navigation-desktop-primary-list-item--active .navigation-desktop-primary-list-item-line{height:8px}.navigation-desktop-primary-list-item--inactive .navigation-desktop-primary-list-item-link{color:rgba(255,255,255,.4)}.navigation-desktop-primary--adaptative-width .navigation-desktop-primary-list-item-link{padding:0 .86vw;-webkit-transition:padding .2s ease;transition:padding .2s ease;font-size:.85vw}@media all and (min-width: 1100px)and (max-width: 1400px){.navigation-desktop-primary--adaptative-width .navigation-desktop-primary-list-item-link{padding:0 1vw;font-size:.857vw}}@media all and (min-width: 1400px)and (max-width: 1640px){.navigation-desktop-primary--adaptative-width .navigation-desktop-primary-list-item-link{font-size:12px}}@media all and (min-width: 1640px){.navigation-desktop-primary--adaptative-width .navigation-desktop-primary-list-item-link{padding:0 20px;font-size:12px}}.navigation-desktop-secondary-panel{position:absolute;top:82px;right:0;left:0;height:0;background-color:#2d1c51;opacity:0;overflow:hidden}.navigation-desktop-secondary-panel--hidden{display:none !important}.navigation-desktop-secondary-panel-inner{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex}.navigation-desktop-secondary-panel-inner:before,.navigation-desktop-secondary-panel-inner:after{display:table;line-height:0;content:""}.navigation-desktop-secondary-panel-inner:after{clear:both}.navigation-desktop-secondary-panel-section,.navigation-desktop-secondary-panel-category-section,.navigation-desktop-secondary-panel-featured-content{padding-left:18px !important;padding-right:18px !important}.navigation-desktop-secondary-panel-section-title,.navigation-desktop-secondary-panel-category-section-title,.navigation-desktop-secondary-panel-featured-content-title{color:rgba(255,255,255,.4);font-size:14px;font-weight:bold;text-transform:uppercase;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:16px !important}.navigation-desktop-secondary-panel-section-title:lang(ja),.navigation-desktop-secondary-panel-category-section-title:lang(ja),.navigation-desktop-secondary-panel-featured-content-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-desktop-secondary-panel-subtitle{font-size:14px;line-height:1.3;margin-bottom:16px !important;color:#454545;font-weight:bold}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-desktop-secondary-panel-subtitle{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-desktop-secondary-panel-subtitle{font-size:14px}}@media all and (min-width: 1281px){.navigation-desktop-secondary-panel-subtitle{font-size:16px}}.navigation-desktop-secondary-panel-list{margin:0;list-style:none}.navigation-desktop-secondary-panel-list-item{margin-bottom:16px !important;font-size:14px;line-height:1.3}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-desktop-secondary-panel-list-item{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-desktop-secondary-panel-list-item{font-size:14px}}@media all and (min-width: 1281px){.navigation-desktop-secondary-panel-list-item{font-size:16px}}.navigation-desktop-secondary-panel-list-item a{color:#fff;line-height:1.3}.navigation-desktop-secondary-panel-list-item:last-child{margin-bottom:0px !important}.navigation-desktop-secondary-panel-list-item:hover a{color:rgba(255,255,255,.6)}.navigation-desktop-secondary-panel-list-item:before{content:none}.navigation-desktop-secondary-panel--active{height:auto;opacity:.97;z-index:1}.navigation-desktop-secondary-panel--3 .navigation-desktop-secondary-panel-section{max-width:280px;float:left}.navigation-desktop-secondary-panel--3 .navigation-desktop-secondary-panel-section:first-child{border-left:0}.navigation-desktop a.navigation-desktop-secondary-panel-section-title{display:block}.navigation-desktop a.navigation-desktop-secondary-panel-section-title:hover{color:#eb3c96}.navigation-desktop-search-open{cursor:pointer;vertical-align:top;padding-top:10px !important;padding-bottom:10px !important;padding-left:8px !important}.navigation-desktop--with-top-links .navigation-desktop-search-open{top:5px;right:24px}.navigation-desktop-search-open .icon-search{color:#fff;font-size:24px}.navigation-desktop--with-top-links .navigation-desktop-search-open .icon-search{font-size:20px}.navigation-desktop-search-open:hover .icon-search{color:rgba(255,255,255,.5)}.navigation-desktop-search-open-cta{padding:0;border:0;cursor:pointer}.navigation-desktop-search-open--hide{display:none}.navigation-desktop-search-close{display:none;cursor:pointer;vertical-align:top;position:absolute;top:16px;right:32px;padding-top:6px !important;padding-right:6px !important;padding-bottom:6px !important;padding-left:6px !important}.navigation-desktop--with-top-links .navigation-desktop-search-close{right:0}@media all and (min-width: 1281px){.navigation-desktop--with-top-links .navigation-desktop-search-close{right:32px}}.navigation-desktop-search-close .icon-cross{color:#eb3c96;font-size:24px}.navigation-desktop-search-close--show{display:inline-block}.navigation-desktop-search-close-cta{padding:0;border:0;cursor:pointer}.navigation-desktop-search-overlay{position:fixed;top:0;right:0;left:0;height:0;background-color:rgba(0,0,0,.2)}.navigation-desktop-search-overlay--open{height:100%}.navigation-desktop-search-mask{display:none !important;position:absolute;top:0;right:0;left:0}.navigation-desktop-search-mask--active{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.2)}.navigation-desktop-search-panel{position:absolute;top:84px;right:0;left:0;height:0;max-height:calc(100vh - 120px);background-color:#261845;z-index:1001;overflow-y:auto}.navigation-desktop-search-bar{position:relative;background-color:#261845;z-index:1000;padding-top:80px !important}.navigation-desktop-search-bar-container{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;opacity:0}.navigation-desktop-search-bar-layout{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1001}.navigation-desktop-search-bar-layout-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px}.navigation-desktop-search-bar-layout-right-form{width:100%}.navigation-desktop-search-bar-layout-right-form-wrapper{width:100%}.navigation-desktop-search-bar-layout-right-form-label{position:absolute;font-size:0}.navigation-desktop-search-bar-icon{margin-right:40px !important}.navigation-desktop-search-bar-icon .icon-search{color:#fff;font-size:32px;line-height:88px}.navigation-desktop-search-bar-message{zoom:1;width:1400px;margin:0 auto;max-width:966px;padding-top:10px}.navigation-desktop-search-bar-message:before,.navigation-desktop-search-bar-message:after{display:table;line-height:0;content:""}.navigation-desktop-search-bar-message:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.navigation-desktop-search-bar-message{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-desktop-search-bar-message{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-desktop-search-bar-message{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.navigation-desktop-search-bar-message{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-desktop-search-bar-message{max-width:899px}}.navigation-desktop-search-bar-input{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;min-width:1px;height:88px;border:0;background-color:rgba(0,0,0,0);color:#fff;font-size:24px;line-height:88px;caret-color:#fff}.navigation-desktop-search-bar-input::-webkit-input-placeholder{color:#fff}.navigation-desktop-search-bar-input::-moz-placeholder{color:#fff}.navigation-desktop-search-bar-input:-ms-input-placeholder{color:#fff}.navigation-desktop-search-bar-input:-moz-placeholder{color:#fff}.navigation-desktop-search-bar-input:focus{outline-offset:2px;caret-color:#fff}.navigation-desktop-search-bar-input::-ms-clear{width:0;height:0}.navigation-desktop-search-bar-input-label{display:none}.navigation-desktop-search-bar-input-mirror{display:inline-block;position:absolute;left:0;width:100%;padding:30px 1px;color:#000;font-size:24px;font-weight:bold;line-height:1.2;z-index:-1}.navigation-desktop-search-bar-input-clear{margin-left:20px;padding:32px 0;border:0;background:none;color:#eb3c96;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.navigation-desktop-search-bar-input-form{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.navigation-desktop-search-bar-form{position:relative;border-bottom:1px solid rgba(255,255,255,.2);z-index:1001;margin-left:32px !important;margin-right:32px !important}.navigation-desktop-search-bar-results{position:absolute;width:calc(100% - 80px);z-index:1000;margin-left:32px !important;margin-right:32px !important}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-desktop-search-bar-results{max-width:899px}}.navigation-desktop-search-bar-results-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(80,50,145,.2);z-index:1000}.navigation-desktop-search-bar-results-content{position:relative;background-color:#fff;z-index:1001;zoom:1;padding-top:12px !important;padding-bottom:12px !important}.navigation-desktop-search-bar-results-content:before,.navigation-desktop-search-bar-results-content:after{display:table;line-height:0;content:""}.navigation-desktop-search-bar-results-content:after{clear:both}.navigation-desktop-search-bar-results-list{position:relative;max-height:280px;margin-bottom:0;margin-left:0;overflow:hidden;z-index:1001}.navigation-desktop-search-bar-results-list-item{margin-bottom:0;font-weight:normal;line-height:24px;text-transform:lowercase;cursor:pointer;pointer-events:none}.navigation-desktop-search-bar-results-list-item .mark{font-weight:bold}.navigation-desktop-search-bar-results-list-item a{padding-top:6px !important;padding-bottom:6px !important;padding-left:48px !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:block;color:#000;pointer-events:all}.navigation-desktop-search-bar-results-list-item a:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-desktop-search-bar-results-list-item a:hover{color:#000}.navigation-desktop-search-bar-results-list-item a:focus{background-color:rgba(150,215,210,.4)}.navigation-desktop-search-bar-results-list-item:hover{background-color:rgba(150,215,210,.4)}.navigation-desktop-search-bar-results-list-item:first-child{margin-top:5px}.navigation-desktop-search-bar-results-list-item:last-child{margin-bottom:5px}.navigation-desktop-search-bar-results-list-item:before{display:none}.navigation-desktop-search-bar-results-show-all{cursor:pointer;padding-left:48px !important}.navigation-desktop-search-bar-results-show-all-label{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin-bottom:0;color:#eb3c96 !important;font-weight:bold;text-transform:uppercase;padding-top:12px !important;padding-bottom:12px !important}.navigation-desktop-search-bar-results-show-all-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-desktop-search-bar-results-show-all-label{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-desktop-search-bar-results-show-all-label{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.navigation-desktop-search-bar-results-show-all-label{font-size:12px;line-height:1.7}}.navigation-desktop-search-bar-results-total-number{position:absolute;font-size:0}.navigation-desktop-search-bar-results-animation-enter-active{-webkit-transition:opacity .5s;transition:opacity .5s}.navigation-desktop-search-bar-results-animation-enter{opacity:0}.navigation-desktop-search-bar-submit{-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out;border:0;background:none;cursor:pointer}.navigation-desktop-search-bar-submit .search-icon{width:44px;height:44px}.navigation-desktop-search-bar-loader{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;height:85%}.navigation-desktop-search-bar-preloaded-searches{position:absolute;top:130px;left:calc((100vw - 966px)/2);width:1400px;min-width:350px;max-width:400px;margin:0 auto;margin-top:88px;padding-right:30px;padding-left:30px;-webkit-transition:margin-top .35s ease-in-out,opacity .2s ease-in-out;transition:margin-top .35s ease-in-out,opacity .2s ease-in-out;opacity:0;z-index:1002}@media all and (min-width: 0)and (max-width: 767px){.navigation-desktop-search-bar-preloaded-searches{position:relative;top:0;left:-10px;max-width:100%;margin-top:40px;margin-left:0;opacity:1}}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-desktop-search-bar-preloaded-searches{top:82px;left:-10px;max-width:100%;opacity:1}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-desktop-search-bar-preloaded-searches{left:calc((100vw - 899px)/2);max-width:400px}}.navigation-desktop-search-bar-preloaded-searches-title{margin-top:0;margin-bottom:20px;color:#2dbecd;font-size:12px;font-weight:bold;line-height:15px;text-transform:uppercase;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-desktop-search-bar-preloaded-searches-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-desktop-search-bar-preloaded-searches-list{margin:0}.navigation-desktop-search-bar-preloaded-searches-item{margin-bottom:10px}.navigation-desktop-search-bar-preloaded-searches-item:last-of-type{margin-bottom:0}.navigation-desktop-search-bar-preloaded-searches-item::before{content:none}.navigation-desktop-search-bar-preloaded-searches-link{padding-left:0;-webkit-transition:padding-left .2s linear;transition:padding-left .2s linear;color:#000;font-size:14px;line-height:23px}.navigation-desktop-search-bar-preloaded-searches-link:hover,.navigation-desktop-search-bar-preloaded-searches-link:focus{padding-left:10px;color:#eb3c96}.navigation-desktop-utility-links-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:52px}.navigation-desktop-utility-link{padding:5px 24px;color:rgba(255,255,255,.25);font-size:11px;font-weight:bold;text-transform:uppercase}.navigation-desktop-utility-link:hover{color:rgba(255,255,255,.5)}.navigation--new .navigation-desktop-brand{max-width:170px;padding-right:30px}.navigation--new .navigation-desktop-logo svg{max-width:100%}.navigation--new .navigation-desktop--active .navigation-desktop-bottom{background-color:#503291}.navigation--new .navigation-desktop-overlay{display:none}.navigation--new .navigation-desktop-overlay--active{display:block;background-color:#2d1c51;opacity:.2;z-index:4;pointer-events:none}.navigation--new .navigation-desktop-bottom-line{position:relative;right:0;bottom:0;left:0}.navigation--new .navigation-desktop-primary{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media all and (min-width: 1640px){.navigation--new .navigation-desktop-primary{position:absolute;left:0;width:100%}}.navigation--new .navigation-desktop-primary-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:0;text-align:center}@media all and (min-width: 1640px){.navigation--new .navigation-desktop-primary-list{zoom:1;width:1400px;margin:0 auto;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.navigation--new .navigation-desktop-primary-list:before,.navigation--new .navigation-desktop-primary-list:after{display:table;line-height:0;content:""}.navigation--new .navigation-desktop-primary-list:after{clear:both}}@media all and (min-width: 1640px)and (min-width: 0)and (max-width: 767px){.navigation--new .navigation-desktop-primary-list{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 1640px)and (min-width: 768px)and (max-width: 1024px){.navigation--new .navigation-desktop-primary-list{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1640px)and (min-width: 1025px)and (max-width: 1280px){.navigation--new .navigation-desktop-primary-list{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1640px)and (min-width: 1281px){.navigation--new .navigation-desktop-primary-list{width:1280px;padding-right:30px;padding-left:30px}}.navigation--new .navigation-desktop-primary-list-item{display:inline-block;text-align:left}.navigation--new .navigation-desktop-primary-list-item-container{padding:32px 0 0 0}.navigation--new .navigation-desktop-primary-list-item:first-child .navigation-desktop-primary-list-item-link{padding-left:0}.navigation--new .navigation-desktop-primary-list-item:last-child .navigation-desktop-primary-list-item-link{padding-right:0}.navigation--new .navigation-desktop-primary-list-item-link{height:50px}.navigation--new .navigation-desktop-primary-list-item-line{position:relative;top:68px;left:12px;width:100px;height:5px}.navigation--new .navigation-desktop-primary-list-item--active .navigation-desktop-primary-list-item-link{z-index:4}.navigation--new .navigation-desktop-primary-list-item--active .navigation-desktop-primary-list-item-line{bottom:10px;height:6px}.navigation--new .navigation-desktop-secondary-panel{position:absolute;right:0;height:auto;margin:0 auto;background-color:rgba(0,0,0,0)}@media all and (min-width: 1281px){.navigation--new .navigation-desktop-secondary-panel{top:40px;width:1220px;min-height:421px;margin-top:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation--new .navigation-desktop-secondary-panel{top:38px;width:960px;min-height:448px;margin-top:32px}}.navigation--new .navigation-desktop-secondary-panel--hidden{display:block !important;opacity:0;pointer-events:none;animation:fadeOutPanel ease 600ms;-webkit-animation:fadeOutPanel ease 600ms}.navigation--new .navigation-desktop-secondary-panel--init-hidden{display:none !important}.navigation--new .navigation-desktop-secondary-panel--active{opacity:1;z-index:5}.navigation--new .navigation-desktop-secondary-panel-inner{height:100%;padding:40px 30px;border-radius:12px;background-color:#fff}@media all and (min-width: 1281px){.navigation--new .navigation-desktop-secondary-panel-inner{min-height:421px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation--new .navigation-desktop-secondary-panel-inner{min-height:448px}}.navigation--new .navigation-desktop-secondary-panel-section{padding-left:9.6px !important;padding-right:9.6px !important;max-width:none;float:none}.navigation--new .navigation-desktop-secondary-panel-section:first-child{padding-left:0 !important}.navigation--new .navigation-desktop-secondary-panel-section:last-child{padding-right:0px !important}.navigation--new .navigation-desktop-secondary-panel-section-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:10px;color:#eb3c96;font-weight:bold;line-height:1.3}.navigation--new .navigation-desktop-secondary-panel-section-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation--new .navigation-desktop-secondary-panel-section,.navigation--new .navigation-desktop-secondary-panel-category-section,.navigation--new .navigation-desktop-secondary-panel-featured-content{position:relative;top:0;-webkit-box-flex:1;-ms-flex:1;flex:1;width:0}.navigation--new .navigation-desktop-secondary-panel-category-section-headline,.navigation--new .navigation-desktop-secondary-panel-featured-content-headline{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;margin-bottom:20px;color:#503291;font-size:20px;font-weight:normal;line-height:1;text-transform:uppercase;word-break:break-word}.navigation--new .navigation-desktop-secondary-panel-category-section-headline:lang(ja),.navigation--new .navigation-desktop-secondary-panel-featured-content-headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.navigation--new .navigation-desktop-secondary-panel-category-section-description,.navigation--new .navigation-desktop-secondary-panel-featured-content-description{margin-bottom:20px;font-size:14px;line-height:1.4;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.navigation--new .navigation-desktop-secondary-panel-category-section-cta,.navigation--new .navigation-desktop-secondary-panel-featured-content-cta{margin-right:0 !important;padding-right:30px;color:#eb3c96;font-size:14px;font-weight:bold;text-transform:uppercase;overflow-wrap:break-word}.navigation--new .navigation-desktop-secondary-panel-category-section .arrow-link::after,.navigation--new .navigation-desktop-secondary-panel-featured-content .arrow-link::after{top:3px;right:5px}.navigation--new .navigation-desktop-secondary-panel-category-section .arrow-link:hover::after,.navigation--new .navigation-desktop-secondary-panel-category-section .arrow-link:focus::after,.navigation--new .navigation-desktop-secondary-panel-featured-content .arrow-link:hover::after,.navigation--new .navigation-desktop-secondary-panel-featured-content .arrow-link:focus::after{right:0}.navigation--new .navigation-desktop-secondary-panel-category-section{padding-right:9.6px !important;padding-left:0px !important}.navigation--new .navigation-desktop-secondary-panel-featured-content{padding-right:0px !important;padding-left:9.6px !important;-webkit-box-flex:0;-ms-flex:none;flex:none}@media all and (min-width: 1281px){.navigation--new .navigation-desktop-secondary-panel-featured-content{width:278px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation--new .navigation-desktop-secondary-panel-featured-content{width:260px}}.navigation--new .navigation-desktop-secondary-panel-featured-content-blocks{margin-top:20px;margin-left:0}.navigation--new .navigation-desktop-secondary-panel-featured-content-block{margin-bottom:20px;padding-left:0}.navigation--new .navigation-desktop-secondary-panel-featured-content-block::before{display:none}.navigation--new .navigation-desktop-secondary-panel-featured-content-block--unique{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.navigation--new .navigation-desktop-secondary-panel-featured-content-block--unique .navigation-desktop-secondary-panel-featured-content-info{display:block}.navigation--new .navigation-desktop-secondary-panel-featured-content-block--unique .navigation-desktop-secondary-panel-featured-content-info-title{margin-top:20px}.navigation--new .navigation-desktop-secondary-panel-featured-content-block--unique .image-container{position:relative;overflow:hidden}.navigation--new .navigation-desktop-secondary-panel-featured-content-block--unique .image-container:before{display:block;width:100%;padding-top:51.4285714286%;content:""}.navigation--new .navigation-desktop-secondary-panel-featured-content-block--unique .image-container img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.navigation--new .navigation-desktop-secondary-panel-featured-content-block--unique .image-container img{width:100%;height:100%;margin-right:0}.navigation--new .navigation-desktop-secondary-panel-featured-content-block--unique a{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.navigation--new .navigation-desktop-secondary-panel-featured-content-image{width:125px;height:70px;margin-right:20px;-o-object-fit:cover;object-fit:cover}.navigation--new .navigation-desktop-secondary-panel-featured-content-info{display:-webkit-box;display:-ms-flexbox;display:flex}.navigation--new .navigation-desktop-secondary-panel-featured-content-info-type{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:8px;margin-bottom:3px}.navigation--new .navigation-desktop-secondary-panel-featured-content-info-type:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation--new .navigation-desktop-secondary-panel-featured-content-info-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:0;color:#000;font-size:14px;line-height:1.1;text-transform:none;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.navigation--new .navigation-desktop-secondary-panel-featured-content-info-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation--new .navigation-desktop-secondary-panel-list-item{font-size:14px;line-height:1.3;margin-bottom:12.8px !important;margin-bottom:15px}@media all and (min-width: 768px)and (max-width: 1024px){.navigation--new .navigation-desktop-secondary-panel-list-item{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation--new .navigation-desktop-secondary-panel-list-item{font-size:14px}}@media all and (min-width: 1281px){.navigation--new .navigation-desktop-secondary-panel-list-item{font-size:14px}}.navigation--new .navigation-desktop-secondary-panel-list-item a{color:#000;line-height:1.3}.navigation--new .navigation-desktop-secondary-panel-list-item a:hover{color:#d92a83}.navigation--new .navigation-desktop a.navigation-desktop-secondary-panel-section-title:hover{color:#ff6ab5}.navigation--new .navigation-desktop-underbar{position:absolute;top:66px;width:0;height:6px;-webkit-transition:500ms ease;transition:500ms ease;background-color:#eb3c96;pointer-events:none}.navigation--new .navigation-desktop-underbar::before{display:none}.navigation--new .navigation-desktop-secondary-panel--active .navigation-desktop-secondary-panel-section,.navigation--new .navigation-desktop-secondary-panel--active .navigation-desktop-secondary-panel-category-section{animation:fadeInSection ease-out 300ms;-webkit-animation:fadeInSection ease-out 300ms}.navigation--new .navigation-desktop-secondary-panel--hidden .navigation-desktop-secondary-panel-section,.navigation--new .navigation-desktop-secondary-panel--hidden .navigation-desktop-secondary-panel-category-section{animation:fadeOutSection ease 600ms;-webkit-animation:fadeOutSection ease 600ms}@-webkit-keyframes fadeInSection{from{top:30px;opacity:0}to{top:0;opacity:1}}@keyframes fadeInSection{from{top:30px;opacity:0}to{top:0;opacity:1}}@-webkit-keyframes fadeOutPanel{from{opacity:1;z-index:10}to{opacity:0;z-index:0}}@keyframes fadeOutPanel{from{opacity:1;z-index:10}to{opacity:0;z-index:0}}@-webkit-keyframes fadeOutSection{from{top:0;opacity:1}to{top:15px;opacity:0}}@keyframes fadeOutSection{from{top:0;opacity:1}to{top:15px;opacity:0}}.navigation--new[data-search-domain=global_emd] .navigation-desktop-primary{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.navigation.navigation-search--new .navigation-desktop-search-close{display:none}.navigation.navigation-search--new .navigation-desktop-bottom--open .navigation-desktop-search-close--show{display:inline}.navigation.navigation-search--new .navigation-desktop-search-close--show{top:-26px;z-index:1002}.navigation.navigation-search--new .navigation-desktop-search-panel{position:absolute;top:-36px;right:0;left:0;background-color:#fff}.navigation.navigation-search--new .navigation-desktop-search-mask{display:none !important}.navigation.navigation-search--new .navigation-desktop-search-bar{padding-top:30.6px !important;background-color:rgba(0,0,0,0)}.navigation.navigation-search--new .navigation-desktop-search-bar-container{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;opacity:1 !important}.navigation.navigation-search--new .navigation-desktop-search-bar-container .navigation-desktop-search-bar-layout{margin-top:-50px;opacity:0}.navigation.navigation-search--new .navigation-desktop-search-bar-container .personalization-ancillary__wrapper{margin-top:150px;opacity:0}.navigation.navigation-search--new .navigation-desktop-search-bar-container--open .navigation-desktop-search-bar-layout{margin-top:0;opacity:1}.navigation.navigation-search--new .navigation-desktop-search-bar-container--open .personalization-ancillary__wrapper{margin-top:0;opacity:1}.navigation.navigation-search--new .navigation-desktop-search-bar-container--open .navigation-desktop-search-bar-submit{-webkit-transform:scale(1);transform:scale(1)}.navigation.navigation-search--new .navigation-desktop-search-bar-container--open .navigation-desktop-search-bar-preloaded-searches{margin-top:48px;opacity:1}.navigation.navigation-search--new .navigation-desktop-search-bar-layout{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:margin-top .35s ease-in-out,opacity .2s ease-in-out;transition:margin-top .35s ease-in-out,opacity .2s ease-in-out;border-bottom:1px solid rgba(0,0,0,.5)}.navigation.navigation-search--new .navigation-desktop-search-bar-icon{margin-left:17.6px !important;margin-right:0px !important}.navigation.navigation-search--new .navigation-desktop-search-bar-input{height:79px;color:#000;font-size:26px;font-weight:bold;line-height:1.2;caret-color:#000;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation.navigation-search--new .navigation-desktop-search-bar-input::-webkit-input-placeholder{color:#bfbfbf}.navigation.navigation-search--new .navigation-desktop-search-bar-input::-moz-placeholder{color:#bfbfbf}.navigation.navigation-search--new .navigation-desktop-search-bar-input:-ms-input-placeholder{color:#bfbfbf}.navigation.navigation-search--new .navigation-desktop-search-bar-input:-moz-placeholder{color:#bfbfbf}.navigation.navigation-search--new .navigation-desktop-search-bar-input:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation.navigation-search--new .navigation-desktop-search-bar-form{zoom:1;width:1400px;margin:0 auto;position:relative;max-width:966px;margin:0 auto !important;z-index:1001}.navigation.navigation-search--new .navigation-desktop-search-bar-form:before,.navigation.navigation-search--new .navigation-desktop-search-bar-form:after{display:table;line-height:0;content:""}.navigation.navigation-search--new .navigation-desktop-search-bar-form:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.navigation.navigation-search--new .navigation-desktop-search-bar-form{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.navigation.navigation-search--new .navigation-desktop-search-bar-form{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation.navigation-search--new .navigation-desktop-search-bar-form{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.navigation.navigation-search--new .navigation-desktop-search-bar-form{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation.navigation-search--new .navigation-desktop-search-bar-form{max-width:899px}}.navigation.navigation-search--new .navigation-desktop-search-bar-results{zoom:1;width:1400px;margin:0 auto;position:relative;max-width:966px;margin:0 auto !important;z-index:1000}.navigation.navigation-search--new .navigation-desktop-search-bar-results:before,.navigation.navigation-search--new .navigation-desktop-search-bar-results:after{display:table;line-height:0;content:""}.navigation.navigation-search--new .navigation-desktop-search-bar-results:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.navigation.navigation-search--new .navigation-desktop-search-bar-results{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.navigation.navigation-search--new .navigation-desktop-search-bar-results{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation.navigation-search--new .navigation-desktop-search-bar-results{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.navigation.navigation-search--new .navigation-desktop-search-bar-results{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation.navigation-search--new .navigation-desktop-search-bar-results{max-width:899px !important}}.navigation.navigation-search--new .navigation-desktop-search-bar-results-list{margin-left:-2px;padding-left:2px}.navigation.navigation-search--new .navigation-desktop-search-bar-results-list-item{margin-bottom:10px;padding:2px 2px 0 0;font-size:14px}.navigation.navigation-search--new .navigation-desktop-search-bar-results-list-item:hover{background-color:rgba(0,0,0,0)}.navigation.navigation-search--new .navigation-desktop-search-bar-results-list-item:first-child{margin-top:0}.navigation.navigation-search--new .navigation-desktop-search-bar-results-list-item:last-child{margin-bottom:0}.navigation.navigation-search--new .navigation-desktop-search-bar-results-list-item a{padding:0 !important;-webkit-transition:padding-left .2s ease-in-out;transition:padding-left .2s ease-in-out}.navigation.navigation-search--new .navigation-desktop-search-bar-results-list-item a:hover,.navigation.navigation-search--new .navigation-desktop-search-bar-results-list-item a:focus{background-color:rgba(0,0,0,0);color:#eb3c96;padding-left:6px !important}.navigation.navigation-search--new .navigation-desktop-search-bar-results-show-all{margin-top:15px;padding:15px 14px !important;font-weight:bold;text-transform:uppercase}.navigation.navigation-search--new .navigation-desktop-search-bar-results-show-all-label{display:none}.navigation.navigation-search--new .navigation-desktop-search-bar-results-recommended-link{margin-top:40px;padding:15px 14px !important;font-weight:bold;text-transform:uppercase}@media all and (min-width: 0)and (max-width: 767px){.navigation.navigation-search--new .navigation-desktop-search-bar-results-recommended-link{margin-top:30px}}@media all and (min-width: 768px)and (max-width: 1024px){.navigation.navigation-search--new .navigation-desktop-search-bar-results-recommended-link{margin-top:30px}}.navigation.navigation-search--new .navigation-desktop-search-bar-animation-enter-active{margin-top:0;-webkit-transition:opacity .5s,margin-top .5s;transition:opacity .5s,margin-top .5s}.navigation.navigation-search--new .navigation-desktop-search-bar-animation-enter{margin-top:40px}.navigation.navigation-search--new .navigation-desktop-search-bar-preloaded-searches{display:block}.navigation:not(.navigation-search--new) .navigation-desktop-search-bar-submit,.navigation:not(.navigation-search--new) .navigation-desktop-search-bar-loader{display:none}.navigation-mobile{padding-top:60px;background-color:#503291}.expertise-navigationv2 .navigation-mobile [aria-hidden=true] .navigation-mobile-search-open,.expertise-navigationv2 .navigation-mobile [aria-hidden=true] .navigation-mobile-button{display:none}.navigation-mobile-header--open{background-color:#261845 !important}.navigation-mobile-header--open.headroom--unpinned{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}.navigation-mobile-header--open .icon-logo-mkgaa{color:#fff}.navigation-mobile-header.headroom--pinned{background-color:#503291}.navigation-mobile-controls{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:12px !important;padding-left:20px !important}.navigation-mobile-controls-left{-webkit-box-flex:1;-ms-flex:1;flex:1}.navigation-mobile-controls-right{min-height:60px;display:-webkit-box;display:-ms-flexbox;display:flex}.navigation-mobile-button{display:inline-block;height:60px;padding-top:14px;vertical-align:top;padding-right:6px !important;padding-left:6px !important}.navigation-mobile-button i{color:#fff;font-size:24px}.navigation-mobile-button--hide{display:none}.navigation-mobile-brand{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding-right:32px;vertical-align:top}.navigation-mobile-brand:before{padding:0;content:none}.navigation-mobile-logo{display:block;position:relative;height:16px;color:#eb3c96;cursor:pointer}.navigation-mobile-logo svg{width:auto;height:100%}.navigation-mobile-logo svg path{fill:#eb3c96}.navigation-mobile-logo i{height:24px;font-size:16px;line-height:24px;vertical-align:top}.navigation-mobile-logo i.icon-logo-mkgaa{font-size:36px}.navigation-mobile-logo-expertise>i,.navigation-mobile-logo-expertise>img,.navigation-mobile-logo-expertise>svg{height:20px}.navigation-mobile-logo-expertise--taller{height:31px}.navigation-mobile-logo-expertise--taller>i,.navigation-mobile-logo-expertise--taller>img,.navigation-mobile-logo-expertise--taller>svg{height:30px}.navigation-mobile-sidebar{position:fixed;right:0;left:0;height:0;background-color:#261845;overflow:hidden;z-index:1000;-webkit-overflow-scrolling:touch;transition:height .2s linear;-moz-transition:height .2s linear;-o-transition:height .2s linear;-webkit-transition:height .2s linear}.navigation-mobile-sidebar-inner{height:100%;border-top:1px solid rgba(255,255,255,.2);overflow:auto}.navigation-mobile-sidebar--open{min-height:calc(100vh - 60px)}.navigation-mobile-language{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-right:12px !important;padding-left:12px !important;padding-bottom:72px !important}.navigation-mobile-language-layout{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.navigation-mobile-language-layout-left{-webkit-box-flex:1;-ms-flex:1;flex:1}.navigation-mobile-language-global{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:16px !important;cursor:default}.navigation-mobile-language-global-icon{display:inline-block;margin-right:8px;color:#d4c6f2;font-size:16px;line-height:72px}.navigation-mobile-language-global-icon-flag{vertical-align:text-bottom}.navigation-mobile-language-global-label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:inline-block;color:#d4c6f2;font-size:14px;line-height:72px}.navigation-mobile-language-global-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-language-global-link{display:block}.navigation-mobile-language-global:hover .navigation-desktop-language-global-icon,.navigation-mobile-language-global:hover .navigation-desktop-language-global-label{color:#eb3c96}.navigation-mobile-language-list-item{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:inline-block;margin-top:29px;padding-right:4px;border-right:1px solid rgba(255,255,255,.5);color:#d4c6f2;font-size:14px;line-height:14px;text-transform:uppercase}.navigation-mobile-language-list-item:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-language-list-item--active{font-weight:bold}.navigation-mobile-language-list-item:last-of-type{padding-left:4px;border-right:0}.navigation-mobile-primary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;overflow:auto}.navigation-mobile-primary-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;color:#503291;font-size:13px;font-weight:bold;letter-spacing:.025em;line-height:16px;text-transform:uppercase}.navigation-mobile-primary-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-primary-title:hover{color:rgba(80,50,145,.8)}.navigation-mobile-primary-title-container{margin:25px 20px 12px}.navigation-mobile-primary-list{margin:0;list-style:none;margin-right:16px !important;margin-left:16px !important}.navigation-mobile-primary-list-item{padding-left:0;border-bottom:1px solid rgba(255,255,255,.2);color:#fff;font-size:14px;font-weight:bold;letter-spacing:1px;text-transform:uppercase;cursor:pointer;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-primary-list-item:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-primary-list-item:first-child{margin-top:3px}.navigation-mobile-primary-list-item:before{content:none}.navigation-mobile-primary-list-item a{color:#fff}.navigation-mobile-primary-list-item-button{padding-top:30px !important;padding-right:0px !important;padding-bottom:30px !important;padding-left:0px !important;width:100%;border:0;color:#fff;font-size:14px;font-weight:bold;letter-spacing:1px;text-align:left;text-transform:uppercase;cursor:pointer}.navigation--white .navigation-mobile-primary-list-item-button{color:#eb3c96}.navigation--white .navigation-mobile-primary-list-item-button:hover{color:#eb3c96}.navigation-mobile-primary-list-item-button:hover,.navigation-mobile-primary-list-item-button--focus-on{color:rgba(255,255,255,.6)}.navigation-mobile-primary-list-item--no-subitems a{padding-top:18px !important;padding-bottom:18px !important;display:block;width:100%}.navigation-mobile-primary-list-item--no-subitems a:hover,.navigation-mobile-primary-list-item--no-subitems a--focus-on{color:rgba(255,255,255,.6)}.navigation-mobile-primary-cta-wrapper{margin:36px 0 30px;padding-left:0}.navigation-mobile__primary-list-item:last-child .navigation-mobile__primary-list-item-elements--open{margin-bottom:34px}.navigation-mobile-secondary-panel{position:fixed;top:0;bottom:0;left:100%;padding-top:18px !important;padding-bottom:18px !important;width:80%;border-top:1px solid rgba(255,255,255,.2);background-color:#503291;overflow:scroll;z-index:1000;-webkit-overflow-scrolling:touch}.navigation-mobile-secondary-panel-overlay{position:absolute;top:0;right:0;bottom:0;width:0;height:100vh;z-index:1000}.navigation-mobile-secondary-panel-overlay--active{width:100%;background-color:rgba(0,0,0,.2)}.navigation-mobile-secondary-panel-back{padding-left:24px !important}.navigation-mobile-secondary-panel-back-button{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;padding:0;border:0;color:rgba(255,255,255,.5);font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.navigation-mobile-secondary-panel-back-button:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-secondary-panel-back-button:hover,.navigation-mobile-secondary-panel-back-button:focus{color:rgba(255,255,255,.8)}.navigation-mobile-secondary-panel-title{padding-top:18px !important;margin-right:32px !important;padding-bottom:18px !important;margin-left:32px !important;border-bottom:1px solid rgba(255,255,255,.2);color:#fff}.navigation-mobile-secondary-panel-title-anchor{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-weight:bold;letter-spacing:1px;text-transform:uppercase}.navigation-mobile-secondary-panel-title-anchor:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-secondary-panel-title-anchor:after{top:4px !important}.navigation-mobile-secondary-panel-title-anchor:focus:after{right:-32px;-webkit-transition:right .3s ease;transition:right .3s ease}.navigation-mobile-secondary-panel-section-title{display:block;color:rgba(255,255,255,.4);font-size:14px;font-weight:bold;line-height:1.7;text-transform:uppercase;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:24px !important;margin-right:32px !important;margin-bottom:0px !important;margin-left:32px !important}.navigation-mobile-secondary-panel-section-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-secondary-panel-subtitle{padding-top:18px !important;margin-right:32px !important;padding-bottom:18px !important;margin-left:32px !important;padding-left:24px !important;display:block;border-bottom:1px solid rgba(255,255,255,.2);color:#fff;font-size:14px;font-weight:bold}.navigation-mobile-secondary-panel-list{margin:0;list-style:none}.navigation-mobile-secondary-panel-list-item{padding-left:0}.navigation-mobile-secondary-panel-list-item:before{content:none}.navigation-mobile-secondary-panel-list-item a{display:block;color:#fff;font-size:16px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;padding-top:6px !important;padding-right:24px !important;padding-bottom:6px !important;padding-left:24px !important}.navigation-mobile-secondary-panel-list-item a:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-secondary-panel-list-item a:hover,.navigation-mobile-secondary-panel-list-item a:focus{color:rgba(255,255,255,.6)}.navigation-mobile-search-open{display:inline-block;height:60px;line-height:62px;cursor:pointer;vertical-align:top;padding-right:6px !important;padding-left:12px !important}.navigation-mobile-search-open .icon-search{color:#fff;font-size:24px}.navigation-mobile-search-open:hover .icon-search{color:rgba(255,255,255,.5)}.navigation-mobile-search-open-cta{margin-top:18px;padding:0;border:0}.navigation-mobile-search-open-cta .icon-search{display:-webkit-box;display:-ms-flexbox;display:flex}.navigation-mobile-search-open--hide{display:none;visibility:hidden}.navigation-mobile-search-close{display:none;height:60px;line-height:60px;cursor:pointer;vertical-align:top;padding-right:9.6px !important;padding-left:12px !important}.navigation-mobile-search-close .icon-cross{color:#fff;font-size:20px}.navigation-mobile-search-close:hover .icon-cross{color:rgba(255,255,255,.5)}.navigation-mobile-search-close--show{display:inline-block}.navigation-mobile-search-close-cta{margin-top:17px;padding:0;border:0}.navigation-mobile-search-close-cta .icon-cross{display:-webkit-box;display:-ms-flexbox;display:flex}.navigation-mobile-search-panel{position:fixed;top:60px;right:0;left:0;height:0;background-color:#261845;overflow:hidden;z-index:1001}.navigation-mobile-search-panel-inner{height:100%}.navigation-mobile-search-bar{position:relative;background-color:#261845;z-index:1000}.navigation-mobile-search-bar-container{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;opacity:0;overflow-y:auto}.navigation-mobile-search-bar-layout{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1001}.navigation-mobile-search-bar-layout-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px}.navigation-mobile-search-bar-layout-right-form{width:100%}.navigation-mobile-search-bar-layout-right-form-wrapper{width:100%}.navigation-mobile-search-bar-layout-right-form-label{position:absolute;font-size:0}.navigation-mobile-search-bar-icon{margin-right:4px !important}.navigation-mobile-search-bar-icon .icon-search{color:#fff;font-size:32px;line-height:72px}.navigation-mobile-search-bar-message{padding-top:10px;padding-right:20px;padding-left:20px}.navigation-mobile-search-bar-input{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;min-width:1px;height:72px;border:0;background-color:rgba(0,0,0,0);color:#fff;font-size:24px;line-height:72px;caret-color:#fff}.navigation-mobile-search-bar-input:focus{outline:2px solid #eb3c96;outline-offset:2px;caret-color:#fff}.navigation-mobile-search-bar-input-label{display:none}.navigation-mobile-search-bar-input-mirror{display:inline-block;position:absolute;top:-8px;left:25px;width:100%;padding:30px 1px;color:#fff;font-size:18px;font-weight:bold;line-height:1.2;z-index:-1}.navigation-mobile-search-bar-input-clear{margin-left:20px;padding:24px 0;border:0;background:none;color:#eb3c96;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.navigation-mobile-search-bar-input-form{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.navigation-mobile-search-bar-form{position:relative;border-bottom:1px solid rgba(255,255,255,.2);z-index:1001;margin-right:40px !important;margin-left:40px !important}.navigation-mobile-search-bar-results{position:relative;z-index:1000;padding-right:24px !important;padding-left:24px !important}.navigation-mobile-search-bar-results-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(80,50,145,.2);z-index:1000}.navigation-mobile-search-bar-results-content{position:relative;background-color:#fff;z-index:1001;zoom:1;padding-top:18px !important;padding-bottom:12px !important}.navigation-mobile-search-bar-results-content:before,.navigation-mobile-search-bar-results-content:after{display:table;line-height:0;content:""}.navigation-mobile-search-bar-results-content:after{clear:both}.navigation-mobile-search-bar-results-list{position:relative;max-height:280px;margin-bottom:0;margin-left:0;overflow:hidden;z-index:1001}.navigation-mobile-search-bar-results-list-item{margin-bottom:0;padding:0 10px;font-weight:normal;line-height:24px;text-transform:lowercase;cursor:pointer;pointer-events:none}.navigation-mobile-search-bar-results-list-item:before{display:none}.navigation-mobile-search-bar-results-list-item .mark{font-weight:bold}.navigation-mobile-search-bar-results-list-item a{padding-top:6px !important;padding-bottom:6px !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:block;color:#000;pointer-events:all}.navigation-mobile-search-bar-results-list-item a:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-search-bar-results-list-item a:focus{background-color:rgba(150,215,210,.4)}.navigation-mobile-search-bar-results-list-item a:hover{color:#000;background-color:rgba(150,215,210,.4)}.navigation-mobile-search-bar-results-list-item a:before{display:none}.navigation-mobile-search-bar-results-show-all{padding-left:80px;cursor:pointer}.navigation-mobile-search-bar-results-show-all-label{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin-bottom:0;color:#eb3c96 !important;font-weight:bold;text-transform:uppercase;padding-top:12px !important;padding-bottom:12px !important}.navigation-mobile-search-bar-results-show-all-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-mobile-search-bar-results-show-all-label{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-mobile-search-bar-results-show-all-label{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.navigation-mobile-search-bar-results-show-all-label{font-size:12px;line-height:1.7}}.navigation-mobile-search-bar-results-total-number{position:absolute;font-size:0}.navigation-mobile-search-bar-results-animation-enter-active{-webkit-transition:opacity .5s;transition:opacity .5s}.navigation-mobile-search-bar-results-animation-enter{opacity:0}.navigation-mobile-utility-links-container{border-bottom:1px solid rgba(255,255,255,.2);margin-left:16px !important;margin-right:16px !important;margin-bottom:0px !important}.navigation-mobile-utility-item{padding:0}.navigation-mobile-utility-item:before{content:none}.navigation-mobile-utility-item::marker{font-size:0}.navigation-mobile-utility-link{display:block;color:#fff;font-size:14px;letter-spacing:1px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;padding-top:18px !important;padding-bottom:18px !important}.navigation-mobile-utility-link:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-utility-link:hover{color:rgba(255,255,255,.6)}.navigation-mobile-decommissionedlink:empty{display:none}.navigation-mobile-decommissionedlink-container{margin:-1px -20px 0;border-top:1px solid #454545;z-index:1}.navigation-mobile-decommissionedlink-item{margin-left:16px !important;margin-top:16px !important;margin-right:16px !important;margin-bottom:0px !important;padding:0}.navigation-mobile-decommissionedlink-item:before{content:none}.navigation-mobile-decommissionedlink-item::marker{font-size:0}.navigation-mobile-decommissionedlink-url{display:block;color:#fff;font-size:14px;font-weight:700;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-decommissionedlink-url:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-mobile-decommissionedlink-url.arrow-link::after{top:4px;color:#ff6ab5}.navigation.navigation-search--new .navigation-mobile-search-close{display:none}.navigation.navigation-search--new .navigation-mobile-search-panel--open{min-height:100vw;overflow-y:scroll}.navigation.navigation-search--new .navigation-mobile-search-panel--open .navigation-mobile-search-bar-input-form .navigation-mobile-search-close{display:inline}.navigation.navigation-search--new .navigation-mobile-search-panel--open .navigation-mobile-search-bar-recent-searches{opacity:1}.navigation.navigation-search--new .navigation-mobile-search-bar{background:none}.navigation.navigation-search--new .navigation-mobile-search-bar-input{height:64px;color:#fff;font-size:18px;font-weight:bold;line-height:1.2;caret-color:#fff}.navigation.navigation-search--new .navigation-mobile-search-bar-input:focus{outline:auto}.navigation.navigation-search--new .navigation-mobile-search-bar-form{margin:0 !important;padding-right:22px;padding-left:22px;background-color:#261845}.navigation.navigation-search--new .navigation-mobile-search-bar-results{display:block !important;padding:0 !important}.navigation.navigation-search--new .navigation-mobile-search-bar-results-content{padding:10px 20px 20px !important}.navigation.navigation-search--new .navigation-mobile-search-bar-results-list{max-height:none;margin-top:-10px;margin-bottom:10px;padding-top:10px;padding-bottom:5px}.navigation.navigation-search--new .navigation-mobile-search-bar-results-list-item{margin:0 -7px;padding:0 10px}.navigation.navigation-search--new .navigation-mobile-search-bar-results-list-item:before{display:none}.navigation.navigation-search--new .navigation-mobile-search-bar-results-list-item a{margin:0;-webkit-transition:padding-left .2s ease-in-out;transition:padding-left .2s ease-in-out}.navigation.navigation-search--new .navigation-mobile-search-bar-results-list-item a:first-child{margin-top:5px}.navigation.navigation-search--new .navigation-mobile-search-bar-results-list-item a:last-child{margin-bottom:5px}.navigation.navigation-search--new .navigation-mobile-search-bar-results-list-item a:focus,.navigation.navigation-search--new .navigation-mobile-search-bar-results-list-item a:hover{background:none;color:#eb3c96;padding-left:6px !important}.navigation.navigation-search--new .navigation-mobile-search-bar-results-show-all{padding:15px 12px !important}.navigation.navigation-search--new .navigation-mobile-search-bar-icon{margin-right:4px !important}.navigation.navigation-search--new .navigation-mobile-search-bar-icon .icon-search{color:#fff;font-size:19px;line-height:3.4}.navigation.navigation-search--new .navigation-mobile-search-close{width:14px;height:14px;padding-left:10.8px !important;padding-right:7.8px !important}.navigation.navigation-search--new .navigation-mobile-search-close .icon-cross{font-size:20px}.navigation.navigation-search--new .navigation-mobile-search-close-cta{margin-top:25px}.navigation.navigation-search--new .navigation-mobile-search-panel{position:fixed;top:0;right:0;left:0;top:0 !important;background-color:#fff}.navigation--fixed{position:fixed;top:0;right:0;left:0;z-index:1}@media all and (min-width: 1281px){.navigation-desktop{display:block}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-desktop{display:block}.navigation-desktop--with-top-links .navigation-desktop-top{padding-inline:32px !important}.navigation-desktop-top-links-container{-ms-flex-pack:distribute;justify-content:space-around;width:100%;padding:0 15px}.navigation-desktop-brand-expertise{width:unset;padding-right:15px}.navigation-desktop-top-link{-ms-flex-preferred-size:min-content;flex-basis:min-content;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:5px 0;text-align:center}}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-mobile{display:block}}@media all and (min-width: 0)and (max-width: 767px){.navigation-mobile{display:block}}.navigation--default .navigation-desktop-top{border-bottom:1px solid #653fb7;background-color:#503291}.navigation--default .navigation-desktop-bottom{background-color:#503291}.navigation--default .navigation-desktop-bottom-line{background-color:#452a84}.navigation--default .navigation-mobile-header{background-color:#503291}.navigation--white .navigation-desktop{padding-top:132px}.navigation--white .navigation-desktop-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.navigation--white .navigation-desktop-primary{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:100%}.navigation--white .navigation-desktop-primary-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.navigation--white .navigation-desktop-primary-list-item{height:100%}.navigation--white .navigation-desktop-primary-list-item-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:0}.navigation--white .navigation-desktop-primary-list-item-link{display:inline;padding:0 24px;color:#eb3c96;font-size:11px;letter-spacing:normal;text-align:left}.navigation--white .navigation-desktop-primary-list-item--inactive .navigation-desktop-primary-list-item-link{color:rgba(235,60,150,.4)}.navigation--white .navigation-desktop-secondary-panel{background-color:#fff}.navigation--white .navigation-desktop-secondary-panel-list-item a{color:#000}.navigation--white .navigation-desktop-secondary-panel-list-item a:hover{color:rgba(0,0,0,.4)}.navigation--white .navigation-desktop-secondary-panel-section{border-left-color:rgba(0,0,0,.2)}.navigation--white .navigation-desktop-secondary-panel-section-title{color:rgba(0,0,0,.4) !important}.navigation--white .navigation-mobile-header--open{background-color:#503291 !important}.navigation--white .navigation-mobile-sidebar{background-color:#fff}.navigation--white .navigation-mobile-secondary-panel{background-color:#2d1c51}.navigation--white .navigation-mobile-secondary-panel-overlay{position:fixed}.navigation--white .navigation-mobile-secondary-panel-overlay--active{background-color:rgba(0,0,0,0)}.navigation--white .navigation-mobile-secondary-panel-overlay--active:before{position:fixed;top:60px;right:0;bottom:0;left:0;background-color:rgba(255,255,255,.6);content:""}.navigation--white .navigation-mobile-primary-list-item{border-bottom-color:rgba(0,0,0,.2);color:#eb3c96}.navigation--white .navigation-mobile-primary-list-item:hover{color:rgba(235,60,150,.8)}.navigation--white .navigation-mobile-primary-list-item a{color:#eb3c96}.navigation--white .navigation-mobile-language-global-icon,.navigation--white .navigation-mobile-language-global-label{color:#aaa}.navigation--white .navigation-mobile-language-global-icon:hover,.navigation--white .navigation-mobile-language-global-label:hover{color:rgba(170,170,170,.8)}.navigation--white .navigation-mobile-language-list-item{border-right-color:#aaa;color:#aaa}.navigation--white .navigation-mobile-language-list-item:hover{color:rgba(170,170,170,.8)}.navigation--white.navigation-desktop--active .navigation-desktop-bottom{background-color:#fff}.navigation-desktop--active .navigation-desktop-bottom{background-color:#2d1c51}.navigation-theme--richpurple .navigation-desktop-logo i{color:#eb3c96}.navigation-theme--richpurple .navigation-desktop-logo svg path{fill:#eb3c96}.navigation-theme--vibrantcyan .navigation-desktop-logo i{color:#e61e50}.navigation-theme--vibrantcyan .navigation-desktop-logo svg path{fill:#e61e50}.navigation-theme--richblue .navigation-desktop-logo i{color:#eb3c96}.navigation-theme--richblue .navigation-desktop-logo svg path{fill:#eb3c96}.navigation.is-safari .navigation-mobile .navigation-mobile-language{padding-bottom:120px !important}.navigation-mobile__content-wrapper{zoom:1;width:1400px;margin:0 auto;height:100%}.navigation-mobile__content-wrapper:before,.navigation-mobile__content-wrapper:after{display:table;line-height:0;content:""}.navigation-mobile__content-wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.navigation-mobile__content-wrapper{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-mobile__content-wrapper{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-mobile__content-wrapper{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.navigation-mobile__content-wrapper{width:1280px;padding-right:30px;padding-left:30px}}.navigation-mobile-primary-list-item-button{border-bottom:1px solid #e1e1e1;position:relative}.navigation-mobile-primary-list-item-button .icon-simple-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:24px;right:-10px;-ms-flex-item-align:center;align-self:center;margin-right:2px;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:100ms all ease;transition:100ms all ease;color:#eb3c96;font-size:32px;justify-self:flex-end;will-change:transform}.navigation-mobile-primary-list-item-button--open .icon-simple-arrow{-webkit-transform:rotate(0);transform:rotate(0)}.navigation-mobile-primary-list-item-button:hover{color:#fff}.navigation-mobile__content-row{zoom:1;height:100%}.navigation-mobile__content-row:before,.navigation-mobile__content-row:after{display:table;line-height:0;content:""}.navigation-mobile__content-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.navigation-mobile__content-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-mobile__content-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-mobile__content-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.navigation-mobile__content-row{margin-right:-15px;margin-left:-15px}}.navigation-mobile__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;min-height:100% !important}.navigation-mobile__content .navigation-mobile-language{padding:0 !important;padding-top:70px !important;padding-bottom:60px !important}.navigation-mobile__main-list{margin:0;list-style:none}.navigation-mobile__primary-list-item-elements{height:0;margin:0;-webkit-transition:100ms all ease;transition:100ms all ease;overflow:hidden;will-change:height margin}.navigation-mobile__primary-list-item-elements--open{height:auto;margin-top:24px}.navigation-mobile-utility-links-container{margin-right:0 !important;margin-left:0 !important}.navigation-mobile__panel-list{margin:0;list-style:none}.navigation-mobile__panel-list-item-link{display:block;padding-bottom:16px;color:#fff;font-size:14px;line-height:1.7}.navigation-mobile__primary-list-item{padding:0}.navigation-mobile__panel-section-title{color:#aaa;display:block;margin-top:24px;margin-bottom:20px}.navigation-mobile__primary-list-item-link{color:#fff}.navigation-mobile__primary-list-item-link,.navigation-mobile__panel-section-title{font-size:14px;font-weight:bold;letter-spacing:1px;line-height:1.7;text-transform:uppercase}.navigation-mobile__primary-list-item-link:after{top:4px !important}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-mobile__content{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.navigation-mobile__content{width:100%;position:relative;min-height:1px;padding:0 10px}}.navigation-dark .navigation-desktop-secondary-panel-inner{background-color:#2d1c51}.navigation-dark .navigation-desktop-secondary-panel-category-section-headline{color:#2dbecd}.navigation-dark .navigation-desktop-secondary-panel-category-section-description{color:#fff}.navigation-dark .navigation-desktop-secondary-panel-list-item a{color:#fff}.navigation-dark .navigation-desktop-secondary-panel-featured-content-headline{color:#2dbecd}.navigation-dark .navigation-desktop-secondary-panel-featured-content-info-title{color:#fff}.aem-AuthorLayer-Edit .navigation-header{position:relative}.simplified-navigation .navigation-desktop-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:40px}.simplified-navigation .navigation-mobile-controls{padding-left:20px !important}.simplified-navigation .navigation-desktop-link-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;letter-spacing:.15em;vertical-align:top}.simplified-navigation .navigation-desktop-link{color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:18px;text-transform:uppercase}.simplified-navigation .navigation-desktop-link:hover{opacity:.8}.simplified-navigation .navigation-desktop-brand{max-width:170px;padding-right:30px}.simplified-navigation .navigation-desktop-brand .navigation-desktop-logo svg{max-width:100%}.xf-content-height{margin:0 !important}.nested .multiselect-checkbox__filter-child{height:auto;margin-bottom:0;padding-right:18px;padding-right:0}.nested .multiselect-checkbox__filter-child-name--standalone{font-size:12px;font-weight:bold;text-transform:capitalize}.nested .multiselect-checkbox__option{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.nested .multiselect-checkbox__filter-dropdown{position:absolute;top:-5px;right:-55px;height:37px;border:0;cursor:pointer}.nested .multiselect-checkbox__filter-dropdown .icon-simple-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;margin-right:0;-webkit-transform:scale(1.5, 1.5) rotate(180deg);transform:scale(1.5, 1.5) rotate(180deg);color:#eb3c96;font-size:19px;justify-self:flex-end}.nested .multiselect-checkbox__filter-child .multiselect-checkbox__option .multiselect-checkbox__filter-dropdown{right:-15px}.nested .multiselect-checkbox__filter-child .multiselect-checkbox__option .multiselect-checkbox__filter-dropdown .icon-simple-arrow{margin-right:0}.nested .multiselect-checkbox__filter-parent--opened .icon-simple-arrow,.nested .multiselect-checkbox__option--opened .icon-simple-arrow{-webkit-transform:scale(1.5, 1.5) rotate(0);transform:scale(1.5, 1.5) rotate(0)}.nested .multiselect-checkbox__container{width:100%;margin-bottom:16px}.nested .multiselect-checkbox__filter-parent-name,.nested .multiselect-checkbox__filter-child-name{white-space:normal;word-break:break-word}.nested .multiselect-checkbox__filter-parent{height:auto;min-height:20px;margin-bottom:0}.nested .multiselect-checkbox__filter-parent--opened{margin-bottom:15px}.nested .multiselect-checkbox__filter-parent .multiselect-checkbox__container{margin-bottom:0}.nested .multiselect-checkbox__filter-children .multiselect-checkbox__filter-name{width:calc(100% - 45px)}@media all and (min-width: 0px)and (max-width: 1024px){.nested .multiselect-checkbox__filter-dropdown,.nested .multiselect-checkbox__filter-child .multiselect-checkbox__option .multiselect-checkbox__filter-dropdown{right:-10px}.nested .multiselect-checkbox__filter-dropdown .icon-simple-arrow,.nested .multiselect-checkbox__filter-child .multiselect-checkbox__option .multiselect-checkbox__filter-dropdown .icon-simple-arrow{margin-right:0}}@media all and (min-width: 0)and (max-width: 767px){.component_news{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.component_news{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.component_news{padding-top:60px !important}}@media all and (min-width: 1281px){.component_news{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.component_news{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.component_news{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.component_news{padding-bottom:60px !important}}@media all and (min-width: 1281px){.component_news{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.component_news.same-theme--both{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.component_news.same-theme--both{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.component_news.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.component_news.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.component_news.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.component_news.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.component_news.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.component_news.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.component_news.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.component_news.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.component_news.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.component_news.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.component_news.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.component_news.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.component_news.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.component_news.same-theme--bottom{padding-bottom:30px !important}}.component.news,.component .news{zoom:1;background-color:#503291}.component.news:before,.component.news:after,.component .news:before,.component .news:after{display:table;line-height:0;content:""}.component.news:after,.component .news:after{clear:both}.component.news-container,.component .news-container{zoom:1;width:1400px;margin:0 auto;max-width:100%}.component.news-container:before,.component.news-container:after,.component .news-container:before,.component .news-container:after{display:table;line-height:0;content:""}.component.news-container:after,.component .news-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.component.news-container,.component .news-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.component.news-container,.component .news-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news-container,.component .news-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.component.news-container,.component .news-container{width:1280px;padding-right:30px;padding-left:30px}}.component.news-title,.component .news-title{color:#2dbecd;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-bottom:8px !important}.component.news-title:lang(ja),.component .news-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.component.news-title,.component .news-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.component.news-title,.component .news-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news-title,.component .news-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.component.news-title,.component .news-title{margin-top:-12px;font-size:28px;line-height:1.2}}.component.news-link,.component .news-link{margin-bottom:48px !important;padding-right:25px;font-weight:bold}.component.news a.arrow-link::after,.component .news a.arrow-link::after{top:5px;right:8px}.component.news a.arrow-link:hover::after,.component.news a.arrow-link:focus::after,.component .news a.arrow-link:hover::after,.component .news a.arrow-link:focus::after{right:2px}.component.news a.arrow-link::first-letter,.component .news a.arrow-link::first-letter{text-transform:capitalize}.component.news-item-image-source,.component .news-item-image-source{background-repeat:no-repeat;background-position:center;background-size:cover}.component.news-item-info,.component .news-item-info{background-color:#fff}.component.news-item-type,.component .news-item-type{color:#503291;font-weight:bold;margin-bottom:12px !important;font-size:12px;line-height:1.5}@media all and (min-width: 768px)and (max-width: 1024px){.component.news-item-type,.component .news-item-type{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news-item-type,.component .news-item-type{font-size:12px}}@media all and (min-width: 1281px){.component.news-item-type,.component .news-item-type{font-size:12px}}.component.news-item-title.demoted,.component .news-item-title.demoted{margin-bottom:16px !important;font-size:18px}.component.news-item-description,.component .news-item-description{font-size:14px;line-height:1.5}@media all and (min-width: 768px)and (max-width: 1024px){.component.news-item-description,.component .news-item-description{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news-item-description,.component .news-item-description{font-size:14px}}@media all and (min-width: 1281px){.component.news-item-description,.component .news-item-description{font-size:14px}}.component.news-item-date,.component .news-item-date{color:gray;font-weight:bold;margin-bottom:0px !important;font-size:12px;line-height:1.5}@media all and (min-width: 768px)and (max-width: 1024px){.component.news-item-date,.component .news-item-date{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news-item-date,.component .news-item-date{font-size:12px}}@media all and (min-width: 1281px){.component.news-item-date,.component .news-item-date{font-size:12px}}.component.news .news-items,.component .news .news-items{margin:0;list-style:none}.component.news-header,.component.news-item,.component .news-header,.component .news-item{float:left}@media all and (min-width: 1281px){.component.news-header,.component .news-header{width:25%;position:relative;min-height:1px;padding:0 15px}.component.news--1 .news-item,.component .news--1 .news-item{width:75%;position:relative;min-height:1px;padding:0 15px;padding:0}.component.news--1 .news-item-image,.component .news--1 .news-item-image{width:62.5%;position:relative;min-height:1px;padding:0 15px;padding-right:0;float:left}.component.news--1 .news-item-image-source,.component .news--1 .news-item-image-source{position:relative;overflow:hidden}.component.news--1 .news-item-image-source:before,.component .news--1 .news-item-image-source:before{display:block;width:100%;padding-top:75%;content:""}.component.news--1 .news-item-image-source img,.component .news--1 .news-item-image-source img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}}@media all and (min-width: 1281px)and (min-width: 1281px){.component.news--1 .news-item-image-source img,.component .news--1 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.component.news--1 .news-item-image-source img,.component .news--1 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.component.news--1 .news-item-image-source img,.component .news--1 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.component.news--1 .news-item-image-source img,.component .news--1 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 1281px){.component.news--1 .news-item-info,.component .news--1 .news-item-info{width:37.5%;position:relative;min-height:1px;padding:0 15px;padding-top:36px !important;padding-right:36px !important;padding-bottom:36px !important;padding-left:36px !important;position:absolute;right:15px;height:100%}}@media all and (min-width: 1281px){.component.news--1 .news-item-date,.component .news--1 .news-item-date{position:absolute;bottom:30px}}@media all and (min-width: 1281px){.component.news--2 .news-item,.component.news--3 .news-item,.component .news--2 .news-item,.component .news--3 .news-item{width:25%;position:relative;min-height:1px;padding:0 15px}.component.news--2 .news-item-image-source,.component.news--3 .news-item-image-source,.component .news--2 .news-item-image-source,.component .news--3 .news-item-image-source{position:relative;overflow:hidden}.component.news--2 .news-item-image-source:before,.component.news--3 .news-item-image-source:before,.component .news--2 .news-item-image-source:before,.component .news--3 .news-item-image-source:before{display:block;width:100%;padding-top:56.25%;content:""}.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}}@media all and (min-width: 1281px)and (min-width: 1281px){.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 1281px){.component.news--2 .news-item-info,.component.news--3 .news-item-info,.component .news--2 .news-item-info,.component .news--3 .news-item-info{position:relative;padding-top:18px !important;padding-right:18px !important;padding-bottom:18px !important;padding-left:18px !important;height:410px}}@media all and (min-width: 1281px){.component.news--2 .news-item-description,.component.news--3 .news-item-description,.component .news--2 .news-item-description,.component .news--3 .news-item-description{height:200px;overflow:hidden}}@media all and (min-width: 1281px){.component.news--2 .news-item-date,.component.news--3 .news-item-date,.component .news--2 .news-item-date,.component .news--3 .news-item-date{position:absolute;bottom:30px;left:24px}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news-header,.component .news-header{width:100%;position:relative;min-height:1px;padding:0 15px}.component.news--no-arrow .news-header,.component .news--no-arrow .news-header{margin-bottom:30px}.component.news--1 .news-item,.component .news--1 .news-item{width:100%;position:relative;min-height:1px;padding:0 15px;padding:0}.component.news--1 .news-item-image,.component .news--1 .news-item-image{width:62.5%;position:relative;min-height:1px;padding:0 15px;padding-right:0;float:left}.component.news--1 .news-item-image-source,.component .news--1 .news-item-image-source{position:relative;overflow:hidden}.component.news--1 .news-item-image-source:before,.component .news--1 .news-item-image-source:before{display:block;width:100%;padding-top:75%;content:""}.component.news--1 .news-item-image-source img,.component .news--1 .news-item-image-source img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.component.news--1 .news-item-image-source img,.component .news--1 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.component.news--1 .news-item-image-source img,.component .news--1 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.component.news--1 .news-item-image-source img,.component .news--1 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.component.news--1 .news-item-image-source img,.component .news--1 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news--1 .news-item-info,.component .news--1 .news-item-info{width:37.5%;position:relative;min-height:1px;padding:0 15px;padding-top:36px !important;padding-right:36px !important;padding-bottom:36px !important;padding-left:36px !important;position:absolute;right:0;height:100%}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news--1 .news-item-date,.component .news--1 .news-item-date{position:absolute;bottom:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news--2 .news-item,.component .news--2 .news-item{width:50%;position:relative;min-height:1px;padding:0 15px}.component.news--2 .news-item-image-source,.component .news--2 .news-item-image-source{position:relative;overflow:hidden}.component.news--2 .news-item-image-source:before,.component .news--2 .news-item-image-source:before{display:block;width:100%;padding-top:56.25%;content:""}.component.news--2 .news-item-image-source img,.component .news--2 .news-item-image-source img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.component.news--2 .news-item-image-source img,.component .news--2 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.component.news--2 .news-item-image-source img,.component .news--2 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.component.news--2 .news-item-image-source img,.component .news--2 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.component.news--2 .news-item-image-source img,.component .news--2 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news--2 .news-item-info,.component .news--2 .news-item-info{padding-top:18px !important;padding-right:18px !important;padding-bottom:24px !important;padding-left:18px !important;height:300px}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news--2 .news-item-description,.component .news--2 .news-item-description{height:100px;overflow:hidden}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news--2 .news-item-date,.component .news--2 .news-item-date{position:absolute;bottom:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news--3 .news-item,.component .news--3 .news-item{width:31.25%;position:relative;min-height:1px;padding:0 15px}.component.news--3 .news-item-image-source,.component .news--3 .news-item-image-source{position:relative;overflow:hidden}.component.news--3 .news-item-image-source:before,.component .news--3 .news-item-image-source:before{display:block;width:100%;padding-top:56.25%;content:""}.component.news--3 .news-item-image-source img,.component .news--3 .news-item-image-source img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.component.news--3 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.component.news--3 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.component.news--3 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.component.news--3 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news--3 .news-item-info,.component .news--3 .news-item-info{position:relative;padding-top:18px !important;padding-right:18px !important;padding-bottom:24px !important;padding-left:18px !important;height:412px}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news--3 .news-item-description,.component .news--3 .news-item-description{height:190px;overflow:hidden}}@media all and (min-width: 1025px)and (max-width: 1280px){.component.news--3 .news-item-date,.component .news--3 .news-item-date{position:absolute;bottom:30px;left:24px}}@media all and (min-width: 768px)and (max-width: 1024px){.component.news-header,.component .news-header{width:100%;position:relative;min-height:1px;padding:0 10px}.component.news--no-arrow .news-header,.component .news--no-arrow .news-header{margin-bottom:30px}.component.news--1 .news-item,.component.news--2 .news-item,.component.news--3 .news-item,.component .news--1 .news-item,.component .news--2 .news-item,.component .news--3 .news-item{width:50%;position:relative;min-height:1px;padding:0 10px;margin-top:24px !important}.component.news--1 .news-item:nth-child(1),.component.news--1 .news-item:nth-child(2),.component.news--2 .news-item:nth-child(1),.component.news--2 .news-item:nth-child(2),.component.news--3 .news-item:nth-child(1),.component.news--3 .news-item:nth-child(2),.component .news--1 .news-item:nth-child(1),.component .news--1 .news-item:nth-child(2),.component .news--2 .news-item:nth-child(1),.component .news--2 .news-item:nth-child(2),.component .news--3 .news-item:nth-child(1),.component .news--3 .news-item:nth-child(2){margin-top:0px !important}.component.news--1 .news-item-image-source,.component.news--2 .news-item-image-source,.component.news--3 .news-item-image-source,.component .news--1 .news-item-image-source,.component .news--2 .news-item-image-source,.component .news--3 .news-item-image-source{position:relative;overflow:hidden}.component.news--1 .news-item-image-source:before,.component.news--2 .news-item-image-source:before,.component.news--3 .news-item-image-source:before,.component .news--1 .news-item-image-source:before,.component .news--2 .news-item-image-source:before,.component .news--3 .news-item-image-source:before{display:block;width:100%;padding-top:56.25%;content:""}.component.news--1 .news-item-image-source img,.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--1 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.component.news--1 .news-item-image-source img,.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--1 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.component.news--1 .news-item-image-source img,.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--1 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.component.news--1 .news-item-image-source img,.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--1 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.component.news--1 .news-item-image-source img,.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--1 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.component.news--1 .news-item-info,.component.news--2 .news-item-info,.component.news--3 .news-item-info,.component .news--1 .news-item-info,.component .news--2 .news-item-info,.component .news--3 .news-item-info{position:relative;padding-top:18px !important;padding-right:18px !important;padding-bottom:24px !important;padding-left:18px !important;height:370px}}@media all and (min-width: 768px)and (max-width: 1024px){.component.news--1 .news-item-description,.component.news--2 .news-item-description,.component.news--3 .news-item-description,.component .news--1 .news-item-description,.component .news--2 .news-item-description,.component .news--3 .news-item-description{height:180px;overflow:hidden}}@media all and (min-width: 768px)and (max-width: 1024px){.component.news--1 .news-item-date,.component.news--2 .news-item-date,.component.news--3 .news-item-date,.component .news--1 .news-item-date,.component .news--2 .news-item-date,.component .news--3 .news-item-date{position:absolute;bottom:30px;left:24px}}@media all and (min-width: 0)and (max-width: 767px){.component.news-header,.component .news-header{width:100%;position:relative;min-height:1px;padding:0 10px}.component.news--no-arrow .news-header,.component .news--no-arrow .news-header{margin-bottom:30px}.component.news--1 .news-item,.component.news--2 .news-item,.component.news--3 .news-item,.component .news--1 .news-item,.component .news--2 .news-item,.component .news--3 .news-item{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:24px !important}.component.news--1 .news-item:last-child,.component.news--2 .news-item:last-child,.component.news--3 .news-item:last-child,.component .news--1 .news-item:last-child,.component .news--2 .news-item:last-child,.component .news--3 .news-item:last-child{margin-bottom:0px !important}.component.news--1 .news-item-image-source,.component.news--2 .news-item-image-source,.component.news--3 .news-item-image-source,.component .news--1 .news-item-image-source,.component .news--2 .news-item-image-source,.component .news--3 .news-item-image-source{position:relative;overflow:hidden}.component.news--1 .news-item-image-source:before,.component.news--2 .news-item-image-source:before,.component.news--3 .news-item-image-source:before,.component .news--1 .news-item-image-source:before,.component .news--2 .news-item-image-source:before,.component .news--3 .news-item-image-source:before{display:block;width:100%;padding-top:56.25%;content:""}.component.news--1 .news-item-image-source img,.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--1 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1281px){.component.news--1 .news-item-image-source img,.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--1 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1025px)and (max-width: 1280px){.component.news--1 .news-item-image-source img,.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--1 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 15px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 768px)and (max-width: 1024px){.component.news--1 .news-item-image-source img,.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--1 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 0)and (max-width: 767px){.component.news--1 .news-item-image-source img,.component.news--2 .news-item-image-source img,.component.news--3 .news-item-image-source img,.component .news--1 .news-item-image-source img,.component .news--2 .news-item-image-source img,.component .news--3 .news-item-image-source img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.component.news--1 .news-item-info,.component.news--2 .news-item-info,.component.news--3 .news-item-info,.component .news--1 .news-item-info,.component .news--2 .news-item-info,.component .news--3 .news-item-info{padding-top:24px !important;padding-right:18px !important;padding-bottom:24px !important;padding-left:18px !important;max-height:410px}}@media all and (min-width: 0)and (max-width: 767px){.component.news--1 .news-item-description,.component.news--2 .news-item-description,.component.news--3 .news-item-description,.component .news--1 .news-item-description,.component .news--2 .news-item-description,.component .news--3 .news-item-description{height:200px;overflow:hidden}}@media all and (min-width: 0)and (max-width: 767px){.component.news--1 .news-item-date,.component.news--2 .news-item-date,.component.news--3 .news-item-date,.component .news--1 .news-item-date,.component .news--2 .news-item-date,.component .news--3 .news-item-date{position:absolute;bottom:30px}}.pagination{width:100%;padding:20px 0}.pagination__wrapper{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10%}.pagination__wrapper:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.pagination__block{max-width:238px;overflow:hidden}.pagination__nav{padding:15px;float:left;color:#eb3c96;font-size:11px;font-weight:bold}.pagination__nav:hover{cursor:pointer}.pagination__nav._disabled{opacity:0;pointer-events:none}.pagination__block-prev a{border-right:1px solid #e9e9e9}.pagination__block-next a{border-left:1px solid #e9e9e9}.pagination__list{width:auto;height:33px;margin:0;float:left}.pagination__item{width:18px;margin:0 8px;padding:4px 0;float:left;border-bottom:4px solid rgba(0,0,0,0);font-size:14px;text-align:center}.pagination__item:hover{cursor:pointer}.pagination__item._active{border-bottom:4px solid #eb3c96}.pagination__item:before{display:none}.pagination__item a{color:#000}.pagination.hide{display:none}@media all and (min-width: 0)and (max-width: 767px){.pagination__wrapper{padding:0}.pagination__block{display:block;max-width:none;overflow-x:auto;overflow-y:hidden}.pagination__block:before{display:block;position:absolute;width:calc(100% + 40px);height:33px;background:-webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0.8)));background:linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 95%);content:"";z-index:2;pointer-events:none}.pagination__list{z-index:1}.pagination__item{margin:0 30px}.pagination__nav{display:none}}.persona-content{position:relative;background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.persona-content{margin-top:80px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.persona-content{margin-top:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.persona-content{margin-top:80px !important}}@media all and (min-width: 1281px){.persona-content{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.persona-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.persona-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.persona-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.persona-content{padding-bottom:60px !important}}.pa-theme--richblue .persona-content{background-color:#0f69af}.persona-content--practice-area{margin-top:0 !important}@media all and (min-width: 0)and (max-width: 767px){.persona-content--practice-area{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.persona-content--practice-area{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.persona-content--practice-area{padding-top:60px !important}}@media all and (min-width: 1281px){.persona-content--practice-area{padding-top:60px !important}}.pa-section:not(.pa-section--full-width) .persona-content--practice-area{background:none}.persona-content__container{zoom:1;width:1400px;margin:0 auto;padding-top:60px}.persona-content__container:before,.persona-content__container:after{display:table;line-height:0;content:""}.persona-content__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.persona-content__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.persona-content__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.persona-content__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.persona-content__container{width:1280px;padding-right:30px;padding-left:30px}}.persona-content--practice-area .persona-content__container{padding-top:0}.persona-content__row{zoom:1}.persona-content__row:before,.persona-content__row:after{display:table;line-height:0;content:""}.persona-content__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.persona-content__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.persona-content__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.persona-content__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.persona-content__row{margin-right:-15px;margin-left:-15px}}.persona-content__mask{position:relative;top:-2px;width:100%}.persona-content--practice-area .persona-content__mask{display:none}.persona-content__header{font-size:32px;line-height:1;margin-bottom:30px;color:#2dbecd}@media all and (min-width: 768px)and (max-width: 1024px){.persona-content__header{font-size:42px;line-height:1}}@media all and (min-width: 1025px)and (max-width: 1280px){.persona-content__header{font-size:42px;line-height:1}}@media all and (min-width: 1281px){.persona-content__header{font-size:42px;line-height:1}}.persona-content--practice-area .persona-content__header{font-size:28px;line-height:1.2;margin-bottom:22px}@media all and (min-width: 768px)and (max-width: 1024px){.persona-content--practice-area .persona-content__header{font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.persona-content--practice-area .persona-content__header{font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.persona-content--practice-area .persona-content__header{font-size:28px;line-height:1.2}}.pa-theme--richblue .persona-content__header{color:#ffc832}.persona-content__eyebrow{font-size:12px;margin-bottom:23px;color:#ffc832}@media all and (min-width: 768px)and (max-width: 1024px){.persona-content__eyebrow{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.persona-content__eyebrow{font-size:12px}}@media all and (min-width: 1281px){.persona-content__eyebrow{font-size:12px}}.persona-content--practice-area .persona-content__eyebrow{line-height:1.5}.pa-theme--richblue .persona-content__eyebrow{color:#fff}.persona-content__description-button{display:inline-block;min-width:100px;text-align:center}.persona-content--default{display:-webkit-box;display:-ms-flexbox;display:flex}.persona-content__item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.persona-content__item-description{font-size:18px;-ms-flex-preferred-size:100%;flex-basis:100%;color:#fff;font-weight:bold;line-height:28px}@media all and (min-width: 768px)and (max-width: 1024px){.persona-content__item-description{font-size:18px}}@media all and (min-width: 1025px)and (max-width: 1280px){.persona-content__item-description{font-size:18px}}@media all and (min-width: 1281px){.persona-content__item-description{font-size:18px}}.ie .persona-content__item-description{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-negative:0;flex-shrink:0}.persona-content--practice-area .persona-content__item-description{font-size:14px;margin-bottom:21px;font-weight:normal;line-height:1.4}@media all and (min-width: 768px)and (max-width: 1024px){.persona-content--practice-area .persona-content__item-description{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.persona-content--practice-area .persona-content__item-description{font-size:14px}}@media all and (min-width: 1281px){.persona-content--practice-area .persona-content__item-description{font-size:14px}}.persona-content__item-button{-ms-flex-negative:0;flex-shrink:0;width:-webkit-fit-content;min-width:100px;height:42px;margin:auto auto 0 0;padding-top:15px;text-align:center}.ie .persona-content__item-button{-ms-flex-item-align:start;align-self:flex-start}.persona-content--practice-area .persona-content--personalized .persona-content__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.persona-content--personalized .persona-content__link{font-size:12px;font-weight:bold;text-transform:uppercase}@media all and (min-width: 768px)and (max-width: 1024px){.persona-content--personalized .persona-content__link{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.persona-content--personalized .persona-content__link{font-size:12px}}@media all and (min-width: 1281px){.persona-content--personalized .persona-content__link{font-size:12px}}.persona-content--personalized .persona-content__description{color:#fff}.persona-content--practice-area .persona-content--personalized .persona-content__description-header{display:inline-block;padding-top:3px;font-size:16px;line-height:1.7}.persona-content--personalized .persona-content__description-text{margin-top:24px}.persona-content--practice-area .persona-content--personalized .persona-content__description-text{margin-top:10px;margin-bottom:11px;font-size:16px;line-height:1.7}.persona-content--practice-area .persona-content--personalized .persona-content__description-button{margin-bottom:40px}.persona-content--personalized .persona-content__cards-inner-container{display:-webkit-box;display:-ms-flexbox;display:flex}.persona-content--personalized .persona-content__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.persona-content--personalized .persona-content__card-image-container{display:none;position:relative;width:100%;min-height:158px}.persona-content--practice-area .persona-content--personalized .persona-content__card-image-container{display:block}.persona-content--personalized .persona-content__card-image{width:100%;height:187px;-o-object-fit:cover;object-fit:cover}.persona-content--practice-area .persona-content--personalized .persona-content__card-image{position:absolute;top:0;max-width:100%;height:auto;background:none}.persona-content--practice-area .persona-content--personalized .persona-content__card-image--bg{display:none}.persona-content--personalized .persona-content__card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:1px;padding:30px;background-color:#fff}.persona-content--practice-area .persona-content--personalized .persona-content__card-info{padding:22px 30px 27px}.persona-content--personalized .persona-content__card-title{font-weight:bold}.persona-content--practice-area .persona-content--personalized .persona-content__card-title{margin-bottom:6px}.persona-content--practice-area .persona-content--personalized .persona-content__card-anchor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.persona-content--practice-area .persona-content--personalized .persona-content__navigation{margin-top:40px}.persona-content--practice-area .persona-content--personalized .persona-content__navigation--hide-desktop{display:block !important}.persona-content--practice-area .persona-content--personalized .persona-content__navigation--hide-mobile{display:none !important}.persona-content--personalized .persona-content__navigation-title{margin-bottom:20px;color:#fff;font-weight:bold}.persona-content--practice-area .persona-content--personalized .persona-content__navigation-title{margin-bottom:11px}.persona-content--personalized .persona-content__navigation-option{display:block;margin-bottom:10px}.persona-content--practice-area .persona-content--personalized .persona-content__navigation-option{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:7px}.pa-theme--richblue .persona-content--personalized .persona-content__navigation-option{color:#fff}.pa-theme--richblue .persona-content--personalized .persona-content__navigation-option:hover{opacity:.6}.persona-content--personalized .persona-content__arrow:before{font-size:8px}.pa-theme--richblue .persona-content--personalized .persona-content__arrow:before{color:#eb3c96}.persona-content--practice-area .persona-content--personalized .persona-content__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:6px}.persona-content--practice-area .persona-content--personalized .persona-content__arrow::before{font-size:6px}@media all and (min-width: 1281px){.persona-content__container{margin-top:2vw}.persona-content--practice-area .persona-content__container{margin-top:0}.persona-content__eyebrow{width:31.25%;position:relative;min-height:1px;padding:0 15px}.persona-content--practice-area .persona-content__eyebrow{width:31.25%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%;margin-bottom:26px}.persona-content__header{width:50%;position:relative;min-height:1px;padding:0 15px;margin-bottom:40px}.persona-content--practice-area .persona-content__header{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%;margin-bottom:22px}.persona-content__item-0{width:25%;position:relative;min-height:1px;padding:0 15px}.persona-content--practice-area .persona-content__item-0{width:18.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.persona-content__item-1,.persona-content__item-2{width:25%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.persona-content--practice-area .persona-content__item-1,.persona-content--practice-area .persona-content__item-2{width:18.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.persona-content--personalized .persona-content__description{width:43.75%;position:relative;min-height:1px;padding:0 15px}.persona-content--practice-area .persona-content--personalized .persona-content__description{width:50%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.persona-content--personalized .persona-content__description-button{margin-top:10px;margin-bottom:60px}.persona-content--personalized .persona-content__cards{width:50%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%;margin-top:-70px}.persona-content--practice-area .persona-content--personalized .persona-content__cards{width:50%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%;margin-top:0}.persona-content--personalized .persona-content__card{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.persona-content--personalized .persona-content__navigation--hide-desktop{display:none}.persona-content--practice-area .persona-content--personalized .persona-content__navigation{width:25%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.persona-content--personalized .persona-content__content{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 1025px)and (max-width: 1280px){.persona-content__container{margin-top:5vw}.persona-content--practice-area .persona-content__container{margin-top:0}.persona-content__eyebrow{width:37.5%;position:relative;min-height:1px;padding:0 15px}.persona-content--practice-area .persona-content__eyebrow{width:37.5%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%;margin-bottom:21px}.persona-content__header{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-bottom:40px}.persona-content--practice-area .persona-content__header{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%;margin-bottom:22px}.persona-content__item-0{width:31.25%;position:relative;min-height:1px;padding:0 15px}.persona-content--practice-area .persona-content__item-0{width:25%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.persona-content__item-1,.persona-content__item-2{width:31.25%;position:relative;min-height:1px;padding:0 15px}.persona-content--practice-area .persona-content__item-1,.persona-content--practice-area .persona-content__item-2{width:25%;position:relative;min-height:1px;padding:0 15px}.persona-content--personalized .persona-content__description{width:37.5%;position:relative;min-height:1px;padding:0 15px}.persona-content--practice-area .persona-content--personalized .persona-content__description{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.persona-content--personalized .persona-content__description-button{margin-top:10px;margin-bottom:60px}.persona-content--personalized .persona-content__cards{width:62.5%;position:relative;min-height:1px;padding:0 15px}.persona-content--practice-area .persona-content--personalized .persona-content__cards{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.persona-content--personalized .persona-content__card{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.persona-content--personalized .persona-content__navigation--hide-desktop{display:none}.persona-content--practice-area .persona-content--personalized .persona-content__navigation{width:25%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%;margin-top:50px}.persona-content--personalized .persona-content__content{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 768px)and (max-width: 1024px){.persona-content__container{margin-top:6vw}.persona-content--practice-area .persona-content__container{margin-top:0}.persona-content__eyebrow{width:50%;position:relative;min-height:1px;padding:0 10px}.persona-content--practice-area .persona-content__eyebrow{width:50%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%;margin-bottom:19px}.persona-content__header{width:100%;position:relative;min-height:1px;padding:0 10px}.persona-content--practice-area .persona-content__header{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}.persona-content--practice-area .persona-content--default{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.persona-content__item-0{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.persona-content--practice-area .persona-content__item-0{width:41.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}.persona-content__item-1,.persona-content__item-2{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.persona-content--practice-area .persona-content__item-1,.persona-content--practice-area .persona-content__item-2{width:41.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%;margin-top:28px}.persona-content--practice-area .persona-content__item-description{margin-bottom:13px}.persona-content--personalized .persona-content__description{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-bottom:40px}.persona-content--practice-area .persona-content--personalized .persona-content__description{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}.persona-content--practice-area .persona-content--personalized .persona-content__description-header{margin-top:-2px;padding-top:0}.persona-content--practice-area .persona-content--personalized .persona-content__description-text{margin-bottom:20px}.persona-content--practice-area .persona-content--personalized .persona-content__description-button{margin-bottom:0}.persona-content--personalized .persona-content__cards{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.persona-content--practice-area .persona-content--personalized .persona-content__cards{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}.persona-content--personalized .persona-content__cards-row{display:-webkit-box;display:-ms-flexbox;display:flex}.persona-content--personalized .persona-content__card{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;margin-bottom:40px}.persona-content--practice-area .persona-content--personalized .persona-content__card{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0}.persona-content--personalized .persona-content__card-image-container{min-height:128px}.persona-content--personalized .persona-content__navigation{width:50%;position:relative;min-height:1px;padding:0 10px}.persona-content--personalized .persona-content__navigation--hide-mobile{display:none}.persona-content--practice-area .persona-content--personalized .persona-content__navigation{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}}@media all and (min-width: 0)and (max-width: 767px){.persona-content{margin-top:0 !important}.persona-content__eyebrow{width:100%;position:relative;min-height:1px;padding:0 10px}.persona-content--practice-area .persona-content__eyebrow{margin-bottom:18px}.persona-content__header{width:100%;position:relative;min-height:1px;padding:0 10px}.persona-content--default{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.persona-content__item{margin-bottom:32px}.persona-content--practice-area .persona-content__item{margin-bottom:0}.persona-content__item-0{width:100%;position:relative;min-height:1px;padding:0 10px}.persona-content__item-1,.persona-content__item-2{width:100%;position:relative;min-height:1px;padding:0 10px}.persona-content--practice-area .persona-content__item-1,.persona-content--practice-area .persona-content__item-2{margin-top:28px}.persona-content--practice-area .persona-content__item-description{margin-bottom:13px}.persona-content--personalized .persona-content__mask{top:-715px}.persona-content--personalized .persona-content__description{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:40px}.persona-content--practice-area .persona-content--personalized .persona-content__description-header{margin-top:-1px;padding-top:0}.persona-content--practice-area .persona-content--personalized .persona-content__description-text{margin-bottom:19px}.persona-content--practice-area .persona-content--personalized .persona-content__description-button{margin-bottom:0}.persona-content--personalized .persona-content__cards-inner-container{display:block}.persona-content--personalized .persona-content__cards{width:100%;position:relative;min-height:1px;padding:0 10px}.persona-content--personalized .persona-content__card{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:40px}.persona-content--practice-area .persona-content--personalized .persona-content__card{margin-bottom:20px}.persona-content--personalized .persona-content__navigation{width:100%;position:relative;min-height:1px;padding:0 10px}.persona-content--personalized .persona-content__navigation--hide-mobile{display:none}.persona-content--practice-area .persona-content--personalized .persona-content__navigation{margin-top:21px}}.personalization-ancillary{-webkit-transition:.2s opacity;transition:.2s opacity;opacity:0}.personalization-ancillary--ready{opacity:1}.personalization-ancillary--search{zoom:1;width:1400px;margin:0 auto;margin-top:40px}.personalization-ancillary--search:before,.personalization-ancillary--search:after{display:table;line-height:0;content:""}.personalization-ancillary--search:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.personalization-ancillary--search{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.personalization-ancillary--search{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.personalization-ancillary--search{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.personalization-ancillary--search{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.personalization-ancillary--search{max-width:899px}}.personalization-ancillary--blog{margin-top:4px}.personalization-ancillary__headline{font-size:20px;line-height:1;color:#2dbecd}@media all and (min-width: 768px)and (max-width: 1024px){.personalization-ancillary__headline{font-size:20px;line-height:1}}@media all and (min-width: 1025px)and (max-width: 1280px){.personalization-ancillary__headline{font-size:20px;line-height:1}}@media all and (min-width: 1281px){.personalization-ancillary__headline{font-size:20px;line-height:1}}.personalization-ancillary--blog .personalization-ancillary__headline{color:#503291}.blog-post__personalization-container .personalization-ancillary__headline{margin-top:0}.personalization-ancillary--search .personalization-ancillary__links{zoom:1;padding-bottom:30px}.personalization-ancillary--search .personalization-ancillary__links:before,.personalization-ancillary--search .personalization-ancillary__links:after{display:table;line-height:0;content:""}.personalization-ancillary--search .personalization-ancillary__links:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.personalization-ancillary--search .personalization-ancillary__links{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.personalization-ancillary--search .personalization-ancillary__links{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.personalization-ancillary--search .personalization-ancillary__links{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.personalization-ancillary--search .personalization-ancillary__links{margin-right:-15px;margin-left:-15px}}.personalization-ancillary--blog .personalization-ancillary__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.personalization-ancillary__links--consumer{padding-bottom:20px}.personalization-ancillary__link{display:-webkit-box;display:-ms-flexbox;display:flex;float:left;cursor:pointer;overflow:hidden}.personalization-ancillary__link-image-container{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:80px;height:80px}.personalization-ancillary__link-image{position:absolute;top:1px;width:100%;max-width:100%;max-height:100%;visibility:visible}.personalization-ancillary__link-image--m{visibility:hidden}.personalization-ancillary__link-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:20px}.personalization-ancillary__link-description{margin:0;color:#b7aecd;font-size:14px;line-height:1.4}.personalization-ancillary--blog .personalization-ancillary__link-description{display:inline-block;margin-top:-4px;color:#000}.personalization-ancillary__link-cta{display:inline-block;margin-top:15px;font-size:12px;font-weight:bold;line-height:1.5;text-transform:uppercase}.personalization-ancillary .personalization-ancillary__link-cta::after{top:50%;right:-15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:none;transition:none;font-size:6px}.personalization-ancillary__link-cta:hover::after{right:-15px !important}.personalization-ancillary__consumer-link .personalization-ancillary__link-cta{margin-top:0}.personalization-ancillary--blog .personalization-ancillary__link-cta{margin-top:12px}.personalization-ancillary__link-date{margin:-3px 0 0;color:#b7aecd;font-size:12px;font-weight:bold;line-height:1.5;text-transform:uppercase}.personalization-ancillary--blog .personalization-ancillary__link-date{color:gray}.personalization-ancillary__link-consumer-description{max-height:4.2em;margin:-2px 0 0;color:#fff;font-size:14px;font-weight:bold;line-height:1.4;overflow:hidden}.personalization-ancillary--blog .personalization-ancillary__link-consumer-description{color:#000}.personalization-ancillary__consumer-link{margin-top:-1px;padding-bottom:23px}.personalization-ancillary--blog .personalization-ancillary__consumer-link{padding-bottom:2px}.personalization-ancillary__lfm{padding-top:5px;padding-bottom:30px}.personalization-ancillary--blog .personalization-ancillary__lfm{padding-top:28px}.personalization-ancillary__lfm-text{margin:0 0 2px;color:#fff;font-size:14px;font-weight:bold;line-height:1.4}.personalization-ancillary--blog .personalization-ancillary__lfm-text{color:#000}.personalization-ancillary__lfm-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.personalization-ancillary__lfm-item{margin-top:5px}.personalization-ancillary__lfm-link{font-size:14px;line-height:1}.personalization-ancillary__lfm-link::after{top:50% !important;right:-19px !important;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#eb3c96}.personalization-ancillary--search .personalization-ancillary__lfm-link{color:#b7aecd !important}.personalization-ancillary--search .personalization-ancillary__lfm-link:hover{color:#ff6ab5 !important}.personalization-ancillary--search .personalization-ancillary__lfm-link:hover::after{color:inherit !important}.personalization-ancillary__partner-link{display:none;visibility:hidden}@media all and (min-width: 0)and (max-width: 767px){.personalization-ancillary{margin-top:135px}.personalization-ancillary--blog{margin-top:20px}.personalization-ancillary--blog .personalization-ancillary__links{margin:0 -10px}.personalization-ancillary__link{width:100%;position:relative;min-height:1px;padding:0 10px}.personalization-ancillary__link:not(:first-child){padding-top:18px}.personalization-ancillary__link-description{width:100%}.personalization-ancillary--blog .personalization-ancillary__consumer-link .personalization-ancillary__link-cta{margin-top:2px}.personalization-ancillary--blog .personalization-ancillary__lfm{padding-top:44px}.personalization-ancillary--blog .personalization-ancillary__lfm--with-consumer{padding-top:28px}}@media all and (min-width: 768px)and (max-width: 1024px){.personalization-ancillary--blog{margin-top:30px}.personalization-ancillary--blog .personalization-ancillary__headline{margin-bottom:20px}.personalization-ancillary--blog .personalization-ancillary__links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 -10px}.personalization-ancillary--blog .personalization-ancillary__links--consumer{padding-bottom:18px}.personalization-ancillary__link{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.personalization-ancillary__link-content{padding-top:7px;padding-left:0}.personalization-ancillary--blog .personalization-ancillary__link-content{padding-top:15px}.personalization-ancillary__link-image-container{max-width:100%;min-height:130px}.personalization-ancillary__link-image{visibility:hidden}.personalization-ancillary__link-image--m{visibility:visible}.personalization-ancillary--blog .personalization-ancillary__consumer-link .personalization-ancillary__link-cta{margin-top:0}.personalization-ancillary--blog .personalization-ancillary__lfm{padding-top:46px}.personalization-ancillary--blog .personalization-ancillary__lfm--with-consumer{padding-top:28px}}@media all and (min-width: 1025px)and (max-width: 1280px){.personalization-ancillary::before{display:block;position:absolute;top:0;left:-16px;width:1px;height:100%;background:#aaa;content:""}.blog-post__personalization-container .personalization-ancillary::before{display:none}.personalization-ancillary--search .personalization-ancillary__link{width:31.25%;position:relative;min-height:1px;padding:0 15px;width:100%;margin-bottom:25px;padding:0}.personalization-ancillary--search .personalization-ancillary__link:last-of-type{margin-bottom:0}.personalization-ancillary--blog .personalization-ancillary__link:not(:first-child){padding-top:18px}.personalization-ancillary--blog .personalization-ancillary__link-image-container{max-width:80px}.personalization-ancillary--blog .personalization-ancillary__consumer-link .personalization-ancillary__link-cta{margin-top:2px}.personalization-ancillary--blog .personalization-ancillary__lfm{padding-top:38px}.personalization-ancillary--blog .personalization-ancillary__lfm--with-consumer{padding-top:28px}}@media all and (min-width: 1281px){.personalization-ancillary--search .personalization-ancillary__link{width:31.25%;position:relative;min-height:1px;padding:0 15px;margin-bottom:25px}.personalization-ancillary--blog .personalization-ancillary__link:not(:first-child){padding-top:29px}.personalization-ancillary--blog .personalization-ancillary__link-image-container{max-width:157px}.personalization-ancillary--blog .personalization-ancillary__link-image{visibility:hidden}.personalization-ancillary--blog .personalization-ancillary__link-image--m{visibility:visible}}.navigation-search--new .personalization-ancillary{opacity:0}.navigation-search--new .personalization-ancillary--search{zoom:1;width:1400px;margin:0 auto;max-width:966px;margin-top:40px;padding-bottom:30px;opacity:1}.navigation-search--new .personalization-ancillary--search:before,.navigation-search--new .personalization-ancillary--search:after{display:table;line-height:0;content:""}.navigation-search--new .personalization-ancillary--search:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.navigation-search--new .personalization-ancillary--search{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-search--new .personalization-ancillary--search{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-search--new .personalization-ancillary--search{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.navigation-search--new .personalization-ancillary--search{width:1280px;padding-right:30px;padding-left:30px}}.navigation-search--new .personalization-ancillary--search .personalization-ancillary__lfm-link{color:#eb3c96 !important}.navigation-search--new .personalization-ancillary--search .personalization-ancillary__link:last-of-type{margin-bottom:0}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-search--new .personalization-ancillary--search .personalization-ancillary__link{margin-bottom:17px}}@media all and (min-width: 1281px){.navigation-search--new .personalization-ancillary--search .personalization-ancillary__link{width:100%;margin-bottom:17px}}.navigation-search--new .personalization-ancillary__wrapper{margin-left:auto;-webkit-transition:margin-top .35s ease-in-out,opacity .2s ease-in-out;transition:margin-top .35s ease-in-out,opacity .2s ease-in-out}.navigation-search--new .personalization-ancillary__headline{margin-top:0;color:#503291}.navigation-search--new .personalization-ancillary__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:0}.navigation-search--new .personalization-ancillary__link-image-container{max-width:80px;height:80px;min-height:80px}.navigation-search--new .personalization-ancillary__link-image{top:1px;height:80px;-o-object-fit:cover;object-fit:cover}.navigation-search--new .personalization-ancillary__link-cta{margin-top:10px}.navigation-search--new .personalization-ancillary__link-description{color:#000}.navigation-search--new .personalization-ancillary__link-date{color:#eb3c96}.navigation-search--new .personalization-ancillary__link-consumer-description{margin:0;color:#000;font-weight:300}.navigation-search--new .personalization-ancillary__lfm{padding-top:30px}.navigation-search--new .personalization-ancillary__lfm-text{color:#000}.navigation-search--new .personalization-ancillary.hide{opacity:0}@media all and (min-width: 0)and (max-width: 767px){.navigation-search--new .personalization-ancillary{margin-top:40px}}@media all and (min-width: 768px)and (max-width: 1024px){.navigation-search--new .personalization-ancillary{margin-top:40px}.navigation-search--new .personalization-ancillary__link{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;margin-bottom:17px}.navigation-search--new .personalization-ancillary__link-content{padding-left:20px}.navigation-search--new .personalization-ancillary__wrapper{max-width:360px}}@media all and (min-width: 1025px)and (max-width: 1280px){.navigation-search--new .personalization-ancillary--search{max-width:899px}.navigation-search--new .personalization-ancillary__wrapper{max-width:360px}.personalization-ancillary--search .navigation-search--new .personalization-ancillary__link{width:100%;margin-bottom:17px;padding:0}.personalization-ancillary--search .navigation-search--new .personalization-ancillary__link:last-of-type{margin-bottom:0}.navigation-search--new .personalization-ancillary__links{padding:0 15px}}@media all and (min-width: 1281px){.navigation-search--new .personalization-ancillary__wrapper{max-width:360px}.navigation-search--new .personalization-ancillary__link-image-container{width:100%;max-width:157px;height:88px;min-height:88px}.navigation-search--new .personalization-ancillary__link-image{height:88px}}.blog-post__personalization-container{padding-top:20px}.pop-up-dialog{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(80,50,145,.2);z-index:1001}.pop-up-dialog--open{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}.pop-up-dialog__container{zoom:1;width:1400px;margin:0 auto}.pop-up-dialog__container:before,.pop-up-dialog__container:after{display:table;line-height:0;content:""}.pop-up-dialog__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pop-up-dialog__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.pop-up-dialog__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pop-up-dialog__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.pop-up-dialog__container{width:1280px;padding-right:30px;padding-left:30px}}.pop-up-dialog__row{zoom:1}.pop-up-dialog__row:before,.pop-up-dialog__row:after{display:table;line-height:0;content:""}.pop-up-dialog__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pop-up-dialog__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.pop-up-dialog__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pop-up-dialog__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.pop-up-dialog__row{margin-right:-15px;margin-left:-15px}}.pop-up-dialog__content{position:relative;height:411px;padding:52px 0px;background-color:#fff}.pop-up-dialog__modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pop-up-dialog__title{font-size:16px;color:#503291;font-weight:bold}@media all and (min-width: 768px)and (max-width: 1024px){.pop-up-dialog__title{font-size:18px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pop-up-dialog__title{font-size:18px}}@media all and (min-width: 1281px){.pop-up-dialog__title{font-size:18px}}.pop-up-dialog__description{height:250px;overflow:scroll;overflow-x:hidden}.pop-up-dialog__close{position:absolute;top:40px;right:40px;color:#eb3c96;font-size:26px;cursor:pointer}@media all and (min-width: 1281px){.pop-up-dialog__modal{width:75%;position:relative;min-height:1px;padding:0 15px;margin-left:12.5%}.pop-up-dialog__content{width:907px}.pop-up-dialog__title{position:relative;width:66.6666666667%;min-height:1px;padding:0 15px;float:left;margin-left:8.3333333333%}.pop-up-dialog__description{position:relative;width:83.3333333333%;min-height:1px;padding:0 15px;float:left;margin-left:8.3333333333%}}@media all and (min-width: 1025px)and (max-width: 1280px){.pop-up-dialog__modal{width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.pop-up-dialog__content{width:839px}.pop-up-dialog__title{position:relative;width:71.4285714286%;min-height:1px;padding:0 15px;float:left;margin-left:7.1428571429%}.pop-up-dialog__description{position:relative;width:85.7142857143%;min-height:1px;padding:0 15px;float:left;margin-left:7.1428571429%}}@media all and (min-width: 768px)and (max-width: 1024px){.pop-up-dialog__modal{width:100%;position:relative;min-height:1px;padding:0 10px}.pop-up-dialog__content{width:727px}.pop-up-dialog__title{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}.pop-up-dialog__description{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}}@media all and (min-width: 0)and (max-width: 767px){.pop-up-dialog__modal{width:100%;position:relative;min-height:1px;padding:0 10px}.pop-up-dialog__content{width:280px;height:calc(100vh - 80px);padding:32px 0px}.pop-up-dialog__title{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding:0px 40px}.pop-up-dialog__description{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding:0px 40px;height:390px}.pop-up-dialog__close{top:20px;right:30px}}.ie .pop-up-dialog{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media all and (min-width: 0)and (max-width: 767px){.pop-up-grid{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pop-up-grid{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pop-up-grid{padding-top:60px !important}}@media all and (min-width: 1281px){.pop-up-grid{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pop-up-grid{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pop-up-grid{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pop-up-grid{padding-bottom:60px !important}}@media all and (min-width: 1281px){.pop-up-grid{padding-bottom:60px !important}}.pop-up-grid__container{zoom:1;width:1400px;margin:0 auto}.pop-up-grid__container:before,.pop-up-grid__container:after{display:table;line-height:0;content:""}.pop-up-grid__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pop-up-grid__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.pop-up-grid__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pop-up-grid__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.pop-up-grid__container{width:1280px;padding-right:30px;padding-left:30px}}.pop-up-grid__title{margin-bottom:0px;color:#2dbecd}.pop-up-grid__items{display:inline-block}.pop-up-grid__item{display:inline;font-size:0px}.pop-up-grid__item-cta{height:42px;padding-top:15px}.pop-up-grid__item-title{margin-bottom:2px;font-family:Verdana,sans-serif;font-size:18px;font-weight:bold}.pop-up-grid__item-thumbnail{display:inline-block;vertical-align:top;-o-object-fit:none;object-fit:none}.pop-up-grid__item-description{padding-bottom:26px;font-size:14px;line-height:1.6em}.pop-up-grid__item-content{display:inline-block;vertical-align:top}@media all and (min-width: 1281px){.pop-up-grid__item-thumbnail{width:12.5%;position:relative;min-height:1px;padding:0 15px;padding-top:41px;padding-bottom:25px}.pop-up-grid__item-content{width:37.5%;position:relative;min-height:1px;padding:0 15px;padding-top:31px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pop-up-grid__item-thumbnail{width:12.5%;position:relative;min-height:1px;padding:0 15px;padding-top:41px;padding-bottom:25px}.pop-up-grid__item-content{width:37.5%;position:relative;min-height:1px;padding:0 15px;padding-top:31px}}@media all and (min-width: 768px)and (max-width: 1024px){.pop-up-grid__item-thumbnail{width:16.6666666667%;position:relative;min-height:1px;padding:0 10px;padding-top:41px;padding-bottom:25px}.pop-up-grid__item-content{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px;padding-top:31px}}@media all and (min-width: 0)and (max-width: 767px){.pop-up-grid__item-thumbnail{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px;padding-top:41px;padding-bottom:25px}.pop-up-grid__item-content{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;padding-top:31px}}.products-block{background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.products-block{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.products-block{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.products-block{padding-top:60px !important}}@media all and (min-width: 1281px){.products-block{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.products-block{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.products-block{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.products-block{padding-bottom:60px !important}}@media all and (min-width: 1281px){.products-block{padding-bottom:60px !important}}.products-block-title{color:#2dbecd}.products-block-item{display:inline-block;position:relative;width:calc(33.3333333333% - 20px);height:545px;margin:0 30px 0 0;padding:60px 40px 40px;float:left;background-color:#fff;overflow:hidden}.products-block-item-image{position:relative;overflow:hidden}.products-block-item-image:before{display:block;width:100%;padding-top:75%;content:""}.products-block-item-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.products-block-item-image img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.products-block-item-image img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.products-block-item-image img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.products-block-item-image img{padding:0 10px}}.products-block-item-content{position:absolute;bottom:0;left:0;padding:0 40px 40px}.products-block-item-content-title.demoted{margin-bottom:18px;font-size:18px}.products-block-item-content-text{margin-bottom:0;font-size:14px}.products-block-item-content .arrow-link{margin-left:2px;font-weight:bold}.products-block-item-content .arrow-link.small{margin-top:10px}.products-block-item--open .products-block-info{top:0;-webkit-transition:1s top ease;transition:1s top ease}.products-block-item--open .products-block-toggle{-webkit-animation:1s ease 0s show-in;animation:1s ease 0s show-in}.products-block-item--open .products-block-toggle-mask-curve{fill-opacity:0}.products-block-item--open .products-block-toggle .show-info{top:8px;left:36px}.products-block-item--open .products-block-toggle .show-info:before{content:"x"}.products-block-info{position:absolute;top:-100%;left:0;width:100%;height:460px;padding:40px;-webkit-transition:1s top ease;transition:1s top ease;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzA4cHgiIGhlaWdodD0iMzQycHgiIHZpZXdCb3g9IjAgMCAzMDggMzQyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSIiIGZpbGw9IiNlYjNjOTYiPiAgICAgICAgICA8cGF0aCBpZD0iWE1MSURfNl8iIGQ9Ik0zMDguMiwzMjNWMEgwdjMzMi45Qzg4LjQsMzQ2LjgsMTkyLjEsMzQ2LjUsMzA4LjIsMzIzeiIvPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);background-size:cover;color:#fff;overflow:auto;z-index:2}.products-block-toggle{position:absolute;top:-1px;right:-5px;width:70px;height:70px;z-index:3;-webkit-animation:1s ease 0s show-in-linear;animation:1s ease 0s show-in-linear}.products-block-toggle-mask{position:absolute;top:-3px;left:0;width:100%;height:100%;z-index:-1}.products-block-toggle .show-info{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;position:relative;top:10px;left:40px;color:#fff;font-size:20px;cursor:pointer}.products-block-toggle .show-info:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.products-block-toggle .show-info:before{content:"i"}.products-block-disclaimer{margin-top:60px;color:#fff}.products-block-disclaimer .demoted{margin-bottom:11px}.products-block-disclaimer .tiny{margin-bottom:0}@media all and (min-width: 1281px){.products-block-item{width:calc(33.3333333333% - 21px)}.products-block-item:nth-child(3n){margin-right:0}.products-block-item:nth-child(n+4){margin-top:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.products-block-item{height:480px}.products-block-item:nth-child(3n){margin-right:0}.products-block-item:nth-child(n+4){margin-top:30px}.products-block-item-content-title.demoted{margin-bottom:14px;font-size:14px}.products-block-item-content-text{line-height:1.5}.products-block-item-content .arrow-link{margin-left:0}.products-block-info{height:370px}}@media all and (min-width: 768px)and (max-width: 1024px){.products-block-item{width:calc(50% - 15px);height:500px}.products-block-item:nth-child(n+3){margin-top:30px}.products-block-item:nth-child(even){margin-right:0}.products-block-item-content .arrow-link{margin-left:0}.products-block-info{height:380px}.products-block-disclaimer{margin-top:40px}}@media all and (min-width: 0)and (max-width: 767px){.products-block-item{display:block;width:100%;max-width:360px;height:520px;margin:0 auto 30px;float:none}.products-block-item-content{padding:0 20px 20px}.products-block-item-content .arrow-link{margin-left:0}.products-block-item:last-child{margin-bottom:0}.products-block-info{height:422px;padding:20px}.products-block-disclaimer{margin-top:30px}}.project-snippet{background-color:#fff}@media all and (min-width: 0)and (max-width: 767px){.project-snippet{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.project-snippet{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.project-snippet{padding-top:60px !important}}@media all and (min-width: 1281px){.project-snippet{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.project-snippet{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.project-snippet{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.project-snippet{padding-bottom:60px !important}}@media all and (min-width: 1281px){.project-snippet{padding-bottom:60px !important}}.project-snippet .eyebrow{color:#503291;font-size:12px;line-height:18px;text-transform:uppercase}.project-snippet-title{color:#0f69af;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.project-snippet-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.project-snippet-title{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.project-snippet-title{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.project-snippet-title{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.project-snippet-title{margin-top:-22px;font-size:50px;line-height:1.2}}.project-snippet-content-title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.project-snippet-content-subtitle{font-size:18px !important;margin-bottom:8px !important}.project-snippet-content-subtitle-large{margin-bottom:16px !important;color:#503291;font-weight:bold}.project-snippet-content-right .arrow-link{font-size:12px;font-weight:bold;margin-top:16px !important}.project-snippet-content-right .arrow-link:after{top:4px;right:-18px;font-size:6px !important}.project-snippet-content-image{position:relative;overflow:hidden}.project-snippet-content-image:before{display:block;width:100%;padding-top:75%;content:""}.project-snippet-content-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.project-snippet-image{position:relative;overflow:hidden}.project-snippet-image:before{display:block;width:100%;padding-top:200%;content:""}.project-snippet-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.project-snippet-image img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.project-snippet-image img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.project-snippet-image img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.project-snippet-image img{padding:0 10px}}@media all and (min-width: 1281px){.project-snippet-title{margin-bottom:56px !important}.project-snippet-content{float:left;width:56.25%;position:relative;min-height:1px;padding:0 15px}.project-snippet-content-title-wrapper{position:relative;width:88.8888888889%;min-height:1px;padding:0 15px;float:left;padding-left:0}.project-snippet-content-left{position:relative;width:44.4444444444%;min-height:1px;padding:0 15px;float:left;padding-left:0;float:left}.project-snippet-content-right{position:relative;width:44.4444444444%;min-height:1px;padding:0 15px;float:left;margin-left:11.1111111111%;float:left}.project-snippet-content-subtitle{font-size:18px}.project-snippet-content-subtitle-large.demoted{font-size:24px}.project-snippet-content-text{margin-bottom:32px !important}.project-snippet-image{float:right;width:37.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}}@media all and (min-width: 1025px)and (max-width: 1280px){.project-snippet-title{margin-bottom:56px !important}.project-snippet-content{float:left;width:56.25%;position:relative;min-height:1px;padding:0 15px}.project-snippet-content-title-wrapper{position:relative;width:88.8888888889%;min-height:1px;padding:0 15px;float:left;padding-left:0}.project-snippet-content-left{position:relative;width:44.4444444444%;min-height:1px;padding:0 15px;float:left;padding-left:0;float:left}.project-snippet-content-right{position:relative;width:44.4444444444%;min-height:1px;padding:0 15px;float:left;margin-left:11.1111111111%;float:left}.project-snippet-content-subtitle{font-size:18px}.project-snippet-content-subtitle-large.demoted{font-size:24px}.project-snippet-content-text{margin-bottom:32px !important}.project-snippet-image{float:right;width:37.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}}@media all and (min-width: 768px)and (max-width: 1024px){.project-snippet-content,.project-snippet-image{width:50%;position:relative;min-height:1px;padding:0 10px;float:left}.project-snippet-content-left{margin-bottom:50px}.project-snippet-left,.project-snippet-right{margin-bottom:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.project-snippet-content{width:100%;position:relative;min-height:1px;padding:0 10px}.project-snippet-content-left,.project-snippet-content-right{margin-bottom:32px !important}}.pull-quote-v2{position:relative;min-height:400px;overflow:hidden;zoom:1}.pull-quote-v2:before,.pull-quote-v2:after{display:table;line-height:0;content:""}.pull-quote-v2:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pull-quote-v2{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote-v2{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote-v2{padding-top:60px !important}}@media all and (min-width: 1281px){.pull-quote-v2{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pull-quote-v2{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote-v2{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote-v2{padding-bottom:60px !important}}@media all and (min-width: 1281px){.pull-quote-v2{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pull-quote-v2.same-theme--both{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote-v2.same-theme--both{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote-v2.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.pull-quote-v2.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.pull-quote-v2.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote-v2.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote-v2.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.pull-quote-v2.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.pull-quote-v2.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote-v2.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote-v2.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.pull-quote-v2.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.pull-quote-v2.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote-v2.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote-v2.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.pull-quote-v2.same-theme--bottom{padding-bottom:30px !important}}.pull-quote-v2 .pull-quote-headline{margin-bottom:15px;color:#eb3c96;font-size:14px;font-weight:bold;line-height:1.2;text-transform:uppercase}.pull-quote-v2 .pull-quote-quote{color:#2dbecd}.pull-quote-v2 .pull-quote-quote span{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.pull-quote-v2 .pull-quote-quote span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.pull-quote-v2 .pull-quote-quote-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}.pull-quote-v2 .pull-quote-footer{margin-bottom:0px !important}.pull-quote-v2 .pull-quote-name,.pull-quote-v2 .pull-quote-title{color:#000}.pull-quote-v2 .pull-quote-name{margin-bottom:8px;text-transform:inherit}.pull-quote-v2 .pull-quote-name span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.pull-quote-v2 .pull-quote-name span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.pull-quote-v2 .pull-quote-title{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;display:block;margin-bottom:0;font-weight:bold}.pull-quote-v2 .pull-quote-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote-v2 .pull-quote-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote-v2 .pull-quote-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.pull-quote-v2 .pull-quote-title{font-size:14px;line-height:1.7}}.pull-quote-v2 .pull-quote-image{display:block;position:relative;margin-bottom:-40px}.pull-quote-v2 .pull-quote-image img{width:400px;height:400px}.pull-quote-v2 .pull-quote-image img{width:100%;height:auto}@media all and (min-width: 0)and (max-width: 767px){.pull-quote-v2.pull-quote--image .pull-quote-quote-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:-50px}.pull-quote-v2.pull-quote--image .pull-quote-image{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:16.6666666667%}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote-v2.pull-quote--image .pull-quote-quote-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}.pull-quote-v2.pull-quote--image .pull-quote-footer{width:41.6666666667%;position:relative;min-height:1px;padding:0 10px;padding:0}.pull-quote-v2.pull-quote--image .pull-quote-image{margin-top:-70px;width:58.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:41.6666666667%}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote-v2 .pull-quote-headline{font-size:18px}.pull-quote-v2 .pull-quote-row{display:-webkit-box;display:-ms-flexbox;display:flex}.pull-quote-v2.pull-quote--image .pull-quote-quote-wrapper{width:56.25%;position:relative;min-height:1px;padding:0 15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pull-quote-v2.pull-quote--image .pull-quote-image{display:block;-ms-flex-item-align:end;align-self:flex-end;width:43.75%;position:relative;min-height:1px;padding:0 15px;margin-top:-70px;margin-bottom:-55px}}@media all and (min-width: 1281px){.pull-quote-v2 .pull-quote-headline{font-size:25px}.pull-quote-v2 .pull-quote-quote{font-size:50px}.pull-quote-v2 .pull-quote-row{display:-webkit-box;display:-ms-flexbox;display:flex}.pull-quote-v2.pull-quote--image .pull-quote-quote-wrapper{width:56.25%;position:relative;min-height:1px;padding:0 15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pull-quote-v2.pull-quote--image .pull-quote-image{display:block;-ms-flex-item-align:end;align-self:flex-end;width:43.75%;position:relative;min-height:1px;padding:0 15px;margin-top:-70px;margin-bottom:-55px}}.pull-quote-v2.theme--purple{background-color:#503291}.pull-quote-v2.theme--purple .pull-quote-headline{color:#ffc832}.pull-quote-v2.theme--purple .pull-quote-quote{color:#2dbecd}.pull-quote-v2.theme--purple .pull-quote-name,.pull-quote-v2.theme--purple .pull-quote-title{color:#ffc832}.pull-quote-v2.theme--white{background-color:#fff}.pull-quote-v2.theme--white .pull-quote-headline{color:#eb3c96}.pull-quote-v2.theme--white .pull-quote-quote{color:#503291}.pull-quote-v2.theme--white .pull-quote-name,.pull-quote-v2.theme--white .pull-quote-title{color:#000}.pull-quote{position:relative;background-color:#503291;overflow:hidden;zoom:1}.pull-quote:before,.pull-quote:after{display:table;line-height:0;content:""}.pull-quote:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pull-quote{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote{padding-top:60px !important}}@media all and (min-width: 1281px){.pull-quote{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pull-quote{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote{padding-bottom:60px !important}}@media all and (min-width: 1281px){.pull-quote{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pull-quote.same-theme--both{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote.same-theme--both{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.pull-quote.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.pull-quote.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.pull-quote.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.pull-quote.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.pull-quote.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.pull-quote.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.pull-quote.same-theme--bottom{padding-bottom:30px !important}}.pull-quote-quote{color:#fff}.pull-quote-quote-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}.pull-quote-footer{margin-bottom:0px !important}.pull-quote-name,.pull-quote-title{color:#ffc832}.pull-quote-name{margin-bottom:8px;text-transform:inherit}.pull-quote-name span{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.pull-quote-name span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.pull-quote-title{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;display:block;margin-bottom:0;font-weight:bold}.pull-quote-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.pull-quote-title{font-size:14px;line-height:1.7}}.pull-quote-quotation-marks{display:none;margin-left:-60px;color:rgba(255,255,255,.2);font-size:48px}@media all and (min-width: 0)and (max-width: 767px){.pull-quote-quotation-marks{margin-left:0}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote-quotation-marks{margin-left:0}}.pull-quote-image{display:none}.pull-quote-image img{width:400px;height:400px}.pull-quote-image img{-o-object-fit:cover;object-fit:cover}.pull-quote .icon-quotation-marks:before{content:"\e901"/""}@media all and (min-width: 0)and (max-width: 767px){.pull-quote-mercrobe{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.pull-quote-mercrobe--1{position:absolute;top:-70px;left:140px}.pull-quote-mercrobe--1 img{width:140px;height:140px}.pull-quote-mercrobe--2{position:absolute;bottom:-250px;left:-200px}.pull-quote-mercrobe--2 img{width:500px;height:500px}.pull-quote-mercrobe--3,.pull-quote-mercrobe--4{display:none}.pull-quote--image .pull-quote-mercrobe--1{position:absolute;top:0;left:-100px}.pull-quote--image .pull-quote-mercrobe--1 img{width:200px;height:200px}.pull-quote--image .pull-quote-mercrobe--2{position:absolute;right:40px;bottom:-150px;left:auto}.pull-quote--image .pull-quote-mercrobe--2 img{width:300px;height:300px}.pull-quote--image .pull-quote-mercrobe--3{display:none}.pull-quote--image .pull-quote-mercrobe--4{display:block;position:absolute;top:-340px;right:-340px}.pull-quote--image .pull-quote-mercrobe--4 img{width:600px;height:600px}.pull-quote--image .pull-quote-image{display:block;position:absolute;bottom:-0.5em;left:0}.pull-quote--image .pull-quote-image img{width:350px;height:350px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pull-quote-mercrobe--1{position:absolute;top:-70px;left:200px}.pull-quote-mercrobe--1 img{width:140px;height:140px}.pull-quote-mercrobe--2{position:absolute;bottom:-250px;left:-200px}.pull-quote-mercrobe--2 img{width:500px;height:500px}.pull-quote-mercrobe--3{position:absolute;top:0;right:-150px}.pull-quote-mercrobe--3 img{width:300px;height:300px}.pull-quote-mercrobe--4{display:none}.pull-quote--mark .pull-quote-mercrobe--1,.pull-quote--image .pull-quote-mercrobe--1{position:absolute;top:0;left:-100px}.pull-quote--mark .pull-quote-mercrobe--1 img,.pull-quote--image .pull-quote-mercrobe--1 img{width:200px;height:200px}.pull-quote--mark .pull-quote-mercrobe--2,.pull-quote--image .pull-quote-mercrobe--2{position:absolute;right:40px;bottom:-150px;left:auto}.pull-quote--mark .pull-quote-mercrobe--2 img,.pull-quote--image .pull-quote-mercrobe--2 img{width:300px;height:300px}.pull-quote--mark .pull-quote-mercrobe--3,.pull-quote--image .pull-quote-mercrobe--3{display:none}.pull-quote--mark .pull-quote-mercrobe--4,.pull-quote--image .pull-quote-mercrobe--4{display:block;position:absolute;top:-300px;right:-300px}.pull-quote--mark .pull-quote-mercrobe--4 img,.pull-quote--image .pull-quote-mercrobe--4 img{width:600px;height:600px}.pull-quote--image .pull-quote-image{display:block;position:absolute;bottom:-0.5em;left:0}}@media all and (min-width: 1281px){.pull-quote-quote{font-size:22px}.pull-quote-mercrobe--1{position:absolute;top:-70px;left:300px}.pull-quote-mercrobe--1 img{width:140px;height:140px}.pull-quote-mercrobe--2{position:absolute;bottom:-250px;left:0px}.pull-quote-mercrobe--2 img{width:500px;height:500px}.pull-quote-mercrobe--3{position:absolute;top:0;right:-150px}.pull-quote-mercrobe--3 img{width:300px;height:300px}.pull-quote-mercrobe--4{display:none}.pull-quote--mark .pull-quote-mercrobe--1,.pull-quote--image .pull-quote-mercrobe--1{position:absolute;top:0;left:-100px}.pull-quote--mark .pull-quote-mercrobe--1 img,.pull-quote--image .pull-quote-mercrobe--1 img{width:200px;height:200px}.pull-quote--mark .pull-quote-mercrobe--2,.pull-quote--image .pull-quote-mercrobe--2{position:absolute;right:40px;bottom:-150px;left:auto}.pull-quote--mark .pull-quote-mercrobe--2 img,.pull-quote--image .pull-quote-mercrobe--2 img{width:300px;height:300px}.pull-quote--mark .pull-quote-mercrobe--3,.pull-quote--image .pull-quote-mercrobe--3{display:none}.pull-quote--mark .pull-quote-mercrobe--4,.pull-quote--image .pull-quote-mercrobe--4{display:block;position:absolute;top:-300px;right:-300px}.pull-quote--mark .pull-quote-mercrobe--4 img,.pull-quote--image .pull-quote-mercrobe--4 img{width:600px;height:600px}.pull-quote--image .pull-quote-quote{font-size:inherit}.pull-quote--image .pull-quote-image{display:block;position:absolute;bottom:-0.5em}}.pull-quote--mark .pull-quote-quotation-marks{display:block}@media all and (min-width: 0)and (max-width: 767px){.pull-quote--mark .pull-quote-quotation-marks{font-size:28px}}@media all and (min-width: 0)and (max-width: 767px){.related-videos{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.related-videos{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.related-videos{padding-top:60px !important}}@media all and (min-width: 1281px){.related-videos{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.related-videos{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.related-videos{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.related-videos{padding-bottom:60px !important}}@media all and (min-width: 1281px){.related-videos{padding-bottom:60px !important}}.related-videos .media-gallery-item{position:absolute;top:0}.related-videos .big-play-button{display:none}.related-videos__container{zoom:1;width:1400px;margin:0 auto}.related-videos__container:before,.related-videos__container:after{display:table;line-height:0;content:""}.related-videos__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.related-videos__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.related-videos__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.related-videos__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.related-videos__container{width:1280px;padding-right:30px;padding-left:30px}}.related-videos__container .mi-control-bar{display:none}.related-videos .video-player{position:absolute;top:0;right:0;bottom:0;left:0}.related-videos__item-video-wrapper{position:relative}.related-videos__wrapper{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex}.related-videos__wrapper:before,.related-videos__wrapper:after{display:table;line-height:0;content:""}.related-videos__wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.related-videos__wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.related-videos__wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.related-videos__wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.related-videos__wrapper{margin-right:-15px;margin-left:-15px}}.related-videos__title{margin-top:0;margin-bottom:10px;color:#503291;font-size:28px;line-height:1.2}.related-videos__subtitle{margin-bottom:30px;line-height:1.5}.related-videos__more-videos-title{margin-top:0;margin-bottom:30px;color:#2dbecd;font-size:20px;line-height:1.36}.related-videos__featured-video-container,.related-videos__more-videos-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.related-videos__featured-video-description{margin-bottom:30px;font-size:14px;line-height:1.5}.related-videos .video-player-large-play{pointer-events:none}.related-videos__featured-video-thumbnail-container{margin-bottom:10px}.related-videos__featured-video-thumbnail-container .video-player-large-play{top:auto;right:15px;bottom:15px;left:auto}.related-videos__featured-video-thumbnail-container .video-player-large-play,.related-videos__featured-video-thumbnail-container .video-player-large-play .round-play{width:60px;height:60px}.related-videos__featured-video-thumbnail-container .video-player-large-play .icon-play,.related-videos__featured-video-thumbnail-container .video-player-large-play .round-play .icon-play{right:-2px;width:22px;height:22px}.related-videos__more-videos-item-thumbnail-container{margin-bottom:20px}.related-videos__more-videos-item-thumbnail-container .video-player-large-play{top:auto;right:5px;bottom:5px;left:auto}.related-videos__more-videos-item-thumbnail-container .video-player-large-play,.related-videos__more-videos-item-thumbnail-container .video-player-large-play .round-play{width:35px;height:35px}.related-videos__more-videos-item-thumbnail-container .video-player-large-play .icon-play,.related-videos__more-videos-item-thumbnail-container .video-player-large-play .round-play .icon-play{right:-1px;width:12.93px;height:12.13px}.related-videos__featured-video-thumbnail-container,.related-videos__more-videos-item-thumbnail-container{position:relative;overflow:hidden}.related-videos__featured-video-thumbnail-container:before,.related-videos__more-videos-item-thumbnail-container:before{display:block;width:100%;padding-top:56.25%;content:""}.related-videos__featured-video-thumbnail-container img,.related-videos__more-videos-item-thumbnail-container img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.related-videos__featured-video-thumbnail-container img,.related-videos__more-videos-item-thumbnail-container img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.related-videos__featured-video-thumbnail-container img,.related-videos__more-videos-item-thumbnail-container img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.related-videos__featured-video-thumbnail-container img,.related-videos__more-videos-item-thumbnail-container img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.related-videos__featured-video-thumbnail-container img,.related-videos__more-videos-item-thumbnail-container img{padding:0 10px}}.related-videos__thumbnail{cursor:pointer}.related-videos__thumbnail,.related-videos__more-videos-item-thumbnail{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background-position:center center;background-size:cover}.related-videos__more-videos-item-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.related-videos__featured-video-heading,.related-videos__more-videos-item-heading{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:5px;font-size:18px;font-weight:bold;text-transform:initial}.related-videos__featured-video-heading:lang(ja),.related-videos__more-videos-item-heading:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.related-videos__featured-video-heading{line-height:1.5}.related-videos__more-videos-item-heading{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:2px;color:#503291;font-size:12px;line-height:2.26;text-transform:uppercase}.related-videos__more-videos-item-heading:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.related-videos__more-videos-item-description{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-weight:bold;line-height:1.3}.related-videos__more-videos-item-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.related-videos__more-videos-items{zoom:1}.related-videos__more-videos-items:before,.related-videos__more-videos-items:after{display:table;line-height:0;content:""}.related-videos__more-videos-items:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.related-videos__more-videos-items{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.related-videos__more-videos-items{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.related-videos__more-videos-items{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.related-videos__more-videos-items{margin-right:-15px;margin-left:-15px}}.related-videos__more-videos-items-row{display:-webkit-box;display:-ms-flexbox;display:flex}.related-videos__video-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1001}.related-videos__video-overlay .video-player{pointer-events:all}.related-videos__video-overlay .mi-player{position:absolute;height:100% !important}.related-videos__video-overlay .mi-control-bar{display:block}.related-videos__video-overlay .mi-control-elements{display:table}.related-videos__video-overlay--visible{display:block}.related-videos__item-video-content{position:relative;width:90%;height:auto;margin:0 auto;padding-top:8em}.related-videos__item-close{position:absolute;top:7.5em;right:-12px;width:22px;height:22px;padding:5px 8px;border-radius:50%;background-color:#fff;color:rgba(0,0,0,0);cursor:pointer;z-index:12}.related-videos__item-close::before,.related-videos__item-close::after{position:absolute;top:10px;left:3px;width:16px;height:1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;background-color:gray;content:""}.related-videos__item-close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.related-videos__item-content{margin-bottom:30px}@media all and (min-width: 1281px){.related-videos__featured-video-container,.related-videos__title{width:62.5%;position:relative;min-height:1px;padding:0 15px}.related-videos__subtitle{width:50%;position:relative;min-height:1px;padding:0 15px}.related-videos__more-videos-container{width:37.5%;position:relative;min-height:1px;padding:0 15px}.related-videos__more-videos-item-container{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.related-videos__featured-video-description{margin-bottom:0}.related-videos__item-video-content{width:60%}.related-videos__more-videos-title{margin-top:-8px}}@media all and (min-width: 1025px)and (max-width: 1280px){.related-videos__featured-video-container,.related-videos__title,.related-videos__subtitle{width:62.5%;position:relative;min-height:1px;padding:0 15px}.related-videos__more-videos-container{width:37.5%;position:relative;min-height:1px;padding:0 15px}.related-videos__more-videos-item-container{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.related-videos__featured-video-description{margin-bottom:0}.related-videos__item-video-content{width:60%}.related-videos__more-videos-title{margin-top:-8px}}@media all and (min-width: 768px)and (max-width: 1024px){.related-videos__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.related-videos__more-videos-items-row{display:block}.related-videos__featured-video-container,.related-videos__title{width:100%;position:relative;min-height:1px;padding:0 10px}.related-videos__subtitle{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.related-videos__more-videos-container{width:100%;position:relative;min-height:1px;padding:0 10px}.related-videos__more-videos-item-container{position:relative;width:25%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.related-videos__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:-20px;margin-left:-20px}.related-videos__more-videos-items{margin-right:0;margin-left:0}.related-videos__more-videos-items-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.related-videos__featured-video-container{width:100%;position:relative;min-height:1px;padding:0 10px;padding-right:0;padding-left:0}.related-videos__title,.related-videos__subtitle{width:100%;position:relative;min-height:1px;padding:0 10px}.related-videos__title{font-size:24px;line-height:1}.related-videos__more-videos-container{width:100%;position:relative;min-height:1px;padding:0 10px;padding-right:20px;padding-left:20px}.related-videos__featured-video-heading,.related-videos__featured-video-description{padding-right:20px;padding-left:20px}.related-videos .video-player-large-play{top:50%;left:50%;margin-top:-30px;margin-left:-30px}.related-videos .video-player-large-play,.related-videos .video-player-large-play .round-play{width:60px;height:60px}.related-videos .video-player-large-play .icon-play,.related-videos .video-player-large-play .round-play .icon-play{right:-2px;width:22px;height:22px}}@media all and (min-width: 0)and (max-width: 767px){.sitemap{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.sitemap{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.sitemap{padding-top:60px !important}}@media all and (min-width: 1281px){.sitemap{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.sitemap{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.sitemap{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.sitemap{padding-bottom:60px !important}}@media all and (min-width: 1281px){.sitemap{padding-bottom:60px !important}}.sitemap-container{margin-bottom:0px !important}.sitemap-line{margin-top:32px !important;margin-bottom:0px !important;border-bottom:1px solid #ccbdec}.sitemap-title{margin-bottom:32px !important;margin-top:25px}.sitemap-title a{color:#503291}.sitemap-item{margin-bottom:10px;word-break:break-word}.sitemap-list ol{list-style:none}.sitemap-item-link{position:relative;padding-right:18px !important;margin-bottom:0px !important;color:#000;font-size:14px;font-weight:400;line-height:24px}.sitemap-item-link:hover{color:#d92b83}.sitemap-item-link-parent{color:#d92b83}.sitemap-item-link-parent:hover{color:#eb3c96}.sitemap-data{display:none}.sitemap .accordion-dropdown{border-bottom:.5px solid #ff6ab5;width:100%;position:relative;overflow:hidden}.sitemap .accordion-dropdown-header{margin-bottom:10px}.sitemap .accordion-dropdown-header .icon-simple-arrow{position:absolute;right:0;font-size:24px;color:#d92b83;top:-6px;rotate:180deg}.sitemap .accordion-dropdown-header.open .icon-simple-arrow{rotate:0deg}.sitemap .accordion-dropdown-content.close{display:none}.sitemap .accordion-dropdown-content.open{display:block;margin-top:16px}.sitemap .accordion-dropdown-content .sitemap-item{margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.sitemap .accordion-dropdown-content .sitemap-item .icon-simple-arrow{position:relative;right:0;color:#d92b83;font-size:16px;top:0px;rotate:90deg;margin-right:10px}.sitemap .accordion-dropdown ol,.sitemap .accordion-dropdown li{list-style:none}.sitemap .accordion-dropdown ol{margin:0 0 0 30px}.sitemap .accordion-dropdown li{margin:0}@media all and (min-width: 1025px)and (max-width: 1280px){.sitemap-columns,.sitemap-list{margin-left:12.5%}}@media all and (min-width: 1281px){.sitemap-columns,.sitemap-list{margin-left:18.75%}}.skip-link{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:.1px;height:.1px;margin:-0.1px;padding:0;border:0;outline:0;background:#fff;overflow:hidden;z-index:3;transition:height .1s linear,padding .1s linear;-moz-transition:height .1s linear,padding .1s linear;-o-transition:height .1s linear,padding .1s linear;-webkit-transition:height .1s linear,padding .1s linear}.skip-link:active,.skip-link:focus{width:100%;height:60px;margin:0;padding:1rem 0}.skip-link--home.skip-link--focused+* .main-navigation .navigation-header,.skip-link--home.skip-link--focused~* .simplified-navigation .navigation-header,.skip-link--home.skip-link--focused+* .expertise-navigationv2 .navigation-header{top:60px}.skip-link__text{outline:2px auto #3b99fc;font-weight:bold;text-transform:uppercase}.skip-link[hidden]{display:none}.slide-dots{display:none;z-index:2}@media all and (min-width: 0)and (max-width: 767px){.slide-dots{margin-left:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-dots{margin-left:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-dots{margin-left:40px !important}}@media all and (min-width: 1281px){.slide-dots{margin-left:40px !important}}.slide-dots-wrapper{margin:0}.slide-dot-wrapper::before{display:none}.slide-step:not(.current) .slide-step-cta{display:none}.slide--initiated .slide-dots{display:block;position:absolute;top:0;height:100%}.slide--initiated .slide-dots-container{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.slide--initiated .slide-dots .slide-dot{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out;width:10px;height:10px;margin:10px 0;padding:0;border:0;background-color:rgba(255,255,255,.5);cursor:pointer}.slide--initiated .slide-dots .slide-dot.current{background-color:#fff}.slide--initiated .slide-dots .slide-dot.last{background-color:rgba(0,0,0,0)}@media all and (min-width: 0)and (max-width: 767px){.slide--initiated .slide-dots{display:none}}@media all and (min-width: 0)and (max-width: 767px){.slide-step:not(.current) .slide-step-cta{display:inline-block}}.aem-AuthorLayer-Edit .slide-dots{display:none}.slide-layers{display:none;position:absolute;top:0;right:0;left:0;height:200%;overflow:hidden}.slide-layers .slide-layer-4,.slide-layers .slide-layer-8{transition:opacity 200ms linear;-moz-transition:opacity 200ms linear;-o-transition:opacity 200ms linear;-webkit-transition:opacity 200ms linear}.slide--initiated .slide-layers{display:block}.slide--initiated .slide-layer{position:absolute;top:0;left:0;width:100%;height:100%}.slide--initiated .slide-layer-3,.slide--initiated .slide-layer-5{position:absolute;top:0;right:0;bottom:0;left:0}.slide--initiated .slide-layer-3 svg,.slide--initiated .slide-layer-5 svg{position:absolute;top:0;right:0}.slide--initiated .slide-layer-4{position:absolute;top:0;right:0;bottom:0;left:0}.slide--initiated .slide-layer-4 svg{position:absolute;top:0;right:0}.slide--initiated .slide-layer-7{background-position:center;background-size:cover;opacity:0;position:absolute;top:0;right:0;bottom:0;left:0}.slide--initiated .slide-layer-7.current,.slide--initiated .slide-layer-7.last{opacity:1}.slide--initiated .slide-layer-7-image{background-position:center;background-size:cover;position:absolute;top:0;right:0}.slide--initiated .slide-layer-8{position:absolute;top:0;right:0;bottom:0;left:0}.slide--initiated .slide-layer--animate .slide-layer-3 svg g path{transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1)}.slide--initiated .slide-layer--animate .slide-layer-4{-webkit-transition:-webkit-transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);transition:-webkit-transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1)}.slide--initiated .slide-layer--animate .slide-layer-4 svg g path{transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1)}.slide-theme--0.slide-layers{background-color:#0f69af}.slide-theme--0 .slide-layer-3 svg g path{fill:#0f69af}.slide-theme--0 .slide-layer-4 svg g path{fill:#ffc832}.slide-theme--0 .slide-layer-8{background-color:#eb3c96}.slide-theme--1.slide-layers{background-color:#2dbecd}.slide-theme--1 .slide-layer-3 svg g path{fill:#2dbecd}.slide-theme--1 .slide-layer-4 svg g path{fill:#503291}.slide-theme--1 .slide-layer-8{background-color:#e61e50}.slide-theme--2.slide-layers{background-color:#503291}.slide-theme--2 .slide-layer-3 svg g path{fill:#503291}.slide-theme--2 .slide-layer-4 svg g path{fill:#2dbecd}.slide-theme--2 .slide-layer-8{background-color:#eb3c96}@media all and (min-width: 768px)and (max-width: 1024px){.slide-type--0 .slide-layer-4{-webkit-transform:translateY(-1410px);transform:translateY(-1410px)}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-type--0 .slide-layer-4{-webkit-transform:translateY(-1740px);transform:translateY(-1740px)}}@media all and (min-width: 1281px){.slide-type--0 .slide-layer-4{-webkit-transform:translateY(-2008px);transform:translateY(-2008px)}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-type--2 .slide-layer-4{-webkit-transform:translateY(-2240px);transform:translateY(-2240px)}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-type--2 .slide-layer-4{-webkit-transform:translateY(-3310px);transform:translateY(-3310px)}}@media all and (min-width: 1281px){.slide-type--2 .slide-layer-4{-webkit-transform:translateY(-3980px);transform:translateY(-3980px)}}@media all and (min-width: 0)and (max-width: 767px){.slide-layer-4{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-layer-4{display:block}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-layer-4{display:block}}@media all and (min-width: 1281px){.slide-layer-4{display:block}}@media all and (min-width: 0)and (max-width: 767px){.slide-layer-7{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-layer-7.current,.slide-layer-7.last{display:block}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-layer-7.current,.slide-layer-7.last{display:block}}@media all and (min-width: 1281px){.slide-layer-7.current,.slide-layer-7.last{display:block}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-layer-3 svg,.slide-layer-5 svg{width:1971.2px;height:1971.2px}.slide-layer-4 svg{width:2100.7px;height:3262px}.slide-layer-7-image{width:400px;height:908px}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-layer-3 svg,.slide-layer-5 svg{width:2816px;height:2816px}.slide-layer-4 svg{width:3001px;height:4660px}.slide-layer-7-image{width:600px;height:1288px}}@media all and (min-width: 1281px){.slide-layer-3 svg,.slide-layer-5 svg{width:3379.2px;height:3379.2px}.slide-layer-4 svg{width:3601.2px;height:5592px}.slide-layer-7-image{width:660px;height:1544px}}.aem-AuthorLayer-Edit .slide-layers{display:none}.slide-step{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;padding-top:144px;padding-bottom:144px;opacity:1}.slide-step-content{zoom:1}@media all and (min-width: 0)and (max-width: 767px){.slide-step-content{margin-left:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step-content{margin-left:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step-content{margin-left:32px !important}}@media all and (min-width: 1281px){.slide-step-content{margin-left:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.slide-step-content{margin-right:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step-content{margin-right:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step-content{margin-right:32px !important}}@media all and (min-width: 1281px){.slide-step-content{margin-right:32px !important}}.slide-step-content:before,.slide-step-content:after{display:table;line-height:0;content:""}.slide-step-content:after{clear:both}.slide-step-content-top,.slide-step-content-bottom{zoom:1}.slide-step-content-top:before,.slide-step-content-top:after,.slide-step-content-bottom:before,.slide-step-content-bottom:after{display:table;line-height:0;content:""}.slide-step-content-top:after,.slide-step-content-bottom:after{clear:both}@media all and (min-width: 1281px){.slide-step--hidden .slide-step-title,.slide-step--hidden .slide-step-description,.slide-step--hidden .button{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step--hidden .slide-step-title,.slide-step--hidden .slide-step-description,.slide-step--hidden .button{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step--hidden .slide-step-title,.slide-step--hidden .slide-step-description,.slide-step--hidden .button{display:none}}.slide-step-title{text-transform:uppercase;margin-bottom:16px !important}.slide-step-description{margin-top:20px !important}.slide-step.inactive{opacity:0}.slide-step--animate{transition:top 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:top 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:top 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:top 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1)}.slide-step h1,.slide-step h2,.slide-step h3{font-size:34px;line-height:1}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step h1,.slide-step h2,.slide-step h3{font-size:40px;line-height:1}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step h1,.slide-step h2,.slide-step h3{font-size:52px;line-height:1}}@media all and (min-width: 1281px){.slide-step h1,.slide-step h2,.slide-step h3{font-size:60px;line-height:1}}@media all and (min-width: 1281px){.slide-step-content{width:50%}.slide-step-description{width:70%;font-size:18px;line-height:28px}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step-content{width:50%}.slide-step-description{width:70%;font-size:18px;line-height:28px}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step-content{width:40vw}.slide-step-description{width:80%}}@media all and (min-width: 0)and (max-width: 767px){.slide-step{padding-top:72px !important;padding-bottom:96px !important}.slide-step-content{display:block !important}.slide-step-content-top,.slide-step-content-bottom{display:block !important}}.slide-step-caption{position:absolute;opacity:0}@media all and (min-width: 0)and (max-width: 767px){.slide-step-caption{display:none}}.slide-step-caption p{font-size:14px}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step-caption{top:400px;right:5%}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step-caption{top:460px;right:10%}}@media all and (min-width: 1281px){.slide-step-caption{top:540px;right:176px}}.slide-step.current .slide-step-caption{opacity:1;transition:all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);transition-delay:1000ms;-webkit-transition-delay:1000ms;-moz-transition-delay:1000ms;-o-transition-delay:1000ms}.slide--desktop .slide-step.previous{position:absolute;top:-100%}.slide--desktop .slide-step.current{position:absolute;top:0;z-index:1}.slide--desktop .slide-step.next{position:absolute;top:100%}.slide--desktop .slide-step.last{position:absolute;top:0}.slide--desktop .slide-step.last .step-caption{position:absolute}.slide--initiated .slide-step{padding-top:0;padding-bottom:0}.slide--initiated .slide-step-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media all and (min-width: 0)and (max-width: 767px){.slide--initiated .slide-step-content{margin-left:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide--initiated .slide-step-content{margin-left:100px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide--initiated .slide-step-content{margin-left:100px !important}}@media all and (min-width: 1281px){.slide--initiated .slide-step-content{margin-left:100px !important}}@media all and (min-width: 0)and (max-width: 767px){.slide--initiated .slide-step-content{margin-right:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide--initiated .slide-step-content{margin-right:100px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide--initiated .slide-step-content{margin-right:100px !important}}@media all and (min-width: 1281px){.slide--initiated .slide-step-content{margin-right:100px !important}}.slide--initiated .slide-step-content-top,.slide--initiated .slide-step-content-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.slide--initiated .slide-step-content-top{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.slide--initiated .slide-step.previous,.slide--initiated .slide-step.next,.slide--initiated .slide-step.last{opacity:0}.slide--initiated .slide-step.current{padding-top:38px;opacity:1}@media all and (min-width: 0)and (max-width: 767px){.slide--initiated .slide-step.previous,.slide--initiated .slide-step.next,.slide--initiated .slide-step.current,.slide--initiated .slide-step.last{opacity:1}}@media all and (min-width: 768px)and (max-width: 1024px){.slide--initiated .slide-step.current{padding-top:0}}.slide-theme--0.slide-step{background-color:#0f69af}.slide-theme--0 h1,.slide-theme--0 h2,.slide-theme--0 h3{color:#ffc832}.slide-theme--0 p{color:#fff}.slide-theme--0 .button{background-color:#eb3c96}.slide-theme--0 .button .button-animated{background-color:#d92a83}.slide-theme--1.slide-step{background-color:#2dbecd}.slide-theme--1 h1,.slide-theme--1 h2,.slide-theme--1 h3{color:#503291}.slide-theme--1 p{color:#fff}.slide-theme--1 .button{background-color:#e61e50}.slide-theme--1 .button .button-animated{background-color:#ce2843}.slide-theme--2.slide-step{background-color:#503291}.slide-theme--2 h1,.slide-theme--2 h2,.slide-theme--2 h3{color:#2dbecd}.slide-theme--2 p{color:#fff}.slide-theme--2 .button{background-color:#eb3c96}.slide-theme--2 .button .button-animated{background-color:#d92a83}.fix{position:fixed;top:0;right:0;bottom:0;left:0}.slide-layers{display:none;position:absolute;top:0;right:0;left:0;height:200%;overflow:hidden}.slide-layers .slide-layer-4,.slide-layers .slide-layer-8{transition:opacity 200ms linear;-moz-transition:opacity 200ms linear;-o-transition:opacity 200ms linear;-webkit-transition:opacity 200ms linear}.slide--initiated .slide-layers{display:block}.slide--initiated .slide-layer{position:absolute;top:0;left:0;width:100%;height:100%}.slide--initiated .slide-layer-3,.slide--initiated .slide-layer-5{position:absolute;top:0;right:0;bottom:0;left:0}.slide--initiated .slide-layer-3 svg,.slide--initiated .slide-layer-5 svg{position:absolute;top:0;right:0}.slide--initiated .slide-layer-4{position:absolute;top:0;right:0;bottom:0;left:0}.slide--initiated .slide-layer-4 svg{position:absolute;top:0;right:0}.slide--initiated .slide-layer-7{background-position:center;background-size:cover;opacity:0;position:absolute;top:0;right:0;bottom:0;left:0}.slide--initiated .slide-layer-7.current,.slide--initiated .slide-layer-7.last{opacity:1}.slide--initiated .slide-layer-7-image{background-position:center;background-size:cover;position:absolute;top:0;right:0}.slide--initiated .slide-layer-8{position:absolute;top:0;right:0;bottom:0;left:0}.slide--initiated .slide-layer--animate .slide-layer-3 svg g path{transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1)}.slide--initiated .slide-layer--animate .slide-layer-4{-webkit-transition:-webkit-transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);transition:-webkit-transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1)}.slide--initiated .slide-layer--animate .slide-layer-4 svg g path{transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:fill 600ms cubic-bezier(0.39, 0.575, 0.565, 1)}.slide-theme--0.slide-layers{background-color:#0f69af}.slide-theme--0 .slide-layer-3 svg g path{fill:#0f69af}.slide-theme--0 .slide-layer-4 svg g path{fill:#ffc832}.slide-theme--0 .slide-layer-8{background-color:#eb3c96}.slide-theme--1.slide-layers{background-color:#2dbecd}.slide-theme--1 .slide-layer-3 svg g path{fill:#2dbecd}.slide-theme--1 .slide-layer-4 svg g path{fill:#503291}.slide-theme--1 .slide-layer-8{background-color:#e61e50}.slide-theme--2.slide-layers{background-color:#503291}.slide-theme--2 .slide-layer-3 svg g path{fill:#503291}.slide-theme--2 .slide-layer-4 svg g path{fill:#2dbecd}.slide-theme--2 .slide-layer-8{background-color:#eb3c96}@media all and (min-width: 768px)and (max-width: 1024px){.slide-type--0 .slide-layer-4{-webkit-transform:translateY(-1410px);transform:translateY(-1410px)}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-type--0 .slide-layer-4{-webkit-transform:translateY(-1740px);transform:translateY(-1740px)}}@media all and (min-width: 1281px){.slide-type--0 .slide-layer-4{-webkit-transform:translateY(-2008px);transform:translateY(-2008px)}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-type--2 .slide-layer-4{-webkit-transform:translateY(-2240px);transform:translateY(-2240px)}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-type--2 .slide-layer-4{-webkit-transform:translateY(-3310px);transform:translateY(-3310px)}}@media all and (min-width: 1281px){.slide-type--2 .slide-layer-4{-webkit-transform:translateY(-3980px);transform:translateY(-3980px)}}@media all and (min-width: 0)and (max-width: 767px){.slide-layer-4{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-layer-4{display:block}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-layer-4{display:block}}@media all and (min-width: 1281px){.slide-layer-4{display:block}}@media all and (min-width: 0)and (max-width: 767px){.slide-layer-7{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-layer-7.current,.slide-layer-7.last{display:block}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-layer-7.current,.slide-layer-7.last{display:block}}@media all and (min-width: 1281px){.slide-layer-7.current,.slide-layer-7.last{display:block}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-layer-3 svg,.slide-layer-5 svg{width:1971.2px;height:1971.2px}.slide-layer-4 svg{width:2100.7px;height:3262px}.slide-layer-7-image{width:400px;height:908px}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-layer-3 svg,.slide-layer-5 svg{width:2816px;height:2816px}.slide-layer-4 svg{width:3001px;height:4660px}.slide-layer-7-image{width:600px;height:1288px}}@media all and (min-width: 1281px){.slide-layer-3 svg,.slide-layer-5 svg{width:3379.2px;height:3379.2px}.slide-layer-4 svg{width:3601.2px;height:5592px}.slide-layer-7-image{width:660px;height:1544px}}.aem-AuthorLayer-Edit .slide-layers{display:none}.slide-dots{display:none;z-index:2}@media all and (min-width: 0)and (max-width: 767px){.slide-dots{margin-left:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-dots{margin-left:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-dots{margin-left:40px !important}}@media all and (min-width: 1281px){.slide-dots{margin-left:40px !important}}.slide-dots-wrapper{margin:0}.slide-dot-wrapper::before{display:none}.slide-step:not(.current) .slide-step-cta{display:none}.slide--initiated .slide-dots{display:block;position:absolute;top:0;height:100%}.slide--initiated .slide-dots-container{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.slide--initiated .slide-dots .slide-dot{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out;width:10px;height:10px;margin:10px 0;padding:0;border:0;background-color:rgba(255,255,255,.5);cursor:pointer}.slide--initiated .slide-dots .slide-dot.current{background-color:#fff}.slide--initiated .slide-dots .slide-dot.last{background-color:rgba(0,0,0,0)}@media all and (min-width: 0)and (max-width: 767px){.slide--initiated .slide-dots{display:none}}@media all and (min-width: 0)and (max-width: 767px){.slide-step:not(.current) .slide-step-cta{display:inline-block}}.aem-AuthorLayer-Edit .slide-dots{display:none}.slide-step{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;padding-top:144px;padding-bottom:144px;opacity:1}.slide-step-content{zoom:1}@media all and (min-width: 0)and (max-width: 767px){.slide-step-content{margin-left:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step-content{margin-left:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step-content{margin-left:32px !important}}@media all and (min-width: 1281px){.slide-step-content{margin-left:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.slide-step-content{margin-right:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step-content{margin-right:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step-content{margin-right:32px !important}}@media all and (min-width: 1281px){.slide-step-content{margin-right:32px !important}}.slide-step-content:before,.slide-step-content:after{display:table;line-height:0;content:""}.slide-step-content:after{clear:both}.slide-step-content-top,.slide-step-content-bottom{zoom:1}.slide-step-content-top:before,.slide-step-content-top:after,.slide-step-content-bottom:before,.slide-step-content-bottom:after{display:table;line-height:0;content:""}.slide-step-content-top:after,.slide-step-content-bottom:after{clear:both}@media all and (min-width: 1281px){.slide-step--hidden .slide-step-title,.slide-step--hidden .slide-step-description,.slide-step--hidden .button{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step--hidden .slide-step-title,.slide-step--hidden .slide-step-description,.slide-step--hidden .button{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step--hidden .slide-step-title,.slide-step--hidden .slide-step-description,.slide-step--hidden .button{display:none}}.slide-step-title{text-transform:uppercase;margin-bottom:16px !important}.slide-step-description{margin-top:20px !important}.slide-step.inactive{opacity:0}.slide-step--animate{transition:top 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:top 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:top 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:top 600ms cubic-bezier(0.39, 0.575, 0.565, 1),opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1)}.slide-step h1,.slide-step h2,.slide-step h3{font-size:34px;line-height:1}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step h1,.slide-step h2,.slide-step h3{font-size:40px;line-height:1}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step h1,.slide-step h2,.slide-step h3{font-size:52px;line-height:1}}@media all and (min-width: 1281px){.slide-step h1,.slide-step h2,.slide-step h3{font-size:60px;line-height:1}}@media all and (min-width: 1281px){.slide-step-content{width:50%}.slide-step-description{width:70%;font-size:18px;line-height:28px}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step-content{width:50%}.slide-step-description{width:70%;font-size:18px;line-height:28px}}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step-content{width:40vw}.slide-step-description{width:80%}}@media all and (min-width: 0)and (max-width: 767px){.slide-step{padding-top:72px !important;padding-bottom:96px !important}.slide-step-content{display:block !important}.slide-step-content-top,.slide-step-content-bottom{display:block !important}}.slide-step-caption{position:absolute;opacity:0}@media all and (min-width: 0)and (max-width: 767px){.slide-step-caption{display:none}}.slide-step-caption p{font-size:14px}@media all and (min-width: 768px)and (max-width: 1024px){.slide-step-caption{top:400px;right:5%}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide-step-caption{top:460px;right:10%}}@media all and (min-width: 1281px){.slide-step-caption{top:540px;right:176px}}.slide-step.current .slide-step-caption{opacity:1;transition:all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);transition-delay:1000ms;-webkit-transition-delay:1000ms;-moz-transition-delay:1000ms;-o-transition-delay:1000ms}.slide--desktop .slide-step.previous{position:absolute;top:-100%}.slide--desktop .slide-step.current{position:absolute;top:0;z-index:1}.slide--desktop .slide-step.next{position:absolute;top:100%}.slide--desktop .slide-step.last{position:absolute;top:0}.slide--desktop .slide-step.last .step-caption{position:absolute}.slide--initiated .slide-step{padding-top:0;padding-bottom:0}.slide--initiated .slide-step-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media all and (min-width: 0)and (max-width: 767px){.slide--initiated .slide-step-content{margin-left:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide--initiated .slide-step-content{margin-left:100px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide--initiated .slide-step-content{margin-left:100px !important}}@media all and (min-width: 1281px){.slide--initiated .slide-step-content{margin-left:100px !important}}@media all and (min-width: 0)and (max-width: 767px){.slide--initiated .slide-step-content{margin-right:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.slide--initiated .slide-step-content{margin-right:100px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.slide--initiated .slide-step-content{margin-right:100px !important}}@media all and (min-width: 1281px){.slide--initiated .slide-step-content{margin-right:100px !important}}.slide--initiated .slide-step-content-top,.slide--initiated .slide-step-content-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.slide--initiated .slide-step-content-top{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.slide--initiated .slide-step.previous,.slide--initiated .slide-step.next,.slide--initiated .slide-step.last{opacity:0}.slide--initiated .slide-step.current{padding-top:38px;opacity:1}@media all and (min-width: 0)and (max-width: 767px){.slide--initiated .slide-step.previous,.slide--initiated .slide-step.next,.slide--initiated .slide-step.current,.slide--initiated .slide-step.last{opacity:1}}@media all and (min-width: 768px)and (max-width: 1024px){.slide--initiated .slide-step.current{padding-top:0}}.slide-theme--0.slide-step{background-color:#0f69af}.slide-theme--0 h1,.slide-theme--0 h2,.slide-theme--0 h3{color:#ffc832}.slide-theme--0 p{color:#fff}.slide-theme--0 .button{background-color:#eb3c96}.slide-theme--0 .button .button-animated{background-color:#d92a83}.slide-theme--1.slide-step{background-color:#2dbecd}.slide-theme--1 h1,.slide-theme--1 h2,.slide-theme--1 h3{color:#503291}.slide-theme--1 p{color:#fff}.slide-theme--1 .button{background-color:#e61e50}.slide-theme--1 .button .button-animated{background-color:#ce2843}.slide-theme--2.slide-step{background-color:#503291}.slide-theme--2 h1,.slide-theme--2 h2,.slide-theme--2 h3{color:#2dbecd}.slide-theme--2 p{color:#fff}.slide-theme--2 .button{background-color:#eb3c96}.slide-theme--2 .button .button-animated{background-color:#d92a83}.slide-before{position:fixed;top:0;right:0;left:0;opacity:1;zoom:1;transition:opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-moz-transition:opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-o-transition:opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);-webkit-transition:opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);position:fixed;top:0;right:0;left:0;z-index:1000;zoom:1}.slide-before:before,.slide-before:after{display:table;line-height:0;content:""}.slide-before:after{clear:both}.slide-before:before,.slide-before:after{display:table;line-height:0;content:""}.slide-before:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.slide-before{position:relative}}.slide-after{position:relative;z-index:3}.slide--initiated{position:relative;top:0;width:100%;height:100%}.slide--initiated .slide-content{position:relative;height:100%}.slide--initiated .slide-content-inner{position:absolute;top:0;right:0;bottom:0;left:0}.slide-page--initiated{height:100%;overflow:hidden}.slide-page--active{overflow-y:auto}.slide--mobile.slide-page{height:auto;overflow:auto}.slide--mobile .slide-layers{display:none}.slide--mobile .slide-content-inner{position:relative}.slide--desktop .slide-step{background-color:rgba(0,0,0,0)}.slide-theme--0 .navigation li.navigation-brand svg g path{fill:#eb3c96}@media all and (min-width: 0)and (max-width: 767px){.slide-theme--0 .navigation{background-color:#0f69af}}.slide-theme--1 .navigation li.navigation-brand svg g path{fill:#e61e50}@media all and (min-width: 0)and (max-width: 767px){.slide-theme--1 .navigation{background-color:#2dbecd}}.slide-theme--2 .navigation li.navigation-brand svg g path{fill:#eb3c96}@media all and (min-width: 0)and (max-width: 767px){.slide-theme--2 .navigation{background-color:#503291}}.aem-AuthorLayer-Edit .slide-page{height:auto !important;overflow:auto !important}.aem-AuthorLayer-Edit .slide{height:auto !important}.aem-AuthorLayer-Edit .slide-before{position:relative;background-color:#503291;opacity:1 !important}.aem-AuthorLayer-Edit .slide-content{height:auto !important;min-height:100px}.aem-AuthorLayer-Edit .slide-content-inner{position:relative}.aem-AuthorLayer-Edit .slide-step{position:relative !important;height:auto !important;padding-top:144px;padding-bottom:144px;opacity:1 !important;z-index:0 !important}.aem-AuthorLayer-Edit .slide-step-content{margin-left:32px !important}.aem-AuthorLayer-Edit .slide-theme--0.slide-step{background-color:#0f69af}.aem-AuthorLayer-Edit .slide-theme--1.slide-step{background-color:#2dbecd}.aem-AuthorLayer-Edit .slide-theme--2.slide-step{background-color:#503291}.basic-social-activities{background-color:#0f69af}@media all and (min-width: 0)and (max-width: 767px){.basic-social-activities{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-social-activities{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-social-activities{padding-top:60px !important}}@media all and (min-width: 1281px){.basic-social-activities{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.basic-social-activities{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-social-activities{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-social-activities{padding-bottom:60px !important}}@media all and (min-width: 1281px){.basic-social-activities{padding-bottom:60px !important}}.basic-social-activities-container{zoom:1;width:1400px;margin:0 auto}.basic-social-activities-container:before,.basic-social-activities-container:after{display:table;line-height:0;content:""}.basic-social-activities-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.basic-social-activities-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-social-activities-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-social-activities-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.basic-social-activities-container{width:1280px;padding-right:30px;padding-left:30px}}.basic-social-activities-row{zoom:1}.basic-social-activities-row:before,.basic-social-activities-row:after{display:table;line-height:0;content:""}.basic-social-activities-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.basic-social-activities-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-social-activities-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-social-activities-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.basic-social-activities-row{margin-right:-15px;margin-left:-15px}}.basic-social-activities-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-bottom:48px !important;color:#ffc832}.basic-social-activities-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.basic-social-activities-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-social-activities-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-social-activities-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.basic-social-activities-title{margin-top:-12px;font-size:28px;line-height:1.2}}.basic-social-activities-content,.basic-social-activities-list{zoom:1}.basic-social-activities-content:before,.basic-social-activities-content:after,.basic-social-activities-list:before,.basic-social-activities-list:after{display:table;line-height:0;content:""}.basic-social-activities-content:after,.basic-social-activities-list:after{clear:both}.basic-social-activities-list{padding-bottom:18px !important}.basic-social-activities-item{float:left}.basic-social-activities-card{position:relative;background-color:#fff;overflow:hidden;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px}.basic-social-activities-card-image{position:relative;overflow:hidden}.basic-social-activities-card-image:before{display:block;width:100%;padding-top:56.25%;content:""}.basic-social-activities-card-image-source{position:absolute;top:0;left:0;width:100%}.basic-social-activities-card-video{position:relative;height:0;padding-bottom:56.25%;overflow:hidden}.basic-social-activities-card-video iframe,.basic-social-activities-card-video video{position:absolute;top:0;left:0;width:100%;height:100%}.basic-social-activities-card-content{padding-top:18px !important;padding-right:18px !important;padding-bottom:18px !important;padding-left:18px !important}.basic-social-activities-card-description{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin-bottom:8px !important}.basic-social-activities-card-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-social-activities-card-description{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-social-activities-card-description{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.basic-social-activities-card-description{font-size:14px;line-height:1.7}}.basic-social-activities-card-description--medium{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7}.basic-social-activities-card-description--medium:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-social-activities-card-description--medium{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-social-activities-card-description--medium{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.basic-social-activities-card-description--medium{font-size:16px;line-height:1.7}}.basic-social-activities-card-description--large{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:24px;line-height:1.4;margin-bottom:16px !important}.basic-social-activities-card-description--large:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-social-activities-card-description--large{font-size:24px;line-height:1.4}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-social-activities-card-description--large{font-size:24px;line-height:1.4}}@media all and (min-width: 1281px){.basic-social-activities-card-description--large{font-size:24px;line-height:1.4}}.basic-social-activities-card-link{position:relative;margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7}.basic-social-activities-card-link:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-social-activities-card-link{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-social-activities-card-link{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.basic-social-activities-card-link{font-size:14px;line-height:1.7}}.basic-social-activities-card-link:after{position:absolute;top:2px;right:-24px;font-family:"MKGAA-ICONS" !important;-webkit-transition:right .3s ease;transition:right .3s ease;font-size:8px;content:""}.basic-social-activities-card-link:hover:after{position:absolute;top:2px;right:-32px}.basic-social-activities-card-author{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;color:gray;font-weight:bold;letter-spacing:1px;line-height:24px !important;text-transform:uppercase}.basic-social-activities-card-author:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-social-activities-card-author{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-social-activities-card-author{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.basic-social-activities-card-author{font-size:12px;line-height:1.7}}.basic-social-activities-card-icon i{font-size:24px}.basic-social-activities-card-icon--facebook{color:#3b5998}.basic-social-activities-card-icon--twitter{color:#000}.basic-social-activities-card-icon--youtube{color:#e52d27}.basic-social-activities-list-item{float:left}@media all and (min-width: 0)and (max-width: 767px){.basic-social-activities-header{width:100%;position:relative;min-height:1px;padding:0 10px}.basic-social-activities-card-content{padding-bottom:54px !important}.basic-social-activities-card-author{position:absolute;bottom:0;left:24px}.basic-social-activities-card-icon{zoom:1;position:absolute;right:24px;bottom:24px}.basic-social-activities-card-icon:before,.basic-social-activities-card-icon:after{display:table;line-height:0;content:""}.basic-social-activities-card-icon:after{clear:both}.basic-social-activities-card-icon i{float:right}.basic-social-activities-list-item{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-social-activities-header{width:100%;position:relative;min-height:1px;padding:0 10px}.basic-social-activities-list-item{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.basic-social-activities-card{height:570px}.basic-social-activities-card-author{position:absolute;bottom:40px;left:24px}.basic-social-activities-card-icon{zoom:1;position:absolute;bottom:24px;left:24px}.basic-social-activities-card-icon:before,.basic-social-activities-card-icon:after{display:table;line-height:0;content:""}.basic-social-activities-card-icon:after{clear:both}.basic-social-activities-card-icon i{float:right}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-social-activities-header{width:100%;position:relative;min-height:1px;padding:0 15px}.basic-social-activities-list-item{width:31.25%;position:relative;min-height:1px;padding:0 15px}.basic-social-activities-card{height:480px}.basic-social-activities-card-author{position:absolute;bottom:0;left:24px}.basic-social-activities-card-icon{zoom:1;position:absolute;right:24px;bottom:24px}.basic-social-activities-card-icon:before,.basic-social-activities-card-icon:after{display:table;line-height:0;content:""}.basic-social-activities-card-icon:after{clear:both}.basic-social-activities-card-icon i{float:right}}@media all and (min-width: 1281px){.basic-social-activities-header{width:100%;position:relative;min-height:1px;padding:0 15px}.basic-social-activities-list-item{width:31.25%;position:relative;min-height:1px;padding:0 15px}.basic-social-activities-card{height:480px}.basic-social-activities-card-author{position:absolute;bottom:0;left:24px}.basic-social-activities-card-icon{zoom:1;position:absolute;right:24px;bottom:24px}.basic-social-activities-card-icon:before,.basic-social-activities-card-icon:after{display:table;line-height:0;content:""}.basic-social-activities-card-icon:after{clear:both}.basic-social-activities-card-icon i{float:right}}.social-media-hub{padding-bottom:20px;background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.social-media-hub{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.social-media-hub{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.social-media-hub{padding-top:60px !important}}@media all and (min-width: 1281px){.social-media-hub{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.social-media-hub{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.social-media-hub{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.social-media-hub{padding-bottom:60px !important}}@media all and (min-width: 1281px){.social-media-hub{padding-bottom:60px !important}}.social-media-hub--hidden{display:none}.social-media-hub.theme--white{background-color:#fff}.social-media-hub.theme--white .social-media-hub__header{color:#503291}.social-media-hub.theme--white .social-media-hub__headline{color:#000}.social-media-hub.theme--white .social-media-hub__headline:hover{color:#000}.social-media-hub.theme--white .social-media-hub__twitter{border:1px solid #e1e1e1}@media all and (min-width: 768px){.social-media-hub.theme--white .social-media-hub__post-wrapper{border:1px solid #e1e1e1}.social-media-hub.theme--white .social-media-hub__linkedin iframe,.social-media-hub.theme--white .social-media-hub__instagram iframe{min-width:calc(100% + 4px) !important;min-height:calc(100% + 2px) !important;margin-top:-2px !important;margin-left:-2px !important}.social-media-hub.theme--white .social-media-hub__facebook iframe{margin-top:-2px !important;margin-left:-1px !important}}@media all and (min-width: 0)and (max-width: 767px){.social-media-hub.theme--white .social-media-hub__twitter{border:0}.social-media-hub.theme--white .social-media-hub__twitter iframe{border:0}}.social-media-hub__container{zoom:1;width:1400px;margin:0 auto}.social-media-hub__container:before,.social-media-hub__container:after{display:table;line-height:0;content:""}.social-media-hub__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.social-media-hub__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.social-media-hub__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.social-media-hub__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.social-media-hub__container{width:1280px;padding-right:30px;padding-left:30px}}.social-media-hub__row{display:-webkit-box;display:-ms-flexbox;display:flex}.social-media-hub__items-container-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:0}.social-media-hub__icon{display:block;position:relative;width:40px;height:40px;margin-right:0px !important;margin-bottom:20px;float:left}.social-media-hub__icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.social-media-hub__headline{display:inline-block;margin:8px 0px;color:#fff;font-size:14px}.social-media-hub__headline:hover{color:#fff;opacity:.6}.social-media-hub__header{margin-bottom:0px;color:#2dbecd;font-size:28px}.social-media-hub__post{display:inline-block;margin-top:40px}.social-media-hub__post-wrapper{background-color:#fff;height:400px;border-radius:8px;overflow-y:scroll}.social-media-hub__post iframe{width:450px;min-width:100% !important;max-width:100% !important;min-height:100% !important;border:1px solid #dddfe2;border-radius:3px;background-color:#fff}.social-media-hub__instagram,.social-media-hub__linkedin,.social-media-hub__twitter{overflow-y:scroll}.ie .social-media-hub__linkedin{overflow-y:hidden;-ms-overflow-style:none}.ie .social-media-hub__linkedin iframe{height:200px !important}.social-media-hub__timeline-wrapper{height:500px;overflow-y:scroll}.social-media-hub__timeline-wrapper-facebook{overflow-y:hidden}.social-media-hub .fb-post{width:100% !important}.social-media-hub .fb-post span{width:100% !important}.social-media-hub .fb-page iframe{width:100% !important}.social-media-hub .footer-social-icon-image img{width:35px;height:35px}.social-media-hub twitter-widget{margin-top:0px !important}.social-media-hub .twitter-tweet{max-width:100% !important}.social-media-hub__instagram iframe{margin-bottom:0 !important}@media all and (min-width: 1281px){.social-media-hub--1-items .social-media-hub__header,.social-media-hub--2-items .social-media-hub__header{width:31.25%;position:relative;min-height:1px;padding:0 15px}.social-media-hub--1-items .social-media-hub__items-container,.social-media-hub--2-items .social-media-hub__items-container{width:68.75%;position:relative;min-height:1px;padding:0 15px}.social-media-hub--1-items .social-media-hub__items-container-row,.social-media-hub--2-items .social-media-hub__items-container-row{zoom:1}.social-media-hub--1-items .social-media-hub__items-container-row:before,.social-media-hub--1-items .social-media-hub__items-container-row:after,.social-media-hub--2-items .social-media-hub__items-container-row:before,.social-media-hub--2-items .social-media-hub__items-container-row:after{display:table;line-height:0;content:""}.social-media-hub--1-items .social-media-hub__items-container-row:after,.social-media-hub--2-items .social-media-hub__items-container-row:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.social-media-hub--1-items .social-media-hub__items-container-row,.social-media-hub--2-items .social-media-hub__items-container-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.social-media-hub--1-items .social-media-hub__items-container-row,.social-media-hub--2-items .social-media-hub__items-container-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--1-items .social-media-hub__items-container-row,.social-media-hub--2-items .social-media-hub__items-container-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px)and (min-width: 1281px){.social-media-hub--1-items .social-media-hub__items-container-row,.social-media-hub--2-items .social-media-hub__items-container-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.social-media-hub--1-items .social-media-hub__post,.social-media-hub--2-items .social-media-hub__post{position:relative;width:45.4545454545%;min-height:1px;padding:0 15px;float:left;margin-top:0}.social-media-hub--1-items .social-media-hub__post:first-child,.social-media-hub--2-items .social-media-hub__post:first-child{position:relative;width:45.4545454545%;min-height:1px;padding:0 15px;float:left;margin-left:9.0909090909%}}@media all and (min-width: 1281px){.social-media-hub--1-items .row,.social-media-hub--2-items .row{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 1281px){.social-media-hub--3-items .social-media-hub__header{width:43.75%;position:relative;min-height:1px;padding:0 15px}.social-media-hub--3-items .social-media-hub__post{width:31.25%;position:relative;min-height:1px;padding:0 15px}.social-media-hub--3-items__items-container{zoom:1;font-size:0}.social-media-hub--3-items__items-container:before,.social-media-hub--3-items__items-container:after{display:table;line-height:0;content:""}.social-media-hub--3-items__items-container:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.social-media-hub--3-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.social-media-hub--3-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--3-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px)and (min-width: 1281px){.social-media-hub--3-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.social-media-hub--4-items .social-media-hub__header{width:43.75%;position:relative;min-height:1px;padding:0 15px}.social-media-hub--4-items .social-media-hub__post{width:25%;position:relative;min-height:1px;padding:0 15px}.social-media-hub--4-items__items-container{zoom:1;font-size:0}.social-media-hub--4-items__items-container:before,.social-media-hub--4-items__items-container:after{display:table;line-height:0;content:""}.social-media-hub--4-items__items-container:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.social-media-hub--4-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.social-media-hub--4-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--4-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px)and (min-width: 1281px){.social-media-hub--4-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.social-media-hub__timeline-wrapper{display:inline}}@media all and (min-width: 1281px){.social-media-hub__iframe-post-wrapper{display:inline}}@media all and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--1-items .social-media-hub__header,.social-media-hub--2-items .social-media-hub__header{width:31.25%;position:relative;min-height:1px;padding:0 15px}.social-media-hub--1-items .social-media-hub__items-container,.social-media-hub--2-items .social-media-hub__items-container{width:68.75%;position:relative;min-height:1px;padding:0 15px}.social-media-hub--1-items .social-media-hub__items-container-row,.social-media-hub--2-items .social-media-hub__items-container-row{zoom:1}.social-media-hub--1-items .social-media-hub__items-container-row:before,.social-media-hub--1-items .social-media-hub__items-container-row:after,.social-media-hub--2-items .social-media-hub__items-container-row:before,.social-media-hub--2-items .social-media-hub__items-container-row:after{display:table;line-height:0;content:""}.social-media-hub--1-items .social-media-hub__items-container-row:after,.social-media-hub--2-items .social-media-hub__items-container-row:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.social-media-hub--1-items .social-media-hub__items-container-row,.social-media-hub--2-items .social-media-hub__items-container-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.social-media-hub--1-items .social-media-hub__items-container-row,.social-media-hub--2-items .social-media-hub__items-container-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--1-items .social-media-hub__items-container-row,.social-media-hub--2-items .social-media-hub__items-container-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.social-media-hub--1-items .social-media-hub__items-container-row,.social-media-hub--2-items .social-media-hub__items-container-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--1-items .social-media-hub__post,.social-media-hub--2-items .social-media-hub__post{position:relative;width:45.4545454545%;min-height:1px;padding:0 15px;float:left;margin-top:0}.social-media-hub--1-items .social-media-hub__post:first-child,.social-media-hub--2-items .social-media-hub__post:first-child{position:relative;width:45.4545454545%;min-height:1px;padding:0 15px;float:left;margin-left:9.0909090909%}}@media all and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--1-items .row,.social-media-hub--2-items .row{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--3-items .social-media-hub__header{width:50%;position:relative;min-height:1px;padding:0 15px}.social-media-hub--3-items .social-media-hub__post{width:31.25%;position:relative;min-height:1px;padding:0 15px}.social-media-hub--3-items__items-container{zoom:1;font-size:0}.social-media-hub--3-items__items-container:before,.social-media-hub--3-items__items-container:after{display:table;line-height:0;content:""}.social-media-hub--3-items__items-container:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.social-media-hub--3-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.social-media-hub--3-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--3-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.social-media-hub--3-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--4-items .social-media-hub__header{width:50%;position:relative;min-height:1px;padding:0 15px}.social-media-hub--4-items .social-media-hub__post{width:43.75%;position:relative;min-height:1px;padding:0 15px}.social-media-hub--4-items__items-container{zoom:1;font-size:0}.social-media-hub--4-items__items-container:before,.social-media-hub--4-items__items-container:after{display:table;line-height:0;content:""}.social-media-hub--4-items__items-container:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.social-media-hub--4-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.social-media-hub--4-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--4-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.social-media-hub--4-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.edge .social-media-hub__twitter{overflow-y:hidden}}@media all and (min-width: 768px)and (max-width: 1024px){.social-media-hub--1-items .social-media-hub__header{width:41.6666666667%;position:relative;min-height:1px;padding:0 10px}.social-media-hub--1-items .social-media-hub__items-container{width:58.3333333333%;position:relative;min-height:1px;padding:0 10px}.social-media-hub--1-items .social-media-hub__items-container-row{zoom:1}.social-media-hub--1-items .social-media-hub__items-container-row:before,.social-media-hub--1-items .social-media-hub__items-container-row:after{display:table;line-height:0;content:""}.social-media-hub--1-items .social-media-hub__items-container-row:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.social-media-hub--1-items .social-media-hub__items-container-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.social-media-hub--1-items .social-media-hub__items-container-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--1-items .social-media-hub__items-container-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.social-media-hub--1-items .social-media-hub__items-container-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px){.social-media-hub--1-items .social-media-hub__post{position:relative;width:85.7142857143%;min-height:1px;padding:0 10px;float:left;margin-left:14.2857142857%;margin-top:0}}@media all and (min-width: 768px)and (max-width: 1024px){.social-media-hub--1-items .row{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 768px)and (max-width: 1024px){.social-media-hub--2-items .social-media-hub__header{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-bottom:0}.social-media-hub--2-items .social-media-hub__post{width:50%;position:relative;min-height:1px;padding:0 10px}.social-media-hub--2-items__items-container{zoom:1;font-size:0}.social-media-hub--2-items__items-container:before,.social-media-hub--2-items__items-container:after{display:table;line-height:0;content:""}.social-media-hub--2-items__items-container:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.social-media-hub--2-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.social-media-hub--2-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--2-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.social-media-hub--2-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px){.social-media-hub--3-items .social-media-hub__header{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-bottom:0}.social-media-hub--3-items .social-media-hub__post{width:50%;position:relative;min-height:1px;padding:0 10px}.social-media-hub--3-items__items-container{zoom:1;font-size:0}.social-media-hub--3-items__items-container:before,.social-media-hub--3-items__items-container:after{display:table;line-height:0;content:""}.social-media-hub--3-items__items-container:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.social-media-hub--3-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.social-media-hub--3-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--3-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.social-media-hub--3-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px){.social-media-hub--4-items .social-media-hub__header{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-bottom:0}.social-media-hub--4-items .social-media-hub__post{width:50%;position:relative;min-height:1px;padding:0 10px}.social-media-hub--4-items__items-container{zoom:1;font-size:0}.social-media-hub--4-items__items-container:before,.social-media-hub--4-items__items-container:after{display:table;line-height:0;content:""}.social-media-hub--4-items__items-container:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.social-media-hub--4-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.social-media-hub--4-items__items-container{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.social-media-hub--4-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.social-media-hub--4-items__items-container{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px){.social-media-hub__header{margin-bottom:40px}}@media all and (min-width: 768px)and (max-width: 1024px){.social-media-hub__post{width:50%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.edge .social-media-hub__twitter{overflow-y:hidden}}@media all and (min-width: 0)and (max-width: 767px){.social-media-hub .social-media-hub__header{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:0}.social-media-hub__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.social-media-hub__header{margin-bottom:40px}.social-media-hub__post{width:100%;position:relative;min-height:1px;padding:0 10px;height:100%;margin-top:40px;margin-bottom:0}.social-media-hub__post-wrapper{height:100%;overflow-y:hidden}.social-media-hub__instagram,.social-media-hub__linkedin,.social-media-hub__twitter{overflow-y:hidden}.social-media-hub__linkedin{position:relative;min-height:125vw;overflow:hidden}.social-media-hub__linkedin iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;overflow-y:hidden}.ie .social-media-hub__linkedin iframe{min-height:750px !important;-ms-overflow-style:none}.social-media-hub__iframe-post-wrapper iframe{width:300px !important}.social-media-hub__iframe-post-wrapper .twitter-tweet{width:800px !important;margin-bottom:0px !important}}.statistics{zoom:1;width:100%;background-color:#fff}.statistics:before,.statistics:after{display:table;line-height:0;content:""}.statistics:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.statistics{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.statistics{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.statistics{padding-top:60px !important}}@media all and (min-width: 1281px){.statistics{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.statistics{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.statistics{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.statistics{padding-bottom:60px !important}}@media all and (min-width: 1281px){.statistics{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.statistics.same-theme--both{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.statistics.same-theme--both{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.statistics.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.statistics.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.statistics.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.statistics.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.statistics.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.statistics.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.statistics.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.statistics.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.statistics.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.statistics.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.statistics.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.statistics.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.statistics.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.statistics.same-theme--bottom{padding-bottom:30px !important}}.statistics__container{zoom:1;width:1400px;margin:0 auto}.statistics__container:before,.statistics__container:after{display:table;line-height:0;content:""}.statistics__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.statistics__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.statistics__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.statistics__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.statistics__container{width:1280px;padding-right:30px;padding-left:30px}}.statistics .border-component{border-bottom:2px solid rgba(80,50,145,.2)}.statistics-header{position:relative;margin-bottom:39px;zoom:1}.statistics-header:before,.statistics-header:after{display:table;line-height:0;content:""}.statistics-header:after{clear:both}.statistics-header .title{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;margin-bottom:20px;color:#2dbecd;text-transform:uppercase}.statistics-header .title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.statistics__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.statistics__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;width:100%;margin:0;overflow:hidden}.statistics-item{float:left;color:#503291;text-align:center}.statistics-item-number{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;width:100vw;margin-left:calc((100vw - 100%)/2*-1);font-size:72px;line-height:1}.statistics-item-number:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.statistics-item-description{margin:0 auto;font-size:16px;overflow-wrap:break-word}.statistics-item-image{height:72px}.statistics-item::before{content:none}.statistics-item--hidden{display:none}@media all and (min-width: 1281px){.statistics-header{width:100%;position:relative;min-height:1px;padding:0 15px}.statistics-item{width:25%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.statistics-header{width:100%;position:relative;min-height:1px;padding:0 15px}.statistics-item{width:25%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.statistics-header{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.statistics-header{width:100%;position:relative;min-height:1px;padding:0 10px}.statistics-item{width:100%;position:relative;min-height:1px;padding:0 10px}}.statistics.statistics--2 .statistics__grid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media all and (min-width: 1281px){.statistics.statistics--2 .statistics-item:first-child{margin:0}.statistics.statistics--2 .statistics-item:nth-child(2){margin-left:12.5%}}@media all and (min-width: 1025px)and (max-width: 1280px){.statistics.statistics--2 .statistics-item:first-child{margin:0}.statistics.statistics--2 .statistics-item:nth-child(2){margin-left:12.5%}}@media all and (min-width: 768px)and (max-width: 1024px){.statistics.statistics--2 .statistics-item{width:50%;position:relative;min-height:1px;padding:0 10px}}.statistics .carousel__dots{margin:40px 0 0 0}@media all and (min-width: 0)and (max-width: 767px){.statistics-header .title{margin-bottom:40px;float:none;text-align:center}.statistics-item{margin-bottom:32px}.carousel .statistics-item{margin-bottom:0}.statistics-item:last-child{margin-bottom:0}.statistics-item-number{margin-bottom:12px;font-size:60px}.statistics-item-description{padding:0 24px}}@media all and (min-width: 768px)and (max-width: 1024px){.statistics .statistics__grid{-ms-flex-pack:distribute;justify-content:space-around}.statistics .statistics-item{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.statistics .statistics-item-number{font-size:64px}}@media all and (min-width: 1281px){.statistics .statistics-item{margin-left:6.25%}}@media all and (min-width: 1025px)and (max-width: 1280px){.statistics .statistics-item{margin-left:6.25%}}.blog-post--template .statistics__container{width:100%;padding-right:0;padding-left:0}@media all and (min-width: 1281px){.blog-post--template .statistics-header,.blog-post--template .statistics-item{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;float:none}.blog-post--template .statistics--2 .statistics-item{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.blog-post--template .statistics--3 .statistics-item{position:relative;width:30%;min-height:1px;padding:0 15px;float:left;width:33.3333333333%}.blog-post--template .statistics-item-number{font-size:64px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .statistics-header,.blog-post--template .statistics-item{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;float:none}.blog-post--template .statistics--2 .statistics-item{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.blog-post--template .statistics--3 .statistics-item{position:relative;width:30%;min-height:1px;padding:0 15px;float:left;width:33.3333333333%}.blog-post--template .statistics-item-number{font-size:50px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .statistics-header,.blog-post--template .statistics-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;float:none}.blog-post--template .statistics--2 .statistics-item{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.blog-post--template .statistics--3 .statistics-item{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .statistics-header,.blog-post--template .statistics-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;float:none}.blog-post--template .statistics--2 .statistics-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.blog-post--template .statistics--3 .statistics-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.blog-post--template .statistics.statistics--3 .statistics-item,.blog-post--template .statistics.statistics--3 .statistics-item:first-child{margin-left:0}.blog-post--template .statistics.statistics--2 .statistics-item,.blog-post--template .statistics.statistics--2 .statistics-item:first-child,.blog-post--template .statistics.statistics--2 .statistics-item:nth-child(2){margin-left:0}.blog-post--template .statistics-header{padding-right:0;padding-left:0}html[lang=zh] .statistics-item-number,html[lang=ja] .statistics-item-number,html[lang=ko] .statistics-item-number{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif !important;font-size:72px}@media all and (min-width: 768px)and (max-width: 1024px){html[lang=zh] .statistics-item-number,html[lang=ja] .statistics-item-number,html[lang=ko] .statistics-item-number{font-size:64px}}@media all and (min-width: 0)and (max-width: 767px){html[lang=zh] .statistics-item-number,html[lang=ja] .statistics-item-number,html[lang=ko] .statistics-item-number{font-size:60px}}@media all and (min-width: 1281px){.blog-post--template html[lang=zh] .statistics-item-number,.blog-post--template html[lang=ja] .statistics-item-number,.blog-post--template html[lang=ko] .statistics-item-number{font-size:64px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template html[lang=zh] .statistics-item-number,.blog-post--template html[lang=ja] .statistics-item-number,.blog-post--template html[lang=ko] .statistics-item-number{font-size:50px}}.sticky-button{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:64px;height:228px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:width .5s ease-in-out;transition:width .5s ease-in-out;border-top-right-radius:4px;border-bottom-right-radius:4px;background-color:#ffc832;cursor:pointer;z-index:10}.sticky-button__hover{position:absolute;top:0;left:0;width:64px;height:228px;border-radius:0;background-color:rgba(0,0,0,0)}.sticky-button__hover .button-animated{background-color:rgba(0,0,0,.15)}.no-touch .sticky-button__hover:hover .button-animated{width:1000px;height:800px}.sticky-button__icon{position:absolute;top:20px;right:7px;width:24px;height:24px;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:background-color .2s linear;transition:background-color .2s linear;border:0;border-radius:50px;background-color:#eb3c96;cursor:pointer}.sticky-button__icon-vertical,.sticky-button__icon-horizontal{background-color:#fff}.sticky-button__icon-vertical{width:2px;height:9px;-webkit-transition:all .2s linear;transition:all .2s linear;position:absolute;top:7.5px;left:11px}.sticky-button__icon-horizontal{width:9px;height:2px;position:absolute;top:11px;left:7.5px}.sticky-button__icon:focus{outline:none}.sticky-button__container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.sticky-button__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2}.ie .sticky-button__header{padding-bottom:30px}.sticky-button__heading{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;font-size:18px;line-height:1.2;font-size:12px;display:block;color:#000}.sticky-button__heading:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.sticky-button__heading{font-size:18px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.sticky-button__heading{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.sticky-button__heading{font-size:18px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.sticky-button__heading{font-size:18px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.sticky-button__heading{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.sticky-button__heading{font-size:18px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.sticky-button__heading{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.sticky-button__heading{font-size:12px}}@media all and (min-width: 1281px){.sticky-button__heading{font-size:12px}}.sticky-button__heading--collased{position:absolute;width:154px;-webkit-transform:translateX(-50%) translateY(16px) rotate(-90deg);transform:translateX(-50%) translateY(16px) rotate(-90deg);-webkit-transition:opacity .5s ease-in .5s;transition:opacity .5s ease-in .5s;opacity:1}.ie .sticky-button__heading--collased{bottom:128px;-webkit-transform:translateX(-50%) translateY(48px) rotate(-90deg);transform:translateX(-50%) translateY(48px) rotate(-90deg)}.sticky-button__heading--open{position:absolute;padding-right:35px;opacity:0;visibility:hidden}.sticky-button__content{position:absolute;top:28px;opacity:0;visibility:hidden}.sticky-button--open{width:255px;height:228px;padding:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:default}.sticky-button--open .sticky-button__container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:-webkit-transform 0s .5s;transition:-webkit-transform 0s .5s;transition:transform 0s .5s;transition:transform 0s .5s, -webkit-transform 0s .5s}.sticky-button--open .sticky-button__header{position:absolute;top:6px;width:100%}.sticky-button--open .sticky-button__heading{-webkit-box-flex:1;-ms-flex:1;flex:1}.sticky-button--open .sticky-button__heading--collased{-webkit-transform:translateX(-42%) translateY(104px) rotate(-90deg);transform:translateX(-42%) translateY(104px) rotate(-90deg);-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;opacity:0}.ie .sticky-button--open .sticky-button__heading--collased{margin-bottom:-131px}.sticky-button--open .sticky-button__heading--open{top:0;-webkit-transition:opacity .5s ease-in 1s;transition:opacity .5s ease-in 1s;opacity:1;visibility:visible}.sticky-button--open .sticky-button__icon{top:-6px;right:-11px;background-color:#503291}.sticky-button--open .sticky-button__icon-vertical{top:11px;height:2px}.sticky-button--open .sticky-button__content{padding-top:10px;padding-bottom:20px;-webkit-transition:opacity .5s ease-in 1s;transition:opacity .5s ease-in 1s;opacity:1;visibility:visible}.sticky-button--open .sticky-button__cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;padding:12px 12px;border-radius:5px;font-size:11px;line-height:12px;background-color:#eb3c96;margin-top:6px}.sticky-button--open .sticky-button__cta:disabled{background:#e1e1e1}.sticky-button--open .sticky-button__cta .button-animated{background-color:#ff6ab5}.sticky-button--open .sticky-button__description{font-size:12px}@media all and (min-width: 768px)and (max-width: 1024px){.sticky-button--open .sticky-button__description{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.sticky-button--open .sticky-button__description{font-size:12px}}@media all and (min-width: 1281px){.sticky-button--open .sticky-button__description{font-size:12px}}.sticky-button--open .sticky-button__hover{display:none}@media all and (min-width: 0)and (max-width: 767px){.sticky-button{top:60px;width:100%;height:52px;padding:20px;-webkit-transform:none;transform:none;-webkit-transition:top .2s ease-in-out,height .5s ease-in-out;transition:top .2s ease-in-out,height .5s ease-in-out;border-radius:0px;cursor:default}.sticky-button__container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sticky-button__header{position:absolute;top:-6px;left:0px;width:100%}.sticky-button__icon{position:relative;top:0;right:0;-webkit-transform:none;transform:none}.sticky-button__heading{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#503291}.sticky-button__heading--collased{position:relative;width:100%;padding-right:20px;-webkit-transform:none;transform:none;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.sticky-button__heading--open{position:absolute;left:0px;width:100%;padding-right:20px;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.sticky-button__content{width:100%}.sticky-button__description{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.sticky-button__hover{display:none}.sticky-button.headroom--unpinned{top:0}.sticky-button--open{max-height:197px;padding-bottom:0px}.sticky-button--open .sticky-button__icon{top:0;right:0}.sticky-button--open .sticky-button__header{top:-6px}.sticky-button--open .sticky-button__heading--collased{position:absolute;-webkit-transform:none;transform:none;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.sticky-button--open .sticky-button__heading--open{position:relative;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.sticky-button--open .sticky-button__content{-webkit-transition:opacity .5s ease-in .5s;transition:opacity .5s ease-in .5s}.sticky-button--open .sticky-button__description{margin-bottom:20px;padding:0px}.sticky-button--open .sticky-button__cta{margin-top:0px}}.stock-price-chart{background-color:#fff}@media all and (min-width: 0)and (max-width: 767px){.stock-price-chart{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.stock-price-chart{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.stock-price-chart{padding-top:60px !important}}@media all and (min-width: 1281px){.stock-price-chart{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.stock-price-chart{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.stock-price-chart{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.stock-price-chart{padding-bottom:60px !important}}@media all and (min-width: 1281px){.stock-price-chart{padding-bottom:60px !important}}.stock-price-chart .container .stockprice{zoom:1}.stock-price-chart .container .stockprice:before,.stock-price-chart .container .stockprice:after{display:table;line-height:0;content:""}.stock-price-chart .container .stockprice:after{clear:both}.stock-price-chart .container .stockprice-title{color:#2dbecd}.stock-price-chart .container .stockprice-chart iframe{height:1495px;padding:0 5px}@media all and (min-width: 1025px)and (max-width: 1280px){.stock-price-chart .container .stockprice-chart iframe{height:1855px}}@media all and (min-width: 768px)and (max-width: 1024px){.stock-price-chart .container .stockprice-chart iframe{height:1569px}}@media all and (min-width: 0)and (max-width: 767px){.stock-price-chart .container .stockprice-chart iframe{height:1587px}}@media screen and (max-width: 700px){.stock-price-chart .container .stockprice-chart iframe{height:1856px}}@media screen and (max-width: 533px){.stock-price-chart .container .stockprice-chart iframe{height:1951px}}@media screen and (max-width: 480px){.stock-price-chart .container .stockprice-chart iframe{height:1969px}}@media screen and (max-width: 414px){.stock-price-chart .container .stockprice-chart iframe{height:1876px}}@media screen and (max-width: 375px){.stock-price-chart .container .stockprice-chart iframe{height:1894px}}@media screen and (max-width: 320px){.stock-price-chart .container .stockprice-chart iframe{height:1916px}}.basic-string-image{overflow:hidden;zoom:1}.basic-string-image:before,.basic-string-image:after{display:table;line-height:0;content:""}.basic-string-image:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.basic-string-image{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-string-image{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-string-image{padding-top:60px !important}}@media all and (min-width: 1281px){.basic-string-image{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.basic-string-image{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-string-image{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-string-image{padding-bottom:60px !important}}@media all and (min-width: 1281px){.basic-string-image{padding-bottom:60px !important}}.basic-string-image-container{zoom:1;width:1400px;margin:0 auto}.basic-string-image-container:before,.basic-string-image-container:after{display:table;line-height:0;content:""}.basic-string-image-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.basic-string-image-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-string-image-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-string-image-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.basic-string-image-container{width:1280px;padding-right:30px;padding-left:30px}}.basic-string-image-row{zoom:1}.basic-string-image-row:before,.basic-string-image-row:after{display:table;line-height:0;content:""}.basic-string-image-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.basic-string-image-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-string-image-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-string-image-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.basic-string-image-row{margin-right:-15px;margin-left:-15px}}.basic-string-image-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#503291}.basic-string-image-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.basic-string-image-title{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-string-image-title{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-string-image-title{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.basic-string-image-title{margin-top:-22px;font-size:50px;line-height:1.2}}.basic-string-image-subtitle{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;margin:0 0 20px;color:#2dbecd;font-weight:bold;text-transform:uppercase}.basic-string-image-subtitle:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.basic-string-image-subtitle{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-string-image-subtitle{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.basic-string-image-subtitle{font-size:16px;line-height:1.7}}.basic-string-image-image-source{display:block;width:100%;height:calc(100% - 60px);background-repeat:no-repeat;background-position:center center;background-size:cover;font-size:0}.basic-string-image-image-mask{position:absolute;top:0;left:0}.basic-string-image-image-mask svg{width:100%;height:100%}.basic-string-image-mobile-image{margin-top:24px !important;position:relative;overflow:hidden}.basic-string-image-mobile-image:before{display:block;width:100%;padding-top:100%;content:""}.basic-string-image-mobile-image-source{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-repeat:no-repeat;background-size:cover}.basic-string-image-left,.basic-string-image-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.basic-string-image-left{width:100%;position:relative;min-height:1px;padding:0 10px}.basic-string-image-right{width:100%;position:relative;min-height:1px;padding:0 10px}.basic-string-image-image{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.basic-string-image-left{width:50%;position:relative;min-height:1px;padding:0 10px}.basic-string-image-right{width:50%;position:relative;min-height:1px;padding:0 10px}.basic-string-image-image-mask{width:600px;height:600px;position:absolute;top:-300px;left:24px}.basic-string-image-mobile-image{display:none}.basic-string-image__image-wrapper{position:absolute;top:0;width:calc(((100vw - 728px) / 2) - -354px);height:100%;left:0;top:-60px;left:24px;max-width:600px;height:420px}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-string-image-left{width:37.5%;position:relative;min-height:1px;padding:0 15px}.basic-string-image-right{width:62.5%;position:relative;min-height:1px;padding:0 15px}.basic-string-image-image-mask{width:800px;height:800px;position:absolute;top:-400px;left:24px}.basic-string-image-mobile-image{display:none}.basic-string-image__image-wrapper{position:absolute;top:0;width:calc(((100vw - 964px) / 2) - -591.25px);height:100%;left:0;top:-60px;left:24px;max-width:800px;height:520px}}@media all and (min-width: 1281px){.basic-string-image-left{width:37.5%;position:relative;min-height:1px;padding:0 15px}.basic-string-image-right{width:62.5%;position:relative;min-height:1px;padding:0 15px}.basic-string-image-image-mask{width:1200px;height:1200px;position:absolute;top:-600px;left:24px}.basic-string-image-mobile-image{display:none}.basic-string-image__image-wrapper{position:absolute;top:0;width:calc(((100vw - 1220px) / 2) - -751.25px);height:100%;left:0;top:-60px;left:24px;max-width:1200px;height:720px}}.basic-string-image.same-theme--top .basic-string-image-image-source,.basic-string-image.same-theme--both .basic-string-image-image-source{height:calc(100% - 40px)}@media all and (min-width: 768px)and (max-width: 1024px){.basic-string-image.same-theme--top .basic-string-image__image-wrapper,.basic-string-image.same-theme--both .basic-string-image__image-wrapper{position:absolute;top:0;width:calc(((100vw - 728px) / 2) - -354px);height:100%;left:0;top:-40px;left:24px;max-width:600px;height:380px}}@media all and (min-width: 1025px)and (max-width: 1280px){.basic-string-image.same-theme--top .basic-string-image__image-wrapper,.basic-string-image.same-theme--both .basic-string-image__image-wrapper{position:absolute;top:0;width:calc(((100vw - 964px) / 2) - -591.25px);height:100%;left:0;top:-40px;left:24px;max-width:800px;height:480px}}@media all and (min-width: 1281px){.basic-string-image.same-theme--top .basic-string-image__image-wrapper,.basic-string-image.same-theme--both .basic-string-image__image-wrapper{position:absolute;top:0;width:calc(((100vw - 1220px) / 2) - -751.25px);height:100%;left:0;top:-40px;left:24px;max-width:1200px;height:680px}}.sub-navigation-link-list{position:relative;background-color:#fff;zoom:1}.sub-navigation-link-list:before,.sub-navigation-link-list:after{display:table;line-height:0;content:""}.sub-navigation-link-list:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.sub-navigation-link-list{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.sub-navigation-link-list{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.sub-navigation-link-list{padding-top:60px !important}}@media all and (min-width: 1281px){.sub-navigation-link-list{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.sub-navigation-link-list{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.sub-navigation-link-list{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.sub-navigation-link-list{padding-bottom:60px !important}}@media all and (min-width: 1281px){.sub-navigation-link-list{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.sub-navigation-link-list.same-theme--both{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.sub-navigation-link-list.same-theme--both{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.sub-navigation-link-list.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.sub-navigation-link-list.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.sub-navigation-link-list.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.sub-navigation-link-list.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.sub-navigation-link-list.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.sub-navigation-link-list.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.sub-navigation-link-list.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.sub-navigation-link-list.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.sub-navigation-link-list.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.sub-navigation-link-list.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.sub-navigation-link-list.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.sub-navigation-link-list.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.sub-navigation-link-list.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.sub-navigation-link-list.same-theme--bottom{padding-bottom:30px !important}}.sub-navigation-link-list.theme--richpurple,.sub-navigation-link-list.theme--purple{background-color:#503291;color:#fff}.sub-navigation-link-list.theme--richpurple ul li:before,.sub-navigation-link-list.theme--purple ul li:before{background-color:#2dbecd}.sub-navigation-link-list.theme--richpurple [class$=-title],.sub-navigation-link-list.theme--purple [class$=-title]{color:#2dbecd}.sub-navigation-link-list.theme--richpurple [class$=-eyebrow],.sub-navigation-link-list.theme--richpurple [class$=-subtitle],.sub-navigation-link-list.theme--richpurple [class$=-sub-title],.sub-navigation-link-list.theme--purple [class$=-eyebrow],.sub-navigation-link-list.theme--purple [class$=-subtitle],.sub-navigation-link-list.theme--purple [class$=-sub-title]{color:#96d7d2}.sub-navigation-link-list.theme--richpurple a:not([class$=-cta]),.sub-navigation-link-list.theme--richpurple [class$=-link],.sub-navigation-link-list.theme--purple a:not([class$=-cta]),.sub-navigation-link-list.theme--purple [class$=-link]{color:#96d7d2}.sub-navigation-link-list.theme--richpurple a:not([class$=-cta]):hover,.sub-navigation-link-list.theme--richpurple [class$=-link]:hover,.sub-navigation-link-list.theme--purple a:not([class$=-cta]):hover,.sub-navigation-link-list.theme--purple [class$=-link]:hover{color:#2dbecd}.sub-navigation-link-list.theme--richpurple [class$=-cta],.sub-navigation-link-list.theme--purple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.sub-navigation-link-list.theme--richpurple [class$=-cta] .button-animated,.sub-navigation-link-list.theme--purple [class$=-cta] .button-animated{background-color:#96d7d2}.sub-navigation-link-list.theme--darkpurple{background-color:#2d1c51;color:#fff}.sub-navigation-link-list.theme--darkpurple ul li:before{background-color:#2dbecd}.sub-navigation-link-list.theme--darkpurple [class$=-title]{color:#2dbecd}.sub-navigation-link-list.theme--darkpurple [class$=-eyebrow],.sub-navigation-link-list.theme--darkpurple [class$=-subtitle],.sub-navigation-link-list.theme--darkpurple [class$=-sub-title],.sub-navigation-link-list.theme--darkpurple [class$=-text]{color:#fff}.sub-navigation-link-list.theme--darkpurple a:not([class$=-cta]),.sub-navigation-link-list.theme--darkpurple [class$=-link]{color:#ff6ab5}.sub-navigation-link-list.theme--darkpurple a:not([class$=-cta]):hover,.sub-navigation-link-list.theme--darkpurple [class$=-link]:hover{color:#d92a83}.sub-navigation-link-list.theme--darkpurple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.sub-navigation-link-list.theme--darkpurple [class$=-cta] .button-animated{background-color:#96d7d2}.sub-navigation-link-list.theme--yellow{background-color:#ffc832;color:#000}.sub-navigation-link-list.theme--yellow ul li:before{background-color:#503291}.sub-navigation-link-list.theme--yellow [class$=-title],.sub-navigation-link-list.theme--yellow [class$=-eyebrow],.sub-navigation-link-list.theme--yellow [class$=-subtitle],.sub-navigation-link-list.theme--yellow [class$=-sub-title]{color:#503291}.sub-navigation-link-list.theme--yellow a:not([class$=-cta]),.sub-navigation-link-list.theme--yellow [class$=-link]{color:#503291}.sub-navigation-link-list.theme--yellow a:not([class$=-cta]):hover,.sub-navigation-link-list.theme--yellow [class$=-link]:hover{color:#412877}.sub-navigation-link-list.theme--yellow [class$=-cta]{background-color:#503291}.sub-navigation-link-list.theme--yellow [class$=-cta] .button-animated{background-color:#412877}.sub-navigation-link-list.theme--vibrantcyan,.sub-navigation-link-list.theme--cyan{background-color:#2dbecd;color:#000}.sub-navigation-link-list.theme--vibrantcyan ul li:before,.sub-navigation-link-list.theme--cyan ul li:before{background-color:#503291}.sub-navigation-link-list.theme--vibrantcyan [class$=-title],.sub-navigation-link-list.theme--cyan [class$=-title]{color:#503291}.sub-navigation-link-list.theme--vibrantcyan [class$=-eyebrow],.sub-navigation-link-list.theme--vibrantcyan [class$=-subtitle],.sub-navigation-link-list.theme--vibrantcyan [class$=-sub-title],.sub-navigation-link-list.theme--cyan [class$=-eyebrow],.sub-navigation-link-list.theme--cyan [class$=-subtitle],.sub-navigation-link-list.theme--cyan [class$=-sub-title]{color:#412877}.sub-navigation-link-list.theme--vibrantcyan a:not([class$=-cta]),.sub-navigation-link-list.theme--vibrantcyan [class$=-link],.sub-navigation-link-list.theme--cyan a:not([class$=-cta]),.sub-navigation-link-list.theme--cyan [class$=-link]{color:#412877}.sub-navigation-link-list.theme--vibrantcyan a:not([class$=-cta]):hover,.sub-navigation-link-list.theme--vibrantcyan [class$=-link]:hover,.sub-navigation-link-list.theme--cyan a:not([class$=-cta]):hover,.sub-navigation-link-list.theme--cyan [class$=-link]:hover{color:#503291}.sub-navigation-link-list.theme--vibrantcyan [class$=-cta],.sub-navigation-link-list.theme--cyan [class$=-cta]{background-color:#503291}.sub-navigation-link-list.theme--vibrantcyan [class$=-cta] .button-animated,.sub-navigation-link-list.theme--cyan [class$=-cta] .button-animated{background-color:#412877}.sub-navigation-link-list.theme--white{background-color:#fff;color:#000}.sub-navigation-link-list.theme--white ul li:before{background-color:#503291}.sub-navigation-link-list.theme--white [class$=-title],.sub-navigation-link-list.theme--white [class$=-eyebrow],.sub-navigation-link-list.theme--white [class$=-subtitle],.sub-navigation-link-list.theme--white [class$=-sub-title]{color:#503291}.sub-navigation-link-list.theme--white a:not([class$=-cta]),.sub-navigation-link-list.theme--white [class$=-link]{color:#d92b83}.sub-navigation-link-list.theme--white a:not([class$=-cta]):hover,.sub-navigation-link-list.theme--white [class$=-link]:hover{color:#eb3c96}.sub-navigation-link-list.theme--white [class$=-cta]{color:#fff;background-color:#d92b83}.sub-navigation-link-list.theme--white [class$=-cta] .button-animated{background-color:#eb3c96}.sub-navigation-link-list.theme--blue{background-color:#0f69af;color:#fff}.sub-navigation-link-list.theme--blue ul li:before{background-color:#ffc832}.sub-navigation-link-list.theme--blue [class$=-title]{color:#ffc832}.sub-navigation-link-list.theme--blue [class$=-eyebrow],.sub-navigation-link-list.theme--blue [class$=-subtitle],.sub-navigation-link-list.theme--blue [class$=-sub-title]{color:#ffc832}.sub-navigation-link-list.theme--blue a:not([class$=-cta]),.sub-navigation-link-list.theme--blue [class$=-link]{color:#ffc832}.sub-navigation-link-list.theme--blue a:not([class$=-cta]):hover,.sub-navigation-link-list.theme--blue [class$=-link]:hover{color:#ffdcb9}.sub-navigation-link-list.theme--blue [class$=-cta]{background-color:#ffc832;color:#000}.sub-navigation-link-list.theme--blue [class$=-cta] .button-animated{background-color:#ffdcb9}.sub-navigation-link-list-title{color:#503291;text-transform:uppercase !important}.sub-navigation-link-list-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0px !important;margin-left:0;border-bottom:1px solid #e1e1e1;list-style-type:none;padding-bottom:6px !important;zoom:1}.sub-navigation-link-list-list:before,.sub-navigation-link-list-list:after{display:table;line-height:0;content:""}.sub-navigation-link-list-list:after{clear:both}.sub-navigation-link-list-list li{width:25%;padding-left:0;word-break:break-word}@media all and (min-width: 0)and (max-width: 767px){.sub-navigation-link-list-list li{width:50%}}.sub-navigation-link-list-list li a{margin-bottom:34px;float:left;font-weight:700;display:block;padding-right:32px !important}.sub-navigation-link-list-list li a:after{right:8px}.sub-navigation-link-list-list li a:hover:after{right:0}.sub-navigation-link-list-button{border-bottom:1px solid #e1e1e1;padding-bottom:24px !important}.sub-navigation-link-list-modal-close.close{width:auto;height:auto;padding-top:0;border:0;background:rgba(0,0,0,0)}.sub-navigation-link-list-modal-header{margin-top:24px !important;margin-bottom:24px !important;border-bottom:1px solid #e1e1e1}.sub-navigation-link-list-modal-title{color:#503291;text-transform:uppercase !important}.sub-navigation-link-list-modal-content{padding-bottom:18px !important}.sub-navigation-link-list-modal-content-list li a{display:inline-block;margin-bottom:16px !important}.sub-navigation-link-list .dropdown-modal{visibility:hidden}.sub-navigation-link-list .dropdown-modal.open{visibility:visible}@media all and (min-width: 1281px){.sub-navigation-link-list-list{padding-bottom:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.sub-navigation-link-list-list{padding-bottom:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.sub-navigation-link-list-list li a{margin-right:72px !important}}.table-responsive{background-color:#fff;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.table-responsive{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.table-responsive{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.table-responsive{padding-top:60px !important}}@media all and (min-width: 1281px){.table-responsive{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.table-responsive{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.table-responsive{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.table-responsive{padding-bottom:60px !important}}@media all and (min-width: 1281px){.table-responsive{padding-bottom:60px !important}}.table-responsive tr{vertical-align:top}.table-responsive tr:nth-child(n+2){border-bottom:1px solid #aaa}.table-responsive tr:last-child{border-bottom:2px solid #503291}.table-responsive td{overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;width:auto;padding:15px;border:0;color:#000;font-size:14px}.table-responsive td:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.table-responsive td:first-child{padding-left:0}.table-responsive td:last-child{padding-right:0}.table-responsive td p,.table-responsive td a{font-size:14px;margin-bottom:0px !important}.table-responsive td img{width:auto;height:40px;margin-right:5px;margin-bottom:5px}.table-responsive h4{margin:0;font-family:inherit;font-size:inherit;font-weight:inherit;text-transform:none}.table-responsive-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-8px 0 -15px}.table-responsive-table,.table-responsive-js-table{width:100%;padding:30px;padding-right:0px !important;padding-left:0px !important;border:0;background-color:#fff;border-collapse:collapse;border-spacing:0}.table-responsive-table tr:first-child{border-bottom:2px solid #503291;font-weight:bold;font-size:14px;font-family:Verdana,sans-serif}.table-responsive-table tr:first-child td{color:#503291}.table-responsive-table td:first-child{color:#000;font-weight:bold}.table-responsive-js-table{display:none;min-width:100%;background-color:#fff}.table-responsive-js-table tr:first-child{border-top:2px solid #503291;border-bottom:1px solid #aaa}.table-responsive-js-table tr:first-child td:nth-child(n+2){color:#000;font-weight:bold}.table-responsive-js-table tr:nth-child(n+2){border-bottom:1px solid #aaa}.table-responsive-js-table tr:last-child{border-bottom:2px solid #503291}.table-responsive-js-table td:first-child{position:absolute;background-color:#fff;color:#503291;font-weight:bold;word-break:break-word}@media all and (min-width: 768px)and (max-width: 1024px){.table-responsive-inner{max-width:100%;overflow:auto}.table-responsive-table{display:none}.table-responsive-js-table{display:table}.table-responsive-js-table td{min-width:33.3333333333vw}.table-responsive-js-table td:first-child{width:16.6666666667vw;min-width:0}.table-responsive-js-table td:nth-child(2){min-width:50vw;padding-left:16.6666666667vw}}@media all and (min-width: 0)and (max-width: 767px){.table-responsive-inner{max-width:100%;overflow:auto}.table-responsive-table{display:none}.table-responsive-js-table{display:table}.table-responsive-js-table td{min-width:66.6666666667vw}.table-responsive-js-table td:first-child{width:33.3333333333vw;min-width:0}.table-responsive-js-table td:nth-child(2){min-width:100vw;padding-left:33.3333333333vw}}.table-block{background-color:#fff;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.table-block{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.table-block{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.table-block{padding-top:60px !important}}@media all and (min-width: 1281px){.table-block{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.table-block{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.table-block{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.table-block{padding-bottom:60px !important}}@media all and (min-width: 1281px){.table-block{padding-bottom:60px !important}}.table-block-title{color:#2dbecd;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.table-block-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.table-block-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.table-block-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.table-block-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.table-block-title{margin-top:-12px;font-size:28px;line-height:1.2}}.table-block table{width:100%;padding:30px;padding-right:0px !important;padding-left:0px !important;border:0;background-color:#fff;border-collapse:collapse;border-spacing:0}.table-block table thead tr{border-bottom:2px solid #503291;font-weight:bold;font-size:14px;font-family:Verdana,sans-serif;vertical-align:top}.table-block table thead tr th{color:#503291;vertical-align:bottom}.table-block table thead tr:nth-child(n+2){border-bottom:1px solid #aaa}.table-block table thead tr:nth-child(n+2) th{color:#000;font-weight:bold}.table-block table thead th{padding:24px 16px;border:0;font-size:14px;text-align:left}.table-block table thead th:first-child{padding-left:0}.table-block table thead th:last-child{padding-right:0}.table-block table tbody tr{border-bottom:1px solid #aaa}.table-block table tbody tr th{padding-left:0;border:0;color:#000;font-weight:bold;text-align:left}.table-block table tbody tr:last-child{border-bottom:2px solid #503291}.table-block table tbody tr td{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;width:auto;padding:24px 16px;border:0;color:#000;font-size:14px}.table-block table tbody tr td:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.table-block table tbody tr td:first-child{padding-left:0}.table-block table tbody tr td:last-child{padding-right:0}.table-block table tbody tr td p,.table-block table tbody tr td a{font-size:14px;margin-bottom:0px !important}.table-block table ul,.table-block table ol{font-size:14px}.table-block table ol{margin-left:18px}.table-block .custom-table{overflow-x:scroll}.table-block .custom-table table{width:1024px;background-color:#fff;overflow-x:scroll}.table-block .custom-table table tbody tr{vertical-align:top}.table-block .custom-table table tbody tr:first-child{border-top:2px solid #503291;border-bottom:1px solid #aaa}.table-block .custom-table table tbody tr:first-child td:nth-child(n+2){color:#000;font-weight:bold}.table-block .custom-table table tbody tr:first-child td{vertical-align:top}.table-block .custom-table table tbody tr:nth-child(n+2){border-bottom:1px solid #aaa}.table-block .custom-table table tbody tr:last-child{border-bottom:2px solid #503291}.table-block .custom-table table tbody tr td:first-child{width:130px;background-color:#fff;color:#503291;font-weight:bold;word-break:break-word}.table-block .custom-table table.mobile tbody th{padding:12px 16px}.table-block .custom-table table.mobile tbody td:first-child{position:absolute}.table-block .custom-table table.mobile tbody td:nth-child(2){padding-left:16px}.table-block .custom-table table.mobile tbody th:first-child{padding-left:0;color:#503291}.table-block .custom-table table.mobile tbody td{padding:12px 16px}@media all and (min-width: 1281px){.table-block-container{width:100%;position:relative;min-height:1px;padding:0 15px}.table-block-title{position:relative;width:75%;min-height:1px;padding:0 15px;float:left;padding-right:0px !important;padding-left:0px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.table-block-container{width:100%;position:relative;min-height:1px;padding:0 15px}.table-block-title{position:relative;width:75%;min-height:1px;padding:0 15px;float:left;padding-right:0px !important;padding-left:0px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.table-block-container{width:100%;position:relative;min-height:1px;padding:0 10px;overflow-y:hidden}}@media all and (min-width: 0)and (max-width: 767px){.table-block-container{width:100%;position:relative;min-height:1px;padding:0 10px;overflow-y:hidden}}.text-block{zoom:1;background-color:#fff}@media all and (min-width: 0)and (max-width: 767px){.text-block{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-block{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-block{padding-top:60px !important}}@media all and (min-width: 1281px){.text-block{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.text-block{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-block{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-block{padding-bottom:60px !important}}@media all and (min-width: 1281px){.text-block{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.text-block.same-theme--both{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-block.same-theme--both{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-block.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.text-block.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.text-block.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-block.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-block.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.text-block.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.text-block.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-block.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-block.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.text-block.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.text-block.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-block.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-block.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.text-block.same-theme--bottom{padding-bottom:30px !important}}.text-block:before,.text-block:after{display:table;line-height:0;content:""}.text-block:after{clear:both}.text-block ul li:before{margin-right:1.42em}.text-block-content{overflow-wrap:break-word}.text-block-content>*:last-child{margin-bottom:0px}.text-block-content>p:first-child{margin-top:0}.text-block-cta{margin:24px 0}.text-block-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-bottom:32px;color:#2dbecd;margin-top:-3px !important}.text-block-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.text-block-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.text-block-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-block-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.text-block-title{margin-top:-12px;font-size:28px;line-height:1.2}}.text-block-title--placeholder{display:none}.aem-AuthorLayer-Edit .text-block-title--placeholder{display:block}.text-block-eyebrow{font-size:14px;line-height:1.2;margin-top:3.5px;margin-bottom:2px;font-weight:bold;text-transform:uppercase}@media all and (min-width: 768px)and (max-width: 1024px){.text-block-eyebrow{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-block-eyebrow{font-size:14px}}@media all and (min-width: 1281px){.text-block-eyebrow{font-size:14px}}.text-block__apply{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:inline-block;padding:15px 20px;border-radius:5px;background-color:#eb3c96;color:#fff;font-size:11px;font-weight:bold;text-transform:uppercase}.text-block__apply:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.text-block__apply:hover{background-color:#d92a83;color:#fff}@media all and (min-width: 0)and (max-width: 767px){.text-block-title{font-size:20px}.text-block-eyebrow{font-size:10px}}@media all and (min-width: 768px)and (max-width: 1024px){.text-block--double .text-block-title{font-size:24px}.text-block--double .text-block-eyebrow{font-size:19px}.text-block--double .text-block-content{column-gap:20px;column-count:2;-moz-column-gap:20px;-moz-column-count:2;-webkit-column-gap:20px;-webkit-column-count:2}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-block--double .text-block-content{column-gap:20px;column-count:2;-moz-column-gap:20px;-moz-column-count:2;-webkit-column-gap:20px;-webkit-column-count:2}}@media all and (min-width: 1281px){.text-block--double .text-block-content{column-gap:20px;column-count:2;-moz-column-gap:20px;-moz-column-count:2;-webkit-column-gap:20px;-webkit-column-count:2}}.text-block.theme--richpurple,.text-block.theme--purple{background-color:#503291;color:#fff}.text-block.theme--richpurple ul li:before,.text-block.theme--purple ul li:before{background-color:#2dbecd}.text-block.theme--richpurple [class$=-title],.text-block.theme--purple [class$=-title]{color:#2dbecd}.text-block.theme--richpurple [class$=-eyebrow],.text-block.theme--richpurple [class$=-subtitle],.text-block.theme--richpurple [class$=-sub-title],.text-block.theme--purple [class$=-eyebrow],.text-block.theme--purple [class$=-subtitle],.text-block.theme--purple [class$=-sub-title]{color:#96d7d2}.text-block.theme--richpurple a:not([class$=-cta]),.text-block.theme--richpurple [class$=-link],.text-block.theme--purple a:not([class$=-cta]),.text-block.theme--purple [class$=-link]{color:#96d7d2}.text-block.theme--richpurple a:not([class$=-cta]):hover,.text-block.theme--richpurple [class$=-link]:hover,.text-block.theme--purple a:not([class$=-cta]):hover,.text-block.theme--purple [class$=-link]:hover{color:#2dbecd}.text-block.theme--richpurple [class$=-cta],.text-block.theme--purple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.text-block.theme--richpurple [class$=-cta] .button-animated,.text-block.theme--purple [class$=-cta] .button-animated{background-color:#96d7d2}.text-block.theme--darkpurple{background-color:#2d1c51;color:#fff}.text-block.theme--darkpurple ul li:before{background-color:#2dbecd}.text-block.theme--darkpurple [class$=-title]{color:#2dbecd}.text-block.theme--darkpurple [class$=-eyebrow],.text-block.theme--darkpurple [class$=-subtitle],.text-block.theme--darkpurple [class$=-sub-title],.text-block.theme--darkpurple [class$=-text]{color:#fff}.text-block.theme--darkpurple a:not([class$=-cta]),.text-block.theme--darkpurple [class$=-link]{color:#ff6ab5}.text-block.theme--darkpurple a:not([class$=-cta]):hover,.text-block.theme--darkpurple [class$=-link]:hover{color:#d92a83}.text-block.theme--darkpurple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.text-block.theme--darkpurple [class$=-cta] .button-animated{background-color:#96d7d2}.text-block.theme--yellow{background-color:#ffc832;color:#000}.text-block.theme--yellow ul li:before{background-color:#503291}.text-block.theme--yellow [class$=-title],.text-block.theme--yellow [class$=-eyebrow],.text-block.theme--yellow [class$=-subtitle],.text-block.theme--yellow [class$=-sub-title]{color:#503291}.text-block.theme--yellow a:not([class$=-cta]),.text-block.theme--yellow [class$=-link]{color:#503291}.text-block.theme--yellow a:not([class$=-cta]):hover,.text-block.theme--yellow [class$=-link]:hover{color:#412877}.text-block.theme--yellow [class$=-cta]{background-color:#503291}.text-block.theme--yellow [class$=-cta] .button-animated{background-color:#412877}.text-block.theme--vibrantcyan,.text-block.theme--cyan{background-color:#2dbecd;color:#000}.text-block.theme--vibrantcyan ul li:before,.text-block.theme--cyan ul li:before{background-color:#503291}.text-block.theme--vibrantcyan [class$=-title],.text-block.theme--cyan [class$=-title]{color:#503291}.text-block.theme--vibrantcyan [class$=-eyebrow],.text-block.theme--vibrantcyan [class$=-subtitle],.text-block.theme--vibrantcyan [class$=-sub-title],.text-block.theme--cyan [class$=-eyebrow],.text-block.theme--cyan [class$=-subtitle],.text-block.theme--cyan [class$=-sub-title]{color:#412877}.text-block.theme--vibrantcyan a:not([class$=-cta]),.text-block.theme--vibrantcyan [class$=-link],.text-block.theme--cyan a:not([class$=-cta]),.text-block.theme--cyan [class$=-link]{color:#412877}.text-block.theme--vibrantcyan a:not([class$=-cta]):hover,.text-block.theme--vibrantcyan [class$=-link]:hover,.text-block.theme--cyan a:not([class$=-cta]):hover,.text-block.theme--cyan [class$=-link]:hover{color:#503291}.text-block.theme--vibrantcyan [class$=-cta],.text-block.theme--cyan [class$=-cta]{background-color:#503291}.text-block.theme--vibrantcyan [class$=-cta] .button-animated,.text-block.theme--cyan [class$=-cta] .button-animated{background-color:#412877}.text-block.theme--white{background-color:#fff;color:#000}.text-block.theme--white ul li:before{background-color:#503291}.text-block.theme--white [class$=-title],.text-block.theme--white [class$=-eyebrow],.text-block.theme--white [class$=-subtitle],.text-block.theme--white [class$=-sub-title]{color:#503291}.text-block.theme--white a:not([class$=-cta]),.text-block.theme--white [class$=-link]{color:#d92b83}.text-block.theme--white a:not([class$=-cta]):hover,.text-block.theme--white [class$=-link]:hover{color:#eb3c96}.text-block.theme--white [class$=-cta]{color:#fff;background-color:#d92b83}.text-block.theme--white [class$=-cta] .button-animated{background-color:#eb3c96}.text-block.theme--blue{background-color:#0f69af;color:#fff}.text-block.theme--blue ul li:before{background-color:#ffc832}.text-block.theme--blue [class$=-title]{color:#ffc832}.text-block.theme--blue [class$=-eyebrow],.text-block.theme--blue [class$=-subtitle],.text-block.theme--blue [class$=-sub-title]{color:#ffc832}.text-block.theme--blue a:not([class$=-cta]),.text-block.theme--blue [class$=-link]{color:#ffc832}.text-block.theme--blue a:not([class$=-cta]):hover,.text-block.theme--blue [class$=-link]:hover{color:#ffdcb9}.text-block.theme--blue [class$=-cta]{background-color:#ffc832;color:#000}.text-block.theme--blue [class$=-cta] .button-animated{background-color:#ffdcb9}.text-image-block{background-color:#503291;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.text-image-block{padding-top:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block{padding-top:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block{padding-top:30px !important}}@media all and (min-width: 1281px){.text-image-block{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.text-image-block{padding-bottom:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block{padding-bottom:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block{padding-bottom:30px !important}}@media all and (min-width: 1281px){.text-image-block{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.text-image-block.same-theme--both{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block.same-theme--both{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.text-image-block.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.text-image-block.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.text-image-block.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.text-image-block.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.text-image-block.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.text-image-block.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.text-image-block.same-theme--bottom{padding-bottom:30px !important}}.text-image-block--has-mask{background-image:url("../../../etc.clientlibs/mkgaa/clientlibs/resources/components/text-image-block/svgs/curve.svg"),url("../../../static/img/components/text-image-block/svgs/curve.svg");background-position:center -1px;background-size:100%}@media all and (min-width: 0)and (max-width: 767px){.text-image-block--has-mask{padding-top:0}}.text-image-block.theme--richpurple,.text-image-block.theme--purple,.text-image-block-content.theme--richpurple,.text-image-block-content.theme--purple{background-color:#503291;color:#fff}.text-image-block.theme--richpurple ul li:before,.text-image-block.theme--purple ul li:before,.text-image-block-content.theme--richpurple ul li:before,.text-image-block-content.theme--purple ul li:before{background-color:#2dbecd}.text-image-block.theme--richpurple [class$=-title],.text-image-block.theme--purple [class$=-title],.text-image-block-content.theme--richpurple [class$=-title],.text-image-block-content.theme--purple [class$=-title]{color:#2dbecd}.text-image-block.theme--richpurple [class$=-eyebrow],.text-image-block.theme--richpurple [class$=-subtitle],.text-image-block.theme--richpurple [class$=-sub-title],.text-image-block.theme--purple [class$=-eyebrow],.text-image-block.theme--purple [class$=-subtitle],.text-image-block.theme--purple [class$=-sub-title],.text-image-block-content.theme--richpurple [class$=-eyebrow],.text-image-block-content.theme--richpurple [class$=-subtitle],.text-image-block-content.theme--richpurple [class$=-sub-title],.text-image-block-content.theme--purple [class$=-eyebrow],.text-image-block-content.theme--purple [class$=-subtitle],.text-image-block-content.theme--purple [class$=-sub-title]{color:#96d7d2}.text-image-block.theme--richpurple a:not([class$=-cta]),.text-image-block.theme--richpurple [class$=-link],.text-image-block.theme--purple a:not([class$=-cta]),.text-image-block.theme--purple [class$=-link],.text-image-block-content.theme--richpurple a:not([class$=-cta]),.text-image-block-content.theme--richpurple [class$=-link],.text-image-block-content.theme--purple a:not([class$=-cta]),.text-image-block-content.theme--purple [class$=-link]{color:#96d7d2}.text-image-block.theme--richpurple a:not([class$=-cta]):hover,.text-image-block.theme--richpurple [class$=-link]:hover,.text-image-block.theme--purple a:not([class$=-cta]):hover,.text-image-block.theme--purple [class$=-link]:hover,.text-image-block-content.theme--richpurple a:not([class$=-cta]):hover,.text-image-block-content.theme--richpurple [class$=-link]:hover,.text-image-block-content.theme--purple a:not([class$=-cta]):hover,.text-image-block-content.theme--purple [class$=-link]:hover{color:#2dbecd}.text-image-block.theme--richpurple [class$=-cta],.text-image-block.theme--purple [class$=-cta],.text-image-block-content.theme--richpurple [class$=-cta],.text-image-block-content.theme--purple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.text-image-block.theme--richpurple [class$=-cta] .button-animated,.text-image-block.theme--purple [class$=-cta] .button-animated,.text-image-block-content.theme--richpurple [class$=-cta] .button-animated,.text-image-block-content.theme--purple [class$=-cta] .button-animated{background-color:#96d7d2}.text-image-block.theme--darkpurple,.text-image-block-content.theme--darkpurple{background-color:#2d1c51;color:#fff}.text-image-block.theme--darkpurple ul li:before,.text-image-block-content.theme--darkpurple ul li:before{background-color:#2dbecd}.text-image-block.theme--darkpurple [class$=-title],.text-image-block-content.theme--darkpurple [class$=-title]{color:#2dbecd}.text-image-block.theme--darkpurple [class$=-eyebrow],.text-image-block.theme--darkpurple [class$=-subtitle],.text-image-block.theme--darkpurple [class$=-sub-title],.text-image-block.theme--darkpurple [class$=-text],.text-image-block-content.theme--darkpurple [class$=-eyebrow],.text-image-block-content.theme--darkpurple [class$=-subtitle],.text-image-block-content.theme--darkpurple [class$=-sub-title],.text-image-block-content.theme--darkpurple [class$=-text]{color:#fff}.text-image-block.theme--darkpurple a:not([class$=-cta]),.text-image-block.theme--darkpurple [class$=-link],.text-image-block-content.theme--darkpurple a:not([class$=-cta]),.text-image-block-content.theme--darkpurple [class$=-link]{color:#ff6ab5}.text-image-block.theme--darkpurple a:not([class$=-cta]):hover,.text-image-block.theme--darkpurple [class$=-link]:hover,.text-image-block-content.theme--darkpurple a:not([class$=-cta]):hover,.text-image-block-content.theme--darkpurple [class$=-link]:hover{color:#d92a83}.text-image-block.theme--darkpurple [class$=-cta],.text-image-block-content.theme--darkpurple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.text-image-block.theme--darkpurple [class$=-cta] .button-animated,.text-image-block-content.theme--darkpurple [class$=-cta] .button-animated{background-color:#96d7d2}.text-image-block.theme--yellow,.text-image-block-content.theme--yellow{background-color:#ffc832;color:#000}.text-image-block.theme--yellow ul li:before,.text-image-block-content.theme--yellow ul li:before{background-color:#503291}.text-image-block.theme--yellow [class$=-title],.text-image-block.theme--yellow [class$=-eyebrow],.text-image-block.theme--yellow [class$=-subtitle],.text-image-block.theme--yellow [class$=-sub-title],.text-image-block-content.theme--yellow [class$=-title],.text-image-block-content.theme--yellow [class$=-eyebrow],.text-image-block-content.theme--yellow [class$=-subtitle],.text-image-block-content.theme--yellow [class$=-sub-title]{color:#503291}.text-image-block.theme--yellow a:not([class$=-cta]),.text-image-block.theme--yellow [class$=-link],.text-image-block-content.theme--yellow a:not([class$=-cta]),.text-image-block-content.theme--yellow [class$=-link]{color:#503291}.text-image-block.theme--yellow a:not([class$=-cta]):hover,.text-image-block.theme--yellow [class$=-link]:hover,.text-image-block-content.theme--yellow a:not([class$=-cta]):hover,.text-image-block-content.theme--yellow [class$=-link]:hover{color:#412877}.text-image-block.theme--yellow [class$=-cta],.text-image-block-content.theme--yellow [class$=-cta]{background-color:#503291}.text-image-block.theme--yellow [class$=-cta] .button-animated,.text-image-block-content.theme--yellow [class$=-cta] .button-animated{background-color:#412877}.text-image-block.theme--vibrantcyan,.text-image-block.theme--cyan,.text-image-block-content.theme--vibrantcyan,.text-image-block-content.theme--cyan{background-color:#2dbecd;color:#000}.text-image-block.theme--vibrantcyan ul li:before,.text-image-block.theme--cyan ul li:before,.text-image-block-content.theme--vibrantcyan ul li:before,.text-image-block-content.theme--cyan ul li:before{background-color:#503291}.text-image-block.theme--vibrantcyan [class$=-title],.text-image-block.theme--cyan [class$=-title],.text-image-block-content.theme--vibrantcyan [class$=-title],.text-image-block-content.theme--cyan [class$=-title]{color:#503291}.text-image-block.theme--vibrantcyan [class$=-eyebrow],.text-image-block.theme--vibrantcyan [class$=-subtitle],.text-image-block.theme--vibrantcyan [class$=-sub-title],.text-image-block.theme--cyan [class$=-eyebrow],.text-image-block.theme--cyan [class$=-subtitle],.text-image-block.theme--cyan [class$=-sub-title],.text-image-block-content.theme--vibrantcyan [class$=-eyebrow],.text-image-block-content.theme--vibrantcyan [class$=-subtitle],.text-image-block-content.theme--vibrantcyan [class$=-sub-title],.text-image-block-content.theme--cyan [class$=-eyebrow],.text-image-block-content.theme--cyan [class$=-subtitle],.text-image-block-content.theme--cyan [class$=-sub-title]{color:#412877}.text-image-block.theme--vibrantcyan a:not([class$=-cta]),.text-image-block.theme--vibrantcyan [class$=-link],.text-image-block.theme--cyan a:not([class$=-cta]),.text-image-block.theme--cyan [class$=-link],.text-image-block-content.theme--vibrantcyan a:not([class$=-cta]),.text-image-block-content.theme--vibrantcyan [class$=-link],.text-image-block-content.theme--cyan a:not([class$=-cta]),.text-image-block-content.theme--cyan [class$=-link]{color:#412877}.text-image-block.theme--vibrantcyan a:not([class$=-cta]):hover,.text-image-block.theme--vibrantcyan [class$=-link]:hover,.text-image-block.theme--cyan a:not([class$=-cta]):hover,.text-image-block.theme--cyan [class$=-link]:hover,.text-image-block-content.theme--vibrantcyan a:not([class$=-cta]):hover,.text-image-block-content.theme--vibrantcyan [class$=-link]:hover,.text-image-block-content.theme--cyan a:not([class$=-cta]):hover,.text-image-block-content.theme--cyan [class$=-link]:hover{color:#503291}.text-image-block.theme--vibrantcyan [class$=-cta],.text-image-block.theme--cyan [class$=-cta],.text-image-block-content.theme--vibrantcyan [class$=-cta],.text-image-block-content.theme--cyan [class$=-cta]{background-color:#503291}.text-image-block.theme--vibrantcyan [class$=-cta] .button-animated,.text-image-block.theme--cyan [class$=-cta] .button-animated,.text-image-block-content.theme--vibrantcyan [class$=-cta] .button-animated,.text-image-block-content.theme--cyan [class$=-cta] .button-animated{background-color:#412877}.text-image-block.theme--white,.text-image-block-content.theme--white{background-color:#fff;color:#000}.text-image-block.theme--white ul li:before,.text-image-block-content.theme--white ul li:before{background-color:#503291}.text-image-block.theme--white [class$=-title],.text-image-block.theme--white [class$=-eyebrow],.text-image-block.theme--white [class$=-subtitle],.text-image-block.theme--white [class$=-sub-title],.text-image-block-content.theme--white [class$=-title],.text-image-block-content.theme--white [class$=-eyebrow],.text-image-block-content.theme--white [class$=-subtitle],.text-image-block-content.theme--white [class$=-sub-title]{color:#503291}.text-image-block.theme--white a:not([class$=-cta]),.text-image-block.theme--white [class$=-link],.text-image-block-content.theme--white a:not([class$=-cta]),.text-image-block-content.theme--white [class$=-link]{color:#d92b83}.text-image-block.theme--white a:not([class$=-cta]):hover,.text-image-block.theme--white [class$=-link]:hover,.text-image-block-content.theme--white a:not([class$=-cta]):hover,.text-image-block-content.theme--white [class$=-link]:hover{color:#eb3c96}.text-image-block.theme--white [class$=-cta],.text-image-block-content.theme--white [class$=-cta]{color:#fff;background-color:#d92b83}.text-image-block.theme--white [class$=-cta] .button-animated,.text-image-block-content.theme--white [class$=-cta] .button-animated{background-color:#eb3c96}.text-image-block.theme--blue,.text-image-block-content.theme--blue{background-color:#0f69af;color:#fff}.text-image-block.theme--blue ul li:before,.text-image-block-content.theme--blue ul li:before{background-color:#ffc832}.text-image-block.theme--blue [class$=-title],.text-image-block-content.theme--blue [class$=-title]{color:#ffc832}.text-image-block.theme--blue [class$=-eyebrow],.text-image-block.theme--blue [class$=-subtitle],.text-image-block.theme--blue [class$=-sub-title],.text-image-block-content.theme--blue [class$=-eyebrow],.text-image-block-content.theme--blue [class$=-subtitle],.text-image-block-content.theme--blue [class$=-sub-title]{color:#ffc832}.text-image-block.theme--blue a:not([class$=-cta]),.text-image-block.theme--blue [class$=-link],.text-image-block-content.theme--blue a:not([class$=-cta]),.text-image-block-content.theme--blue [class$=-link]{color:#ffc832}.text-image-block.theme--blue a:not([class$=-cta]):hover,.text-image-block.theme--blue [class$=-link]:hover,.text-image-block-content.theme--blue a:not([class$=-cta]):hover,.text-image-block-content.theme--blue [class$=-link]:hover{color:#ffdcb9}.text-image-block.theme--blue [class$=-cta],.text-image-block-content.theme--blue [class$=-cta]{background-color:#ffc832;color:#000}.text-image-block.theme--blue [class$=-cta] .button-animated,.text-image-block-content.theme--blue [class$=-cta] .button-animated{background-color:#ffdcb9}.text-image-block .container{zoom:1;width:1400px;margin:0 auto;padding-top:45px}.text-image-block .container:before,.text-image-block .container:after{display:table;line-height:0;content:""}.text-image-block .container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.text-image-block .container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block .container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block .container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.text-image-block .container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px){.text-image-block .container{padding-top:0}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block .container{padding-top:0}}.text-image-block-container{display:inline-block;position:relative;width:100%}@media all and (min-width: 0)and (max-width: 767px){.text-image-block-container{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block-container{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block-container{padding-top:60px !important}}@media all and (min-width: 1281px){.text-image-block-container{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.text-image-block-container{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block-container{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block-container{padding-bottom:60px !important}}@media all and (min-width: 1281px){.text-image-block-container{padding-bottom:60px !important}}.text-image-block-container:after{display:block;position:absolute;bottom:0;left:0;width:calc(100% - 20px);margin:0 10px;border-bottom:1px solid rgba(255,255,255,.3);content:""}.text-image-block-container.last{padding-bottom:0 !important}.text-image-block-container.last:after{border-bottom:0}.text-image-block .text-image-item{display:inline-block;position:relative;width:100%;height:auto}.text-image-block-title{color:#2dbecd;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-bottom:0px !important}.text-image-block-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.text-image-block-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.text-image-block-title{margin-top:-12px;font-size:28px;line-height:1.2}}.text-image-block-title span{color:#2dbecd;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-bottom:0px !important}.text-image-block-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.text-image-block-title span{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block-title span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block-title span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.text-image-block-title span{margin-top:-12px;font-size:28px;line-height:1.2}}.text-image-block-content{color:#fff}.text-image-block-content-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;margin-bottom:8px !important}.text-image-block-content-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block-content-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block-content-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.text-image-block-content-title{font-size:22px;line-height:1.2}}.text-image-block-content-title span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2}.text-image-block-content-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block-content-title span{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block-content-title span{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.text-image-block-content-title span{font-size:22px;line-height:1.2}}.text-image-block-content .button{margin:40px 0 0}.text-image-block-image{position:relative;padding-bottom:75%}.text-image-block-image-background{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-size:cover}.text-image-block-image svg{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:scale(1.01);transform:scale(1.01)}.text-image-block-image svg g path{fill:#503291;stroke-width:5px;stroke:#503291}@media all and (min-width: 1281px){.text-image-block-container{min-height:220px}.text-image-block-container:after{width:calc(100% - 30px);margin:0 15px}.text-image-block-image{width:120%;padding-bottom:90%}}@media all and (min-width: 1025px)and (max-width: 1280px){.text-image-block-container{min-height:220px}.text-image-block-container:after{width:calc(100% - 30px);margin:0 15px}.text-image-block-image{width:120%;padding-bottom:90%}}@media all and (min-width: 768px)and (max-width: 1024px){.text-image-block-container{min-height:220px}.text-image-block-container:after{width:calc(100% - 20px);margin:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.text-image-block-container{display:inline-block;overflow:hidden}.text-image-block-container.last .text-image-block-content{padding-bottom:0 !important}.text-image-block-image{margin-bottom:16px !important}.text-image-block-content{margin-top:16px !important}.text-image-block-content .button{margin:20px 0 0}}.span-cmp-tooltip{color:#482d83 !important;font-weight:700 !important}.span-cmp-tooltip:hover .cmp-tooltip{display:inline}.span-cmp-tooltip .cmp-tooltip{display:none;position:absolute;width:280px;margin-left:8px;padding:15px;border-radius:6px;background-color:#d5f2f5;text-align:left;z-index:1}.span-cmp-tooltip .cmp-tooltip-icon{display:inline;position:absolute;width:14px;height:14px;padding-left:16px;background:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/img/info-tooltip.svg");background-repeat:no-repeat}.span-cmp-tooltip .cmp-tooltip-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:19px;color:#482d83 !important;font-size:12px !important;font-weight:700 !important;line-height:15px !important;word-break:break-word}.span-cmp-tooltip .cmp-tooltip-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:6px;margin-left:19px;color:#1b1b25 !important;font-size:12px !important;font-weight:normal;line-height:15px !important}.brochure-grid-description .span-cmp-tooltip{color:#eb3c96 !important}.new-tooltip{display:none;position:absolute;max-width:280px;padding:16px 16px;border-radius:6px;background-color:#d5f2f5;z-index:999;word-break:break-word}@media all and (min-width: 0)and (max-width: 767px){.new-tooltip{max-width:100%}}.new-tooltip .cmp-tooltip-header{display:block;position:relative;color:#482d83;font-size:12px;font-weight:700;line-height:15px}.new-tooltip .cmp-tooltip-header:before{position:absolute;top:1px;right:0px;width:14px;height:14px;background-image:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/img/info-tooltip.svg");background-repeat:no-repeat;background-position:0 0;content:""}@media all and (min-width: 0)and (max-width: 991px){.new-tooltip .cmp-tooltip-header:before{background-image:url("../../../etc.clientlibs/mkgaa-expand-cloud/clientlibs/clientlib-common/resources/img/info-close.svg")}}.new-tooltip .cmp-tooltip-body{display:block;margin-top:6px;color:#1b1b25;font-size:12px;font-weight:normal;line-height:15px}.video-player{position:relative;height:0;padding-bottom:56.25%;overflow:hidden}.video-player.square{width:50%;margin:0 auto}.video-player iframe,.video-player video{position:absolute;top:0;left:0;width:100%;height:100%}.video-player-mask{position:absolute;width:100%;height:100%;cursor:pointer}.video-player-mask-overlay{width:100%;height:100%;z-index:1;position:relative;overflow:hidden}.video-player-mask-overlay:before{display:block;width:100%;padding-top:56.25%;content:""}.video-player-mask-overlay img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.video-player-large-play{position:absolute;top:calc(50% - 73px);left:calc(50% - 73px);z-index:2}.video-player-large-play:hover{cursor:pointer}.video-player-large-play .round-play{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;width:145px;height:145px;border-radius:50%;background-color:#eb3c96;color:#fff;font-size:45px;text-indent:-9999px;overflow:hidden}.video-player-large-play .round-play .icon-play{width:50px;height:45px}.video-player-large-play .round-play:before{text-indent:0;content:""}.video-player-controllers{position:absolute;bottom:-60px;width:100%;height:60px;padding:20px;-webkit-transition:bottom .5s ease-out;transition:bottom .5s ease-out;background-color:#503291;z-index:2}.video-player-controllers-timeline{width:89%;float:left}.video-player-controllers-timeline .timeline{margin-bottom:0;line-height:1}.video-player-controllers-timeline .timeline span{color:#fff}.video-player-controllers-settings{float:right}.video-player-controllers .play,.video-player-controllers .pause,.video-player-controllers .full-screen,.video-player-controllers .settings,.video-player-controllers .volume{font-family:"MKGAA-ICONS" !important;display:inline-block;width:20px;float:left;color:#fff;font-size:20px;line-height:0;text-indent:-9999px;overflow:hidden}.video-player-controllers .play:before,.video-player-controllers .pause:before,.video-player-controllers .full-screen:before,.video-player-controllers .settings:before,.video-player-controllers .volume:before{float:left;text-indent:0}.video-player-controllers .volume,.video-player-controllers .settings{margin-right:15px}.video-player-controllers .volume.mute{opacity:.3}.video-player-controllers .pause{display:none}.video-player-controllers .current-time,.video-player-controllers .total-time{margin:0 20px;float:left;color:#fff;font-size:14px}.video-player-controllers .progress-bar{width:calc(100% - 200px);height:10px;margin-top:5px;float:left;background-color:rgba(255,255,255,.3);cursor:pointer}.video-player-controllers .progress-bar .inner-bar{width:0;height:10px;background-color:#fff}.video-player-resolutions{display:none;position:absolute;right:25px;bottom:70px;padding:30px;background-color:#503291}.video-player-resolutions-container{margin:0}.video-player-resolutions li:before{padding-right:0;content:""}.video-player-resolutions li a{color:rgba(255,255,255,.3);font-size:14px;cursor:pointer}.video-player-resolutions li a.current{color:#fff}.video-player.player--started:hover .video-player-controllers{bottom:0px;-webkit-transition:bottom .5s ease-in;transition:bottom .5s ease-in}.video-player.player--playing .video-player-controllers .play{display:none}.video-player.player--playing .video-player-controllers .pause{display:inline-block}.video-player.player--settings .settings{opacity:.3}.video-player.player--settings .video-player-resolutions{display:block}@media all and (min-width: 768px)and (max-width: 1024px){.video-player-controllers-timeline{width:85%}}@media all and (min-width: 0)and (max-width: 767px){.video-player-large-play{position:absolute;top:calc(50% - 50px);left:calc(50% - 50px)}.video-player-large-play .round-play{width:100px;height:100px;font-size:35px}.video-player-large-play .round-play .icon-play{width:35px;height:38px}.video-player-large-play .round-play:before{top:32px;left:37%}.video-player-controllers{bottom:-50px;height:50px}.video-player-controllers-timeline{width:60%}.video-player-controllers .play,.video-player-controllers .pause,.video-player-controllers .full-screen,.video-player-controllers .settings,.video-player-controllers .volume{font-size:15px}.video-player-controllers .current-time,.video-player-controllers .total-time{margin:-3px 10px 0}.video-player-controllers .progress-bar{display:none}}.cmp-video__content-fit{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px}.cmp-video__content-fit .cmp-video__headline{width:31.25%;margin-bottom:25px;padding:0 15px}.cmp-video__content-fit .cmp-video__headline span{font-family:inherit;font-size:inherit;line-height:inherit}.cmp-video__content-fit .cpm-video-player{position:relative;width:68.75%;min-height:1px;padding:0 15px}.cmp-video__content-fit [class^=mi-player]:not(.mi-big-play){bottom:1px;left:1px}.cmp-video__content-fit .video-player.square{margin:0}.cmp-video__full-fit{display:block;margin:0}.cmp-video__full-fit .cmp-video__headline{margin-bottom:25px}.cmp-video__full-fit .cmp-video__headline span{font-family:inherit;font-size:inherit;line-height:inherit}@media all and (min-width: 768px)and (max-width: 1024px){.cmp-video__content-fit{display:block}.cmp-video__content-fit .cmp-video__headline,.cmp-video__content-fit .cpm-video-player{width:100%}.cmp-video__content-fit .cpm-video-player,.cmp-video__full-fit .cpm-video-player{width:auto;margin:0 -10px}}@media all and (min-width: 0)and (max-width: 767px){.cmp-video__content-fit{display:block;margin:0}.cmp-video__content-fit .cmp-video__headline,.cmp-video__content-fit .cpm-video-player{width:100%;padding:0}.cmp-video__content-fit .cpm-video-player,.cmp-video__full-fit .cpm-video-player{width:auto;margin:0 -10px}}.video-element{padding:80px 0 50px;overflow:hidden}.video-element iframe{height:584px}.video-element__wrapper{width:87.5%;position:relative;min-height:1px;padding:0 15px}.video-element__info{width:43.75%;position:relative;min-height:1px;padding:0 15px}.video-element__title{margin:32px 0 8px;color:#503291}.video-element__title span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;font-size:18px;line-height:1.2}.video-element__title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.video-element__title span{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.video-element__title span{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.video-element__title span{font-size:22px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.video-element__title span{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.video-element__title span{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.video-element__title span{font-size:22px;line-height:1.2}}.video-element__description{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px}.video-element__description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.video-element__description .video-element__link{font-size:16px}.video-element__description .video-element__link:after{top:10px}@media all and (min-width: 1025px)and (max-width: 1280px){.video-element iframe{height:460px}.video-element__wrapper{width:87.5%;position:relative;min-height:1px;padding:0 15px}.video-element__info{width:43.75%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.video-element .container{padding:0 10px}.video-element iframe{height:450px}.video-element__wrapper{width:100%;padding:0}.video-element__info{width:50%;position:relative;min-height:1px;padding:0 10px;padding:0 20px}}@media all and (min-width: 0)and (max-width: 767px){.video-element{padding:50px 0 20px}.video-element iframe{height:420px}.video-element__wrapper{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0 !important}.video-element__info{width:100%;position:relative;min-height:1px;padding:0 10px}.video-element__title{margin:14px 0;font-size:18px}.video-element__description{font-size:16px}.video-element__description .video-element__link{font-size:16px}.video-element__description .video-element__link:after{top:8px}}@media screen and (max-width: 650px){.video-element iframe{height:330px}}@media screen and (max-width: 540px){.video-element iframe{height:215px}}@media screen and (max-width: 440px){.video-element iframe{height:200px}}.cmp-video__headline{color:#2dbecd;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;font-size:28px;font-weight:normal;line-height:33px;text-transform:uppercase}.cmp-video__headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.cmp-video .image-block-content-title span,.cmp-video .image-block-content-text span{font-size:16px;line-height:27px}.cmp-video.cmp-video__content-fit .cmp-video-container{display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-video.cmp-video__content-fit .cmp-video__headline{width:31.25%;padding:0 15px}.cmp-video.cmp-video__content-fit .cmp-video__headline span{font-family:inherit;font-size:inherit;line-height:inherit}.cmp-video.cmp-video__content-fit .image-block-content{position:relative;width:68.75%;min-height:1px;padding:0 15px}.cmp-video.cmp-video__full-fit .cmp-video-container{display:block;margin:0}.cmp-video.cmp-video__full-fit .cmp-video__headline{margin-bottom:25px}.cmp-video.cmp-video__full-fit .cmp-video__headline span{font-family:inherit;font-size:inherit;line-height:inherit}@media all and (min-width: 768px)and (max-width: 1024px){.cmp-video.cmp-video__content-fit .cmp-video-container{display:block;margin:0}.cmp-video.cmp-video__content-fit .cmp-video__headline,.cmp-video.cmp-video__content-fit .image-block-content{width:100%;padding:0}.cmp-video.cmp-video__full-fit .cmp-video-container,.cmp-video .image-block-content .row{margin:0}.cmp-video__headline{font-size:24px;line-height:29px}.cmp-video .image-block-content-title span,.cmp-video .image-block-content-text span{font-size:16px;line-height:27px}.cmp-video.cmp-video__content-fit .image-block-content,.cmp-video.cmp-video__full-fit .image-block-content{width:auto;margin:0 -10px}}@media all and (min-width: 0)and (max-width: 767px){.cmp-video.cmp-video__content-fit .cmp-video-container{display:block;margin:0}.cmp-video.cmp-video__content-fit .cmp-video__headline,.cmp-video.cmp-video__content-fit .image-block-content{width:100%;padding:0}.cmp-video.cmp-video__full-fit .cmp-video-container,.cmp-video .image-block-content .row{margin:0}.cmp-video__headline{font-size:20px;line-height:24px}.cmp-video .image-block-content-title span,.cmp-video .image-block-content-text span,.cmp-video .image-block-content-text a.arrow-link{font-size:14px;line-height:20px}.cmp-video .image-block-content-text a.arrow-link:after{top:0}.cmp-video.cmp-video__content-fit .image-block-content,.cmp-video.cmp-video__full-fit .image-block-content{width:auto;margin:0 -10px}}.work-with-us{position:relative;background-color:#fff;zoom:1}.work-with-us:before,.work-with-us:after{display:table;line-height:0;content:""}.work-with-us:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.work-with-us{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us{padding-top:60px !important}}@media all and (min-width: 1281px){.work-with-us{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.work-with-us{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us{padding-bottom:60px !important}}@media all and (min-width: 1281px){.work-with-us{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.work-with-us.same-theme--both{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us.same-theme--both{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.work-with-us.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.work-with-us.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us.same-theme--both{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 1281px){.work-with-us.same-theme--both{padding-bottom:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.work-with-us.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.work-with-us.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.work-with-us.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.work-with-us.same-theme--bottom{padding-bottom:30px !important}}.work-with-us-wrapper{position:relative}.work-with-us-content-header{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#503291}.work-with-us-content-header:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.work-with-us-content-header{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us-content-header{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us-content-header{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.work-with-us-content-header{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 0)and (max-width: 767px){.work-with-us-content-header{margin-top:0px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us-content-header{margin-top:0px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us-content-header{margin-top:0px !important}}@media all and (min-width: 1281px){.work-with-us-content-header{margin-top:0px !important}}@media all and (min-width: 0)and (max-width: 767px){.work-with-us-content-header{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us-content-header{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us-content-header{margin-bottom:32px !important}}@media all and (min-width: 1281px){.work-with-us-content-header{margin-bottom:32px !important}}.work-with-us-content-header-container{border-bottom:1px solid rgba(80,50,145,.2)}.work-with-us-content-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:20px;line-height:1.2}@media all and (min-width: 0)and (max-width: 767px){.work-with-us-content-title{margin-top:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us-content-title{margin-top:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us-content-title{margin-top:48px !important}}@media all and (min-width: 1281px){.work-with-us-content-title{margin-top:48px !important}}@media all and (min-width: 0)and (max-width: 767px){.work-with-us-content-title{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us-content-title{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us-content-title{margin-bottom:32px !important}}@media all and (min-width: 1281px){.work-with-us-content-title{margin-bottom:32px !important}}.work-with-us-content-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us-content-title{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us-content-title{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.work-with-us-content-title{font-size:26px;line-height:1.2}}.work-with-us-content-title span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:20px;line-height:1.2}.work-with-us-content-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us-content-title span{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us-content-title span{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.work-with-us-content-title span{font-size:26px;line-height:1.2}}@media all and (min-width: 0)and (max-width: 767px){.work-with-us-content-description{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us-content-description{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us-content-description{margin-bottom:40px !important}}@media all and (min-width: 1281px){.work-with-us-content-description{margin-bottom:40px !important}}.work-with-us-image{position:absolute;top:50%;right:0;width:51.5%;height:100%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);overflow:hidden}.work-with-us-image-inner{width:100%;height:auto}.work-with-us-image-inner img{position:absolute;top:50%;right:0;width:100%;height:auto;min-height:100%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.work-with-us-image-inner svg{position:absolute;top:-25%;left:0;width:auto;height:130%;z-index:99;zoom:1;fill:#fff}.work-with-us__cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;padding:12px 12px;border-radius:5px;font-size:11px;line-height:12px;background-color:#eb3c96;margin-right:15px}.work-with-us__cta:disabled{background:#e1e1e1}.work-with-us__cta .button-animated{background-color:#ff6ab5}.work-with-us__cta:hover{color:#fff}.work-with-us--purple{background-color:#503291}.work-with-us--purple .work-with-us-content-header-container{border-bottom:1px solid rgba(255,255,255,.3)}.work-with-us--purple .work-with-us-content-header{background-color:rgba(0,0,0,0) !important;color:#2dbecd}.work-with-us--purple .work-with-us-content-title,.work-with-us--purple .work-with-us-content-description{color:#fff}.work-with-us--purple .work-with-us-image-inner svg{fill:#503291}@media all and (min-width: 1025px)and (max-width: 1280px){.work-with-us-image-inner img{position:absolute;top:50%;right:0;width:100%;height:100%}}@media all and (min-width: 768px)and (max-width: 1024px){.work-with-us{padding-bottom:0px !important}.work-with-us-wrapper{padding-bottom:24px !important}.work-with-us-image{position:relative;right:0;width:100%;-webkit-transform:none;transform:none;overflow:visible}.work-with-us-image-inner{position:relative;overflow:hidden}.work-with-us-image-inner:before{display:block;width:100%;padding-top:75%;content:""}.work-with-us-image-inner img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.work-with-us-image-inner svg{display:none}.work-with-us-image-inner img{min-height:initial;-webkit-transform:none;transform:none}}@media all and (min-width: 0)and (max-width: 767px){.work-with-us{padding-bottom:0px !important}.work-with-us-wrapper{padding-bottom:24px !important}.work-with-us-image{position:relative;right:0;width:100%;-webkit-transform:none;transform:none;overflow:visible}.work-with-us-image-inner{position:relative;overflow:hidden}.work-with-us-image-inner:before{display:block;width:100%;padding-top:75%;content:""}.work-with-us-image-inner img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.work-with-us-image-inner svg{display:none}.work-with-us-image-inner img{min-height:initial;-webkit-transform:none;transform:none}}.blog-post__wrapper-split-parsys{zoom:1;width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}.blog-post__wrapper-split-parsys:before,.blog-post__wrapper-split-parsys:after{display:table;line-height:0;content:""}.blog-post__wrapper-split-parsys:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.blog-post__wrapper-split-parsys{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post__wrapper-split-parsys{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post__wrapper-split-parsys{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.blog-post__wrapper-split-parsys{width:1280px;padding-right:30px;padding-left:30px}}.blog-post__wrapper-split-parsys-row{min-width:100%}.blog-post__main-split-parsys{display:-webkit-box;display:-ms-flexbox;display:flex}.blog-post__in-page-navigation--on .blog-post-header{margin-bottom:12px}.blog-post__in-page-navigation--on .blog-post-header .container:after{width:0px}.blog-post__in-page-navigation--on .blog-post-header+.blog-post--template{margin-top:0px}.blog-post .parsys{width:100%}.blog-post .parsys>:first-child .container{margin-top:0}.blog-post .parsys>:last-child .container{margin-bottom:0}.blog-post--template .img-caption{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:12px 0 0 0;color:gray;font-size:14px;font-style:normal;line-height:24px}.blog-post--template .img-caption:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.blog-post__promotional-wrapper{zoom:1}.blog-post__promotional-wrapper:before,.blog-post__promotional-wrapper:after{display:table;line-height:0;content:""}.blog-post__promotional-wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.blog-post__promotional-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post__promotional-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post__promotional-wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.blog-post__promotional-wrapper{margin-right:-15px;margin-left:-15px}}.blog-post__xf-card .promotional-block{height:100%}@media all and (min-width: 1281px){.blog-post__body-split-parsys{width:62.5%;position:relative;min-height:1px;padding:0 15px}.blog-post__wrapper-split-parsys-row{zoom:1}.blog-post__wrapper-split-parsys-row:before,.blog-post__wrapper-split-parsys-row:after{display:table;line-height:0;content:""}.blog-post__wrapper-split-parsys-row:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.blog-post__wrapper-split-parsys-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.blog-post__wrapper-split-parsys-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.blog-post__wrapper-split-parsys-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px)and (min-width: 1281px){.blog-post__wrapper-split-parsys-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.blog-post__side-split-parsys{width:31.25%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}}@media all and (min-width: 1281px){.blog-post__xf-card{width:100%;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post__body-split-parsys{width:62.5%;position:relative;min-height:1px;padding:0 15px}.blog-post__wrapper-split-parsys-row{zoom:1}.blog-post__wrapper-split-parsys-row:before,.blog-post__wrapper-split-parsys-row:after{display:table;line-height:0;content:""}.blog-post__wrapper-split-parsys-row:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.blog-post__wrapper-split-parsys-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.blog-post__wrapper-split-parsys-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.blog-post__wrapper-split-parsys-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.blog-post__wrapper-split-parsys-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post__side-split-parsys{width:31.25%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post__xf-card{width:100%;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post__main-split-parsys{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-post__body-split-parsys{width:100%;position:relative;min-height:1px;padding:0 10px}.blog-post__side-split-parsys{width:100%;position:relative;min-height:1px;padding:0 10px}.blog-post__wrapper-split-parsys{padding:0 10px}.blog-post__xf-card{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.blog-post__main-split-parsys{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-post__body-split-parsys{width:100%;position:relative;min-height:1px;padding:0 10px}.blog-post__side-split-parsys{width:100%;position:relative;min-height:1px;padding:0 10px}.blog-post__wrapper-split-parsys{padding:0 10px}.blog-post__xf-card{width:100%;padding:0 10px}}.blog-post__body-split-parsys{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1}.blog-post__body-split-parsys--block{display:block}.blog-post__body-split-parsys .expertise__index-container,.blog-post__body-split-parsys .comments .container{padding:0}.blog-post__body-split-parsys .expertise__index,.blog-post__body-split-parsys .social-media-hub,.blog-post__body-split-parsys .comments,.blog-post__body-split-parsys .poll-component,.blog-post__body-split-parsys .quiz{z-index:1}@media all and (min-width: 1281px){.blog-post__body-split-parsys .expertise__index,.blog-post__body-split-parsys .social-media-hub,.blog-post__body-split-parsys .comments,.blog-post__body-split-parsys .poll-component,.blog-post__body-split-parsys .quiz{width:1280px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post__body-split-parsys .expertise__index,.blog-post__body-split-parsys .social-media-hub,.blog-post__body-split-parsys .comments,.blog-post__body-split-parsys .poll-component,.blog-post__body-split-parsys .quiz{width:1024px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post__body-split-parsys .expertise__index,.blog-post__body-split-parsys .social-media-hub,.blog-post__body-split-parsys .comments,.blog-post__body-split-parsys .poll-component,.blog-post__body-split-parsys .quiz{width:768px}}@media all and (min-width: 0)and (max-width: 767px){.blog-post__body-split-parsys .expertise__index,.blog-post__body-split-parsys .social-media-hub,.blog-post__body-split-parsys .comments,.blog-post__body-split-parsys .poll-component,.blog-post__body-split-parsys .quiz{width:100%}}.blog-post__side-split-parsys{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media all and (min-width: 0)and (max-width: 767px){.blog-post__side-split-parsys{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post__side-split-parsys{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post__side-split-parsys{padding-top:60px !important}}@media all and (min-width: 1281px){.blog-post__side-split-parsys{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-post__side-split-parsys{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post__side-split-parsys{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post__side-split-parsys{padding-bottom:60px !important}}@media all and (min-width: 1281px){.blog-post__side-split-parsys{padding-bottom:60px !important}}.blog-post__side-split-parsys .blog-post__top-side-split-parsys .expertise__index-curated{padding-top:0 !important}@media all and (min-width: 1281px){.blog-post__side-split-parsys .blog-post__top-side-split-parsys{padding-top:0 !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post__side-split-parsys .blog-post__top-side-split-parsys{padding-top:0 !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post__side-split-parsys .blog-post__top-side-split-parsys{margin-top:0 !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-post__side-split-parsys .blog-post__top-side-split-parsys{margin-top:0 !important}}.blog-post:not(.blog-post--author) .xf-card--empty{margin:0}.blog-post--boxed-header .blog-post__top-side-split-parsys{margin-top:76px}.featured-header{background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.featured-header{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-header{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-header{padding-top:60px !important}}@media all and (min-width: 1281px){.featured-header{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.featured-header{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-header{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-header{padding-bottom:60px !important}}@media all and (min-width: 1281px){.featured-header{padding-bottom:60px !important}}.featured-header-container{zoom:1;width:1400px;margin:0 auto}.featured-header-container:before,.featured-header-container:after{display:table;line-height:0;content:""}.featured-header-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.featured-header-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-header-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-header-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.featured-header-container{width:1280px;padding-right:30px;padding-left:30px}}.featured-header-container-row{zoom:1}.featured-header-container-row:before,.featured-header-container-row:after{display:table;line-height:0;content:""}.featured-header-container-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.featured-header-container-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-header-container-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-header-container-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.featured-header-container-row{margin-right:-15px;margin-left:-15px}}.featured-header-background-image{position:absolute;top:0;width:100%;height:100%;background-position:center;background-size:cover}.featured-header-background-mask{position:absolute;top:0px;left:0px;width:100%;height:100%}.featured-header-background-mask-webbing,.featured-header-background-mask-mask{position:absolute;top:0px;left:0px}.featured-header-background-mask-webbing{height:84%}.featured-header-content-date{margin-bottom:8px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:12px;line-height:1.2;color:#aaa}.featured-header-content-date:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.featured-header-content-date{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-header-content-date{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.featured-header-content-date{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-header-content-date{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-header-content-date{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.featured-header-content-date{font-size:12px;line-height:1.2}}.featured-header-content-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#ffc832;font-size:50px;line-height:1;cursor:pointer}.featured-header-content-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.featured-header-content-title{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-header-content-title{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-header-content-title{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.featured-header-content-title{margin-top:-22px;font-size:50px;line-height:1.2}}.featured-header-content-title:hover{color:#ffc832}.featured-header-content-author{margin-top:26px;color:#fff}.featured-header-content-author-by,.featured-header-content-author-title{font-style:italic}.featured-header-content-author-name{font-weight:bold}.featured-header-content-text{color:#fff}.featured-header-content .button{background-color:#eb3c96}.featured-header-cta-button{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;padding:12px 12px;border-radius:5px;font-size:11px;line-height:12px;background-color:#eb3c96}.featured-header-cta-button:disabled{background:#e1e1e1}.featured-header-cta-button .button-animated{background-color:#ff6ab5}@media all and (min-width: 2000px){.featured-header-content{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%;width:68.25%;margin-left:34.2%}.featured-header-background-image{max-width:655px;max-height:655px}.featured-header-background-mask{width:600px}.featured-header-background-mask-mask{left:-8.5%;width:120%;max-height:658px}.featured-header-background-mask-webbing{width:55%;min-width:360px;height:100%;max-height:658px}}@media all and (min-width: 1281px)and (max-width: 1999px){.featured-header-content{width:43.75%;position:relative;min-height:1px;padding:0 15px;margin-left:56.25%}.featured-header-background-image{max-width:655px;max-height:655px}.featured-header-background-mask{width:600px}.featured-header-background-mask-mask{left:-8.5%;width:120%;max-height:658px}.featured-header-background-mask-webbing{width:55%;min-width:360px;height:100%;max-height:658px}}@media all and (min-width: 1025px)and (max-width: 1280px){.featured-header-content{width:43.75%;position:relative;min-height:1px;padding:0 15px;margin-left:56.25%}.featured-header-background-image{max-width:50%}.featured-header-background-mask{width:50.5%}.featured-header-background-mask-webbing{width:55%}}@media all and (min-width: 768px)and (max-width: 1024px){.featured-header-background-image{width:43%}.featured-header-background-mask-mask{left:-8.5%;width:52%}.featured-header-background-mask-webbing{left:-152px;width:460px;height:420px}.featured-header-content{width:58.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:41.6666666667%}}@media all and (min-width: 0)and (max-width: 767px){.featured-header-background-image{position:initial;width:100%;height:195px}.featured-header-background-mask{display:none}.ie .featured-header-background{display:inline-block;height:190px}.featured-header-content{padding:0px 10px}}.blog-post-header{position:relative;width:100%;overflow:hidden}.blog-post-header .container{position:relative}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header .container{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-header .container{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-header .container{padding-top:60px !important}}@media all and (min-width: 1281px){.blog-post-header .container{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header .container{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-header .container{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-header .container{padding-bottom:60px !important}}@media all and (min-width: 1281px){.blog-post-header .container{padding-bottom:60px !important}}.blog-post-header .container:after{position:absolute;bottom:0px;width:100%;height:2px;background-color:#e1e1e1}.blog-post-header__background{position:absolute;top:0;right:0;height:100%}.blog-post-header__background-image{width:100%;height:100%;background-position:center center;background-size:cover}.blog-post-header__background-mask{position:absolute;top:-109px;left:-1px}.blog-post-header__without-img .blog-post-header__background{width:103%;height:100%;margin-top:-2px;margin-left:-8px}.blog-post-header__tags{height:60px;margin:0 0 16px;overflow:hidden;list-style-type:none}.blog-post-header__tag-text{display:inline-block;margin-right:28px;font-size:12px;font-weight:bold;line-height:60px}.blog-post-header__tag-text::before{content:none}.blog-post-header__title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#503291}.blog-post-header__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__title{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-header__title{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-header__title{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.blog-post-header__title{margin-top:-22px;font-size:50px;line-height:1.2}}.blog-post-header__title sub,.blog-post-header__title sup{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.blog-post-header__title sub:lang(ja),.blog-post-header__title sup:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.blog-post-header__authors{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.blog-post-header__authors-wrapper{padding:0 0 0 !important}.blog-post-header__authors .blog-post-header__boxed,.blog-post-header__authors .blog-post-header__ .blog-post-header__authors .blog-post-header__author{width:50%;margin-bottom:10px;padding:0 10px}@media all and (min-width: 1281px){.blog-post-header__authors .blog-post-header__boxed,.blog-post-header__authors .blog-post-header__ .blog-post-header__authors .blog-post-header__author{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-header__authors .blog-post-header__boxed,.blog-post-header__authors .blog-post-header__ .blog-post-header__authors .blog-post-header__author{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-header__authors .blog-post-header__boxed,.blog-post-header__authors .blog-post-header__ .blog-post-header__authors .blog-post-header__author{padding:0 10px}}.blog-post-header__label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:12px;line-height:1.2;width:100%;margin-top:-2px;margin-bottom:15px;color:#503291;text-transform:uppercase}.blog-post-header__label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-header__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-header__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.blog-post-header__label{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-header__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-header__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.blog-post-header__label{font-size:12px;line-height:1.2}}.blog-post-header__headline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:-2px;font-size:16px;font-weight:bold;text-transform:none}.blog-post-header__headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.blog-post-header__author{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.blog-post-header__overview{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:-6px;color:gray}.blog-post-header__overview:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.blog-post-header__overview-wrapper{margin-top:0 !important}.blog-post-header__overview-wrapper .row:before{content:none}.blog-post-header__overview .blog-post-header__overview-info{font-size:18px;font-style:normal;line-height:29.2px}.blog-post-header__headshot{display:inline-block;width:27%;margin-top:2px;margin-right:15px;margin-left:-2%}.blog-post-header__headshot-container{position:relative;width:100%;padding-bottom:75%}.blog-post-header__headshot-image{background-repeat:no-repeat;background-size:cover;position:absolute;top:1px;right:1px;bottom:1px;left:1px}.blog-post-header__headshot-mask{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.blog-post-header__headshot-mask svg{width:100%;height:100%}.blog-post-header__headshot-mask svg g path{fill:#fff}.blog-post-header__author-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.blog-post-header__byline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:-18px;margin-bottom:0;color:#e1e1e1;font-size:14px;font-style:italic;line-height:16.4px;text-transform:none}.blog-post-header__byline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.blog-post-header .social-share{margin:0}.blog-post-header .social-share-barebones{margin-bottom:30px;padding-left:0}.blog-post-header .social-share-barebones .eyebrow{font-size:14px}@media all and (min-width: 1281px){.blog-post-header .same-theme--bottom{padding-bottom:30px !important}.blog-post-header .container:after{bottom:0px;left:30px;width:calc(100% - 60px)}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-header .same-theme--bottom{padding-bottom:30px !important}.blog-post-header .container:after{bottom:0px;left:30px;width:calc(100% - 60px)}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-header .same-theme--bottom{padding-bottom:20px !important}.blog-post-header__without-img .blog-post-header__background{height:100%}.blog-post-header__background{height:300px;background-position:center center}.blog-post-header__title{font-size:36px}.blog-post-header .social-share-barebones{margin-top:40px}.blog-post-header__author-info{width:100%}.blog-post-header .container:after{bottom:0px;left:20px;width:calc(100% - 40px)}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__without-img .blog-post-header__background{height:100%}.blog-post-header .same-theme--bottom{padding-bottom:20px !important}.blog-post-header__background,.blog-post-header__background-image{height:240px}.blog-post-header .container{margin-top:40px}.blog-post-header .container:after{display:none}}.blog-post-header__divider{margin:32px 15px 0;padding-bottom:8px;border-top:2px solid #e1e1e1}@media all and (min-width: 1281px){.blog-post-header__publish-date{position:relative;width:30%;min-height:1px;padding:0 15px;float:left;margin-left:0%;padding-left:0}.blog-post-header__author{position:relative;width:60%;min-height:1px;padding:0 15px;float:left;margin-left:0%;padding-left:10px}.blog-post-header .social-share{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;margin-left:0%;padding:0}.blog-post-header__overview{width:62.5%;position:relative;min-height:1px;padding:0 15px;padding:0}.blog-post-header__divider{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;margin-left:0%;margin-top:40px;padding-bottom:18px}.blog-post-header__authors-wrapper{width:62.5%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-header__publish-date{position:relative;width:30%;min-height:1px;padding:0 15px;float:left;margin-left:0%;padding-left:0}.blog-post-header__author{position:relative;width:60%;min-height:1px;padding:0 15px;float:left;margin-left:0%;padding-left:10px}.blog-post-header__headshot{margin-right:10px}.blog-post-header .social-share{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;margin-left:0%;padding:0}.blog-post-header__overview{width:62.5%;position:relative;min-height:1px;padding:0 15px;padding:0 3px}.blog-post-header__divider{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;margin-left:0%;margin-top:40px;padding-bottom:18px}.blog-post-header__authors-wrapper{width:62.5%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-header__publish-date{position:relative;width:25%;min-height:1px;padding:0 10px;float:left;margin-left:0%;padding-left:0}.blog-post-header__author{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;margin-left:0%;padding-left:5px}.blog-post-header__author-info{width:auto}.blog-post-header__headshot{margin-right:5px}.blog-post-header .social-share{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%;padding:0}.blog-post-header__overview{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}.blog-post-header .blog-post-header__overview{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}.blog-post-header__divider{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%}.blog-post-header__authors-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header:after{position:absolute;bottom:0px;width:calc(100% + 40px);height:2px;margin-left:-20px;background-color:#e1e1e1;content:""}.blog-post-header__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-post-header__tag-text:nth-of-type(1n+3){display:none}.blog-post-header__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.blog-post-header__publish-date{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding:0}.blog-post-header__author{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;padding:0}.blog-post-header__authors-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px;-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;padding:10px 0 0 !important}.blog-post-header__headshot{width:34%}.blog-post-header .social-share{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:0;padding:0}.blog-post-header__overview{width:100%;position:relative;min-height:1px;padding:0 10px}.blog-post-header__overview-wrapper{padding-top:28px !important}.blog-post-header .blog-post-header__overview-wrapper--multiple-authors{padding-top:0 !important}.blog-post-header__divider{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%;width:calc(100% + 40px);margin-left:-20px}}.blog-post-header__full-width .blog-post-header__color-wrapper{position:relative;overflow:hidden}.blog-post-header__full-width .blog-post-header__color-wrapper:before{position:absolute;bottom:0;left:0;width:100%;height:10%;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXgAAAGOCAMAAAAaUZsSAAAC+lBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////86i/ucAAAA/XRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4CBgoSFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+OK09OAAABe5JREFUeNrt3O1a4tYaBmBxTEgGDIYKbdkntM//IEaUhCSorABjZ/8AGZ3Z/ZhWreh9x7ASP3Lhm/BcL0vk6AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF61jhIAvIx8MplMfvn1P4IX4Fllk8lk8uvkl8kkue94//vpU/lFZQCeUDwajcej0fj859HPH7/7aufu6Gg9/XRxMb24uLiY/aZeAH/L8floPBqPR6PReHz2h9/ZuXu4d3d1MZ1OL6fT6fRGFQH+zNl4H7Y/Hf/VH3ocvA/cXl5eXl5dXl5eXTVqC7DXG4/Ho23YjqK/c4DfDd4H1rOrq2JWzGaz2axWc+Ad6o72YTtO/+nB/krwPrQpZ7NyVs6KYlYUaycDeLs+nO+nEUaDpzzwjwbvI4uiKMqiLIqiKOZ3zhJw+GGbn4/G4/H5eDQe/fRcr7ftPFVefqnKopgX86IopTBwMDrZMM/zfHiW53me54OX+OeGzrNE5JemKMt5MS/LspyXS6cWeD36wzzPh/lZPjzL8+HZ8cvfg84L9KZtOS/nVVnNq/m8qq6dduBFpcM8H+Z5nudn+TDPT/79LvvFJwU+13VVNVXVVFVd1VVtVgJ4SnE2yLIsGwz62eB0cDrIBvFru4udfz33rqu6qpqqqauqrqv61mUD/EjMZtk2abPsdJBl2aD7+u9057U1nJt6q9mNwYUF3AfWx35vG7Sn2eA0ywZZlhzk7/Han+mv67qpm7pp6qaum7q59o4+8B4k/X6/t117vX5vu917I++n2Dm0KdbfFk3TNIvtx6JZNAuTxHDYkwX3Advv9XZrv9/78KY798OPreVicb1Y3Fxf31zf3Nzc3tzeLpdBXwyvz0nvYRfb7223o/dXiM7b7Be/hNvl7XJ5u1wulyGE5X4JrUiGZ3ScpGmapmmyvUnSNE2S+/1Yfd508P6BNoQ2hBDaNoQ2rNrQhrZt27YNq7ZtzVvAn/at3TROu8nH9FHEbse0qz6C94d93obwaruu2tX9Xtuu2tCuVkrEW/chSZJukiTdJO1ux27STbppnCRJGidJeqxGgveF5zBW96Hcrtud0Ia2DW0IbdAxcwD96j5Yd2s3SZL46/4HNRK8B2YTdlMZbRtCWIWdNoQQglrzrOKTOIriKIqjeLeZPMjVpJskSdKVq4L33aXy1xxe7sI4hBDCMoSN8rzzR+Lx7y8n0T5QoyiOouib8f7zqih4+TF3IYR2vV5vvq6b9W770bjxsoxDeDof7ZLx2/HkmzGKulEUnXS1oYKX1903Pw7i9eetu924+fzY/b4T/c8cx3Ecfb9GURzHUfckjroPA1a9ELwcHR0d/b9gvtvvb1br75a3fW3se874m5uTKIqibao+CFl/yecJ/Q8hDVOxyn4fXQAAAABJRU5ErkJggg==");background-repeat:no-repeat;background-position:bottom;background-size:100% auto;content:"";z-index:2}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__full-width .blog-post-header__color-wrapper:before{content:none}}.blog-post-header__full-width .blog-post-header__content-wrapper{padding-bottom:0 !important}.blog-post-header__full-width .blog-post-header__tags{margin-top:-24px}.blog-post-header__full-width .blog-post-header__title{margin-bottom:36px}@media all and (min-width: 1281px){.blog-post-header__full-width .blog-post-header__color-wrapper .container{padding-bottom:10px !important}.blog-post-header__full-width .blog-post-header__background{width:481px}.blog-post-header__full-width .blog-post-header__background-image{width:100%}.blog-post-header__full-width .blog-post-header__content-wrapper{width:62.5%;position:relative;min-height:1px;padding:0 15px}.blog-post-header__full-width .blog-post-header__title{margin-bottom:40px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-header__full-width .blog-post-header__color-wrapper .container{padding-bottom:10px !important}.blog-post-header__full-width .blog-post-header__background{width:481px}.blog-post-header__full-width .blog-post-header__background-image{width:100%}.blog-post-header__full-width .blog-post-header__content-wrapper{width:62.5%;position:relative;min-height:1px;padding:0 15px}.blog-post-header__full-width .blog-post-header__title{margin-bottom:40px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-header__full-width .blog-post-header__color-wrapper .container{padding-bottom:0 !important}.blog-post-header__full-width .blog-post-header__background{display:none}.blog-post-header__full-width .blog-post-header__content-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}.blog-post-header__full-width .blog-post-header__tags{margin-top:-18px}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__full-width .blog-post-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.blog-post-header__full-width .blog-post-header__color-wrapper .container{padding-bottom:0 !important}.blog-post-header__full-width .blog-post-header__background{display:none}.blog-post-header__full-width .blog-post-header__content-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}.blog-post-header__full-width .blog-post-header__tags{margin:-80px -20px 0;padding:12px 20px 8px}.blog-post-header__full-width .blog-post-header__tag-text{color:#fff}.blog-post-header__full-width .blog-post-header__title{margin:-80px -20px 0;padding:80px 20px 36px}.blog-post-header__full-width .blog-post-header__publish-date{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%;padding:0}.blog-post-header__full-width .blog-post-header__author{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%;padding:0}.blog-post-header__full-width .blog-post-header .social-share{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%}.blog-post-header__full-width .blog-post-header__overview{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}.blog-post-header__full-width .blog-post-header__divider{display:none}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__full-width .blog-post-header__tags+.blog-post-header__title{margin-top:0;padding-top:0}}.blog-post-header__full-width.blog-post-header__theme-purple .social-share,.blog-post-header__full-width.blog-post-header__theme-cyan .social-share{color:#fff}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__authors .blog-post-header__headshot-mask path,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__authors .blog-post-header__headshot-mask path{fill:#fff}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__authors .blog-post-header__label,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__authors .blog-post-header__label{color:#503291}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__authors .blog-post-header__byline,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__authors .blog-post-header__byline{color:#aaa}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__authors .blog-post-header__divider,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__authors .blog-post-header__divider{margin-top:10px}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__color-wrapper{background-color:#503291}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__title{color:#2dbecd}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__background-mask path,.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__headshot-mask path{fill:#503291}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__label{color:#503291}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__title,.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__tags{background:#503291}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__full-width.blog-post-header__theme-purple .social-share{background:#503291}}.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__color-wrapper{background-color:#2dbecd}.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__title{color:#503291}.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__background-mask path,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__headshot-mask path{fill:#2dbecd}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__label{color:#2dbecd}.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__title,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__tags{background:#2dbecd}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__full-width.blog-post-header__theme-cyan .social-share{background:#2dbecd}}.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__color-wrapper{background-color:#eb3c96}.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__title{color:#503291}.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__background-mask path,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__headshot-mask path{fill:#eb3c96}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__label{color:#eb3c96}.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__title,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__tags{background:#eb3c96}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__full-width.blog-post-header__theme-magenta .social-share{background:#eb3c96}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__color-wrapper,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__color-wrapper,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__color-wrapper{background-color:rgba(0,0,0,0)}}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__label,.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__tag-text,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__label,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__tag-text,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__label,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__tag-text{color:#fff}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__overview .blog-post-header__label,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__overview .blog-post-header__label,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__overview .blog-post-header__label{color:#503291}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__headline,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__headline,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__headline{color:#fff}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__author-info,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__author-info,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__author-info{color:#e1e1e1}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__headshot-mask path,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__headshot-mask path,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__headshot-mask path{fill:#fff}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__label,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__label,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__label{color:#503291}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__headline,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__headline,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__headline{color:#000}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__byline,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__byline,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__byline{color:gray}}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__authors-wrapper .blog-post-header__headshot-mask path,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__authors-wrapper .blog-post-header__headshot-mask path,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__authors-wrapper .blog-post-header__headshot-mask path{fill:#fff}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__authors-wrapper .blog-post-header__label,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__authors-wrapper .blog-post-header__label,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__authors-wrapper .blog-post-header__label{color:#503291}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__authors-wrapper .blog-post-header__headline,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__authors-wrapper .blog-post-header__headline,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__authors-wrapper .blog-post-header__headline{color:#000}.blog-post-header__full-width.blog-post-header__theme-purple .blog-post-header__authors-wrapper .blog-post-header__byline,.blog-post-header__full-width.blog-post-header__theme-cyan .blog-post-header__authors-wrapper .blog-post-header__byline,.blog-post-header__full-width.blog-post-header__theme-magenta .blog-post-header__authors-wrapper .blog-post-header__byline{color:#aaa}.blog-post-header__full-width.blog-post-header__theme-purple .social-share,.blog-post-header__full-width.blog-post-header__theme-cyan .social-share,.blog-post-header__full-width.blog-post-header__theme-magenta .social-share{width:calc(100% + 40px);margin:0 -20px 20px;padding:0 20px 0}.blog-post-header__boxed.blog-post-header{overflow:unset}.blog-post-header__boxed.blog-post-header .container{width:100%}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__boxed.blog-post-header .social-share .social-share-barebones{margin:0}.blog-post-header__boxed.blog-post-header::after{content:none}}.blog-post-header__boxed .blog-post-header:after{content:none}.blog-post-header__boxed .blog-post-header__background{position:relative;width:100%}.blog-post-header__boxed .blog-post-header__background-mask{display:none}.blog-post-header__boxed .blog-post-header__tag-text{color:#503291}.blog-post-header__boxed .blog-post-header__overview{padding:0 !important}.blog-post-header__boxed .blog-post-header__overview-wrapper{padding-right:0;padding-left:0}.blog-post-header__boxed .blog-post-header__byline{color:#aaa}.blog-post-header__boxed .blog-post-header__color-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media all and (min-width: 1281px){.blog-post-header__boxed .blog-post-header__color-wrapper .container{padding:60px 15px 0 !important}.blog-post-header__boxed .blog-post-header__background{height:448px}.blog-post-header__boxed .blog-post-header__background-image{height:448px}.blog-post-header__boxed .blog-post-header__title{margin-bottom:32px}.blog-post-header__boxed .blog-post-header__overview{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;margin-left:0%}.blog-post-header__boxed .blog-post-header__authors-wrapper{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;margin-left:0%}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-header__boxed .blog-post-header__color-wrapper .container{padding:60px 15px 0 !important}.blog-post-header__boxed .blog-post-header__title{margin-bottom:32px}.blog-post-header__boxed .blog-post-header__background{height:448px}.blog-post-header__boxed .blog-post-header__background-image{height:448px}.blog-post-header__boxed .blog-post-header__overview{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;margin-left:0%}.blog-post-header__boxed .blog-post-header__authors-wrapper{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;margin-left:0%}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-header__boxed .blog-post-header__color-wrapper .container{padding:40px 10px 0 !important}.blog-post-header__boxed .blog-post-header__background{margin-top:30px;height:544px}.blog-post-header__boxed .blog-post-header__background-image{height:544px}.blog-post-header__boxed .blog-post-header__title{margin-bottom:40px}.blog-post-header__boxed .blog-post-header__overview{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%}.blog-post-header__boxed .blog-post-header__authors-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__boxed .blog-post-header__background{margin-top:10px}.blog-post-header__boxed .blog-post-header__color-wrapper .container{padding:40px 10px 0 !important}.blog-post-header__boxed .blog-post-header__tags{margin-top:-40px}.blog-post-header__boxed .blog-post-header__overview{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%}.blog-post-header__boxed .blog-post-header__authors-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%}.blog-post-header__boxed .blog-post-header__overview-wrapper{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.blog-post-header__boxed .blog-post-header__publish-date{margin-top:25px}.blog-post-header__boxed .blog-post-header__author{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-left:0%;padding:0}}.blog-post-header__boxed.blog-post-header__theme-purple .blog-post-header__title{color:#503291}.blog-post-header__boxed.blog-post-header__theme-cyan .blog-post-header__title{color:#2dbecd}.blog-post-header__boxed.blog-post-header__theme-magenta .blog-post-header__title{color:#eb3c96}.blog-post-header__boxed-wrapper{width:100%}@media all and (min-width: 1281px){.blog-post-header__boxed .blog-post-header__authors .blog-post-header__author,.blog-post-header__full-width .blog-post-header__authors .blog-post-header__author{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-header__boxed .blog-post-header__authors .blog-post-header__author,.blog-post-header__full-width .blog-post-header__authors .blog-post-header__author{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-header__boxed .blog-post-header__authors .blog-post-header__author,.blog-post-header__full-width .blog-post-header__authors .blog-post-header__author{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-header__boxed .blog-post-header__authors .blog-post-header__author,.blog-post-header__full-width .blog-post-header__authors .blog-post-header__author{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.blog-landing-grid{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-landing-grid{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-landing-grid{padding-top:60px !important}}@media all and (min-width: 1281px){.blog-landing-grid{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-landing-grid{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-landing-grid{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-landing-grid{padding-bottom:60px !important}}@media all and (min-width: 1281px){.blog-landing-grid{padding-bottom:60px !important}}.blog-landing-grid .blog-tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.blog-landing-grid .blog-tiles:after{display:-webkit-box;display:-ms-flexbox;display:flex;width:30%;content:""}.blog-landing-grid .blog-tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:23%;margin:0 32px 80px 0;border:1px solid #e1e1e1}.blog-landing-grid .blog-tile:before{display:none}.blog-landing-grid .blog-tile__image-wrapper{position:relative;width:100%;margin-bottom:30px}.blog-landing-grid .blog-tile__image-wrapper+.blog-tile__title{margin-top:-6px}.blog-landing-grid .blog-tile__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:24px 20px -24px;font-size:12px}.blog-landing-grid .blog-tile__info:not(:first-child){margin-top:0}.blog-landing-grid .blog-tile__tag{max-width:60%}.blog-landing-grid .blog-tile__tag-text{color:#503291;font-weight:bold}.blog-landing-grid .blog-tile__read-time{color:gray}.blog-landing-grid .blog-tile .icon-reading-time{font-family:"MKGAA-ICONS" !important;margin:0 5px}.blog-landing-grid .blog-tile .icon-reading-time::before{display:inline-block;position:relative;top:1px;width:12px;height:13px}.blog-landing-grid .blog-tile__image-container{position:relative;overflow:hidden;height:159px}.blog-landing-grid .blog-tile__image-container:before{display:block;width:100%;padding-top:75%;content:""}.blog-landing-grid .blog-tile__image-container img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.blog-landing-grid .blog-tile__image-container img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-landing-grid .blog-tile__image-container img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-landing-grid .blog-tile__image-container img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.blog-landing-grid .blog-tile__image-container img{padding:0 10px}}.blog-landing-grid .blog-tile__image-container img{height:100%;padding:0;-o-object-fit:cover;object-fit:cover}.blog-landing-grid .blog-tile .icon-play:before{display:none}.blog-landing-grid .blog-tile__content{position:relative;height:100%;padding-bottom:75px}.blog-landing-grid .blog-tile__cta{position:absolute;right:1px;bottom:40px;font-size:14px;font-weight:600}.blog-landing-grid .blog-tile__content,.blog-landing-grid .blog-tile__title{margin-right:20px;margin-left:20px}.blog-landing-grid .blog-tile__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:40px;margin-bottom:10px;color:#eb3c96;font-size:22px;font-weight:bold;line-height:27px;text-transform:none}.blog-landing-grid .blog-tile__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.blog-landing-grid .blog-tile__title:hover{opacity:.7}.blog-landing-grid .blog-tile__link{cursor:pointer}.blog-landing-grid .blog-tile__author{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:2px;font-size:12px;line-height:27.2px}.blog-landing-grid .blog-tile__author:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.blog-landing-grid .blog-tile__author-info{color:#9b9b9b;font-style:italic}.blog-landing-grid .blog-tile__description{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:28px;font-size:16px;line-height:27px}.blog-landing-grid .blog-tile__description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.blog-landing-grid .blog-tile__date{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#9b9b9b;font-size:12px;font-weight:bold;letter-spacing:2px;line-height:14.4px}.blog-landing-grid .blog-tile__date:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.blog-landing-grid .blog-tile.blog-play-btn .icon-play:before{display:block;position:absolute;top:50%;left:50%;padding:20px;transform:translate(-50%, -50%);border-radius:50%;background-color:#eb3c96;color:#fff;font-size:18px;-webkit-transform:translate(-50%, -50%)}.blog-landing-grid .blog-tile--featured.blog-tile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.blog-landing-grid .blog-tile--featured .blog-tile__link{display:-webkit-box;display:-ms-flexbox;display:flex;width:50%}.blog-landing-grid .blog-tile--featured .blog-tile__image-container{height:100%}.blog-landing-grid .blog-tile--featured .blog-tile__image-wrapper{margin-bottom:0}.blog-landing-grid .blog-tile--featured .blog-tile__info{margin-top:50px}.blog-landing-grid .blog-tile--featured .blog-tile__info,.blog-landing-grid .blog-tile--featured .blog-tile__title{margin-right:0;margin-left:0}.blog-landing-grid .blog-tile--featured .blog-tile__title .blog-tile__link{width:100%}.blog-landing-grid .blog-tile--featured .blog-tile__content{width:50%;height:initial;margin:0;padding-right:40px;padding-left:40px}.blog-landing-grid .blog-tile--featured .blog-tile__cta{right:40px}@media all and (min-width: 1281px){.blog-landing-grid .blog-tile:nth-child(4n){margin-right:0px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-landing-grid .blog-tile{width:30%;margin:0 48px 80px 0}.blog-landing-grid .blog-tile:nth-child(3n){margin-right:0px}.blog-landing-grid .blog-tile__image-container{height:166px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-landing-grid .blog-tiles{margin:32px 0}.blog-landing-grid .blog-tile{width:48.5%;margin:32px 0}.blog-landing-grid .blog-tile:nth-child(odd){margin-right:20px}.blog-landing-grid .blog-tile__info{margin-right:40px;margin-left:40px}.blog-landing-grid .blog-tile__image-container{height:166px}.blog-landing-grid .blog-tile__content,.blog-landing-grid .blog-tile__title{margin-right:40px;margin-left:40px}}@media all and (min-width: 0)and (max-width: 767px){.blog-landing-grid .blog-tiles{margin:44px 0}.blog-landing-grid .blog-tile{width:100%;min-height:500px;margin:20px 0}.blog-landing-grid .blog-tile__image-wrapper{margin-bottom:30px}.blog-landing-grid .blog-tile__description{margin-bottom:18px}.blog-landing-grid .blog-tile__info{margin-bottom:0}.blog-landing-grid .blog-tile__image-container{height:150px}.blog-landing-grid .blog-tile--featured.blog-tile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-landing-grid .blog-tile--featured .blog-tile__info{margin-top:30px}.blog-landing-grid .blog-tile--featured .blog-tile__link,.blog-landing-grid .blog-tile--featured .blog-tile__title,.blog-landing-grid .blog-tile--featured .blog-tile__info{width:100%}.blog-landing-grid .blog-tile--featured .blog-tile__content{width:calc(66.6666666667% + 40px);margin-right:20px;margin-left:calc(16.6% - 20px);padding-right:0;padding-left:0}.blog-landing-grid .blog-tile--featured .blog-tile__cta{right:1px}.blog-landing-grid .blog-tile__title,.blog-landing-grid .blog-tile__content,.blog-landing-grid .blog-tile__info{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:16.6666666667%;width:calc(66.6666666667% + 40px);margin-left:calc(16.6% - 20px);padding:0 2px}.blog-landing-grid .blog-tile__title{min-height:initial}}.blog-landing-grid__load-more-cta-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.landing-grid-filters__container{zoom:1;width:1400px;margin:0 auto;margin-bottom:40px;padding:0}.landing-grid-filters__container:before,.landing-grid-filters__container:after{display:table;line-height:0;content:""}.landing-grid-filters__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.landing-grid-filters__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.landing-grid-filters__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.landing-grid-filters__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.landing-grid-filters__container{width:1280px;padding-right:30px;padding-left:30px}}.landing-grid-filters__headline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:20px;color:#2dbecd;font-size:12px;font-weight:bold}.landing-grid-filters__headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.landing-grid-filters__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-left:-5px}.landing-grid-filters__footer{display:none;width:100%;background-color:#503291}.landing-grid-filters__clear-all-filters,.landing-grid-filters__footer-clear-all-btn,.landing-grid-filters__footer-results-cta{padding:0;border:0;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.landing-grid-filters__clear-all-filters{-ms-flex-item-align:start;align-self:start;margin-right:0;color:#eb3c96}.landing-grid-filters__footer-clear-all-btn,.landing-grid-filters__footer-results-cta{color:#fff}.landing-grid-filters__footer-results-cta{width:130px;height:40px;margin-left:auto;border-radius:6px;background-color:#eb3c96;font-size:11px}.landing-grid-filters__footer-results-cta--disabled{background-color:#aaa;text-transform:uppercase}.landing-grid-filters__close-btn-dialog{padding:5px;border:0}@media all and (min-width: 1281px){.landing-grid-filters__container{width:100%;margin-left:5px;padding:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.landing-grid-filters__container{width:100%;margin-left:5px;padding:0}}@media all and (min-width: 0px)and (max-width: 1024px){.landing-grid-filters__headline{margin-bottom:0}.landing-grid-filters__container{top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}.landing-grid-filters__content{position:fixed;top:0;right:0;left:0;width:100%}.landing-grid-filters__header{position:absolute;width:100%;height:54px;border-bottom:1px solid #e1e1e1;background-color:#fff}.landing-grid-filters__close-btn-dialog{margin-right:-5px}.landing-grid-filters__footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.landing-grid-filters__container--opened{display:block;position:fixed}}@media all and (min-width: 768px)and (max-width: 1024px){.landing-grid-filters__header,.landing-grid-filters__footer{padding-right:40px;padding-left:40px}.landing-grid-filters__footer{height:80px}.landing-grid-filters__content{bottom:80px}}@media all and (min-width: 0)and (max-width: 767px){.landing-grid-filters__header,.landing-grid-filters__footer{padding-right:20px;padding-left:20px}.landing-grid-filters__footer{height:60px}.landing-grid-filters__content{bottom:60px}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-large-video{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-large-video{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-large-video{padding-top:60px !important}}@media all and (min-width: 1281px){.blog-post-large-video{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-large-video{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-large-video{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-large-video{padding-bottom:60px !important}}@media all and (min-width: 1281px){.blog-post-large-video{padding-bottom:60px !important}}.blog-post-large-video__container{zoom:1;width:1400px;margin:0 auto}.blog-post-large-video__container:before,.blog-post-large-video__container:after{display:table;line-height:0;content:""}.blog-post-large-video__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.blog-post-large-video__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-large-video__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-large-video__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.blog-post-large-video__container{width:1280px;padding-right:30px;padding-left:30px}}.blog-post-large-video__row{zoom:1}.blog-post-large-video__row:before,.blog-post-large-video__row:after{display:table;line-height:0;content:""}.blog-post-large-video__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.blog-post-large-video__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-large-video__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-large-video__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.blog-post-large-video__row{margin-right:-15px;margin-left:-15px}}.blog-post-large-video .mi-big-play{background-color:#eb3c96}.blog-post--template .blog-post-large-video__container{width:100%;padding:0}.blog-post--template .blog-post-large-video__row-video{overflow:hidden}@media all and (min-width: 1281px){.blog-post--template .blog-post-large-video__row-video{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .blog-post-large-video__row-video{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .blog-post-large-video__row-video{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .blog-post-large-video__row-video{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.blog-post--template .blog-post-large-video__row-video .video-player{overflow:unset}@media all and (min-width: 1281px){.blog-post--template .blog-post-large-video__row-caption{position:relative;width:80%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .blog-post-large-video__row-caption{position:relative;width:80%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .blog-post-large-video__row-caption{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .blog-post-large-video__row-caption{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-medium-img{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-medium-img{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-medium-img{padding-top:60px !important}}@media all and (min-width: 1281px){.blog-post-medium-img{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-medium-img{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-medium-img{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-medium-img{padding-bottom:60px !important}}@media all and (min-width: 1281px){.blog-post-medium-img{padding-bottom:60px !important}}.blog-post-medium-img__row{zoom:1}.blog-post-medium-img__row:before,.blog-post-medium-img__row:after{display:table;line-height:0;content:""}.blog-post-medium-img__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.blog-post-medium-img__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-medium-img__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-medium-img__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.blog-post-medium-img__row{margin-right:-15px;margin-left:-15px}}.blog-post-medium-img__image{width:100%;height:auto}.blog-post-medium-img__caption,.blog-post-medium-img__source{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:gray}.blog-post-medium-img__caption:lang(ja),.blog-post-medium-img__source:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.blog-post-medium-img__caption{margin-top:30px;margin-bottom:0;font-size:14px;font-style:normal;line-height:24px}.blog-post-medium-img__source{margin-top:4px;font-size:12px}@media all and (min-width: 1281px){.blog-post-medium-img__image-wrapper{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-medium-img__image-wrapper{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-medium-img__image-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-medium-img__image-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-pull-quote{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-pull-quote{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-pull-quote{padding-top:60px !important}}@media all and (min-width: 1281px){.blog-post-pull-quote{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-pull-quote{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-pull-quote{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-pull-quote{padding-bottom:60px !important}}@media all and (min-width: 1281px){.blog-post-pull-quote{padding-bottom:60px !important}}.blog-post-pull-quote__container{zoom:1;width:1400px;margin:0 auto}.blog-post-pull-quote__container:before,.blog-post-pull-quote__container:after{display:table;line-height:0;content:""}.blog-post-pull-quote__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.blog-post-pull-quote__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-pull-quote__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-pull-quote__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.blog-post-pull-quote__container{width:1280px;padding-right:30px;padding-left:30px}}.blog-post-pull-quote__row{zoom:1}.blog-post-pull-quote__row:before,.blog-post-pull-quote__row:after{display:table;line-height:0;content:""}.blog-post-pull-quote__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.blog-post-pull-quote__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-pull-quote__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-pull-quote__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.blog-post-pull-quote__row{margin-right:-15px;margin-left:-15px}}.blog-post-pull-quote__quote{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;font-size:18px;line-height:1.2;font-weight:normal}.blog-post-pull-quote__quote:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-pull-quote__quote{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-pull-quote__quote{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.blog-post-pull-quote__quote{font-size:22px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-pull-quote__quote{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-pull-quote__quote{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.blog-post-pull-quote__quote{font-size:22px;line-height:1.2}}.blog-post-pull-quote__opening-quotation-mark{margin:-16px 3px 0 2px;font-size:60px}.blog-post-pull-quote__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;color:#503291;font-size:22px}.blog-post-pull-quote__byline-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-post-pull-quote__byline-author,.blog-post-pull-quote__byline-comma,.blog-post-pull-quote__byline-title{font-size:14px;display:inline;color:#000}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-pull-quote__byline-author,.blog-post-pull-quote__byline-comma,.blog-post-pull-quote__byline-title{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-pull-quote__byline-author,.blog-post-pull-quote__byline-comma,.blog-post-pull-quote__byline-title{font-size:14px}}@media all and (min-width: 1281px){.blog-post-pull-quote__byline-author,.blog-post-pull-quote__byline-comma,.blog-post-pull-quote__byline-title{font-size:14px}}.blog-post-pull-quote__byline-wrapper{margin-left:18px}.blog-post-pull-quote__byline-title{color:#aaa;font-style:italic;line-height:1.7}.blog-post-pull-quote__byline-avatar{position:relative;width:68px;min-width:68px;height:60px;margin-right:15px}.blog-post-pull-quote__byline-avatar-image{position:absolute;top:0;right:0;bottom:0;left:0;width:68px;height:60px;background-repeat:no-repeat;background-size:cover;background-position-x:center}.blog-post-pull-quote__byline-avatar-mask{position:absolute;top:-1px;right:0;bottom:0;left:-1px;width:68px;height:60px}.blog-post-pull-quote__byline-avatar-mask svg{width:105%;height:105%}.blog-post-pull-quote__byline-text p{margin-bottom:0}.blog-post-pull-quote.theme--purple{background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.blog-post-pull-quote.theme--purple{width:calc(100% + 40px);margin-left:-20px;padding:0 20px}}.blog-post-pull-quote.theme--purple .blog-post-pull-quote__wrapper{color:#fff}.blog-post-pull-quote.theme--purple .blog-post-pull-quote__byline-author{color:#ffc832}.blog-post-pull-quote.theme--purple .blog-post-pull-quote__byline-avatar-mask-fill{fill:#503291}.blog-post-pull-quote.theme--white .blog-post-pull-quote__byline-avatar-mask-fill{fill:#fff}@media all and (min-width: 1281px){.blog-post-pull-quote__quote-container{width:50%;position:relative;min-height:1px;padding:0 15px}.blog-post-pull-quote__byline-container{width:43.75%;position:relative;min-height:1px;padding:0 15px;padding-left:29px}.blog-post-pull-quote__quote{margin-bottom:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-pull-quote__quote-container{width:50%;position:relative;min-height:1px;padding:0 15px}.blog-post-pull-quote__byline-container{width:43.75%;position:relative;min-height:1px;padding:0 15px;padding-left:29px}.blog-post-pull-quote__quote{margin-bottom:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-pull-quote:last-of-type>.blog-post-pull-quote__container{padding-bottom:30px}.blog-post-pull-quote__quote-container{width:75%;position:relative;min-height:1px;padding:0 10px;margin-left:8.3333333333%}.blog-post-pull-quote__quote{margin-bottom:30px}.blog-post-pull-quote__byline-container{width:58.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:8.3333333333%;padding-left:29px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.blog-post-pull-quote__byline-avatar{margin-top:5px}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-pull-quote:last-of-type>.blog-post-pull-quote__container{padding-bottom:30px}.blog-post-pull-quote__quote{margin-top:2px;margin-bottom:30px}.blog-post-pull-quote__quote-container{width:100%;position:relative;min-height:1px;padding:0 10px}.blog-post-pull-quote__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-post-pull-quote__byline-wrapper{margin-left:-10px}.blog-post-pull-quote__opening-quotation-mark{margin:0 0 -28px -6px;font-size:60px;font-style:italic}.blog-post-pull-quote__byline-container{width:100%;position:relative;min-height:1px;padding:0 10px;padding-left:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.blog-post-pull-quote__byline-avatar{margin-top:5px}}.blog-post--template .blog-post-pull-quote__container{width:100%}.blog-post--template .blog-post-pull-quote__container .blog-post-pull-quote__quote-container{padding:0}@media all and (min-width: 1281px){.blog-post--template .blog-post-pull-quote__quote-container{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.blog-post--template .blog-post-pull-quote__byline-container{position:relative;width:70%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .blog-post-pull-quote__quote-container{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.blog-post--template .blog-post-pull-quote__byline-container{position:relative;width:70%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .blog-post-pull-quote__quote-container{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}.blog-post--template .blog-post-pull-quote__byline-container{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .blog-post-pull-quote__container{padding:0 0 30px}.blog-post--template .blog-post-pull-quote__quote{font-size:22px;line-height:34px}.blog-post--template .blog-post-pull-quote__row{margin:0}.blog-post--template .blog-post-pull-quote__quote-container{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding:0 10px}.blog-post--template .blog-post-pull-quote__byline-container{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding-left:0}}.blog-post--template .blog-post-pull-quote__opening-quotation-mark{margin-left:-5px}.blog-post--template .blog-post-pull-quote__byline-author,.blog-post--template .blog-post-pull-quote__byline-title{display:block}.blog-post--template .blog-post-pull-quote__byline-author{color:#503291;font-weight:bold}.story-quote__container{zoom:1;width:1400px;margin:0 auto}.story-quote__container:before,.story-quote__container:after{display:table;line-height:0;content:""}.story-quote__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-quote__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-quote__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-quote__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-quote__container{width:1280px;padding-right:30px;padding-left:30px}}.story-quote__quote{position:relative}.story-quote .blog-post-pull-quote__opening-quotation-mark{position:absolute;top:-12px;left:-19px;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;color:#2dbecd;font-size:72px;font-style:normal;line-height:.8}.story-quote .blog-post-pull-quote__opening-quotation-mark:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.story-quote .blog-post-pull-quote__quote{color:#2d1c51;font-weight:700}.story-quote .blog-post-pull-quote__byline-author,.story-quote .blog-post-pull-quote__byline-title{display:block;font-size:12px;font-style:normal}.story-quote .blog-post-pull-quote__byline-title{color:#454545;font-weight:400;line-height:20px}.story-quote .blog-post-pull-quote__byline-author{font-weight:700;line-height:18px}@media all and (min-width: 1281px){.story-quote__quote{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.story-quote .blog-post-pull-quote__byline-container{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.story-quote .blog-post-pull-quote__quote{font-size:26px;line-height:31px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-quote__quote{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.story-quote .blog-post-pull-quote__byline-container{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.story-quote .blog-post-pull-quote__quote{font-size:24px;line-height:29px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-quote__quote{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:8.3333333333%}.story-quote .blog-post-pull-quote__byline-container{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:8.3333333333%}.story-quote .blog-post-pull-quote__quote{font-size:22px;line-height:26px}}@media all and (min-width: 0)and (max-width: 767px){.story-quote__quote{width:100%;position:relative;min-height:1px;padding:0 10px}.story-quote .blog-post-pull-quote__byline-container{width:100%;position:relative;min-height:1px;padding:0 10px}.story-quote .blog-post-pull-quote__quote{margin-top:27px;font-size:20px;line-height:24px}.story-quote .blog-post-pull-quote__opening-quotation-mark{top:-45px;left:16px}}@media print{.story-quote__quote{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.story-quote .blog-post-pull-quote__byline-container{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.story-quote .blog-post-pull-quote__quote{font-size:24px;line-height:29px}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-rte{padding-top:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-rte{padding-top:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-rte{padding-top:30px !important}}@media all and (min-width: 1281px){.blog-post-rte{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-rte{padding-bottom:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-rte{padding-bottom:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-rte{padding-bottom:30px !important}}@media all and (min-width: 1281px){.blog-post-rte{padding-bottom:30px !important}}.blog-post-rte__row{zoom:1}.blog-post-rte__row:before,.blog-post-rte__row:after{display:table;line-height:0;content:""}.blog-post-rte__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.blog-post-rte__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-rte__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-rte__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.blog-post-rte__row{margin-right:-15px;margin-left:-15px}}.blog-post-rte__item-wrapper{zoom:1;width:1400px;margin:0 auto}.blog-post-rte__item-wrapper:before,.blog-post-rte__item-wrapper:after{display:table;line-height:0;content:""}.blog-post-rte__item-wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.blog-post-rte__item-wrapper{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-rte__item-wrapper{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-rte__item-wrapper{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.blog-post-rte__item-wrapper{width:1280px;padding-right:30px;padding-left:30px}}.blog-post-rte__personalization-wrapper{zoom:1;width:1400px;margin:0 auto}.blog-post-rte__personalization-wrapper:before,.blog-post-rte__personalization-wrapper:after{display:table;line-height:0;content:""}.blog-post-rte__personalization-wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.blog-post-rte__personalization-wrapper{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-rte__personalization-wrapper{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-rte__personalization-wrapper{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.blog-post-rte__personalization-wrapper{width:1280px;padding-right:30px;padding-left:30px}}.blog-post-rte--no-gp{padding-top:0 !important;padding-bottom:0 !important}.blog-post-rte h1,.blog-post-rte h2,.blog-post-rte h3{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;font-size:18px;line-height:1.2;margin-top:-2px;line-height:1.7}.blog-post-rte h1:lang(ja),.blog-post-rte h2:lang(ja),.blog-post-rte h3:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-rte h1,.blog-post-rte h2,.blog-post-rte h3{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-rte h1,.blog-post-rte h2,.blog-post-rte h3{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.blog-post-rte h1,.blog-post-rte h2,.blog-post-rte h3{font-size:22px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-rte h1,.blog-post-rte h2,.blog-post-rte h3{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-rte h1,.blog-post-rte h2,.blog-post-rte h3{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.blog-post-rte h1,.blog-post-rte h2,.blog-post-rte h3{font-size:22px;line-height:1.2}}.blog-post-rte h1{color:#503291;font-size:22px;font-weight:normal}.blog-post-rte h2{margin-bottom:35px;font-size:18px}.blog-post-rte h3{margin-bottom:35px;font-size:14px;text-transform:uppercase}.blog-post-rte__item{padding-top:0}.blog-post-rte__item a{overflow-wrap:break-word}.blog-post-rte__item>:first-child{margin:-5px 0 0 0}.blog-post-rte__item.text-extra-margin{margin-top:-5px}.blog-post-rte__item>:last-child{margin-bottom:0}.blog-post-rte__item>:last-child>:last-child{margin-bottom:0}@media all and (min-width: 1281px){.blog-post-rte__item-wrapper{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post-rte__item-wrapper{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post-rte__item-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.blog-post-rte__item-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .blog-post-small-img-text{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .blog-post-small-img-text{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .blog-post-small-img-text{padding-top:60px !important}}@media all and (min-width: 1281px){.blog-post--template .blog-post-small-img-text{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .blog-post-small-img-text{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .blog-post-small-img-text{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .blog-post-small-img-text{padding-bottom:60px !important}}@media all and (min-width: 1281px){.blog-post--template .blog-post-small-img-text{padding-bottom:60px !important}}.blog-post--template .blog-post-small-img-text__row{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.blog-post--template .blog-post-small-img-text__row:before,.blog-post--template .blog-post-small-img-text__row:after{display:table;line-height:0;content:""}.blog-post--template .blog-post-small-img-text__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .blog-post-small-img-text__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .blog-post-small-img-text__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .blog-post-small-img-text__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.blog-post--template .blog-post-small-img-text__row{margin-right:-15px;margin-left:-15px}}.blog-post--template .blog-post-small-img-text__16-9 .blog-post-small-img-text__image{padding-bottom:56.25%}.blog-post--template .blog-post-small-img-text__4-3 .blog-post-small-img-text__image{padding-bottom:75%}.blog-post--template .blog-post-small-img-text__image{width:100%;background-position:center;background-size:cover}.blog-post--template .blog-post-small-img-text .container{margin:40px auto}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .blog-post-small-img-text.same-theme--both{padding-top:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .blog-post-small-img-text.same-theme--both{padding-top:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .blog-post-small-img-text.same-theme--both{padding-top:18px !important}}@media all and (min-width: 1281px){.blog-post--template .blog-post-small-img-text.same-theme--both{padding-top:18px !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .blog-post-small-img-text.same-theme--both{padding-bottom:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .blog-post-small-img-text.same-theme--both{padding-bottom:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .blog-post-small-img-text.same-theme--both{padding-bottom:18px !important}}@media all and (min-width: 1281px){.blog-post--template .blog-post-small-img-text.same-theme--both{padding-bottom:18px !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .blog-post-small-img-text.same-theme--top{padding-top:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .blog-post-small-img-text.same-theme--top{padding-top:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .blog-post-small-img-text.same-theme--top{padding-top:18px !important}}@media all and (min-width: 1281px){.blog-post--template .blog-post-small-img-text.same-theme--top{padding-top:18px !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .blog-post-small-img-text.same-theme--bottom{padding-bottom:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .blog-post-small-img-text.same-theme--bottom{padding-bottom:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .blog-post-small-img-text.same-theme--bottom{padding-bottom:18px !important}}@media all and (min-width: 1281px){.blog-post--template .blog-post-small-img-text.same-theme--bottom{padding-bottom:18px !important}}@media all and (min-width: 1281px){.blog-post--template .blog-post-small-img-text__image-wrapper{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.blog-post--template .blog-post-small-img-text__rte-wrapper{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post--template .blog-post-small-img-text__image-wrapper{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.blog-post--template .blog-post-small-img-text__rte-wrapper{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post--template .blog-post-small-img-text__image-wrapper{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.blog-post--template .blog-post-small-img-text__rte-wrapper{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.blog-post--template .blog-post-small-img-text__image-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.blog-post--template .blog-post-small-img-text__rte-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.blog-post--template .blog-post-small-img-text__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-post--template .blog-post-small-img-text .blog-post-rte__item{padding-top:40px}}.bluejeans{background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.bluejeans{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.bluejeans{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.bluejeans{padding-top:60px !important}}@media all and (min-width: 1281px){.bluejeans{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.bluejeans{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.bluejeans{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.bluejeans{padding-bottom:60px !important}}@media all and (min-width: 1281px){.bluejeans{padding-bottom:60px !important}}.bluejeans-comp{zoom:1;width:1400px;margin:0 auto}.bluejeans-comp:before,.bluejeans-comp:after{display:table;line-height:0;content:""}.bluejeans-comp:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.bluejeans-comp{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.bluejeans-comp{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.bluejeans-comp{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.bluejeans-comp{width:1280px;padding-right:30px;padding-left:30px}}.bluejeans--edit{height:800px}.bluejeans-call-container{height:80vh;max-height:100%}.bluejeans-login-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#2dbecd;text-align:center}.bluejeans-login-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.bluejeans-login{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.bluejeans-login--visible{display:-webkit-box;display:-ms-flexbox;display:flex}.bluejeans-join-button{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96}.bluejeans-join-button:disabled{background:#e1e1e1}.bluejeans-join-button .button-animated{background-color:#ff6ab5}.bluejeans-passcode-field{zoom:1;width:50%;height:69px;margin-bottom:20px;border:0;border-radius:4px;background-color:#fff;font-size:16px;text-align:center;overflow:hidden}.bluejeans-passcode-field:before,.bluejeans-passcode-field:after{display:table;line-height:0;content:""}.bluejeans-passcode-field:after{clear:both}.bar__legend-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-bottom:20px}.bar__legend-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:27px;padding-left:23px}.bar__tooltip{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:150px;padding:10px 15px 15px;border-radius:1px;background-color:gray;color:#fff;font-size:11px;opacity:.9}.bar__tooltip:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.bar__tooltip--hide{opacity:0}.bar__tooltip-circle{display:block;width:10px;height:10px;margin-right:10px;border-radius:50%}.bar__tooltip-line{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;padding-bottom:5px}.bar__tooltip-title{margin-bottom:11px;text-align:center}.bar__tooltip-caret{position:relative}.bar__tooltip-caret::after{position:absolute;top:12px;left:calc(50% - 10px);border-top:10px solid gray;border-right:10px solid rgba(0,0,0,0);border-left:10px solid rgba(0,0,0,0);content:""}@media all and (min-width: 1281px){.bar{width:75%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.bar{width:75%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.bar{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.bar{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.chart{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.chart{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.chart{padding-top:60px !important}}@media all and (min-width: 1281px){.chart{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.chart{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.chart{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.chart{padding-bottom:60px !important}}@media all and (min-width: 1281px){.chart{padding-bottom:60px !important}}.chart__container{zoom:1;width:1400px;margin:0 auto}.chart__container:before,.chart__container:after{display:table;line-height:0;content:""}.chart__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.chart__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.chart__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.chart__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.chart__container{width:1280px;padding-right:30px;padding-left:30px}}.chart__container-title{margin-bottom:0;color:#2dbecd}.chart__container-title--fiftyfifty{margin-bottom:50px}.chart__title{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;margin-bottom:3px;font-weight:bold}.chart__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.chart__title{font-size:18px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.chart__title{font-size:18px;line-height:1.7}}@media all and (min-width: 1281px){.chart__title{font-size:18px;line-height:1.7}}.chart__canvas{margin-top:60px !important;margin-bottom:50px !important;margin-left:0px !important;margin-right:0px !important}.chart__line{position:absolute;right:50%;height:100%;border-right:1px solid #e1e1e1}.chart__fiftyfifty-container{display:-webkit-box;display:-ms-flexbox;display:flex}.chart__legend-circle{display:block;width:10px;height:10px;margin-right:10px;border-radius:50%}.chart__legend-item{font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:gray}@media all and (min-width: 768px)and (max-width: 1024px){.chart__legend-item{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.chart__legend-item{font-size:12px}}@media all and (min-width: 1281px){.chart__legend-item{font-size:12px}}.chart__legend-item::before{content:none}@media all and (min-width: 1281px){.chart__fiftyfifty .chart__content{width:100%}}@media all and (min-width: 1025px)and (max-width: 1280px){.chart__fiftyfifty .chart__content{width:100%}}@media all and (min-width: 768px)and (max-width: 1024px){.chart__line{right:0;width:100%;border-right:0;border-bottom:1px solid #e1e1e1}.chart__fiftyfifty-container{display:block}.chart__legend-circle{width:8px;height:8px}.chart__container-title--fiftyfifty{margin-bottom:0}}@media all and (min-width: 0)and (max-width: 767px){.chart__line{right:0;width:100%;border-right:0;border-bottom:1px solid #e1e1e1}.chart__fiftyfifty-container{display:block}.chart__legend-circle{width:8px;height:8px}.chart__container-title--fiftyfifty{margin-bottom:0}}.doughnut{position:relative}.doughnut__canvas{margin-left:-190px}.doughnut__legend{width:220px}.doughnut__legend-list{margin:0}.doughnut__legend-item{margin-bottom:9px}.doughnut__legend--bottom{display:none;padding-left:10px}.doughnut__legend--right{position:absolute;top:111px;right:125px;bottom:0}@media all and (min-width: 1281px){.doughnut{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:18.75%}.chart__fiftyfifty .doughnut{margin:0}.chart__fiftyfifty .doughnut__canvas{margin-left:-130px}.chart__fiftyfifty .doughnut__legend--right{top:52.5px;left:290px}}@media all and (min-width: 1025px)and (max-width: 1280px){.doughnut{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:18.75%}.doughnut__canvas{margin-left:-150px}.doughnut__legend--right{top:71px;right:45px}.chart__fiftyfifty .doughnut{margin:0}.chart__fiftyfifty .doughnut__canvas{margin-left:-102px}.chart__fiftyfifty .doughnut__legend--right{top:24.5px;left:245px}}@media all and (min-width: 768px)and (max-width: 1024px){.doughnut__canvas{margin-left:0}.doughnut__legend--bottom{display:block}.doughnut__legend--right{display:none}}@media all and (min-width: 0)and (max-width: 767px){.doughnut__canvas{margin-left:0}.doughnut__legend--bottom{display:block}.doughnut__legend--right{display:none}.doughnut__container{width:calc(100vw - 40px);height:calc(100vw - 40px)}}.card-conference-events{margin-bottom:30px}.card-conference-events__wrapper-link{width:100%;color:unset}.card-conference-events-container{position:relative;height:100%;border:1px solid #eee}.card-conference-events__image-thumbnail{position:relative;overflow:hidden;max-height:169px;background-position:center center;background-size:cover}.card-conference-events__image-thumbnail:before{display:block;width:100%;padding-top:56.25%;content:""}.card-conference-events__image-thumbnail img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.card-conference-events__image-thumbnail img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.card-conference-events__image-thumbnail img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.card-conference-events__image-thumbnail img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.card-conference-events__image-thumbnail img{padding:0 10px}}.card-conference-events__image{position:relative}.card-conference-events__image-state{display:none;position:absolute}.card-conference-events__image-state .state-text{margin:0;padding:6px;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase}.card-conference-events__image-state--featured{display:block;background-color:#ffc832;color:#503291}.card-conference-events__image-state--cancelled{display:block;background-color:#e1c3de;color:#fff}.card-conference-events__image-state--featured,.card-conference-events__image-state--cancelled{z-index:1}.card-conference-events__content{position:relative;padding:20px 20px 15px 20px}.card-conference-events__content-date .date-text{margin:0 0 6px 0;font-size:12px;font-weight:600;line-height:1.3;text-transform:uppercase}.card-conference-events__content-topic{color:#503291}.card-conference-events__content-topic .topic-text{margin:0;font-size:14px;line-height:1.65}.card-conference-events__content-title .title-text{margin:0;font-family:inherit;font-size:18px;line-height:1.5;text-transform:none;-ms-hyphens:inherit;hyphens:inherit}.card-conference-events__content-type-location-container{position:absolute;bottom:20px;width:calc(100% - 40px)}.card-conference-events__content-type .type-text,.card-conference-events__content-type .location-text{margin:0;font-size:14px;line-height:1.7}.card-conference-events__content-type .type-text{margin-bottom:5px}.card-conference-events__line{position:absolute;bottom:62px;width:100%;border-bottom:1px solid #eee}.card-conference-events__footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:15px 20px}.card-conference-events__footer .icon-date{margin-left:-5px;padding:0;border:0;color:#eb3c96;font-size:28px;line-height:1}.card-conference-events__footer .icon-date:before{padding:5px}.card-conference-events__footer .icon-date:hover{cursor:pointer}.card-conference-events__footer-detail .detail-text{margin:0;color:#eb3c96;font-size:12px;font-weight:600;text-transform:uppercase}.card-conference-events__footer-detail .detail-text:hover{cursor:pointer}@media all and (min-width: 1281px){.card-conference-events{height:465px}.card-conference-events__content{height:calc(100% - 158px - 64px)}.card-conference-events__content--no-image{height:calc(100% - 64px - 20px);margin-top:20px}.card-conference-events__image .card-image{height:158px}}@media all and (min-width: 1025px)and (max-width: 1280px){.card-conference-events{width:300px;height:471px;margin:0 32px 30px 0}.card-conference-events__content{height:calc(100% - 169px - 64px)}.card-conference-events__content--no-image{height:calc(100% - 64px - 20px);margin-top:20px}.card-conference-events__image .card-image{height:169px}}@media all and (min-width: 768px)and (max-width: 1024px){.card-conference-events{height:504px}.card-conference-events__content{height:calc(100% - 169px - 64px)}.card-conference-events__content--no-image{height:calc(100% - 64px - 20px);margin-top:20px}.card-conference-events__image .card-image{height:169px}}@media all and (min-width: 0)and (max-width: 767px){.card-conference-events{height:321px;margin-bottom:30px}.card-conference-events-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card-conference-events__image{width:0}.card-conference-events__image .card-image{display:none}.card-conference-events__content{width:100%;height:calc(100% - 64px - 20px);margin-top:20px}}.conference-events-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-bottom:60px}.conference-events-results-counter{margin-left:10px;color:#454545}.conference-events-results-list{width:100%;margin:0;list-style:none}.conference-events-results-list__item{width:100%;padding:0}.conference-events__partnership .text-image-block-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.conference-events__partnership .text-image-block-content-title,.conference-events__partnership .text-image-block-content-title>*{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;font-size:28px;font-weight:normal;line-height:1;text-transform:uppercase}.conference-events__partnership .text-image-block-content-title:lang(ja),.conference-events__partnership .text-image-block-content-title>*:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.conference-events-partnership__wrapper{position:relative;background-color:#503291}@media all and (min-width: 1281px){.conference-events-results-counter{margin-left:15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.conference-events-results{margin-right:-32px}.conference-events-results-counter{margin-left:15px}.conference-events-results-list{margin-left:15px}}@media all and (min-width: 0)and (max-width: 767px){.conference-events-results-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.filter-conference-events{padding-top:60px}.filter-conference-events__container{zoom:1;width:1400px;margin:0 auto;margin-bottom:40px}.filter-conference-events__container:before,.filter-conference-events__container:after{display:table;line-height:0;content:""}.filter-conference-events__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.filter-conference-events__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.filter-conference-events__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.filter-conference-events__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.filter-conference-events__container{width:1280px;padding-right:30px;padding-left:30px}}.filter-conference-events__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:20px;color:#2dbecd;font-size:12px;font-weight:bold}.filter-conference-events__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.filter-conference-events__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.filter-conference-events__footer{display:none;width:100%;background-color:#503291}.filter-conference-events__clear-all-filters,.filter-conference-events__footer-clear-all-btn,.filter-conference-events__footer-results-cta{padding:0;border:0;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.filter-conference-events__clear-all-filters{-ms-flex-item-align:start;align-self:start;margin-right:0;color:#eb3c96}.filter-conference-events__footer-clear-all-btn,.filter-conference-events__footer-results-cta{color:#fff}.filter-conference-events__footer-results-cta{margin-left:auto;width:130px;height:40px;border-radius:6px;background-color:#eb3c96;font-size:11px}.filter-conference-events__footer-results-cta--disabled{background-color:#aaa;text-transform:uppercase}.filter-conference-events__close-btn-dialog{padding:5px;border:0}@media all and (min-width: 0px)and (max-width: 1024px){.filter-conference-events{padding-top:40px}.filter-conference-events__title{margin-bottom:0}.filter-conference-events__container{display:none;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}.filter-conference-events__content{position:fixed;top:0;right:0;left:0;width:100%}.filter-conference-events__close-btn-dialog{margin-right:-5px}.filter-conference-events__header{position:absolute;width:100%;height:54px;border-bottom:1px solid #e1e1e1;background-color:#fff}.filter-conference-events__footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.filter-conference-events__container--opened{display:block}}@media all and (min-width: 768px)and (max-width: 1024px){.filter-conference-events__header,.filter-conference-events__footer{padding-right:40px;padding-left:40px}.filter-conference-events__footer{height:80px}.filter-conference-events__content{bottom:80px}}@media all and (min-width: 0)and (max-width: 767px){.filter-conference-events__header,.filter-conference-events__footer{padding-right:20px;padding-left:20px}.filter-conference-events__footer{height:60px}.filter-conference-events__content{bottom:60px}}.marquee-section{padding:40px 0 60px}.marquee-section .marquee-tag-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}.marquee-section .marquee-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:48px;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-animation:marquee-scroll-rtl 15s linear infinite;animation:marquee-scroll-rtl 15s linear infinite}.marquee-section .marquee-scroll:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.marquee-section .marquee-scroll::-webkit-scrollbar{height:10px}.marquee-section .marquee-scroll::-webkit-scrollbar-thumb{background:#503291;border-radius:5px}.marquee-section .marquee-scroll::-webkit-scrollbar-track{background:#eee;border-radius:5px}@-webkit-keyframes marquee-scroll-rtl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes marquee-scroll-rtl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.marquee-section .tag-pill{padding:9px 35px 15px;border:2px solid #503291;border-radius:30px;-webkit-transition:border .3s,background .3s;transition:border .3s,background .3s}.theme-dark .marquee-section .tag-pill{border:2px solid #ccbdec;background:#2d1c51}.theme-light .marquee-section .tag-pill:hover{background:#2d1c51;border-color:#2d1c51}.theme-light .marquee-section .tag-pill:hover .tag-name{color:#fff}.theme-dark .marquee-section .tag-pill:hover{background:#ccbdec;border-color:#ccbdec}.theme-dark .marquee-section .tag-pill:hover .tag-name{color:#2d1c51}.marquee-section .tag-name{font-family:MKGAA,"Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;font-style:normal;font-weight:400;font-size:24px;line-height:26px;text-align:center;color:#503291}.theme-dark .marquee-section .tag-name{color:#ccbdec}@media(max-width: 900px){.marquee-section .tag-name{font-size:18px;width:120px;height:22px}}.marquee-section .tag-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none;cursor:pointer}.theme-light{--marquee-bg: $light-bg}.theme-dark{--marquee-bg: $dark-bg}.theme-light .tag-pill:hover{background:#2d1c51;border-color:#2d1c51}.theme-light .tag-pill:hover .tag-name{color:#fff}.theme-dark .tag-pill:hover{background:#ccbdec;border-color:#ccbdec}.theme-dark .tag-pill:hover .tag-name{color:#2d1c51}.content-hub{padding-bottom:100px}@media all and (min-width: 0)and (max-width: 767px){.content-hub{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.content-hub{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub{padding-top:60px !important}}@media all and (min-width: 1281px){.content-hub{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.content-hub{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.content-hub{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub{padding-bottom:60px !important}}@media all and (min-width: 1281px){.content-hub{padding-bottom:60px !important}}.content-hub .ns-pattern{position:relative;width:100%;background:#503291;overflow:hidden;aspect-ratio:16/9}.content-hub .ns-pattern svg{position:absolute;width:120%;height:100%}.content-hub .ns-pattern svg path{fill:#2dbecd}.content-hub .no-image{-webkit-box-flex:1;-ms-flex:1;flex:1}.content-hub-lib-search{overflow:hidden;zoom:1}.content-hub-lib-search:before,.content-hub-lib-search:after{display:table;line-height:0;content:""}.content-hub-lib-search:after{clear:both}.content-hub-lib-search__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.content-hub-lib-search__button{border:0}.content-hub-lib-search__input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:69px;border:1px solid #e1e1e1;background-color:#fff}.content-hub-lib-search__input-wrapper .icon-search{padding:12px}.content-hub-lib-search__input-wrapper .icon-search:before{color:#aaa;font-size:20px}.content-hub-lib-search__input{width:100%;height:69px;padding-left:20px;border:0;border-radius:4px;font-size:16px;text-overflow:ellipsis;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.content-hub-lib-search__input{height:67px}}.content-hub__search--mobile{zoom:1}.content-hub__search--mobile:before,.content-hub__search--mobile:after{display:table;line-height:0;content:""}.content-hub__search--mobile:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.content-hub__search--mobile{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.content-hub__search--mobile{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub__search--mobile{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.content-hub__search--mobile{margin-right:-15px;margin-left:-15px}}.content-hub__container{zoom:1;width:1400px;margin:0 auto;margin-bottom:30px;padding:0}.content-hub__container:before,.content-hub__container:after{display:table;line-height:0;content:""}.content-hub__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.content-hub__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.content-hub__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.content-hub__container{width:1280px;padding-right:30px;padding-left:30px}}.content-hub .counters-text{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px;padding-right:15px;padding-left:15px;font-style:normal;line-height:27.2px}.content-hub__search-counters-text .counters-text{padding:0 10px}.content-hub__headline{margin-bottom:30px;color:#503291;font-size:32px}.content-hub__sub-headline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:20px;color:#2dbecd;font-size:12px;font-weight:bold}.content-hub__sub-headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.content-hub__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-hub .content-hub-lib-search__icon-wrapper{padding:1px 6px}.content-hub .content-hub-lib-list{zoom:1}.content-hub .content-hub-lib-list:before,.content-hub .content-hub-lib-list:after{display:table;line-height:0;content:""}.content-hub .content-hub-lib-list:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.content-hub .content-hub-lib-list{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.content-hub .content-hub-lib-list{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub .content-hub-lib-list{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.content-hub .content-hub-lib-list{margin-right:-15px;margin-left:-15px}}.content-hub .content-hub-lib-list .list-item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.content-hub .content-hub-lib-list .list-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;border:1px solid #e1e1e1}.content-hub .content-hub-lib-list .list-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:16/9}.content-hub .content-hub-lib-list .list-item__text{position:relative;height:100%;padding:40px;font-size:14px;line-height:24px}.content-hub .content-hub-lib-list .list-item__date{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#aaa}.content-hub .content-hub-lib-list .list-item__date:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.content-hub .content-hub-lib-list .list-item__lower{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:40px;left:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% - 80px);font-size:14px;font-weight:600;text-transform:uppercase}.content-hub .content-hub-lib-list .list-item__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;margin-top:16px;color:#000;font-size:24px;font-weight:600;text-transform:none}.content-hub .content-hub-lib-list .list-item__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.content-hub .content-hub-lib-list .list-item--featured .ns-pattern{width:50%}.content-hub .content-hub-lib-list .list-item--featured .list-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%}.content-hub .content-hub-lib-list .list-item--featured .list-item__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-hub .content-hub-lib-list .list-item--featured .list-item__image,.content-hub .content-hub-lib-list .list-item--featured .list-item__text{width:50%}@media all and (min-width: 1281px){.content-hub .content-hub-lib-list .list-item--featured .list-item__title{font-size:32px}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub .content-hub-lib-list .list-item--featured .list-item__title{font-size:32px}}@media all and (min-width: 1281px){.content-hub .content-hub-lib-list .list-item--featured{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;height:315px}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub .content-hub-lib-list .list-item--featured{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;height:315px}}@media all and (min-width: 768px)and (max-width: 1024px){.content-hub .content-hub-lib-list .list-item--featured{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;height:300px}}@media all and (min-width: 0)and (max-width: 767px){.content-hub .content-hub-lib-list .list-item--featured .list-item__text{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-hub .content-hub-lib-list .list-item--featured .list-item__image,.content-hub .content-hub-lib-list .list-item--featured .list-item__text{width:100%}.content-hub .content-hub-lib-list .list-item--featured .ns-pattern{width:100%}}.content-hub .content-hub-lib-list .list-item--normal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media all and (min-width: 1281px){.content-hub .content-hub-lib-list .list-item--normal{position:relative;width:33.3125%;min-height:1px;padding:0 15px;float:left;height:449px}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub .content-hub-lib-list .list-item--normal{position:relative;width:33.3125%;min-height:1px;padding:0 15px;float:left;height:449px}}@media all and (min-width: 768px)and (max-width: 1024px){.content-hub .content-hub-lib-list .list-item--normal{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;height:440px}}@media all and (min-width: 0)and (max-width: 767px){.content-hub .content-hub-lib-list .list-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;height:490px}.content-hub .content-hub-lib-list .list-item .list-item__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-hub .content-hub-lib-list .list-item .list-item__image{max-height:40%}}@media all and (min-width: 1281px){.content-hub .content-hub-lib-list .list-item--wide{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;height:615px}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub .content-hub-lib-list .list-item--wide{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;height:615px}}.content-hub .content-hub-lib-list .list-item::before{content:none}.content-hub .content-hub-lib-list .list-item__tags,.content-hub .content-hub-lib-list .list-item__cta-list{margin:0}.content-hub .content-hub-lib-list .list-item__tags li::before,.content-hub .content-hub-lib-list .list-item__cta-list li::before{content:none}.content-hub .content-hub-lib-list .list-item__tags{margin-bottom:20px;color:#503291}.content-hub .content-hub-lib-list .list-item__tag,.content-hub .content-hub-lib-list .list-item__label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:12px;line-height:1.2}.content-hub .content-hub-lib-list .list-item__tag:lang(ja),.content-hub .content-hub-lib-list .list-item__label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.content-hub .content-hub-lib-list .list-item__tag,.content-hub .content-hub-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub .content-hub-lib-list .list-item__tag,.content-hub .content-hub-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.content-hub .content-hub-lib-list .list-item__tag,.content-hub .content-hub-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.content-hub .content-hub-lib-list .list-item__tag,.content-hub .content-hub-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub .content-hub-lib-list .list-item__tag,.content-hub .content-hub-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.content-hub .content-hub-lib-list .list-item__tag,.content-hub .content-hub-lib-list .list-item__label{font-size:12px;line-height:1.2}}.content-hub .content-hub-lib-list .list-item__tag{position:absolute;top:40px;left:40px;color:#503291;font-size:12px;line-height:15.6px;text-transform:uppercase}.content-hub .content-hub-lib-list .list-item__label{margin-bottom:0;font-size:14px;line-height:23px}.content-hub .content-hub-lib-list .list-item__label-text{font-weight:normal}.content-hub .content-hub-lib-list .list-item__link{display:inline-block;width:100%;margin-top:5px;margin-bottom:30px}.content-hub .content-hub-lib-list .list-item__authors-list{margin-top:5px;margin-left:25px;font-size:14px}.content-hub .content-hub-lib-list .list-item__authors-list li::before{margin-left:-1.7em}.content-hub .content-hub-lib-list .list-item__authors-list .list-item__author{margin-bottom:4px}.content-hub .content-hub-lib-list .list-item .ctas-wrapper{margin-bottom:32px}.content-hub .content-hub-lib-list .list-item .ctas-wrapper .list-item__label,.content-hub .content-hub-lib-list .list-item .ctas-wrapper .list-item__cta{-ms-hyphens:none;hyphens:none;word-break:normal;word-wrap:normal}.content-hub .content-hub-lib-list .list-item .ctas-wrapper .list-item__cta{font-size:14px}.content-hub .content-hub-lib-list .list-item .ctas-wrapper:last-child{margin-bottom:0}.content-hub .content-hub-lib-list .list-item .list-item__link{display:block;font-size:14px;word-wrap:break-word;overflow-wrap:anywhere}@media all and (min-width: 1281px){.content-hub .content-hub-lib-list .list-item .list-item__tags{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;width:calc(25% + 40px);margin-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub .content-hub-lib-list .list-item__tags{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left;width:calc(37.5% - 20px);margin-left:15px}}@media all and (min-width: 768px)and (max-width: 1024px){.content-hub .content-hub-lib-list .list-item__tags{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;width:calc(50% - 30px);margin-left:30px}}@media all and (min-width: 0)and (max-width: 767px){.content-hub .content-hub-lib-list .list-item__tags{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left;margin-left:16.6666666667%;left:-20px;width:calc(66.66667% + 40px);padding:0}.content-hub .content-hub-lib-list .list-item .list-item__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-hub .content-hub-lib-list .list-item__text-title{margin-right:10px}.content-hub .content-hub-lib-list .list-item .list-item__link{display:inline-block}.content-hub .content-hub-lib-list .list-item .list-item__link .is-ios{width:260px}}.content-hub .content-hub-lib-list__load-more-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:20px}.content-hub .content-hub-lib-list__load-more-cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;width:229px}.content-hub .content-hub-lib-list__load-more-cta:disabled{background:#e1e1e1}.content-hub .content-hub-lib-list__load-more-cta .button-animated{background-color:#ff6ab5}@media all and (min-width: 0)and (max-width: 767px){.content-hub .content-hub-lib-list.is-ios .list-item__link{width:260px}}@media all and (min-width: 1281px){.content-hub-lib-search{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;padding:0}.content-hub__header{width:100%;position:relative;min-height:1px;padding:0 15px}.content-hub__headline{margin-bottom:40px}.content-hub__container{width:100%;padding:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.content-hub-lib-search{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;padding:0}.content-hub__header{width:100%;position:relative;min-height:1px;padding:0 15px}.content-hub__headline{margin-bottom:40px}.content-hub__container{width:100%;padding:0}}@media all and (min-width: 0px)and (max-width: 1024px){.content-hub .content-hub-lib-list__load-more-cta{width:120px;padding:18px 15px}.content-hub .content-hub-lib-list .list-item__title{font-size:26px}.content-hub .content-hub-lib-list .list-item__date,.content-hub .content-hub-lib-list .list-item__learn-more{font-size:12px}.content-hub .counters-text{margin-top:40px;margin-bottom:30px}.content-hub__headline{margin-top:0}.content-hub__container{display:none;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}.content-hub__header{position:absolute;width:100%;min-height:54px;border-bottom:1px solid #e1e1e1;background-color:#fff}.content-hub__container--opened{display:block}.content-hub .content-hub__header{position:relative;border-bottom:0}.content-hub .content-hub__header,.content-hub .content-hub__footer{margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.content-hub .content-hub-lib-search{padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.content-hub-lib-search{width:100%;position:relative;min-height:1px;padding:0 10px}.content-hub__container{width:100%;position:relative;min-height:1px;padding:0 10px;position:fixed}.content-hub__header,.content-hub__footer{padding-right:40px;padding-left:40px}.content-hub .content-hub__header,.content-hub .content-hub__footer{width:768px}}@media all and (min-width: 0)and (max-width: 767px){.content-hub-lib-search{width:100%;position:relative;min-height:1px;padding:0 10px}.content-hub__container{width:100%;position:relative;min-height:1px;padding:0 10px;position:fixed}.content-hub__header,.content-hub__footer{padding-right:20px;padding-left:20px}}.brochure-contact-us{zoom:1;width:100%;background-color:#ffc832;overflow:hidden}.brochure-contact-us:before,.brochure-contact-us:after{display:table;line-height:0;content:""}.brochure-contact-us:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.brochure-contact-us{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-contact-us{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-contact-us{padding-top:60px !important}}@media all and (min-width: 1281px){.brochure-contact-us{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.brochure-contact-us{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-contact-us{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-contact-us{padding-bottom:60px !important}}@media all and (min-width: 1281px){.brochure-contact-us{padding-bottom:60px !important}}.brochure-contact-us-container{zoom:1;width:1400px;margin:0 auto}.brochure-contact-us-container:before,.brochure-contact-us-container:after{display:table;line-height:0;content:""}.brochure-contact-us-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.brochure-contact-us-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-contact-us-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-contact-us-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.brochure-contact-us-container{width:1280px;padding-right:30px;padding-left:30px}}.brochure-contact-us-left,.brochure-contact-us-right{padding-left:0}.brochure-contact-us-title{color:#503291}.brochure-contact-us-text{margin-top:-8px;margin-bottom:40px}.brochure-contact-us-button{display:inline-block}.brochure-contact-us-button-two{margin-left:15px}.brochure-contact-us-button-two--under{margin:20px 0 0px}@media all and (min-width: 1281px){.brochure-contact-us-text{max-width:700px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-contact-us-text{max-width:700px}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-contact-us-text{max-width:700px;margin-bottom:30px}.brochure-contact-us-button-one,.brochure-contact-us-button-two{display:inline-block}}@media all and (min-width: 0)and (max-width: 767px){.brochure-contact-us-title,.brochure-contact-us-text{margin-bottom:30px}.brochure-contact-us-button{display:block}.brochure-contact-us-button-two{margin-top:30px;margin-left:0}}.brochure-description{zoom:1;position:relative;width:100%;background-color:rgba(0,0,0,0);overflow:hidden}.brochure-description:before,.brochure-description:after{display:table;line-height:0;content:""}.brochure-description:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.brochure-description{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-description{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-description{padding-top:60px !important}}@media all and (min-width: 1281px){.brochure-description{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.brochure-description{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-description{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-description{padding-bottom:60px !important}}@media all and (min-width: 1281px){.brochure-description{padding-bottom:60px !important}}.brochure-description.style-guide{background-color:#503291}.brochure-description-container{zoom:1;width:1400px;margin:0 auto}.brochure-description-container:before,.brochure-description-container:after{display:table;line-height:0;content:""}.brochure-description-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.brochure-description-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-description-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-description-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.brochure-description-container{width:1280px;padding-right:30px;padding-left:30px}}.brochure-description-description{color:#fff}.brochure-description-left{position:absolute;width:40%}.brochure-description-right{padding-left:0}.brochure-description-image{position:relative;margin-bottom:15px;padding-bottom:64%}.brochure-description-image-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.brochure-description-image svg{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:scale(1.01);transform:scale(1.01)}.brochure-description-image svg g path{stroke-width:5px}@media all and (min-width: 1281px){.brochure-description-left{width:34%}.brochure-description-title{margin-top:-24px;font-size:60px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-description-left{width:40%}.brochure-description-title{margin-top:-16px}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-description-left{width:43%}}@media all and (min-width: 0)and (max-width: 767px){.brochure-description-left{position:relative;width:100%;padding-bottom:20px}.brochure-description-image-background{max-height:490px}.brochure-description-title{font-size:30px}}@media screen and (max-width: 0)and (orientation: landscape){.brochure-description-left{width:75%}}.no-svg-mask .brochure-description-left{max-height:100%}@media all and (min-width: 1281px){.no-svg-mask .brochure-description-left{max-width:400px}}@media all and (min-width: 1025px)and (max-width: 1280px){.no-svg-mask .brochure-description-left{max-width:380px}}@media all and (min-width: 768px)and (max-width: 1024px){.no-svg-mask .brochure-description-left{max-width:38%}}@media all and (min-width: 0)and (max-width: 767px){.no-svg-mask .brochure-description-left{width:72%;max-width:300px;margin:auto;padding:40px 0}}.no-svg-mask .brochure-description-image{padding-bottom:100%}.no-svg-mask .brochure-description-image-background{height:auto}.broc-footer{color:#fff}@media all and (min-width: 0)and (max-width: 767px){.broc-footer{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.broc-footer{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.broc-footer{padding-top:60px !important}}@media all and (min-width: 1281px){.broc-footer{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.broc-footer{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.broc-footer{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.broc-footer{padding-bottom:60px !important}}@media all and (min-width: 1281px){.broc-footer{padding-bottom:60px !important}}.broc-footer-section{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.broc-footer-section:last-child{margin-bottom:0}.broc-footer-logo{display:inline-block}.broc-footer-link{color:#fff;display:inline-block;padding-right:10px;border-right:1px solid #fff;font-size:12px;font-weight:bold;text-transform:uppercase}.broc-footer-logo-image{max-width:185px}.broc-footer-links{-webkit-box-flex:1;-ms-flex:1;flex:1}.broc-footer-link-container{display:inline-block;padding-right:4px;vertical-align:top}.broc-footer-link-container:last-child .broc-footer-link{border-right:0}.broc-footer-social-section{position:absolute;right:0;bottom:0}.broc-footer-social-icon{display:inline-block;margin-bottom:0 !important;float:none}.broc-footer-social-icon:last-child{margin-right:0 !important}.broc-footer-disclaimer{font-size:10px}@media all and (min-width: 0)and (max-width: 767px){.broc-footer{padding-top:50px;padding-bottom:30px}.broc-footer-logo{margin-bottom:50px}.broc-footer-section{display:block}.broc-footer-social-section{position:relative}.broc-footer-link-container{display:block;margin-bottom:20px}.broc-footer-links{margin-bottom:30px}.broc-footer-link{border-right:0}.broc-footer-disclaimer{font-size:12px}}.brochure-grid{zoom:1;width:100%;overflow:hidden}.brochure-grid:before,.brochure-grid:after{display:table;line-height:0;content:""}.brochure-grid:after{clear:both}.brochure-grid.preload .brochure-grid-component-elements{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex}.brochure-grid--init .brochure-grid-component-elements{display:block}.brochure-grid--init .icon-arrow-carousel{display:none}.brochure-grid--no-images .brochure-grid-elements-wrapper .brochure-grid-image,.brochure-grid--no-featured-images .brochure-grid-featured-wrapper .brochure-grid-image{display:none}.brochure-grid--no-cell .brochure-grid-featured-wrapper .brochure-grid-element .brochure-grid-svg.brochure-grid-svg--1,.brochure-grid--no-cell .brochure-grid-featured-wrapper .brochure-grid-element .brochure-grid-svg.brochure-grid-svg--2,.brochure-grid--no-cell .brochure-grid-featured-wrapper .brochure-grid-element .brochure-grid-svg.brochure-grid-svg--3,.brochure-grid--no-cell .brochure-grid-elements-wrapper .brochure-grid-element .brochure-grid-svg.brochure-grid-svg--1,.brochure-grid--no-cell .brochure-grid-elements-wrapper .brochure-grid-element .brochure-grid-svg.brochure-grid-svg--2,.brochure-grid--no-cell .brochure-grid-elements-wrapper .brochure-grid-element .brochure-grid-svg.brochure-grid-svg--3{display:none}.brochure-grid-container{zoom:1;width:1400px;margin:0 auto}.brochure-grid-container:before,.brochure-grid-container:after{display:table;line-height:0;content:""}.brochure-grid-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.brochure-grid-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-grid-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-grid-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.brochure-grid-container{width:1280px;padding-right:30px;padding-left:30px}}.brochure-grid-component-title{padding-bottom:0;line-height:28px}.brochure-grid-component-title-wrapper{display:none}.brochure-grid-component-title-wrapper--no-featured{display:block}.brochure-grid-image{margin-bottom:24px;position:relative;padding-bottom:75%;-webkit-transform:translate(0);transform:translate(0)}.brochure-grid-image-background{position:absolute;width:100%;height:100%;background-position:center center;background-size:cover}.brochure-grid-image svg{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:scale(1.01);transform:scale(1.01)}.brochure-grid-element{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none}.brochure-grid-element--hidden{display:none;visibility:hidden}.brochure-grid-element::before{display:none}.brochure-grid-title,.brochure-grid-description{font-size:16px}.brochure-grid-title{margin-top:0;margin-bottom:16px;line-height:16px;-ms-hyphens:auto;hyphens:auto;-webkit-hyphens:auto;color:#2dbecd;text-transform:none}.brochure-grid-component-elements{width:100%;margin-top:0;margin-bottom:0}.brochure-grid .icon-arrow-carousel{display:none;position:absolute;-ms-flex-item-align:center;align-self:center;margin-bottom:25px;padding:6px;border:0;color:#eb3c96;font-size:22px;cursor:pointer}.brochure-grid .icon-arrow-carousel--previous{left:-30px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.brochure-grid .icon-arrow-carousel--next{right:-30px}.brochure-grid .icon-arrow-carousel--hidden{display:none}.brochure-grid-container--carousel .brochure-grid-component-carousel-dots,.brochure-grid-container--carousel .icon-arrow-carousel{display:-webkit-box;display:-ms-flexbox;display:flex}.brochure-grid-container--carousel .brochure-grid-component-carousel-dots--mobile{display:none}.brochure-grid-container--carousel .icon-arrow-carousel--disabled{opacity:.5}.brochure-grid-component-carousel-dots{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px 0 0 0}.brochure-grid-component-carousel-dot{width:13px;height:13px;padding:0;border:0;border-radius:100%;background-color:#eb3c96;cursor:pointer;opacity:.5}.brochure-grid-component-carousel-dot--active{opacity:1}.brochure-grid-component-carousel-dot-wrapper{display:none;margin-right:13px}.brochure-grid-component-carousel-dot-wrapper::before{display:none}.brochure-grid-component-carousel-dot-wrapper--visible{display:inline-block}.brochure-grid-component-elements-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.brochure-grid-svg--1,.brochure-grid-svg--2,.brochure-grid-svg--3{display:none}.brochure-grid-elements-wrapper .brochure-grid-element:nth-child(3n-2) .brochure-grid-svg--1{display:block}.brochure-grid-elements-wrapper .brochure-grid-element:nth-child(3n-1) .brochure-grid-svg--2{display:block}.brochure-grid-elements-wrapper .brochure-grid-element:nth-child(3n) .brochure-grid-svg--3{display:block}.brochure-grid-component-featured-elements .brochure-grid-svg--1{display:block}.brochure-grid .brochure-grid-featured-wrapper{padding-bottom:40px !important}.brochure-grid .brochure-grid-elements-wrapper{padding-top:40px !important}.brochure-grid-button{position:absolute;bottom:0;padding-top:15px;padding-bottom:15px}.brochure-grid-svg--mobile{display:none}.brochure-grid-featured-wrapper path{fill:#fff}@media all and (min-width: 0)and (max-width: 767px){.brochure-grid-featured-wrapper,.brochure-grid-elements-wrapper{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-grid-featured-wrapper,.brochure-grid-elements-wrapper{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-grid-featured-wrapper,.brochure-grid-elements-wrapper{padding-top:60px !important}}@media all and (min-width: 1281px){.brochure-grid-featured-wrapper,.brochure-grid-elements-wrapper{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.brochure-grid-featured-wrapper,.brochure-grid-elements-wrapper{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-grid-featured-wrapper,.brochure-grid-elements-wrapper{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-grid-featured-wrapper,.brochure-grid-elements-wrapper{padding-bottom:60px !important}}@media all and (min-width: 1281px){.brochure-grid-featured-wrapper,.brochure-grid-elements-wrapper{padding-bottom:60px !important}}.brochure-grid-description{margin-bottom:24px}.brochure-grid-description--advance{display:block}.brochure-grid-component-featured-elements,.brochure-grid-component-elements{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex}.brochure-grid-component-featured-elements:before,.brochure-grid-component-featured-elements:after,.brochure-grid-component-elements:before,.brochure-grid-component-elements:after{display:table;line-height:0;content:""}.brochure-grid-component-featured-elements:after,.brochure-grid-component-elements:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.brochure-grid-component-featured-elements,.brochure-grid-component-elements{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-grid-component-featured-elements,.brochure-grid-component-elements{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-grid-component-featured-elements,.brochure-grid-component-elements{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.brochure-grid-component-featured-elements,.brochure-grid-component-elements{margin-right:-15px;margin-left:-15px}}.brochure-grid-elements-wrapper .brochure-grid-component-description{margin-bottom:35px}.brochure-grid-elements-wrapper .brochure-grid-element--featured{display:none}.brochure-grid .theme--magenta{background-color:#eb3c96}.brochure-grid .theme--magenta .brochure-grid-component-title,.brochure-grid .theme--magenta .brochure-grid-title{color:#ffc832}.brochure-grid .theme--magenta .brochure-grid-description,.brochure-grid .theme--magenta .brochure-grid-component-description{color:#fff}.brochure-grid .theme--magenta .brochure-grid-component-carousel-dot{background-color:#fff}.brochure-grid .theme--magenta .icon-arrow-carousel{color:#fff}.brochure-grid .theme--magenta .brochure-grid-button{background-color:#fff;color:#eb3c96}.brochure-grid .theme--magenta .brochure-grid-button .button-animated{background-color:#f5f5f5}.brochure-grid .theme--magenta path{fill:#eb3c96}.brochure-grid .theme--cyan path{fill:#2dbecd}.brochure-grid .theme--purple path{fill:#503291}.brochure-grid .theme--white path{fill:#fff}.brochure-grid .theme--yellow path{fill:#ffc832}.brochure-grid .theme--blue path{fill:#0e6aaf}.brochure-grid-elements-wrapper.theme--richpurple,.brochure-grid-elements-wrapper.theme--purple,.brochure-grid-featured-wrapper.theme--richpurple,.brochure-grid-featured-wrapper.theme--purple{background-color:#503291;color:#fff}.brochure-grid-elements-wrapper.theme--richpurple ul li:before,.brochure-grid-elements-wrapper.theme--purple ul li:before,.brochure-grid-featured-wrapper.theme--richpurple ul li:before,.brochure-grid-featured-wrapper.theme--purple ul li:before{background-color:#2dbecd}.brochure-grid-elements-wrapper.theme--richpurple [class$=-title],.brochure-grid-elements-wrapper.theme--purple [class$=-title],.brochure-grid-featured-wrapper.theme--richpurple [class$=-title],.brochure-grid-featured-wrapper.theme--purple [class$=-title]{color:#2dbecd}.brochure-grid-elements-wrapper.theme--richpurple [class$=-eyebrow],.brochure-grid-elements-wrapper.theme--richpurple [class$=-subtitle],.brochure-grid-elements-wrapper.theme--richpurple [class$=-sub-title],.brochure-grid-elements-wrapper.theme--purple [class$=-eyebrow],.brochure-grid-elements-wrapper.theme--purple [class$=-subtitle],.brochure-grid-elements-wrapper.theme--purple [class$=-sub-title],.brochure-grid-featured-wrapper.theme--richpurple [class$=-eyebrow],.brochure-grid-featured-wrapper.theme--richpurple [class$=-subtitle],.brochure-grid-featured-wrapper.theme--richpurple [class$=-sub-title],.brochure-grid-featured-wrapper.theme--purple [class$=-eyebrow],.brochure-grid-featured-wrapper.theme--purple [class$=-subtitle],.brochure-grid-featured-wrapper.theme--purple [class$=-sub-title]{color:#96d7d2}.brochure-grid-elements-wrapper.theme--richpurple a:not([class$=-cta]),.brochure-grid-elements-wrapper.theme--richpurple [class$=-link],.brochure-grid-elements-wrapper.theme--purple a:not([class$=-cta]),.brochure-grid-elements-wrapper.theme--purple [class$=-link],.brochure-grid-featured-wrapper.theme--richpurple a:not([class$=-cta]),.brochure-grid-featured-wrapper.theme--richpurple [class$=-link],.brochure-grid-featured-wrapper.theme--purple a:not([class$=-cta]),.brochure-grid-featured-wrapper.theme--purple [class$=-link]{color:#96d7d2}.brochure-grid-elements-wrapper.theme--richpurple a:not([class$=-cta]):hover,.brochure-grid-elements-wrapper.theme--richpurple [class$=-link]:hover,.brochure-grid-elements-wrapper.theme--purple a:not([class$=-cta]):hover,.brochure-grid-elements-wrapper.theme--purple [class$=-link]:hover,.brochure-grid-featured-wrapper.theme--richpurple a:not([class$=-cta]):hover,.brochure-grid-featured-wrapper.theme--richpurple [class$=-link]:hover,.brochure-grid-featured-wrapper.theme--purple a:not([class$=-cta]):hover,.brochure-grid-featured-wrapper.theme--purple [class$=-link]:hover{color:#2dbecd}.brochure-grid-elements-wrapper.theme--richpurple [class$=-cta],.brochure-grid-elements-wrapper.theme--purple [class$=-cta],.brochure-grid-featured-wrapper.theme--richpurple [class$=-cta],.brochure-grid-featured-wrapper.theme--purple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.brochure-grid-elements-wrapper.theme--richpurple [class$=-cta] .button-animated,.brochure-grid-elements-wrapper.theme--purple [class$=-cta] .button-animated,.brochure-grid-featured-wrapper.theme--richpurple [class$=-cta] .button-animated,.brochure-grid-featured-wrapper.theme--purple [class$=-cta] .button-animated{background-color:#96d7d2}.brochure-grid-elements-wrapper.theme--darkpurple,.brochure-grid-featured-wrapper.theme--darkpurple{background-color:#2d1c51;color:#fff}.brochure-grid-elements-wrapper.theme--darkpurple ul li:before,.brochure-grid-featured-wrapper.theme--darkpurple ul li:before{background-color:#2dbecd}.brochure-grid-elements-wrapper.theme--darkpurple [class$=-title],.brochure-grid-featured-wrapper.theme--darkpurple [class$=-title]{color:#2dbecd}.brochure-grid-elements-wrapper.theme--darkpurple [class$=-eyebrow],.brochure-grid-elements-wrapper.theme--darkpurple [class$=-subtitle],.brochure-grid-elements-wrapper.theme--darkpurple [class$=-sub-title],.brochure-grid-elements-wrapper.theme--darkpurple [class$=-text],.brochure-grid-featured-wrapper.theme--darkpurple [class$=-eyebrow],.brochure-grid-featured-wrapper.theme--darkpurple [class$=-subtitle],.brochure-grid-featured-wrapper.theme--darkpurple [class$=-sub-title],.brochure-grid-featured-wrapper.theme--darkpurple [class$=-text]{color:#fff}.brochure-grid-elements-wrapper.theme--darkpurple a:not([class$=-cta]),.brochure-grid-elements-wrapper.theme--darkpurple [class$=-link],.brochure-grid-featured-wrapper.theme--darkpurple a:not([class$=-cta]),.brochure-grid-featured-wrapper.theme--darkpurple [class$=-link]{color:#ff6ab5}.brochure-grid-elements-wrapper.theme--darkpurple a:not([class$=-cta]):hover,.brochure-grid-elements-wrapper.theme--darkpurple [class$=-link]:hover,.brochure-grid-featured-wrapper.theme--darkpurple a:not([class$=-cta]):hover,.brochure-grid-featured-wrapper.theme--darkpurple [class$=-link]:hover{color:#d92a83}.brochure-grid-elements-wrapper.theme--darkpurple [class$=-cta],.brochure-grid-featured-wrapper.theme--darkpurple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.brochure-grid-elements-wrapper.theme--darkpurple [class$=-cta] .button-animated,.brochure-grid-featured-wrapper.theme--darkpurple [class$=-cta] .button-animated{background-color:#96d7d2}.brochure-grid-elements-wrapper.theme--yellow,.brochure-grid-featured-wrapper.theme--yellow{background-color:#ffc832;color:#000}.brochure-grid-elements-wrapper.theme--yellow ul li:before,.brochure-grid-featured-wrapper.theme--yellow ul li:before{background-color:#503291}.brochure-grid-elements-wrapper.theme--yellow [class$=-title],.brochure-grid-elements-wrapper.theme--yellow [class$=-eyebrow],.brochure-grid-elements-wrapper.theme--yellow [class$=-subtitle],.brochure-grid-elements-wrapper.theme--yellow [class$=-sub-title],.brochure-grid-featured-wrapper.theme--yellow [class$=-title],.brochure-grid-featured-wrapper.theme--yellow [class$=-eyebrow],.brochure-grid-featured-wrapper.theme--yellow [class$=-subtitle],.brochure-grid-featured-wrapper.theme--yellow [class$=-sub-title]{color:#503291}.brochure-grid-elements-wrapper.theme--yellow a:not([class$=-cta]),.brochure-grid-elements-wrapper.theme--yellow [class$=-link],.brochure-grid-featured-wrapper.theme--yellow a:not([class$=-cta]),.brochure-grid-featured-wrapper.theme--yellow [class$=-link]{color:#503291}.brochure-grid-elements-wrapper.theme--yellow a:not([class$=-cta]):hover,.brochure-grid-elements-wrapper.theme--yellow [class$=-link]:hover,.brochure-grid-featured-wrapper.theme--yellow a:not([class$=-cta]):hover,.brochure-grid-featured-wrapper.theme--yellow [class$=-link]:hover{color:#412877}.brochure-grid-elements-wrapper.theme--yellow [class$=-cta],.brochure-grid-featured-wrapper.theme--yellow [class$=-cta]{background-color:#503291}.brochure-grid-elements-wrapper.theme--yellow [class$=-cta] .button-animated,.brochure-grid-featured-wrapper.theme--yellow [class$=-cta] .button-animated{background-color:#412877}.brochure-grid-elements-wrapper.theme--vibrantcyan,.brochure-grid-elements-wrapper.theme--cyan,.brochure-grid-featured-wrapper.theme--vibrantcyan,.brochure-grid-featured-wrapper.theme--cyan{background-color:#2dbecd;color:#000}.brochure-grid-elements-wrapper.theme--vibrantcyan ul li:before,.brochure-grid-elements-wrapper.theme--cyan ul li:before,.brochure-grid-featured-wrapper.theme--vibrantcyan ul li:before,.brochure-grid-featured-wrapper.theme--cyan ul li:before{background-color:#503291}.brochure-grid-elements-wrapper.theme--vibrantcyan [class$=-title],.brochure-grid-elements-wrapper.theme--cyan [class$=-title],.brochure-grid-featured-wrapper.theme--vibrantcyan [class$=-title],.brochure-grid-featured-wrapper.theme--cyan [class$=-title]{color:#503291}.brochure-grid-elements-wrapper.theme--vibrantcyan [class$=-eyebrow],.brochure-grid-elements-wrapper.theme--vibrantcyan [class$=-subtitle],.brochure-grid-elements-wrapper.theme--vibrantcyan [class$=-sub-title],.brochure-grid-elements-wrapper.theme--cyan [class$=-eyebrow],.brochure-grid-elements-wrapper.theme--cyan [class$=-subtitle],.brochure-grid-elements-wrapper.theme--cyan [class$=-sub-title],.brochure-grid-featured-wrapper.theme--vibrantcyan [class$=-eyebrow],.brochure-grid-featured-wrapper.theme--vibrantcyan [class$=-subtitle],.brochure-grid-featured-wrapper.theme--vibrantcyan [class$=-sub-title],.brochure-grid-featured-wrapper.theme--cyan [class$=-eyebrow],.brochure-grid-featured-wrapper.theme--cyan [class$=-subtitle],.brochure-grid-featured-wrapper.theme--cyan [class$=-sub-title]{color:#412877}.brochure-grid-elements-wrapper.theme--vibrantcyan a:not([class$=-cta]),.brochure-grid-elements-wrapper.theme--vibrantcyan [class$=-link],.brochure-grid-elements-wrapper.theme--cyan a:not([class$=-cta]),.brochure-grid-elements-wrapper.theme--cyan [class$=-link],.brochure-grid-featured-wrapper.theme--vibrantcyan a:not([class$=-cta]),.brochure-grid-featured-wrapper.theme--vibrantcyan [class$=-link],.brochure-grid-featured-wrapper.theme--cyan a:not([class$=-cta]),.brochure-grid-featured-wrapper.theme--cyan [class$=-link]{color:#412877}.brochure-grid-elements-wrapper.theme--vibrantcyan a:not([class$=-cta]):hover,.brochure-grid-elements-wrapper.theme--vibrantcyan [class$=-link]:hover,.brochure-grid-elements-wrapper.theme--cyan a:not([class$=-cta]):hover,.brochure-grid-elements-wrapper.theme--cyan [class$=-link]:hover,.brochure-grid-featured-wrapper.theme--vibrantcyan a:not([class$=-cta]):hover,.brochure-grid-featured-wrapper.theme--vibrantcyan [class$=-link]:hover,.brochure-grid-featured-wrapper.theme--cyan a:not([class$=-cta]):hover,.brochure-grid-featured-wrapper.theme--cyan [class$=-link]:hover{color:#503291}.brochure-grid-elements-wrapper.theme--vibrantcyan [class$=-cta],.brochure-grid-elements-wrapper.theme--cyan [class$=-cta],.brochure-grid-featured-wrapper.theme--vibrantcyan [class$=-cta],.brochure-grid-featured-wrapper.theme--cyan [class$=-cta]{background-color:#503291}.brochure-grid-elements-wrapper.theme--vibrantcyan [class$=-cta] .button-animated,.brochure-grid-elements-wrapper.theme--cyan [class$=-cta] .button-animated,.brochure-grid-featured-wrapper.theme--vibrantcyan [class$=-cta] .button-animated,.brochure-grid-featured-wrapper.theme--cyan [class$=-cta] .button-animated{background-color:#412877}.brochure-grid-elements-wrapper.theme--white,.brochure-grid-featured-wrapper.theme--white{background-color:#fff;color:#000}.brochure-grid-elements-wrapper.theme--white ul li:before,.brochure-grid-featured-wrapper.theme--white ul li:before{background-color:#503291}.brochure-grid-elements-wrapper.theme--white [class$=-title],.brochure-grid-elements-wrapper.theme--white [class$=-eyebrow],.brochure-grid-elements-wrapper.theme--white [class$=-subtitle],.brochure-grid-elements-wrapper.theme--white [class$=-sub-title],.brochure-grid-featured-wrapper.theme--white [class$=-title],.brochure-grid-featured-wrapper.theme--white [class$=-eyebrow],.brochure-grid-featured-wrapper.theme--white [class$=-subtitle],.brochure-grid-featured-wrapper.theme--white [class$=-sub-title]{color:#503291}.brochure-grid-elements-wrapper.theme--white a:not([class$=-cta]),.brochure-grid-elements-wrapper.theme--white [class$=-link],.brochure-grid-featured-wrapper.theme--white a:not([class$=-cta]),.brochure-grid-featured-wrapper.theme--white [class$=-link]{color:#d92b83}.brochure-grid-elements-wrapper.theme--white a:not([class$=-cta]):hover,.brochure-grid-elements-wrapper.theme--white [class$=-link]:hover,.brochure-grid-featured-wrapper.theme--white a:not([class$=-cta]):hover,.brochure-grid-featured-wrapper.theme--white [class$=-link]:hover{color:#eb3c96}.brochure-grid-elements-wrapper.theme--white [class$=-cta],.brochure-grid-featured-wrapper.theme--white [class$=-cta]{color:#fff;background-color:#d92b83}.brochure-grid-elements-wrapper.theme--white [class$=-cta] .button-animated,.brochure-grid-featured-wrapper.theme--white [class$=-cta] .button-animated{background-color:#eb3c96}.brochure-grid-elements-wrapper.theme--blue,.brochure-grid-featured-wrapper.theme--blue{background-color:#0f69af;color:#fff}.brochure-grid-elements-wrapper.theme--blue ul li:before,.brochure-grid-featured-wrapper.theme--blue ul li:before{background-color:#ffc832}.brochure-grid-elements-wrapper.theme--blue [class$=-title],.brochure-grid-featured-wrapper.theme--blue [class$=-title]{color:#ffc832}.brochure-grid-elements-wrapper.theme--blue [class$=-eyebrow],.brochure-grid-elements-wrapper.theme--blue [class$=-subtitle],.brochure-grid-elements-wrapper.theme--blue [class$=-sub-title],.brochure-grid-featured-wrapper.theme--blue [class$=-eyebrow],.brochure-grid-featured-wrapper.theme--blue [class$=-subtitle],.brochure-grid-featured-wrapper.theme--blue [class$=-sub-title]{color:#ffc832}.brochure-grid-elements-wrapper.theme--blue a:not([class$=-cta]),.brochure-grid-elements-wrapper.theme--blue [class$=-link],.brochure-grid-featured-wrapper.theme--blue a:not([class$=-cta]),.brochure-grid-featured-wrapper.theme--blue [class$=-link]{color:#ffc832}.brochure-grid-elements-wrapper.theme--blue a:not([class$=-cta]):hover,.brochure-grid-elements-wrapper.theme--blue [class$=-link]:hover,.brochure-grid-featured-wrapper.theme--blue a:not([class$=-cta]):hover,.brochure-grid-featured-wrapper.theme--blue [class$=-link]:hover{color:#ffdcb9}.brochure-grid-elements-wrapper.theme--blue [class$=-cta],.brochure-grid-featured-wrapper.theme--blue [class$=-cta]{background-color:#ffc832;color:#000}.brochure-grid-elements-wrapper.theme--blue [class$=-cta] .button-animated,.brochure-grid-featured-wrapper.theme--blue [class$=-cta] .button-animated{background-color:#ffdcb9}@media all and (min-width: 1281px){.brochure-grid-image svg{-webkit-transform:scale(1.09);transform:scale(1.09)}.brochure-grid-title{font-size:20px;line-height:20px}.brochure-grid-component-description{width:68.75%;position:relative;min-height:1px;padding:0 15px}.brochure-grid-featured-wrapper .brochure-grid-element,.brochure-grid-component-elements .brochure-grid-element{width:50%;position:relative;min-height:1px;padding:0 15px}.brochure-grid-container--2 .brochure-grid-element,.brochure-grid-container--3 .brochure-grid-element{width:31.25%;position:relative;min-height:1px;padding:0 15px}.brochure-grid-container--2 .brochure-grid-element:not(:first-child),.brochure-grid-container--3 .brochure-grid-element:not(:first-child){margin-left:40px}.brochure-grid-container--4 .brochure-grid-element{width:25%;position:relative;min-height:1px;padding:0 15px}.brochure-grid-container--4 .brochure-grid-component-elements{width:calc(100% + 30px)}.brochure-grid-container--carousel .brochure-grid-element{width:18.75%;position:relative;min-height:1px;padding:0 15px;width:calc(18.85% + 25px);margin-left:25px}.brochure-grid-container--carousel .brochure-grid-element--first{margin-left:6.25%}.brochure-grid.preload .brochure-grid-container--carousel .brochure-grid-element{width:45%}.brochure-grid-container--2 .brochure-grid-element{width:31.25%;position:relative;min-height:1px;padding:0 15px}.brochure-grid-advance-container--2 .brochure-grid-element{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.brochure-grid .brochure-grid-advance-component-elements{width:calc(100% + 30px)}.brochure-grid-advance-container--2:not(:first-child),.brochure-grid-advance-container--3:not(:first-child){margin-left:40px}}@media all and (min-width: 1025px)and (max-width: 1280px){.brochure-grid-image svg{-webkit-transform:scale(1.09);transform:scale(1.09)}.brochure-grid-title{font-size:20px;line-height:20px}.brochure-grid-component-description{width:68.75%;position:relative;min-height:1px;padding:0 15px}.brochure-grid-featured-wrapper .brochure-grid-element,.brochure-grid-component-elements .brochure-grid-element{width:50%;position:relative;min-height:1px;padding:0 15px}.brochure-grid-container--2 .brochure-grid-element,.brochure-grid-container--3 .brochure-grid-element{width:31.25%;position:relative;min-height:1px;padding:0 15px}.brochure-grid-container--2 .brochure-grid-element:not(:first-child),.brochure-grid-container--3 .brochure-grid-element:not(:first-child){margin-left:40px}.brochure-grid-advance-container--2 .brochure-grid-element{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.brochure-grid .brochure-grid-advance-component-elements{width:calc(100% + 30px)}.brochure-grid-advance-container--2:not(:first-child),.brochure-grid-advance-container--3:not(:first-child){margin-left:40px}.brochure-grid-container--4 .brochure-grid-element{width:25%;position:relative;min-height:1px;padding:0 15px}.brochure-grid-container--4 .brochure-grid-component-elements{width:calc(100% + 30px)}.brochure-grid-container--carousel .brochure-grid-element{width:18.75%;position:relative;min-height:1px;padding:0 15px;width:calc(18.8% + 30px)}.brochure-grid-container--carousel .brochure-grid-element--first{margin-left:6.25%}.brochure-grid.preload .brochure-grid-container--carousel .brochure-grid-element{width:45%}}@media all and (min-width: 768px)and (max-width: 1024px){.brochure-grid-component-description{width:91.6666666667%;position:relative;min-height:1px;padding:0 10px}.brochure-grid-featured-wrapper .brochure-grid-element,.brochure-grid-component-elements .brochure-grid-element{width:50%;position:relative;min-height:1px;padding:0 10px}.brochure-grid-container--2 .brochure-grid-element,.brochure-grid-container--3 .brochure-grid-element{width:41.6666666667%;position:relative;min-height:1px;padding:0 10px}.brochure-grid-container--2 .brochure-grid-element:not(:first-child),.brochure-grid-container--3 .brochure-grid-element:not(:first-child){margin-left:40px}.brochure-grid-advance-container--2 .brochure-grid-element{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.brochure-grid-advance-container--3 .brochure-grid-element{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.brochure-grid .brochure-grid-advance-component-elements{width:calc(100% + 20px)}.brochure-grid-advance-container--2:not(:first-child),.brochure-grid-advance-container--3:not(:first-child){margin-left:40px}.brochure-grid-container--4 .brochure-grid-component-elements,.brochure-grid-container--carousel .brochure-grid-component-elements{margin-left:0}.brochure-grid-container--4 .brochure-grid-element,.brochure-grid-container--carousel .brochure-grid-element{width:25%;position:relative;min-height:1px;padding:0 10px}.brochure-grid.preload .brochure-grid-container--carousel .brochure-grid-element{width:45%}.brochure-grid-container--2 .brochure-grid-element{width:37.5%;position:relative;min-height:1px;padding:0 15px}.brochure-grid .icon-arrow-carousel--previous{left:-50px}.brochure-grid .icon-arrow-carousel--next{right:-50px}}@media all and (min-width: 768px)and (max-width: 830px){.brochure-grid .icon-arrow-carousel--previous{left:-30px}.brochure-grid .icon-arrow-carousel--next{right:-30px}}@media all and (min-width: 0)and (max-width: 767px){.brochure-grid-component-elements-container{width:calc(100% + 20px)}.brochure-grid-container--carousel .brochure-grid-component-carousel-dots--desktop{display:none}.brochure-grid-container--carousel .brochure-grid-component-carousel-dots--mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.brochure-grid-container--carousel .icon-arrow-carousel{display:none}.brochure-grid-component-title{line-height:24px}.brochure-grid-featured-wrapper{display:none}.brochure-grid-elements-wrapper .brochure-grid-element--featured:not(.brochure-grid-element--hidden){display:-webkit-box;display:-ms-flexbox;display:flex}.brochure-grid-component-description{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:40px}.brochure-grid .brochure-grid-element{width:100%;position:relative;min-height:1px;padding:0 10px}.brochure-grid-component-featured-elements .brochure-grid-element:not(:last-child){margin-bottom:40px}.brochure-grid-component-featured-elements,.brochure-grid-component-elements{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.brochure-grid-component-carousel-dots--mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.brochure-grid-component-title-wrapper{display:block}}.brochure-grid .brochure-grid-element{position:relative;padding-bottom:42px}.brochure-grid-subtitle{margin-top:0;margin-bottom:18px;font-size:16px;font-weight:bold;line-height:1.7}.broc-header{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;top:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100vh;background-repeat:no-repeat;background-position:bottom right;background-size:contain;overflow:hidden}.broc-header-container{position:relative;overflow:hidden}.broc-header-container:after{position:fixed;top:100vh;width:100%;height:100vh;content:""}.broc-header-container--fixed{position:fixed;top:0;width:100%}.broc-header--full-width-image{background-size:cover}.broc-header .container{margin-top:0 !important}.broc-header-content{position:relative;max-width:460px}.broc-header-logo{margin-bottom:20px}.broc-header-logo img{max-width:200px}.broc-header-buttons-container{position:absolute;top:calc(100svh - 72px);left:0;width:100%;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s;opacity:1;z-index:4}.broc-header--is-animating .broc-header-buttons-container{opacity:0;visibility:hidden}.broc-header-button-wrapper{margin-top:32px}.broc-header-button-container{display:inline-block;margin-right:20px}.broc-header-animation-block{position:absolute;top:100svh;right:0;height:5000px;-webkit-transform:rotate(0deg) translate3d(0, 0, 0);transform:rotate(0deg) translate3d(0, 0, 0);-webkit-transform-origin:90% 0%;transform-origin:90% 0%;-webkit-transition:-webkit-transform 400ms 200ms;transition:-webkit-transform 400ms 200ms;transition:transform 400ms 200ms;transition:transform 400ms 200ms, -webkit-transform 400ms 200ms;z-index:2;pointer-events:none}.broc-header--is-animating .broc-header-animation-block{-webkit-transform:rotate(90deg) translate3d(0, -10%, 0);transform:rotate(90deg) translate3d(0, -10%, 0);-webkit-transition:-webkit-transform 400ms;transition:-webkit-transform 400ms;transition:transform 400ms;transition:transform 400ms, -webkit-transform 400ms}.broc-header-animation-image-container{position:absolute;top:-110px;width:100%}.broc-header-animation-fill{width:5000px}.broc-header .social-share{margin:0}.broc-header-video{position:absolute;top:0;left:0}.broc-header-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5)}@media all and (min-width: 1281px){.broc-header-title{font-size:60px;line-height:1}}@media all and (min-width: 1025px)and (max-width: 1280px){.broc-header-title{font-size:40px;line-height:1.1}}@media all and (min-width: 768px)and (max-width: 1024px){.broc-header{background-position:110% bottom;background-size:auto 80%}.broc-header.broc-header--full-width-image{background-position:bottom right;background-size:cover}.broc-header-animation-block{bottom:-4930px;-webkit-transform:rotate(-2deg) translate3d(70px, -20px, 0);transform:rotate(-2deg) translate3d(70px, -20px, 0)}.broc-header-title{font-size:36px;line-height:1}.broc-header-video{display:none}.broc-header-video--show-on-mobile{display:block}.broc-header--no-background-on-mobile{background-image:none !important}}@media all and (min-width: 0)and (max-width: 767px){.broc-header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:81px}.broc-header-title{font-size:34px;line-height:1}.broc-header-description{line-height:1.7}.broc-header-button-wrapper{margin-top:24px}.broc-header-button-container{display:block;margin-bottom:20px}.broc-header-button-container:last-child{margin-bottom:0}.broc-header-animation-block{position:absolute;bottom:-4930px;-webkit-transform:rotate(-7deg) translate3d(70px, -15px, 0);transform:rotate(-7deg) translate3d(70px, -15px, 0)}.broc-header-animation-block--two-buttons{bottom:-4870px;-webkit-transform:rotate(-7deg) translate3d(70px, -70px, 0);transform:rotate(-7deg) translate3d(70px, -70px, 0)}.broc-header-animation-block--two-buttons~.broc-header-buttons-container{top:calc(100svh - 108px)}.broc-header-animation-block--top-buttons{-webkit-transform:rotate(-7deg) translate3d(70px, 30px, 0);transform:rotate(-7deg) translate3d(70px, 30px, 0)}.broc-header-video{display:none}.broc-header-video--show-on-mobile{display:block}.broc-header--no-background-on-mobile{background-image:none !important}}@media all and (min-width: 0)and (max-width: 320px){.broc-header{display:block;position:relative;height:auto;padding-top:25px;padding-bottom:30px;overflow:hidden}.broc-header .container,.broc-header-buttons-container .container{margin-top:0 !important}.broc-header-container{position:relative;overflow:hidden}.broc-header-content{margin-bottom:80px;padding-top:0}.broc-header-title{font-size:34px;line-height:1}.broc-header-description{line-height:1.7}.broc-header-buttons-container{position:relative;-webkit-transform:translateY(0);transform:translateY(0)}.broc-header-button-container{display:block;margin-bottom:20px}.broc-header-button-container:last-child{margin-bottom:0}.broc-header-animation-block{position:absolute;bottom:-4930px;-webkit-transform:rotate(-7deg) translate3d(70px, -15px, 0) !important;transform:rotate(-7deg) translate3d(70px, -15px, 0) !important}.broc-header-animation-block--two-buttons{bottom:-4870px;-webkit-transform:rotate(-7deg) translate3d(70px, -70px, 0) !important;transform:rotate(-7deg) translate3d(70px, -70px, 0) !important}.broc-header-video{display:none}.broc-header-video--show-on-mobile{display:block}.broc-header--no-background-on-mobile{background-image:none !important}}.aem-AuthorLayer-Edit .broc-header{position:relative;height:600px}.aem-AuthorLayer-Edit .broc-header-animation-block{top:0;bottom:auto;width:100%;height:100%;z-index:-2}.broc-header--dark-image .broc-header-description,.broc-header--dark-image .social-share-barebones__text,.broc-header--dark-image .share-disclaimer-button::before{color:#fff}.brochure-modules-wrapper{position:relative;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:400ms ease-out 150ms;transition:400ms ease-out 150ms;opacity:1;z-index:5}.brochure-modules-wrapper--out{-webkit-transform:translate3d(0, 100vh, 0);transform:translate3d(0, 100vh, 0);-webkit-transition:400ms ease-out;transition:400ms ease-out;opacity:0}.brochure-modules-wrapper .textblock[contenteditable=true]{background-color:#fff}.brochure-modules-wrapper .textblock[contenteditable=true]>*:last-child{margin-bottom:0px}.brochure-modules-wrapper--out.cq-Editable-dom{-webkit-transform:none;transform:none;opacity:1;-webkit-transition:none;transition:none}.aem-AuthorLayer-Edit .broc-header-container--fixed{position:relative !important}.broc-navbar{position:relative}.broc-navbar--aem-placeholder{display:none}.broc-navbar-cta{position:absolute;top:15px;right:23px;border:0;outline:none;background-color:rgba(0,0,0,0);cursor:pointer;z-index:2}.broc-navbar-cta .menu-button-top,.broc-navbar-cta .menu-button-middle-one,.broc-navbar-cta .menu-button-middle-two,.broc-navbar-cta .menu-button-bottom{background-color:#eb3c96}.broc-navbar--open .broc-navbar-cta .menu-button-top,.broc-navbar--open .broc-navbar-cta .menu-button-middle-one,.broc-navbar--open .broc-navbar-cta .menu-button-middle-two,.broc-navbar--open .broc-navbar-cta .menu-button-bottom{background-color:#fff}.broc-navbar--open .broc-navbar-cta{z-index:10}.broc-navbar-logo{position:relative;z-index:1}.broc-navbar-logo-svg{position:absolute;top:-10%;left:-12%;z-index:1}.broc-navbar-logo-svg .broc-navbar--open{z-index:8}.broc-navbar-logo-image{position:relative;width:100%;max-width:150px;max-height:50px;margin-top:25px;z-index:1}.broc-navbar-logo-background{position:absolute;top:0;left:0}.broc-navbar-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s;opacity:0;visibility:hidden;z-index:6}.broc-navbar--open .broc-navbar-overlay{opacity:.7;visibility:visible}.broc-navbar-menu{position:fixed;top:0;right:0;width:100%;max-width:470px;height:100vh;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;z-index:7}.broc-navbar--open .broc-navbar-menu{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.broc-navbar-menu-background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.87;z-index:-1}.broc-navbar-menu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;color:#fff;overflow:scroll;-webkit-overflow-scrolling:touch}.broc-navbar-menu-inner-content{padding:0 80px;padding-top:18vh;font-size:14px}.broc-navbar-title{margin-bottom:25px;color:#fff;font-weight:bold}.broc-navbar-link-container{margin-bottom:25px}.broc-navbar-link{color:#fff}.broc-navbar-button{margin-top:35px}.broc-navbar-social-section{margin:30px 80px 0;padding:30px 0;border-top:1px solid rgba(255,255,255,.1)}.broc-navbar-social-icon{margin-bottom:0 !important}.broc-navbar-share-link{margin-right:10px}.broc-navbar-share-link::before{color:#fff;font-size:40px}@media all and (min-width: 768px)and (max-width: 1024px){.broc-navbar-wrapper{position:absolute;width:100%}.broc-navbar-logo-svg{left:-20%}}@media all and (min-width: 0)and (max-width: 767px){.broc-navbar{position:relative;height:52px;z-index:1}.broc-navbar .menu-button-top,.broc-navbar .menu-button-middle-one,.broc-navbar .menu-button-middle-two,.broc-navbar .menu-button-bottom{background-color:#fff}.broc-navbar-open-mobile-background{display:block;position:fixed;top:0;left:0;width:100%;height:52px;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s;opacity:0;visibility:hidden;z-index:-1}.broc-navbar--open .broc-navbar-open-mobile-background{opacity:1;visibility:visible}.broc-navbar-cta{position:absolute;top:8px;right:15px}.broc-navbar-cta.style-guide{top:0}.broc-navbar-logo{position:relative;height:52px}.broc-navbar-logo-background{display:none}.broc-navbar-logo-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.broc-navbar-logo-image{max-height:40px;margin-top:0}.broc-navbar-menu{top:52px;height:calc(100% - 52px)}.broc-navbar-menu-content{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.broc-navbar-menu-background{opacity:1}.broc-navbar-menu-inner-content{padding:55px 22px 0}.broc-navbar-social-section{margin:30px 22px 0;padding:20px 0}.broc-navbar-overlay{opacity:0 !important}}.aem-AuthorLayer-Edit .broc-navbar{display:none}.aem-AuthorLayer-Edit .broc-navbar--aem-placeholder{display:block}.route-grid-component.theme--richpurple,.route-grid-component.theme--purple{background-color:#503291;color:#fff}.route-grid-component.theme--richpurple ul li:before,.route-grid-component.theme--purple ul li:before{background-color:#2dbecd}.route-grid-component.theme--richpurple [class$=-title],.route-grid-component.theme--purple [class$=-title]{color:#2dbecd}.route-grid-component.theme--richpurple [class$=-eyebrow],.route-grid-component.theme--richpurple [class$=-subtitle],.route-grid-component.theme--richpurple [class$=-sub-title],.route-grid-component.theme--purple [class$=-eyebrow],.route-grid-component.theme--purple [class$=-subtitle],.route-grid-component.theme--purple [class$=-sub-title]{color:#96d7d2}.route-grid-component.theme--richpurple a:not([class$=-cta]),.route-grid-component.theme--richpurple [class$=-link],.route-grid-component.theme--purple a:not([class$=-cta]),.route-grid-component.theme--purple [class$=-link]{color:#96d7d2}.route-grid-component.theme--richpurple a:not([class$=-cta]):hover,.route-grid-component.theme--richpurple [class$=-link]:hover,.route-grid-component.theme--purple a:not([class$=-cta]):hover,.route-grid-component.theme--purple [class$=-link]:hover{color:#2dbecd}.route-grid-component.theme--richpurple [class$=-cta],.route-grid-component.theme--purple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.route-grid-component.theme--richpurple [class$=-cta] .button-animated,.route-grid-component.theme--purple [class$=-cta] .button-animated{background-color:#96d7d2}.route-grid-component.theme--darkpurple{background-color:#2d1c51;color:#fff}.route-grid-component.theme--darkpurple ul li:before{background-color:#2dbecd}.route-grid-component.theme--darkpurple [class$=-title]{color:#2dbecd}.route-grid-component.theme--darkpurple [class$=-eyebrow],.route-grid-component.theme--darkpurple [class$=-subtitle],.route-grid-component.theme--darkpurple [class$=-sub-title],.route-grid-component.theme--darkpurple [class$=-text]{color:#fff}.route-grid-component.theme--darkpurple a:not([class$=-cta]),.route-grid-component.theme--darkpurple [class$=-link]{color:#ff6ab5}.route-grid-component.theme--darkpurple a:not([class$=-cta]):hover,.route-grid-component.theme--darkpurple [class$=-link]:hover{color:#d92a83}.route-grid-component.theme--darkpurple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.route-grid-component.theme--darkpurple [class$=-cta] .button-animated{background-color:#96d7d2}.route-grid-component.theme--yellow{background-color:#ffc832;color:#000}.route-grid-component.theme--yellow ul li:before{background-color:#503291}.route-grid-component.theme--yellow [class$=-title],.route-grid-component.theme--yellow [class$=-eyebrow],.route-grid-component.theme--yellow [class$=-subtitle],.route-grid-component.theme--yellow [class$=-sub-title]{color:#503291}.route-grid-component.theme--yellow a:not([class$=-cta]),.route-grid-component.theme--yellow [class$=-link]{color:#503291}.route-grid-component.theme--yellow a:not([class$=-cta]):hover,.route-grid-component.theme--yellow [class$=-link]:hover{color:#412877}.route-grid-component.theme--yellow [class$=-cta]{background-color:#503291}.route-grid-component.theme--yellow [class$=-cta] .button-animated{background-color:#412877}.route-grid-component.theme--vibrantcyan,.route-grid-component.theme--cyan{background-color:#2dbecd;color:#000}.route-grid-component.theme--vibrantcyan ul li:before,.route-grid-component.theme--cyan ul li:before{background-color:#503291}.route-grid-component.theme--vibrantcyan [class$=-title],.route-grid-component.theme--cyan [class$=-title]{color:#503291}.route-grid-component.theme--vibrantcyan [class$=-eyebrow],.route-grid-component.theme--vibrantcyan [class$=-subtitle],.route-grid-component.theme--vibrantcyan [class$=-sub-title],.route-grid-component.theme--cyan [class$=-eyebrow],.route-grid-component.theme--cyan [class$=-subtitle],.route-grid-component.theme--cyan [class$=-sub-title]{color:#412877}.route-grid-component.theme--vibrantcyan a:not([class$=-cta]),.route-grid-component.theme--vibrantcyan [class$=-link],.route-grid-component.theme--cyan a:not([class$=-cta]),.route-grid-component.theme--cyan [class$=-link]{color:#412877}.route-grid-component.theme--vibrantcyan a:not([class$=-cta]):hover,.route-grid-component.theme--vibrantcyan [class$=-link]:hover,.route-grid-component.theme--cyan a:not([class$=-cta]):hover,.route-grid-component.theme--cyan [class$=-link]:hover{color:#503291}.route-grid-component.theme--vibrantcyan [class$=-cta],.route-grid-component.theme--cyan [class$=-cta]{background-color:#503291}.route-grid-component.theme--vibrantcyan [class$=-cta] .button-animated,.route-grid-component.theme--cyan [class$=-cta] .button-animated{background-color:#412877}.route-grid-component.theme--white{background-color:#fff;color:#000}.route-grid-component.theme--white ul li:before{background-color:#503291}.route-grid-component.theme--white [class$=-title],.route-grid-component.theme--white [class$=-eyebrow],.route-grid-component.theme--white [class$=-subtitle],.route-grid-component.theme--white [class$=-sub-title]{color:#503291}.route-grid-component.theme--white a:not([class$=-cta]),.route-grid-component.theme--white [class$=-link]{color:#d92b83}.route-grid-component.theme--white a:not([class$=-cta]):hover,.route-grid-component.theme--white [class$=-link]:hover{color:#eb3c96}.route-grid-component.theme--white [class$=-cta]{color:#fff;background-color:#d92b83}.route-grid-component.theme--white [class$=-cta] .button-animated{background-color:#eb3c96}.route-grid-component.theme--blue{background-color:#0f69af;color:#fff}.route-grid-component.theme--blue ul li:before{background-color:#ffc832}.route-grid-component.theme--blue [class$=-title]{color:#ffc832}.route-grid-component.theme--blue [class$=-eyebrow],.route-grid-component.theme--blue [class$=-subtitle],.route-grid-component.theme--blue [class$=-sub-title]{color:#ffc832}.route-grid-component.theme--blue a:not([class$=-cta]),.route-grid-component.theme--blue [class$=-link]{color:#ffc832}.route-grid-component.theme--blue a:not([class$=-cta]):hover,.route-grid-component.theme--blue [class$=-link]:hover{color:#ffdcb9}.route-grid-component.theme--blue [class$=-cta]{background-color:#ffc832;color:#000}.route-grid-component.theme--blue [class$=-cta] .button-animated{background-color:#ffdcb9}.route-grid--no-cell .route-grid-elements-wrapper .route-grid-element .brochure-grid-svg.brochure-grid-svg--1,.route-grid--no-cell .route-grid-elements-wrapper .route-grid-element .brochure-grid-svg.brochure-grid-svg--2,.route-grid--no-cell .route-grid-elements-wrapper .route-grid-element .brochure-grid-svg.brochure-grid-svg--3{display:none}.route-grid-elements-wrapper .brochure-grid-element:nth-child(3n-2) .brochure-grid-svg--1{display:block}.route-grid-elements-wrapper .brochure-grid-element:nth-child(3n-1) .brochure-grid-svg--2{display:block}.route-grid-elements-wrapper .brochure-grid-element:nth-child(3n) .brochure-grid-svg--3{display:block}@media all and (min-width: 0)and (max-width: 767px){.route-grid-elements-wrapper{padding-top:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.route-grid-elements-wrapper{padding-top:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.route-grid-elements-wrapper{padding-top:60px !important}}@media all and (min-width: 1281px){.route-grid-elements-wrapper{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.route-grid-elements-wrapper{padding-bottom:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.route-grid-elements-wrapper{padding-bottom:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.route-grid-elements-wrapper{padding-bottom:60px !important}}@media all and (min-width: 1281px){.route-grid-elements-wrapper{padding-bottom:60px !important}}.route-grid-elements-wrapper .brochure-grid-component-description{margin-bottom:35px}.route-grid-elements-wrapper .brochure-grid-element--featured{display:none}@media all and (min-width: 0)and (max-width: 767px){.route-grid-elements-wrapper .brochure-grid-element--featured:not(.brochure-grid-element--hidden){display:-webkit-box;display:-ms-flexbox;display:flex}}.route-grid-component-title{margin-bottom:40px;color:#503291;font-size:40px;line-height:60px}@media all and (min-width: 0)and (max-width: 767px){.route-grid-component-title{margin-bottom:60px;font-size:32px;line-height:40px}}@media all and (min-width: 768px)and (max-width: 1024px){.route-grid__element.brochure-grid-element{margin-left:0 !important}}.route-grid-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:20px;color:#000 !important;font-size:24px;font-weight:bold;line-height:1.2;text-transform:none}.route-grid-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.route-grid-title{margin-bottom:24px}}.route-grid-image{position:relative;margin-bottom:28px;-webkit-transform:translate(0);transform:translate(0);overflow:hidden;aspect-ratio:4/3}@media all and (min-width: 1281px){.route-grid-image{max-width:300px}}@media all and (min-width: 1025px)and (max-width: 1280px){.route-grid-image{max-width:300px}}@media all and (min-width: 768px)and (max-width: 1024px){.route-grid-image{max-width:211px;margin-bottom:24px}}@media all and (min-width: 0)and (max-width: 767px){.route-grid-image{margin-bottom:32px}}.route-grid-image-background{position:absolute;width:100%;height:100%;background-position:center center;background-size:cover}.route-grid-image svg{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:scale(1.3);transform:scale(1.3)}.route-grid-button{position:absolute;bottom:0;min-width:190px;padding-top:15px;padding-bottom:15px;text-align:center}@media all and (min-width: 0)and (max-width: 767px){.route-grid-button{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding-top:15px;padding-bottom:15px}}.cookie-modal{display:none;background-color:#149b5f;z-index:6999;position:fixed;right:0;bottom:0;left:0;transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-webkit-transition:all .3s;zoom:1}.cookie-modal:before,.cookie-modal:after{display:table;line-height:0;content:""}.cookie-modal:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.cookie-modal-content{margin-top:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.cookie-modal-content{margin-top:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.cookie-modal-content{margin-top:48px !important}}@media all and (min-width: 1281px){.cookie-modal-content{margin-top:48px !important}}@media all and (min-width: 0)and (max-width: 767px){.cookie-modal-content{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.cookie-modal-content{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.cookie-modal-content{margin-bottom:48px !important}}@media all and (min-width: 1281px){.cookie-modal-content{margin-bottom:48px !important}}.cookie-title{color:#503291}.cookie-description{color:#fff}.cookie-description p{margin-bottom:24px !important}.cookie-description a{color:#fff;font-weight:bold;text-transform:uppercase;font-size:12px;line-height:1}@media all and (min-width: 768px)and (max-width: 1024px){.cookie-description a{font-size:12px;line-height:1}}@media all and (min-width: 1025px)and (max-width: 1280px){.cookie-description a{font-size:12px;line-height:1}}@media all and (min-width: 1281px){.cookie-description a{font-size:12px;line-height:1}}.cookie-description a:hover{color:rgba(255,255,255,.8)}.cookie-description a::after{top:2px;color:#fff}.cookie-button-container{margin-right:8px !important;margin-bottom:8px !important}@media all and (min-width: 1281px){.cookie-modal-content{margin-bottom:24px !important}.cookie-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.cookie-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media all and (min-width: 1025px)and (max-width: 1280px){.cookie-modal-content{margin-bottom:24px !important}.cookie-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.cookie-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media all and (min-width: 0)and (max-width: 767px){.cookie-button-container{display:inline-block}}@media all and (min-width: 768px)and (max-width: 1024px){.cookie-button-container{display:inline-block}}.otPcTab li.ot-abt-tab::before,.otPcTab li.ot-cat-item::before{content:none}.disclaimer-modal{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:0;opacity:0;overflow:auto;z-index:7000;transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s;-webkit-transition:opacity .3s;-webkit-transform:translateZ(0);-webkit-overflow-scrolling:touch}.disclaimer-modal.open{height:100%;background-color:#91d1ff;opacity:1}.ie .disclaimer-modal.open{background-color:#91d1ff}.disclaimer-modal-content-title,.disclaimer-modal-content-description{color:#fff}.disclaimer-modal-content-image img{width:100%}.disclaimer-modal-content--large{max-height:430px;overflow:hidden}.disclaimer-modal-content--large .overflow-content{max-height:430px;overflow-y:scroll}.disclaimer-modal-close{position:absolute;right:12px;width:20px;height:20px;border:0;color:#fff;cursor:pointer;z-index:1;-webkit-box-sizing:content-box;box-sizing:content-box}.disclaimer-modal-close:hover:before{color:#000}.disclaimer-modal[hidden]{visibility:hidden}.disclaimer-background{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}.disclaimer-background-blur{filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="12");-webkit-filter:url(clientlib-mkgaa-components/css/#blur-filter);filter:url(clientlib-mkgaa-components/css/#blur-filter);-webkit-filter:blur(12px);filter:blur(12px)}.disclaimer-background-blur-svg{display:none}.disclaimer-background-image{position:absolute;top:50%;left:50%;width:1000px;height:1000px;-webkit-transform:scale(10) translate(81px, 49px) rotate(-26.5deg);transform:scale(10) translate(81px, 49px) rotate(-26.5deg)}.disclaimer-background-image-svg{width:1000px;height:707.82px}.disclaimer-background-image svg path{fill:#503291}@media all and (min-width: 768px)and (max-width: 1024px){.disclaimer-modal-content{position:relative}.disclaimer-modal-content-image{margin-bottom:16px !important}}@media all and (min-width: 0)and (max-width: 767px){.disclaimer-background-image{display:none}.disclaimer-modal-content{position:relative;top:0;max-height:initial;-webkit-transform:none;transform:none;background-color:#503291;overflow:auto;padding-top:24px !important;padding-bottom:24px !important}.disclaimer-modal-content-title,.disclaimer-modal-content-description{margin-bottom:16px !important}.disclaimer-modal-content-image{margin-bottom:16px !important}.disclaimer-modal-content--large{max-height:initial}.disclaimer-modal-content .overflow-content{max-height:initial;overflow-y:auto}.disclaimer-modal-close{height:32px;font-size:24px}}.no-inlinesvg .disclaimer-background{background-color:#503291}.no-inlinesvg .disclaimer-background-blur{display:none}.no-inlinesvg .disclaimer-background-image{display:none}.new-cookie__modal{display:none;background-color:#149b5f;z-index:6999;position:fixed;right:0;bottom:0;left:0;transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-webkit-transition:all .3s;zoom:1}.new-cookie__modal:before,.new-cookie__modal:after{display:table;line-height:0;content:""}.new-cookie__modal:after{clear:both}.new-cookie__modal-content{margin:40px 0}.new-cookie__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:-9px;color:#503291;font-size:30px;font-weight:bold;letter-spacing:normal;line-height:1.2}.new-cookie__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.new-cookie__advanced-settings-btn{position:relative;margin-top:18px;padding:8px 30px 8px 0;border:0;background-color:rgba(0,0,0,0);color:#fff;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.new-cookie__advanced-settings-btn::after{position:absolute;top:11px;right:5px;-webkit-transition:right .3s ease;transition:right .3s ease;font-family:"MKGAA-ICONS",sans-serif !important;font-size:8px;content:""}.new-cookie__advanced-settings-btn:hover::after,.new-cookie__advanced-settings-btn:focus::after{right:0}.new-cookie__description{margin-top:-9px;color:#fff}.new-cookie__description p{margin-bottom:4px}.new-cookie__description a{color:#ffc832;font-weight:400;line-height:27px}.new-cookie__description a:hover{color:rgba(255,255,255,.8)}.new-cookie__description a::after{top:2px;color:#fff}.new-cookie__description ul li:before{background-color:#ffc832}.new-cookie__button{margin-top:1rem;padding:8px 0 7px 0;border:0;border-bottom:1px solid #eb3c96;font-size:10px;letter-spacing:1px;text-transform:uppercase}.new-cookie__button-container{width:100%}.new-cookie__accept-button,.new-cookie__accept-necessary{width:100%}.new-cookie__accept-necessary{margin-top:30px}.new-cookie__advanced-opt{display:none;position:relative;width:850px;max-width:100%;min-height:100px;max-height:95%;padding:1rem 4rem;background-color:#fff;overflow:scroll}.new-cookie__advanced-opt-toggle-title{display:-webkit-box;display:-ms-flexbox;display:flex}.new-cookie__advanced-opt-toggle-title,.new-cookie__advanced-opt-toggle-icon-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.new-cookie__advanced-opt-title{margin:2rem 0;color:#503291;font-size:22px;text-align:center}.new-cookie__advanced-opt-options{margin:0}.new-cookie__advanced-opt-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;border-top:1px solid #e9e9e9}.new-cookie__advanced-opt-option::before{display:none}.new-cookie__advanced-opt-option:last-child{border-bottom:1px solid #e9e9e9}.new-cookie__advanced-opt-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:18px 0;border:0;color:#eb3c96;text-align:left;cursor:pointer}.new-cookie__advanced-opt-toggle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.new-cookie__advanced-opt-toggle-wrapper--active .new-cookie__advanced-opt-toggle-minus-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.new-cookie__advanced-opt-toggle-wrapper:not(.new-cookie__advanced-opt-toggle-wrapper--active) .new-cookie__advanced-opt-toggle-plus-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.new-cookie__advanced-opt-toggle-panel-wrapper{width:100%;height:0;margin:0;margin-right:3rem;-webkit-transition:height 400ms ease-out;transition:height 400ms ease-out;font-size:14px;overflow:hidden}.new-cookie__advanced-opt-toggle-wrapper--active .new-cookie__advanced-opt-toggle-panel-wrapper{margin:1rem 0}.new-cookie__advanced-opt-toggle-icon{margin-left:auto;padding-left:10px}.new-cookie__advanced-opt-toggle-label{display:inline-block;position:relative;width:40px;height:20px;cursor:pointer}.new-cookie__advanced-opt-toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:background-color 400ms;transition:background-color 400ms;border-radius:34px;background-color:#e1e1e1}.new-cookie__advanced-opt-toggle-slider::before{position:absolute;bottom:3px;left:3px;width:14px;height:14px;-webkit-transition:background-color 400ms;transition:background-color 400ms;-webkit-transition:-webkit-transform 400ms;transition:-webkit-transform 400ms;transition:transform 400ms;transition:transform 400ms, -webkit-transform 400ms;border-radius:50%;background-color:#fff;content:""}.new-cookie__advanced-opt-toggle-icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-ms-flex-item-align:center;align-self:center;margin:0 10px;font-weight:bold}.new-cookie__advanced-opt-toggle-plus-icon,.new-cookie__advanced-opt-toggle-minus-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.new-cookie__advanced-opt-toggle-minus-icon{display:none;font-size:18px}.new-cookie__advanced-opt-toggle-plus-icon{display:none;font-size:14px}.new-cookie__advanced-opt-checkbox{width:40px;height:20px;opacity:0}.new-cookie__advanced-opt-close-btn{position:absolute;top:2rem;right:2rem;padding:5px;border:0;color:#aaa;cursor:pointer}input:checked+.new-cookie__advanced-opt-toggle-slider{background-color:#eb3c96}input:checked+.new-cookie__advanced-opt-toggle-slider::before{-webkit-transform:translateX(20px);transform:translateX(20px)}input:disabled+.new-cookie__advanced-opt-toggle-slider{cursor:not-allowed;opacity:.8}input:focus+.new-cookie__advanced-opt-toggle-slider{outline:#005fcf solid 2px}.new-cookie__advanced-opt-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:2rem 0}.new-cookie--advanced-opt-opened{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.5);z-index:6999}.new-cookie--advanced-opt-opened .new-cookie__modal{display:none !important;z-index:1}.new-cookie--advanced-opt-opened .new-cookie__advanced-opt{display:block;z-index:7000}.new-cookie[aria-hidden=true]{visibility:hidden}@media all and (min-width: 1281px){.new-cookie__title{position:relative;width:31.25%;min-height:1px;padding:0 15px;float:left}.new-cookie__description{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.new-cookie__settings-wrapper{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;margin-left:31.25%}.new-cookie__controls{position:relative;width:18.75%;min-height:1px;padding:0 15px;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.new-cookie__button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media all and (min-width: 1025px)and (max-width: 1280px){.new-cookie__title{position:relative;width:31.25%;min-height:1px;padding:0 15px;float:left}.new-cookie__description{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.new-cookie__settings-wrapper{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;margin-left:31.25%}.new-cookie__controls{position:relative;width:18.75%;min-height:1px;padding:0 15px;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.new-cookie__button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media all and (min-width: 768px)and (max-width: 1024px){.new-cookie__advanced-opt{width:95%}.new-cookie__title{margin-bottom:20px;width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.new-cookie__description,.new-cookie__settings-wrapper{position:relative;width:75%;min-height:1px;padding:0 10px;float:left}.new-cookie__controls{position:relative;width:25%;min-height:1px;padding:0 10px;float:left}.new-cookie__button-container{display:inline-block}}@media all and (min-width: 0)and (max-width: 767px){.new-cookie__title{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:20px;font-size:24px;line-height:1.58333}.new-cookie__description{width:100%;position:relative;min-height:1px;padding:0 10px;max-height:81px;overflow:scroll}.new-cookie__description::-webkit-scrollbar{border-radius:4px;background-color:#fff;-webkit-appearance:none}.new-cookie__description::-webkit-scrollbar:vertical{width:7px}.new-cookie__description::-webkit-scrollbar:horizontal{height:0px}.new-cookie__description::-webkit-scrollbar-thumb{border:1px solid #fff;border-radius:4px;background-color:rgba(0,0,0,.5)}.new-cookie__controls,.new-cookie__settings-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.new-cookie__advanced-opt{padding:20px;width:95%}.new-cookie__advanced-opt-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.new-cookie__advanced-opt-confirm-choices,.new-cookie__advanced-opt-select-all{width:100%;margin-top:1rem;text-align:center}.new-cookie__accept-button{margin-top:30px}.new-cookie__advanced-opt-close-btn{top:1rem;right:1rem}.new-cookie__button-container{display:inline-block}}.new-cookie--french .new-cookie__accept-button,.new-cookie--french .new-cookie__accept-necessary{width:100%}.new-cookie--french .new-cookie__accept-necessary{margin-top:30px}@media all and (min-width: 0)and (max-width: 767px){.new-cookie--french .new-cookie__controls{width:100%;position:relative;min-height:1px;padding:0 10px}}.link-tiles__content-wrapper{zoom:1}.link-tiles__content-wrapper:before,.link-tiles__content-wrapper:after{display:table;line-height:0;content:""}.link-tiles__content-wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.link-tiles__content-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.link-tiles__content-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-tiles__content-wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.link-tiles__content-wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 0)and (max-width: 767px){.link-tiles__content-wrapper{margin-top:48px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.link-tiles__content-wrapper{margin-top:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-tiles__content-wrapper{margin-top:60px !important}}@media all and (min-width: 1281px){.link-tiles__content-wrapper{margin-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.link-tiles__content-wrapper{margin-bottom:48px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.link-tiles__content-wrapper{margin-bottom:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-tiles__content-wrapper{margin-bottom:60px !important}}@media all and (min-width: 1281px){.link-tiles__content-wrapper{margin-bottom:60px !important}}.link-tiles__title{color:#503291;font-size:32px}.link-tiles__list{margin:0}.link-tiles__tile{min-height:130px !important;margin-bottom:20px}.link-tiles__tile::before{content:none}.link-tiles .tile__image{width:100%;overflow:hidden;aspect-ratio:16/11}.link-tiles .tile__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.link-tiles .tile__text{display:-webkit-box;max-width:80%;margin:0;font-size:22px;font-weight:600;line-height:1.3;overflow:hidden;word-break:break-word;-ms-hyphens:auto;hyphens:auto;-webkit-box-orient:vertical;-webkit-line-clamp:3}.link-tiles .tile__text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% - 20px);height:130px;min-height:1px;padding:0 30px}.link-tiles .tile__text-wrapper .icon-simple-arrow{position:absolute;right:25px;-webkit-transform:scale(1.4, 1.4) rotate(90deg);transform:scale(1.4, 1.4) rotate(90deg);-webkit-transition:right .3s ease;transition:right .3s ease;font-size:32px}.link-tiles .tile__text-wrapper:hover .icon-simple-arrow{right:15px}.link-tiles--no-images .tile__image{display:none}.link-tiles--no-images .tile__text-wrapper .icon-simple-arrow{font-size:25px}@media all and (min-width: 0)and (max-width: 767px){.link-tiles__title{width:100%;position:relative;min-height:1px;padding:0 10px}.link-tiles__tile{width:100%;position:relative;min-height:1px;padding:0 10px}.link-tiles .tile__image{min-height:250px;aspect-ratio:8/7}}@media all and (min-width: 768px)and (max-width: 1024px){.link-tiles__title{width:100%;position:relative;min-height:1px;padding:0 10px}.link-tiles__tile{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.link-tiles__tile .tile__text{font-size:20px}.link-tiles__tile .tile__text-wrapper{height:122px}.link-tiles .tile__image{min-height:312px;aspect-ratio:8/7}.link-tiles.link-tiles--no-images .tile__text{font-size:12px}.link-tiles.link-tiles--no-images .tile__text-wrapper{height:88px;padding:0 20px}.link-tiles.link-tiles--no-images .tile__text-wrapper .icon-simple-arrow{right:20px}.link-tiles.link-tiles--no-images .tile__text-wrapper:hover .icon-simple-arrow{right:10px}.link-tiles--3.link-tiles--no-images .tile__link-wrapper{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1}.link-tiles--3.link-tiles--no-images .tile__text-wrapper{width:100%}.link-tiles--3.link-tiles--no-images .link-tiles__tile{width:100%;padding:0}.link-tiles--3.link-tiles--no-images .link-tiles__list{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.link-tiles--4.link-tiles--no-images .link-tiles__tile{position:relative;width:25%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.link-tiles__title{width:100%;position:relative;min-height:1px;padding:0 15px}.link-tiles__tile{margin-bottom:30px}.link-tiles .tile__text-wrapper{width:calc(100% - 30px)}.link-tiles--2 .link-tiles__tile,.link-tiles--4 .link-tiles__tile{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.link-tiles--2.link-tiles--no-images .link-tiles__tile,.link-tiles--4.link-tiles--no-images .link-tiles__tile{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.link-tiles--3 .tile__link-wrapper,.link-tiles--5 .tile__link-wrapper,.link-tiles--6 .tile__link-wrapper{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1}.link-tiles--3 .tile__text-wrapper,.link-tiles--5 .tile__text-wrapper,.link-tiles--6 .tile__text-wrapper{width:100%}.link-tiles--3 .link-tiles__list,.link-tiles--5 .link-tiles__list,.link-tiles--6 .link-tiles__list{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.link-tiles--5 .tile__link-wrapper,.link-tiles--6 .tile__link-wrapper{min-width:31%}}@media all and (min-width: 1281px){.link-tiles__title{width:100%;position:relative;min-height:1px;padding:0 15px}.link-tiles__tile{margin-bottom:30px}.link-tiles .tile__text-wrapper{width:calc(100% - 30px)}.link-tiles--1 .link-tiles__tile{position:relative}.link-tiles--2 .link-tiles__tile,.link-tiles--4 .link-tiles__tile{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.link-tiles--2.link-tiles--no-images .link-tiles__tile,.link-tiles--4.link-tiles--no-images .link-tiles__tile{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.link-tiles--3 .tile__link-wrapper,.link-tiles--5 .tile__link-wrapper,.link-tiles--6 .tile__link-wrapper{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1}.link-tiles--3 .tile__text-wrapper,.link-tiles--5 .tile__text-wrapper,.link-tiles--6 .tile__text-wrapper{width:100%}.link-tiles--3 .link-tiles__list,.link-tiles--5 .link-tiles__list,.link-tiles--6 .link-tiles__list{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.link-tiles--5 .tile__link-wrapper,.link-tiles--6 .tile__link-wrapper{min-width:31%}}.link-tiles.tile-theme--white .tile__text-wrapper{border:1px solid gray;background-color:#fff;color:#503291}.link-tiles.tile-theme--white .tile__text-wrapper .icon-simple-arrow{color:#503291}.link-tiles.tile-theme--white .tile__text-wrapper:hover{color:#eb3c96}.link-tiles.tile-theme--white .tile__text-wrapper:hover .icon-simple-arrow{color:#eb3c96}.link-tiles.tile-theme--cyan .tile__text{color:#503291}.link-tiles.tile-theme--cyan .tile__text-wrapper{background-color:#2dbecd}.link-tiles.tile-theme--cyan .tile__text-wrapper .icon-simple-arrow{color:#503291}.link-tiles.tile-theme--green .tile__text{color:#503291}.link-tiles.tile-theme--green .tile__text-wrapper{background-color:#a5cd50}.link-tiles.tile-theme--green .tile__text-wrapper .icon-simple-arrow{color:#503291}.link-tiles.tile-theme--purple .tile__text{color:#ffc832}.link-tiles.tile-theme--purple .tile__text-wrapper{background-color:#503291}.link-tiles.tile-theme--purple .tile__text-wrapper .icon-simple-arrow{color:#ffc832}.link-tiles.tile-theme--yellow .tile__text{color:#503291}.link-tiles.tile-theme--yellow .tile__text-wrapper{background-color:#ffc832}.link-tiles.tile-theme--yellow .tile__text-wrapper .icon-simple-arrow{color:#503291}.el-header{position:relative;width:100%;float:none;background-color:#503291;overflow:hidden}.el-header .container{position:relative;z-index:2}@media all and (min-width: 0)and (max-width: 767px){.el-header .container{margin-top:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.el-header .container{margin-top:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.el-header .container{margin-top:80px !important}}@media all and (min-width: 1281px){.el-header .container{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.el-header .container{margin-bottom:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.el-header .container{margin-bottom:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.el-header .container{margin-bottom:80px !important}}@media all and (min-width: 1281px){.el-header .container{margin-bottom:80px !important}}.el-header-pattern{left:0;min-width:1420px;position:absolute;top:0;right:0}.el-header:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";z-index:2}.el-header-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:-5px;margin-bottom:30px;color:#2dbecd;font-size:32px;font-weight:bold;text-transform:capitalize}.el-header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.el-header-text{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px}.el-header-text:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.el-header-content{color:#fff}.el-header--image .el-header-background{overflow:hidden;position:absolute;top:0;right:0}.el-header--image .el-header-background-mask{position:absolute;top:-5px;right:-2px}.el-header--image .el-header-background-image{background-repeat:no-repeat;background-position:center;background-size:cover;position:absolute;top:0;right:0}.el-header--image .el-header-background-pattern{position:absolute;top:0;right:0}.el-header--image:before{background-image:none}@media all and (min-width: 1281px){.el-header{width:100%;height:800px}.el-header-pattern{width:100%;height:640px}.el-header-content{width:31.25%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.el-header{height:800px}.el-header-pattern{width:100%;height:800px}.el-header-content{width:37.5%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.el-header{height:600px}.el-header-pattern{left:200px;width:100%;height:800px}.el-header-pattern svg{height:800px}.el-header-content{width:50%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.el-header{background-color:#503291}.el-header-title{margin-bottom:25px;font-size:30px}.el-header-pattern,.el-header-background{display:none}.el-header-content{width:100%;position:relative;min-height:1px;padding:0 10px}}.et-header{position:relative;overflow:hidden;zoom:1}@media all and (min-width: 0)and (max-width: 767px){.et-header{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.et-header{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.et-header{padding-top:60px !important}}@media all and (min-width: 1281px){.et-header{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.et-header{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.et-header{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.et-header{padding-bottom:60px !important}}@media all and (min-width: 1281px){.et-header{padding-bottom:60px !important}}.et-header:before,.et-header:after{display:table;line-height:0;content:""}.et-header:after{clear:both}.et-header a:not(.button){color:#d92b83}.et-header a:not(.button):hover{color:#eb3c96}.et-header-background{position:absolute;top:0;right:0}.et-header-background-mask{position:absolute;top:-8px;right:-8px}.et-header-background-pattern{position:absolute;top:0;right:0}.et-header-background-image{background-repeat:no-repeat;background-position:center;background-size:cover;position:absolute;top:0;right:0}.et-header-background-image--highres{-webkit-transition:opacity 200ms ease-in;transition:opacity 200ms ease-in;opacity:0;position:absolute;top:0;right:0}.et-header-container{zoom:1;width:1400px;margin:0 auto}.et-header-container:before,.et-header-container:after{display:table;line-height:0;content:""}.et-header-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.et-header-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.et-header-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.et-header-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.et-header-container{width:1280px;padding-right:30px;padding-left:30px}}.et-header-breadcrumb{margin-bottom:16px !important}.et-header-status--cancelled{display:inline-block;margin-bottom:20px;padding:7px;background-color:#e1c3de;color:#fff}.et-header-status-value{margin-bottom:0;color:#fff;font-size:12px !important;text-transform:uppercase !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:20px;line-height:1.2}.et-header-status-value:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.et-header-status-value{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.et-header-status-value{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.et-header-status-value{font-size:26px;line-height:1.2}}.et-header-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:20px;line-height:1.2}.et-header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.et-header-title{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.et-header-title{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.et-header-title{font-size:26px;line-height:1.2}}.et-header-separator-inner{height:1px;background-color:#fff}.et-header__add-to-calendar{width:100%;font-size:12px;font-weight:bold;line-height:1.3;text-transform:uppercase}.et-header-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.et-header-info-icon{float:left;font-size:24px;vertical-align:top}.et-header-info-value{margin-left:40px !important}.et-header-info-value p{margin-bottom:0;line-height:24px}.et-header-info-item-date .et-header-info-value p{margin-bottom:4px}.et-header-info-value-time-utc{display:block}.et-header-info-value .event__add-to-calendar-link{margin-left:0}.et-header-info-value .event__add-to-calendar-link::before{content:none}.et-header-info-website a{display:block}.et-header-info-location p{margin-bottom:0}.et-header-info-location .et-header-info-value a p{color:unset}.et-header-cta-button{margin-right:16px !important}.et-header-content{float:left}@media all and (min-width: 0)and (max-width: 767px){.et-header-description{margin-bottom:8px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.et-header-description{margin-bottom:8px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.et-header-description{margin-bottom:16px !important}}@media all and (min-width: 1281px){.et-header-description{margin-bottom:16px !important}}@media all and (min-width: 0)and (max-width: 767px){.et-header-share{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.et-header-share{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.et-header-share{margin-bottom:32px !important}}@media all and (min-width: 1281px){.et-header-share{margin-bottom:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.et-header-separator{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.et-header-separator{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.et-header-separator{margin-bottom:32px !important}}@media all and (min-width: 1281px){.et-header-separator{margin-bottom:32px !important}}.et-header-info{float:left}@media all and (min-width: 0)and (max-width: 767px){.et-header-info{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.et-header-info{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.et-header-info{margin-bottom:40px !important}}@media all and (min-width: 1281px){.et-header-info{margin-bottom:40px !important}}@media all and (min-width: 1281px){.et-header-background{width:632px;height:632px;overflow:hidden}.et-header-background-mask{width:656px;height:656px}.et-header-background-mask svg{width:656px;height:656px}.et-header-background-pattern,.et-header-background-image{width:640px;height:640px}.et-header-background-pattern svg,.et-header-background-image svg{width:640px;height:640px}.et-header-content,.et-header-share{width:56.25%;position:relative;min-height:1px;padding:0 15px}.et-header-separator{width:56.25%;position:relative;min-height:1px;padding:0 15px}.et-header-info{width:56.25%;position:relative;min-height:1px;padding:0 15px;padding-left:0px !important;padding-right:0px !important}.et-header-info-item{position:relative;width:44.4444444444%;min-height:1px;padding:0 15px;float:left;min-height:80px !important;margin-bottom:31px}.et-header--add-to-calendar-hidden .et-header-info-item{min-height:64px !important}.et-header-info-item:nth-child(even){position:relative;width:44.4444444444%;min-height:1px;padding:0 15px;float:left;margin-left:11.1111111111%}.et-header-info-item--wide,.et-header-info-item--wide:nth-child(even){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-top:45px;margin-left:0}.et-header-info-item--wide .et-header-info-location,.et-header-info-item--wide:nth-child(even) .et-header-info-location{width:44%}.et-header-info-item--wide .location-circle,.et-header-info-item--wide:nth-child(even) .location-circle{margin-top:-45px !important;margin-bottom:0 !important}.et-header-info-item--wide .location-content-inner-circle,.et-header-info-item--wide:nth-child(even) .location-content-inner-circle{margin-bottom:-45px}.et-header-cta{float:left;width:100%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.et-header-background{width:552px;height:552px;overflow:hidden}.et-header-background-mask{width:576px;height:576px}.et-header-background-mask svg{width:576px;height:576px}.et-header-background-pattern,.et-header-background-image{width:560px;height:560px}.et-header-background-pattern svg,.et-header-background-image svg{width:560px;height:560px}.et-header-content,.et-header-share,.et-header-separator{width:62.5%;position:relative;min-height:1px;padding:0 15px}.et-header-info{width:62.5%;position:relative;min-height:1px;padding:0 15px;padding-left:0px !important;padding-right:0px !important}.et-header-info-item{min-height:80px !important;margin-bottom:31px;position:relative;width:40%;min-height:1px;padding:0 15px;float:left}.et-header--add-to-calendar-hidden .et-header-info-item{min-height:64px !important}.et-header-info-item:nth-child(even){position:relative;width:40%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.et-header-info-item--wide,.et-header-info-item--wide:nth-child(even){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-top:45px;margin-left:0}.et-header-info-item--wide .et-header-info-location,.et-header-info-item--wide:nth-child(even) .et-header-info-location{width:44%}.et-header-info-item--wide .location-circle,.et-header-info-item--wide:nth-child(even) .location-circle{margin-top:-45px !important;margin-bottom:0 !important}.et-header-info-item--wide .location-content-inner-circle,.et-header-info-item--wide:nth-child(even) .location-content-inner-circle{margin-bottom:-45px}.et-header-cta{width:100%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.et-header-background{width:472px;height:472px;overflow:hidden}.et-header-background-mask{width:496px;height:496px}.et-header-background-mask svg{width:496px;height:496px}.et-header-background-pattern,.et-header-background-image{width:480px;height:480px}.et-header-background-pattern svg,.et-header-background-image svg{width:480px;height:480px}.et-header-content,.et-header-share{width:50%;position:relative;min-height:1px;padding:0 10px}.et-header-separator{width:50%;position:relative;min-height:1px;padding:0 10px}.et-header-info{width:50%;position:relative;min-height:1px;padding:0 10px;padding-left:0px !important;padding-right:0px !important}.et-header-info-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:20px}.et-header-info-item .location-content-inner-circle{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.et-header-info-item .location-content-inner-circle .location-circle{margin-top:45px !important}.et-header-cta{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.et-header-background{display:none}.et-header-content,.et-header-share,.et-header-separator{width:100%;position:relative;min-height:1px;padding:0 10px}.et-header-info{width:100%;position:relative;min-height:1px;padding:0 10px;padding-left:0px !important;padding-right:0px !important}.et-header-info-item{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:20px}.et-header-info-item .location-circle{margin-top:45px !important}.et-header-cta{width:100%;position:relative;min-height:1px;padding:0 10px}.et-header-cta-button{margin-bottom:8px !important}.et-header-cta-button:last-child{margin-bottom:0px !important;margin-top:24px !important}}.et-header-extra-info{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:10px;padding-right:10px;padding-left:10px}@media all and (min-width: 0)and (max-width: 767px){.et-header-extra-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media all and (min-width: 1025px)and (max-width: 1280px){.et-header-extra-info{padding-right:15px;padding-left:15px}}@media all and (min-width: 1281px){.et-header-extra-info{padding-right:15px;padding-left:15px}}.et-header-extra-info__item{min-width:200px;margin-right:15px}.et-header-extra-info__title{margin-bottom:0;color:#ffc832;font-size:12px !important;text-transform:uppercase !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:20px;line-height:1.2}.et-header-extra-info__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.et-header-extra-info__title{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.et-header-extra-info__title{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.et-header-extra-info__title{font-size:26px;line-height:1.2}}.theme--richpurple{background-color:#503291}.theme--richpurple .et-header-background-mask svg g path{fill:#503291}.theme--richpurple .et-header-background-pattern{background-color:#eb3c96}.theme--richpurple .et-header-background-pattern svg g path{fill:#2dbecd}.theme--richpurple .et-header-title{color:#2dbecd}.theme--richpurple .et-header-description{color:#fff}.theme--richpurple .et-header-separator-inner{background-color:#8161c8}.theme--richpurple .et-header-info-icon{color:#96d7d2}.theme--richpurple .et-header-info-value p{color:#fff}.theme--richpurple .et-header-extra-info__text{color:#fff}.theme--vibrantyellow{background-color:#ffc832}.theme--vibrantyellow .et-header-background-mask svg g path{fill:#ffc832}.theme--vibrantyellow .et-header-background-pattern{background-color:#2dbecd}.theme--vibrantyellow .et-header-background-pattern svg g path{fill:#503291}.theme--vibrantyellow .et-header-title{color:#503291}.theme--vibrantyellow .et-header-separator-inner{background-color:#cb9500}.theme--vibrantyellow .et-header-info-icon{color:#503291}.theme--vibrantyellow .et-header-extra-info__title{color:#503291}.event-slider{zoom:1;width:100%;min-height:400px;background-color:#fff}.event-slider:before,.event-slider:after{display:table;line-height:0;content:""}.event-slider:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.event-slider{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.event-slider{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-slider{padding-top:60px !important}}@media all and (min-width: 1281px){.event-slider{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.event-slider{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.event-slider{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-slider{padding-bottom:60px !important}}@media all and (min-width: 1281px){.event-slider{padding-bottom:60px !important}}.event-slider path{fill:#fff}.event-slider__container{zoom:1;width:1400px;margin:0 auto}.event-slider__container:before,.event-slider__container:after{display:table;line-height:0;content:""}.event-slider__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.event-slider__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.event-slider__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-slider__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.event-slider__container{width:1280px;padding-right:30px;padding-left:30px}}.event-slider__event-list{margin:0 -15px;padding:0 !important}.event-slider .icon-play-featured__animated{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;position:absolute;top:50%;left:50%;width:38px;height:38px;padding:10px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:50%;background-color:#eb3c96;font-size:16px;font-weight:bold}.event-slider .icon-play-featured__animated:disabled{background:#e1e1e1}.event-slider .icon-play-featured__animated .button-animated{background-color:#ff6ab5}.event-slider .avatar-image{position:relative;margin-bottom:-25px;padding-bottom:75%;-webkit-transform:translate(0);transform:translate(0)}.event-slider .avatar-image-background{position:absolute;width:100%;height:100%;background-position:center center;background-size:cover}.event-slider .avatar-image svg{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:scale(1.01);transform:scale(1.01)}.event-slider .avatar-svg--1,.event-slider .avatar-svg--2,.event-slider .avatar-svg--3{display:none}.event-slider-item-container--small .event-slider__ctas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.event-slider__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:63px}.event-slider__heading{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;margin:0;color:#2dbecd;font-size:28px;font-weight:bold;text-transform:uppercase}.event-slider__heading:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.event-slider__view-all{-ms-flex-item-align:end;align-self:flex-end;color:#eb3c96;font-size:14px;font-weight:bold}.event-slider__date{margin-bottom:20px;font-size:12px;font-weight:bold;text-transform:uppercase}.event-slider__info{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#000}.event-slider__info-container{position:relative;height:100%}.event-slider__title{display:block;margin-bottom:16px;color:#2dbecd;font-size:26px;font-weight:bold}.event-slider.theme--magenta{background-color:#eb3c96}.event-slider.theme--magenta path{fill:#eb3c96}.event-slider.theme--purple{background-color:#503291}.event-slider.theme--purple path{fill:#503291}.event-slider.theme--purple .event-slider__heading,.event-slider.theme--purple .event-slider__title{color:#eb3c96}.event-slider.theme--purple .event-slider__info,.event-slider.theme--purple .event-slider__view-all{color:#fff}.event-slider.theme--cyan{background-color:#2dbecd}.event-slider.theme--cyan path{fill:#2dbecd}.event-slider.theme--cyan .event-slider__heading,.event-slider.theme--cyan .event-slider__title{color:#503291}.event-slider.theme--cyan .event-slider__info,.event-slider.theme--cyan .event-slider__view-all{color:#000}.event-slider__description{margin-bottom:20px}.event-slider__tags{margin-bottom:10px}.event-slider__location{padding-bottom:25px}.event-slider__ctas{position:absolute;top:100%;width:100%}.event-slider__ctas .icon-date{width:32px;height:32px;margin-top:8px;padding:0;border:0;color:#eb3c96;font-size:28px;line-height:1}.event-slider__ctas .icon-date:hover{cursor:pointer}.event-slider__ctas--view-event{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;height:42px;padding:14px 16px;border-radius:5px;background-color:#eb3c96;font-size:11px;font-weight:bold}.event-slider__ctas--view-event:disabled{background:#e1e1e1}.event-slider__ctas--view-event .button-animated{background-color:#ff6ab5}.event-slider-carousel-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.event-slider-carousel-wrapper~.carousel__dots{margin-top:40px}.event-slider__separator{margin:64.5px -15px;padding-left:0;border:1px solid rgba(255,255,255,.3)}.event-slider-item{float:left;color:#503291}.event-slider-item--small{margin-bottom:42px}.event-slider-item--small:nth-child(2n) .avatar-svg--1{display:block;-webkit-transform:scale(1.16);transform:scale(1.16)}.event-slider-item--small:nth-child(2n-1) .avatar-svg--1{display:block;-webkit-transform:scaleX(-1) scale(1.16);transform:scaleX(-1) scale(1.16)}.event-slider-item--large .event-slider__info{margin-bottom:42px}.event-slider-item--large .avatar-svg--1{display:block}.event-slider-item--large .icon-date{margin-right:30px}.event-slider-item-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.event-slider-item__overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:15px;background:rgba(78,78,78,.5)}.event-slider-item-description{margin:0 auto;color:#000;font-size:16px;overflow-wrap:break-word}.event-slider-item-image-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.event-slider-item-image{height:78px;width:78px;border-radius:15px;-o-object-fit:cover;object-fit:cover}.event-slider-item::before{content:none}.event-slider-item--hidden{display:none}.event-slider-header{zoom:1}.event-slider-header:before,.event-slider-header:after{display:table;line-height:0;content:""}.event-slider-header:after{clear:both}@media all and (min-width: 1281px){.event-slider-item-container--small{width:100%;position:relative;min-height:1px;padding:0 15px;padding:0}.event-slider-item--large{width:100%;position:relative;min-height:1px;padding:0 15px;padding:0}.event-slider-item--large .event-slider__info{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.event-slider-item--large .avatar{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.event-slider-item--large .event-slider__ctas {padding:0 15px}.event-slider-item--small{position:relative;width:33.3333333333%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-slider-item-container--small{width:100%;position:relative;min-height:1px;padding:0 15px;padding:0}.event-slider-item--large{width:100%;position:relative;min-height:1px;padding:0 15px;padding:0}.event-slider-item--large .event-slider__info{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.event-slider-item--large .avatar{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.event-slider-item--small{position:relative;width:33.3333333333%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.event-slider__header{margin-bottom:56px}.event-slider__separator{margin:63.5px 0}.event-slider__title{font-size:22px}.event-slider-item-container--small{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}.event-slider-item--large{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}.event-slider-item--large .event-slider__info{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.event-slider-item--large .avatar{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;padding:0}.event-slider-item--small{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.event-slider-item--small .avatar{margin-bottom:15px}.event-slider .icon-arrow-carousel{display:none}}@media all and (min-width: 0)and (max-width: 767px){.event-slider__ctas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.event-slider__ctas .icon-date{margin-right:0}.event-slider__header{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-bottom:24px;gap:16px}.event-slider__separator{margin:48.5px 0}.event-slider__view-all{-ms-flex-item-align:baseline;align-self:baseline}.event-slider__title{font-size:20px}.event-slider-item{margin-bottom:42px}.event-slider-item-description{padding:0 24px}.event-slider-item-container--small{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}.event-slider-item .event-slider__info{margin-bottom:0}.event-slider-item--large{width:100%;position:relative;min-height:1px;padding:0 10px}.event-slider-item--large .event-slider__info-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:30px}.event-slider-item--large .event-slider__info{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding:0}.event-slider-item--large .avatar{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding:0}.event-slider-item--large .avatar-image svg{-webkit-transform:scale(1.08);transform:scale(1.08)}.event-slider-item--small{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.event-slider-item--small:nth-child(2n) .avatar-svg--1{-webkit-transform:scale(1.08);transform:scale(1.08)}.event-slider-item--small:nth-child(2n-1) .avatar-svg--1{-webkit-transform:scaleX(-1) scale(1.08);transform:scaleX(-1) scale(1.08)}}.event-speakers{background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.event-speakers{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.event-speakers{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-speakers{padding-top:60px !important}}@media all and (min-width: 1281px){.event-speakers{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.event-speakers{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.event-speakers{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-speakers{padding-bottom:60px !important}}@media all and (min-width: 1281px){.event-speakers{padding-bottom:60px !important}}.event-speakers__list{margin:0;outline:0;list-style:none}.event-speakers__container{zoom:1;width:1400px;margin:0 auto;background-color:#503291}.event-speakers__container:before,.event-speakers__container:after{display:table;line-height:0;content:""}.event-speakers__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.event-speakers__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.event-speakers__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-speakers__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.event-speakers__container{width:1280px;padding-right:30px;padding-left:30px}}.event-speakers__separator{margin:60px 0;padding-left:0;border:1px solid rgba(255,255,255,.3)}.event-speakers__title{position:relative;z-index:1}.event-speakers__title-text{color:#2dbecd;font-size:28px;font-weight:bold;line-height:1}.event-speakers__list-item{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;outline:0;color:#fff;list-style:none}.event-speakers__list-item:before,.event-speakers__list-item:after{display:table;line-height:0;content:""}.event-speakers__list-item:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.event-speakers__list-item{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.event-speakers__list-item{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-speakers__list-item{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.event-speakers__list-item{margin-right:-15px;margin-left:-15px}}.event-speakers__list-item-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px}.event-speakers__list-item-image-container{position:relative;width:220px;height:220px}.event-speakers__list-item-image-container-clipPath{width:100%;height:100%}.event-speakers__list-item-image-container-img{width:97%;height:99%;background-position:center center;background-size:cover;-o-object-fit:cover;object-fit:cover}.event-speakers__list-item-image-container-mask{position:absolute}.event-speakers__list-item-image-container-mask svg{width:100%;height:100%}.event-speakers__list-item-image-container-mask svg clipPath{-webkit-transform:scale(0.0042);transform:scale(0.0042)}.event-speakers__list-item-image-container-mask svg g path{fill:#503291}.event-speakers__list-item-image-profile-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:bold;line-height:1;text-align:center;text-transform:uppercase}.event-speakers__list-item-image-profile-link:hover{cursor:pointer}.event-speakers__list-item-image-profile-link-text{margin-right:4px;color:#fff}.event-speakers__list-item-image-profile-link .icon-arrow-right{font-size:8px}.event-speakers__list-item-info-name{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:10px;color:#ffc832;font-size:26px;font-weight:bold;line-height:1.2;text-transform:none}.event-speakers__list-item-info-name:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.event-speakers__list-item-info-job{margin-bottom:16px;color:#ffc832;font-size:16px;font-weight:bold}.event-speakers__list-item-info-social-media{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0 0 16px -10px;padding-left:10px;font-size:22px;list-style:none}.event-speakers__list-item-info-social-media-mail,.event-speakers__list-item-info-social-media-twitter,.event-speakers__list-item-info-social-media-linkedin{margin-right:10px;padding-left:0;color:#eb3c96}.event-speakers__list-item-info-profile--small-show{display:none}.event-speakers__list-item-presentation-date-text{margin:0;font-size:12px;font-weight:bold;line-height:1.3;text-transform:uppercase}.event-speakers__list-item-presentation-name-text{margin-bottom:24px;font-size:18px;line-height:1.5}@media all and (min-width: 1281px){.event-speakers__title-text{margin-bottom:50px}.event-speakers__list-item-image{width:25%;position:relative;min-height:1px;padding:0 15px}.event-speakers__list-item-image-container{-webkit-transform:scale(1.1);transform:scale(1.1)}.event-speakers__list-item-info{width:43.75%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-speakers__title-text{margin-bottom:50px}.event-speakers__list-item-image{width:25%;position:relative;min-height:1px;padding:0 15px}.event-speakers__list-item-image-container{top:20px;-webkit-transform:scale(1.2);transform:scale(1.2)}.event-speakers__list-item-info{width:50%;position:relative;min-height:1px;padding:0 15px}.event-speakers__separator{margin:50px 0}}@media all and (min-width: 768px)and (max-width: 1024px){.event-speakers__title-text{margin-bottom:40px}.event-speakers__list-item-image{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.event-speakers__list-item-image-container{top:10px;-webkit-transform:scale(1.1);transform:scale(1.1)}.event-speakers__list-item-info{width:58.3333333333%;position:relative;min-height:1px;padding:0 10px}.event-speakers__list-item-presentation{padding:0 0px}.event-speakers__separator{margin:40px 0}}@media all and (min-width: 0)and (max-width: 767px){.event-speakers__title-text{margin-bottom:40px;font-size:24px}.event-speakers__list-item{display:block}.event-speakers__list-item-image{width:100%;position:relative;min-height:1px;padding:0 10px;margin-right:0px}.event-speakers__list-item-image-container{width:100%;height:100%}.event-speakers__list-item-image-profile--small-hide{display:none}.event-speakers__list-item-info{width:100%;position:relative;min-height:1px;padding:0 10px}.event-speakers__list-item-info-profile--small-show{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:25px}.event-speakers__list-item-info-profile-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:-25px 0 0 0;font-size:12px;font-weight:bold;line-height:1;text-transform:uppercase}.event-speakers__list-item-info-profile-link:hover{cursor:pointer}.event-speakers__list-item-info-profile-link-text{margin-right:4px;color:#fff}.event-speakers__list-item-info-profile-link .icon-arrow-right{color:#eb3c96;font-size:8px}.event-speakers__list-item-info-social-media-mail,.event-speakers__list-item-info-social-media-twitter,.event-speakers__list-item-info-social-media-linkedin{margin-right:15px}.event-speakers__list-item-presentation{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0 0px}.event-speakers__separator{position:relative;margin:40px 0;z-index:1}}@media all and (min-width: 0)and (max-width: 767px){.event-grid{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.event-grid{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-grid{padding-top:60px !important}}@media all and (min-width: 1281px){.event-grid{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.event-grid{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.event-grid{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-grid{padding-bottom:60px !important}}@media all and (min-width: 1281px){.event-grid{padding-bottom:60px !important}}.event-grid__header{margin-bottom:40px;color:#503291;font-size:32px}.event-grid .event-grid-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.event-grid .event-grid-cards:after{display:-webkit-box;display:-ms-flexbox;display:flex;width:30%;content:""}.event-grid .event-grid-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:23%;margin:0 32px 80px 0;border:1px solid #e1e1e1}.event-grid .event-grid-card:before{display:none}.event-grid .event-grid-card__image-wrapper{position:relative;width:100%;margin-bottom:30px}.event-grid .event-grid-card__image-wrapper+.event-grid-card__title{margin-top:-6px}.event-grid .event-grid-card__info{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 20px 30px;color:#aaa;font-size:12px}.event-grid .event-grid-card__info:not(:first-child){margin-top:0}.event-grid .event-grid-card__info .icon{color:inherit}.event-grid .event-grid-card__location{max-width:60%;margin-left:10px}.event-grid .event-grid-card__image-container{position:relative;overflow:hidden;height:150px}.event-grid .event-grid-card__image-container:before{display:block;width:100%;padding-top:75%;content:""}.event-grid .event-grid-card__image-container img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.event-grid .event-grid-card__image-container img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-grid .event-grid-card__image-container img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.event-grid .event-grid-card__image-container img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.event-grid .event-grid-card__image-container img{padding:0 10px}}.event-grid .event-grid-card__image-container img{height:100%;padding:0;-o-object-fit:cover;object-fit:cover}.event-grid .event-grid-card .icon-play:before{display:none}.event-grid .event-grid-card__content{position:relative;height:100%}.event-grid .event-grid-card__calendar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:10px 20px;border-top:1px solid #e1e1e1}.event-grid .event-grid-card__calendar--add-to{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.event-grid .event-grid-card__calendar .icon-date{font-size:28px}.event-grid .event-grid-card__cta{font-size:14px;font-weight:600}.event-grid .event-grid-card__content,.event-grid .event-grid-card__title{margin-right:20px;margin-left:20px}.event-grid .event-grid-card__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:20px;font-size:20px;font-weight:bold;line-height:27px;text-transform:none}.event-grid .event-grid-card__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.event-grid .event-grid-card__title:hover{opacity:.7}.event-grid .event-grid-card__title a{color:#000}.event-grid .event-grid-card__link{cursor:pointer}.event-grid .event-grid-card__event-type{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:16px;font-size:16px;line-height:27px}.event-grid .event-grid-card__event-type:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.event-grid .event-grid-card__date{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#aaa;font-size:12px;font-weight:bold;letter-spacing:2px;line-height:15px}.event-grid .event-grid-card__date:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.event-grid .event-grid-card.blog-play-btn .icon-play:before{display:block;position:absolute;top:50%;left:50%;padding:20px;transform:translate(-50%, -50%);border-radius:50%;background-color:#eb3c96;color:#fff;font-size:18px;-webkit-transform:translate(-50%, -50%)}@media all and (min-width: 1281px){.event-grid .event-grid-card:nth-child(4n){margin-right:0px}}@media all and (min-width: 1025px)and (max-width: 1280px){.event-grid .event-grid-card{width:30%;margin:0 48px 80px 0}.event-grid .event-grid-card:nth-child(3n){margin-right:0px}.event-grid .event-grid-card__image-container{height:166px}}@media all and (min-width: 768px)and (max-width: 1024px){.event-grid .event-grid-cards{margin:32px 0}.event-grid .event-grid-card{width:48.5%;margin:32px 0}.event-grid .event-grid-card:nth-child(odd){margin-right:20px}.event-grid .event-grid-card__info{margin-right:40px;margin-left:40px}.event-grid .event-grid-card__calendar{padding:10px 40px}.event-grid .event-grid-card__image-container{height:169px}.event-grid .event-grid-card__content,.event-grid .event-grid-card__title{margin-right:40px;margin-left:40px}}@media all and (min-width: 0)and (max-width: 767px){.event-grid .event-grid-cards{margin:44px 0}.event-grid .event-grid-card{width:100%;min-height:500px;margin:20px 0}.event-grid .event-grid-card__image-wrapper{margin-bottom:30px}.event-grid .event-grid-card__title{font-size:18px;min-height:initial}.event-grid .event-grid-card__event-type{margin-bottom:18px}.event-grid .event-grid-card__content{padding-bottom:75px}.event-grid .event-grid-card__calendar{padding-right:calc(16.6% - 5px);padding-left:calc(16.6% - 20px)}.event-grid .event-grid-card__title,.event-grid .event-grid-card__content,.event-grid .event-grid-card__info{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:16.6666666667%;width:calc(66.6666666667% + 40px);margin-left:calc(16.6% - 20px);padding:0 2px}}.event-grid__load-more-cta-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xf-card{position:relative;margin:15px 0;background-position:center;background-size:cover}.xf-card .xf-content-height{margin:0;padding:40px 40px 75px 40px}.xf-card .experience-fragment-bg{height:100%}.xf-card__title *{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;font-size:22px !important;line-height:25px !important}.xf-card__title *:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.xf-card__title *{margin-top:-8px;font-size:18px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.xf-card__title *{margin-top:-8px;font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.xf-card__title *{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.xf-card__title *{margin-top:-8px;font-size:24px;line-height:1.2}}.xf-card__description,.xf-card__description *{line-height:1.5}.xf-card__description .cmp-text{margin-bottom:24px}.xf-card__cta{position:absolute;bottom:40px;padding:0}.xf-card__cta button,.xf-card__cta a{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;padding:12px 12px;border-radius:5px;font-size:11px;line-height:12px;background-color:#eb3c96}.xf-card__cta button:disabled,.xf-card__cta a:disabled{background:#e1e1e1}.xf-card__cta button .button-animated,.xf-card__cta a .button-animated{background-color:#ff6ab5}.xf-card.xf-theme--yellow{background-color:#ffc832}.xf-card.xf-theme--yellow .xf-card__title{color:#eb3c96}.xf-card.xf-theme--cyan{background-color:#2dbecd}.xf-card.xf-theme--cyan .xf-card__title{color:#503291}.xf-card.xf-theme--purple{background-color:#503291}.xf-card.xf-theme--purple .xf-card__title{color:#2dbecd}.xf-card.xf-theme--purple .xf-card__description{color:#fff}.xf-card.xf-theme--light:before,.xf-card.xf-theme--dark:before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);content:"";z-index:-1}.xf-card.xf-theme--light::before,.xf-card.xf-theme--dark::before{z-index:1}.xf-card.xf-theme--dark .xf-card__title{color:#2dbecd}.xf-card.xf-theme--dark .xf-card__description{color:#fff}.xf-card.xf-theme--light .xf-card__title,.xf-card.xf-theme--standard .xf-card__title{color:#503291}.xf-card.xf-card--bg-image{background-color:rgba(0,0,0,0)}.blog-post__promotional-wrapper .promotional-block-1{margin-bottom:30px}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post__promotional-wrapper .promotional-block-1{margin-right:-10px;margin-bottom:0}}.blog-post__promotional-wrapper .promotional-block-1:only-child{margin-bottom:0}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post__promotional-wrapper .promotional-block-1,.blog-post__promotional-wrapper .promotional-block-2{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.blog-post__promotional-wrapper .promotional-block-1:only-child,.blog-post__promotional-wrapper .promotional-block-2:only-child{width:100%}.blog-post__promotional-wrapper .promotional-block-1 .xf-card,.blog-post__promotional-wrapper .promotional-block-1 .xf-content-height,.blog-post__promotional-wrapper .promotional-block-1 .aem-Grid,.blog-post__promotional-wrapper .promotional-block-1 .responsivegrid,.blog-post__promotional-wrapper .promotional-block-2 .xf-card,.blog-post__promotional-wrapper .promotional-block-2 .xf-content-height,.blog-post__promotional-wrapper .promotional-block-2 .aem-Grid,.blog-post__promotional-wrapper .promotional-block-2 .responsivegrid{height:100%}.blog-post__promotional-wrapper .promotional-block-1 .xf-card--empty,.blog-post__promotional-wrapper .promotional-block-2 .xf-card--empty{margin:0}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post__promotional-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.blog-post__promotional-wrapper .blog-post__xf-card.full-width{-ms-flex-preferred-size:auto;flex-basis:auto;max-width:100%;margin:0}.blog-post__promotional-wrapper .blog-post__xf-card.full-width .xf-card{margin:15px 0}.blog-post__promotional-wrapper .blog-post__xf-card.hide{display:none}}.aem-AuthorLayer-Edit .xf-card__cta{position:relative;bottom:0}.expertise-footer-item{padding-left:0}.expertise-footer-item ul:first-child{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.expertise-footer-item:last-child{padding-right:0}@media all and (min-width: 0)and (max-width: 767px){.expertise-image-header{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise-image-header{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise-image-header{padding-top:60px !important}}@media all and (min-width: 1281px){.expertise-image-header{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.expertise-image-header{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise-image-header{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise-image-header{padding-bottom:60px !important}}@media all and (min-width: 1281px){.expertise-image-header{padding-bottom:60px !important}}.expertise-image-header.header--image{min-height:505px}.expertise-image-header.header--image:before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXgAAAGOCAMAAAAaUZsSAAAC+lBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////86i/ucAAAA/XRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4CBgoSFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+OK09OAAABe5JREFUeNrt3O1a4tYaBmBxTEgGDIYKbdkntM//IEaUhCSorABjZ/8AGZ3Z/ZhWreh9x7ASP3Lhm/BcL0vk6AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF61jhIAvIx8MplMfvn1P4IX4Fllk8lk8uvkl8kkue94//vpU/lFZQCeUDwajcej0fj859HPH7/7aufu6Gg9/XRxMb24uLiY/aZeAH/L8floPBqPR6PReHz2h9/ZuXu4d3d1MZ1OL6fT6fRGFQH+zNl4H7Y/Hf/VH3ocvA/cXl5eXl5dXl5eXTVqC7DXG4/Ho23YjqK/c4DfDd4H1rOrq2JWzGaz2axWc+Ad6o72YTtO/+nB/krwPrQpZ7NyVs6KYlYUaycDeLs+nO+nEUaDpzzwjwbvI4uiKMqiLIqiKOZ3zhJw+GGbn4/G4/H5eDQe/fRcr7ftPFVefqnKopgX86IopTBwMDrZMM/zfHiW53me54OX+OeGzrNE5JemKMt5MS/LspyXS6cWeD36wzzPh/lZPjzL8+HZ8cvfg84L9KZtOS/nVVnNq/m8qq6dduBFpcM8H+Z5nudn+TDPT/79LvvFJwU+13VVNVXVVFVd1VVtVgJ4SnE2yLIsGwz62eB0cDrIBvFru4udfz33rqu6qpqqqauqrqv61mUD/EjMZtk2abPsdJBl2aD7+u9057U1nJt6q9mNwYUF3AfWx35vG7Sn2eA0ywZZlhzk7/Han+mv67qpm7pp6qaum7q59o4+8B4k/X6/t117vX5vu917I++n2Dm0KdbfFk3TNIvtx6JZNAuTxHDYkwX3Advv9XZrv9/78KY798OPreVicb1Y3Fxf31zf3Nzc3tzeLpdBXwyvz0nvYRfb7223o/dXiM7b7Be/hNvl7XJ5u1wulyGE5X4JrUiGZ3ScpGmapmmyvUnSNE2S+/1Yfd508P6BNoQ2hBDaNoQ2rNrQhrZt27YNq7ZtzVvAn/at3TROu8nH9FHEbse0qz6C94d93obwaruu2tX9Xtuu2tCuVkrEW/chSZJukiTdJO1ux27STbppnCRJGidJeqxGgveF5zBW96Hcrtud0Ia2DW0IbdAxcwD96j5Yd2s3SZL46/4HNRK8B2YTdlMZbRtCWIWdNoQQglrzrOKTOIriKIqjeLeZPMjVpJskSdKVq4L33aXy1xxe7sI4hBDCMoSN8rzzR+Lx7y8n0T5QoyiOouib8f7zqih4+TF3IYR2vV5vvq6b9W770bjxsoxDeDof7ZLx2/HkmzGKulEUnXS1oYKX1903Pw7i9eetu924+fzY/b4T/c8cx3Ecfb9GURzHUfckjroPA1a9ELwcHR0d/b9gvtvvb1br75a3fW3se874m5uTKIqibao+CFl/yecJ/Q8hDVOxyn4fXQAAAABJRU5ErkJggg==");background-repeat:no-repeat;background-position:bottom;background-size:contain;content:"";z-index:3;pointer-events:none}.expertise-image-header-row{min-height:266px}.expertise-image-header--cell{position:absolute;width:100%;height:calc(100% + 180px);-webkit-transform:translate3d(-30%, -80px, 0);transform:translate3d(-30%, -80px, 0);z-index:-1}.expertise-image-header--cell svg{width:101%;min-width:600px;height:100%}.expertise-image-header-title{max-width:450px}@media all and (min-width: 1281px){.expertise-image-header{background-color:rgba(0,0,0,0) !important}.expertise-image-header.header--image:before{background-size:100% 100%}.expertise-image-header--cell{position:absolute;width:100%;height:calc(190% + 180px);-webkit-transform:translate3d(-42%, -288px, 0);transform:translate3d(-42%, -288px, 0)}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise-image-header{background-color:rgba(0,0,0,0) !important}.expertise-image-header--cell{position:absolute;width:100%;height:calc(122% + 172px);-webkit-transform:translate3d(-38%, -158px, 0);transform:translate3d(-38%, -158px, 0)}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise-image-header{background-color:rgba(0,0,0,0) !important}.expertise-image-header--cell{position:absolute;width:100%;height:calc(125% + 180px);-webkit-transform:translate3d(-30%, -140px, 0);transform:translate3d(-30%, -140px, 0)}}@media all and (min-width: 0)and (max-width: 767px){.expertise-image-header{background-image:none !important}.expertise-image-header.header--image{min-height:400px}}.expertise__index{position:relative;width:100%;overflow:hidden;zoom:1}.expertise__index:before,.expertise__index:after{display:table;line-height:0;content:""}.expertise__index:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.expertise__index{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index{padding-top:60px !important}}@media all and (min-width: 1281px){.expertise__index{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.expertise__index{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index{padding-bottom:60px !important}}@media all and (min-width: 1281px){.expertise__index{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.expertise__index.same-theme--both{padding-top:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index.same-theme--both{padding-top:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index.same-theme--both{padding-top:30px !important}}@media all and (min-width: 1281px){.expertise__index.same-theme--both{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.expertise__index.same-theme--both{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index.same-theme--both{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index.same-theme--both{padding-bottom:60px !important}}@media all and (min-width: 1281px){.expertise__index.same-theme--both{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.expertise__index.same-theme--top{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index.same-theme--top{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index.same-theme--top{padding-top:30px !important}}@media all and (min-width: 1281px){.expertise__index.same-theme--top{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.expertise__index.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.expertise__index.same-theme--bottom{padding-bottom:30px !important}}.expertise__index-page-button{margin-top:16px;padding:12px 16px}.expertise__index-container{zoom:1;width:1400px;margin:0 auto}.expertise__index-container:before,.expertise__index-container:after{display:table;line-height:0;content:""}.expertise__index-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.expertise__index-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.expertise__index-container{width:1280px;padding-right:30px;padding-left:30px}}.expertise__index-scheme-purple .expertise__index-page-info:after,.expertise__index-scheme-white .expertise__index-page-info:after{display:block;position:absolute;right:15px;bottom:0px;left:15px;height:1px}.expertise__index-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.expertise__index-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.expertise__index-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.expertise__index-title{margin-top:-12px;font-size:28px;line-height:1.2}}.expertise__index-tiles{display:-webkit-box;display:-ms-flexbox;display:flex}.expertise__index-arrow-link{padding-bottom:40px;font-size:12px;font-weight:bold}.expertise__index-arrow-link::first-letter{text-transform:capitalize}.expertise__index-arrow-link:after{top:4px !important}.expertise__index-list-view .expertise__index-page-author,.expertise__index-list-view .expertise__index-page-publication-date,.expertise__index-list-view .expertise__index-thumbnail-container-image{display:none}.expertise__index-blog-post .expertise__index-list-view .expertise__index-page-author,.expertise__index-blog-post .expertise__index-list-view .expertise__index-page-publication-date{display:block}.expertise__index-blog-post .expertise__index-thumbnail-container-image{display:block}.expertise__index-blog-post img{display:none;position:relative}.expertise__index-page-info{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 0}.expertise__index-page-info:before,.expertise__index-page-info:after{display:table;line-height:0;content:""}.expertise__index-page-info:after{clear:both}.expertise__index-page-info:first-of-type{padding-top:0}.expertise__index-page-info .expertise__index-page-info-row{width:100%}.expertise__index-page-info-row-border{width:100%;border-bottom:1px solid #eee}.expertise__index-page-info-text{width:100%}.expertise__index-page-thumbnail{width:100%;background-position:center center;background-size:cover}.expertise__index-page-thumbnail-tile{width:auto;height:100%}.expertise__index-page-thumbnail-container-tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.expertise__index-page-info-tile:only-child .expertise__index-page-description{font-size:14px}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-page-info-tile:only-child .expertise__index-page-description{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index-page-info-tile:only-child .expertise__index-page-description{font-size:14px}}@media all and (min-width: 1281px){.expertise__index-page-info-tile:only-child .expertise__index-page-description{font-size:14px}}.expertise__index-page-author{font-size:12px;margin-top:0px !important;margin-bottom:0px;line-height:1.7}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-page-author{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index-page-author{font-size:12px}}@media all and (min-width: 1281px){.expertise__index-page-author{font-size:12px}}.expertise__index-page-author span{font-style:italic}.expertise__index-page-info-tile:nth-last-child(2) .expertise__index-page-description,.expertise__index-page-info-tile:first-child:nth-last-child(2)~.expertise__index-page-info-tile .expertise__index-page-description,.expertise__index-page-info-tile:nth-last-child(3) .expertise__index-page-description,.expertise__index-page-info-tile:first-child:nth-last-child(3)~.expertise__index-page-info-tile .expertise__index-page-description{font-size:14px}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-page-info-tile:nth-last-child(2) .expertise__index-page-description,.expertise__index-page-info-tile:first-child:nth-last-child(2)~.expertise__index-page-info-tile .expertise__index-page-description,.expertise__index-page-info-tile:nth-last-child(3) .expertise__index-page-description,.expertise__index-page-info-tile:first-child:nth-last-child(3)~.expertise__index-page-info-tile .expertise__index-page-description{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index-page-info-tile:nth-last-child(2) .expertise__index-page-description,.expertise__index-page-info-tile:first-child:nth-last-child(2)~.expertise__index-page-info-tile .expertise__index-page-description,.expertise__index-page-info-tile:nth-last-child(3) .expertise__index-page-description,.expertise__index-page-info-tile:first-child:nth-last-child(3)~.expertise__index-page-info-tile .expertise__index-page-description{font-size:14px}}@media all and (min-width: 1281px){.expertise__index-page-info-tile:nth-last-child(2) .expertise__index-page-description,.expertise__index-page-info-tile:first-child:nth-last-child(2)~.expertise__index-page-info-tile .expertise__index-page-description,.expertise__index-page-info-tile:nth-last-child(3) .expertise__index-page-description,.expertise__index-page-info-tile:first-child:nth-last-child(3)~.expertise__index-page-info-tile .expertise__index-page-description{font-size:14px}}.expertise__index-page-publication-date{font-size:12px;margin-bottom:0px;padding-top:20px;font-weight:bold;letter-spacing:1px;line-height:1.2;text-transform:uppercase}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-page-publication-date{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index-page-publication-date{font-size:12px}}@media all and (min-width: 1281px){.expertise__index-page-publication-date{font-size:12px}}.expertise__index-page-title{margin:0;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.expertise__index-page-title a{line-height:1.4166}.expertise__index-page-description{zoom:1;max-width:100%;margin-top:10px;margin-bottom:0px;font-size:14px;line-height:1.5}.expertise__index-page-description:before,.expertise__index-page-description:after{display:table;line-height:0;content:""}.expertise__index-page-description:after{clear:both}a+.expertise__index-page-info-tile-page-info-text,a+.expertise__index-page-info-tile-page-text-container{margin-top:16px}.expertise__index-page-info-tile a+.expertise__index-page-text-container{padding-top:10px}.expertise__index-scheme-purple{background-color:#503291}.expertise__index-scheme-purple .expertise__index-page-info:after{background-color:#fff;opacity:.2}.expertise__index-scheme-purple .expertise__index-title{color:#2dbecd}.expertise__index-scheme-purple .expertise__index-arrow-link{color:#eb3c96}.expertise__index-scheme-purple .expertise__index-arrow-link:hover{color:#eb3c96 !important}.expertise__index-scheme-purple .expertise__index-arrow-link-tile{color:#eb3c96}.expertise__index-scheme-purple .expertise__index-page-info-row-border{border-bottom-color:rgba(255,255,255,.3)}.expertise__index-scheme-purple .expertise__index-page-title,.expertise__index-scheme-purple .expertise__index-page-title a,.expertise__index-scheme-purple .expertise__index-page-description,.expertise__index-scheme-purple .expertise__index-page-author,.expertise__index-scheme-purple .expertise__index-page-publication-date{color:#fff}.expertise__index-scheme-purple .expertise__index-page-title a:hover{color:#eb3c96}.expertise__index-scheme-white{background-color:#fff}.expertise__index-scheme-white .expertise__index-page-info:after{background:#1b1b25;opacity:.1}.expertise__index-scheme-white .expertise__index-title{color:#2dbecd}.expertise__index-scheme-white .expertise__index-arrow-link{color:#eb3c96}.expertise__index-scheme-white .expertise__index-page-info-row-border{border-bottom-color:#eee}.expertise__index-scheme-white .expertise__index-page-title,.expertise__index-scheme-white .expertise__index-page-title a,.expertise__index-scheme-white .expertise__index-page-description,.expertise__index-scheme-white .expertise__index-page-author{color:#000}.expertise__index-scheme-white .expertise__index-page-publication-date,.expertise__index-scheme-white .expertise__index-page-author span{color:gray}.expertise__index-scheme-white .expertise__index-page-publication-date{letter-spacing:2px}.expertise__index-scheme-white .expertise__index-page-title a:hover{color:#eb3c96}.expertise__index-thumbnail-container-image{position:relative}.expertise__index-thumbnail-container-image::before{display:block;width:100%;padding-top:75%;content:" "}.expertise__index .expertise__index-page-thumbnail{background-position:center center;background-size:cover;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.expertise__index .expertise__index-list-view .expertise__index-page-thumbnail{position:relative}.expertise__index .expertise__index-blog-post .expertise__index-list-view .expertise__index-page-thumbnail{position:absolute}@media all and (min-width: 1281px){.expertise__index-info-text--with-thumbnail{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.expertise__index-info-text--without-thumbnail{position:relative;width:72.7272727273%;min-height:1px;padding:0 15px;float:left}.expertise__index-thumbnail-container{position:relative;width:36.3636363636%;min-height:1px;padding:0 15px;float:left}.expertise__index-blog-post .expertise__index-info-text--without-thumbnail+.expertise__index-thumbnail-container{display:none}.expertise__index .expertise__index-tile-row{zoom:1}.expertise__index .expertise__index-tile-row:before,.expertise__index .expertise__index-tile-row:after{display:table;line-height:0;content:""}.expertise__index .expertise__index-tile-row:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.expertise__index .expertise__index-tile-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.expertise__index .expertise__index-tile-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.expertise__index .expertise__index-tile-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px)and (min-width: 1281px){.expertise__index .expertise__index-tile-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.expertise__index .expertise__index-page-info-tile{position:relative;width:33.3333333333%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index-info-text--with-thumbnail{position:relative;width:66.6666666667%;min-height:1px;padding:0 15px;float:left}.expertise__index-info-text--without-thumbnail{position:relative;width:83.3333333333%;min-height:1px;padding:0 15px;float:left}.expertise__index-thumbnail-container{position:relative;width:33.3333333333%;min-height:1px;padding:0 15px;float:left}.expertise__index-blog-post .expertise__index-info-text--without-thumbnail+.expertise__index-thumbnail-container{display:none}.expertise__index .expertise__index-tile-row{zoom:1}.expertise__index .expertise__index-tile-row:before,.expertise__index .expertise__index-tile-row:after{display:table;line-height:0;content:""}.expertise__index .expertise__index-tile-row:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.expertise__index .expertise__index-tile-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.expertise__index .expertise__index-tile-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.expertise__index .expertise__index-tile-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.expertise__index .expertise__index-tile-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index .expertise__index-page-info-tile{position:relative;width:33.3333333333%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-info-text--with-thumbnail{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}.expertise__index-info-text--without-thumbnail{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left}.expertise__index .expertise__index-title-wrapper{zoom:1}.expertise__index .expertise__index-title-wrapper:before,.expertise__index .expertise__index-title-wrapper:after{display:table;line-height:0;content:""}.expertise__index .expertise__index-title-wrapper:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.expertise__index .expertise__index-title-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.expertise__index .expertise__index-title-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.expertise__index .expertise__index-title-wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.expertise__index .expertise__index-title-wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-title-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-thumbnail-container{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-blog-post .expertise__index-info-text--without-thumbnail+.expertise__index-thumbnail-container{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index .expertise__index-tile-row{zoom:1}.expertise__index .expertise__index-tile-row:before,.expertise__index .expertise__index-tile-row:after{display:table;line-height:0;content:""}.expertise__index .expertise__index-tile-row:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.expertise__index .expertise__index-tile-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.expertise__index .expertise__index-tile-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.expertise__index .expertise__index-tile-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.expertise__index .expertise__index-tile-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index .expertise__index-page-info-tile{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.expertise__index-list-view .expertise__index-thumbnail-container{display:none}.expertise__index-page-description{max-width:none;margin-top:5px}.expertise__index .expertise__index-page-info .expertise__index-page-info-text,.expertise__index .expertise__index-page-info .expertise__index-page-text-container{margin-top:0px}.expertise__index .expertise__index-page-info .row{margin-right:0px;margin-left:0px}.expertise__index-tiles{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.expertise__index-title{font-size:25px}.expertise__index-page-info-tile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:30px}.expertise__index-page-info-tile:first-of-type{padding-top:0px}.expertise__index-page-info-tile .expertise__index-page-thumbnail{display:block}.expertise__index .expertise__index-page-info.row{margin-right:0px;margin-left:0px}.expertise__index .expertise__index-page-info .row,.expertise__index .expertise__index-page-info .expertise__index-page-info-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.expertise__index .expertise__index-thumbnail-container{width:100%;padding:0px 0px 15px 0px}.expertise__index .expertise__index-blog-page-publication-date{margin-bottom:0px}.expertise__index-page-info-tile:only-child{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:100%}.expertise__index-page-info-tile:only-child .expertise__index-page-text-container{-ms-flex-preferred-size:auto;flex-basis:auto;margin-left:0px !important}.expertise__index-page-info-tile:only-child .expertise__index-page-thumbnail-container-tile{min-height:50vw;max-height:157px}.expertise__index-blog-post .expertise__index-info-text--without-thumbnail+.expertise__index-thumbnail-container{display:none}.expertise__index-blog-post .expertise__index-list-view .expertise__index-thumbnail-container{display:block}.expertise__index-page-info{padding-top:0;padding-bottom:40px;border-bottom:0px}.expertise__index-page-info:first-of-type{padding-top:10px}.expertise__index-arrow-link{padding-bottom:0px}.expertise__index-arrow-link-tile-view{padding-bottom:30px}.expertise__index-page-info-tile:nth-last-child(2),.expertise__index-page-info-tile:first-child:nth-last-child(2)~.expertise__index-page-info-tile,.expertise__index-page-info-tile:nth-last-child(3),.expertise__index-page-info-tile:first-child:nth-last-child(3)~.expertise__index-page-info-tile{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.expertise__index-page-info-tile:nth-last-child(2) .expertise__index-page-thumbnail-container-tile,.expertise__index-page-info-tile:first-child:nth-last-child(2)~.expertise__index-page-info-tile .expertise__index-page-thumbnail-container-tile,.expertise__index-page-info-tile:nth-last-child(3) .expertise__index-page-thumbnail-container-tile,.expertise__index-page-info-tile:first-child:nth-last-child(3)~.expertise__index-page-info-tile .expertise__index-page-thumbnail-container-tile{min-height:50vw}.expertise__index-page-info-row-border,.expertise__index-scheme-purple .expertise__index-page-info:after,.expertise__index-scheme-white .expertise__index-page-info:after{display:none}}.expertise__index-curated .expertise__index-tiles-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;zoom:1}.expertise__index-curated .expertise__index-tiles-wrapper:before,.expertise__index-curated .expertise__index-tiles-wrapper:after{display:table;line-height:0;content:""}.expertise__index-curated .expertise__index-tiles-wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.expertise__index-curated .expertise__index-tiles-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-curated .expertise__index-tiles-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index-curated .expertise__index-tiles-wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.expertise__index-curated .expertise__index-tiles-wrapper{margin-right:-15px;margin-left:-15px}}.expertise__index-curated .expertise__index-tiles-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.expertise__index-curated--hidden{display:none}.expertise__index-curated--side-bottom-par{margin-top:0 !important}.expertise__index-curated--side-bottom-par .expertise__index-page-info-tile-anchor,.expertise__index-curated--side-bottom-par .expertise__index-page-author,.expertise__index-curated--side-bottom-par .expertise__index-page-publication-date,.expertise__index-curated--side-bottom-par .expertise__reading-time,.expertise__index-curated--side-bottom-par .expertise__info-wrapper{display:none}.expertise__index-curated .expertise__index-page-tile-content{position:relative;padding-bottom:75px}.expertise__index-curated .expertise__index-page-publication-date{color:gray;margin-bottom:24px}.expertise__index-curated .expertise__index-arrow-link{margin-top:24px;padding-right:30px;padding-bottom:0}.expertise__index-curated .expertise__index-arrow-link:after{right:5px}.expertise__index-curated .expertise__index-arrow-link:hover:after,.expertise__index-curated .expertise__index-arrow-link:focus:after{right:0px}.expertise__index-curated .expertise__index-page-author{padding-top:10px;padding-bottom:8px;color:#000}.expertise__index-curated .expertise__index-page-author-byline{color:#9b9b9b}.expertise__index-curated .expertise__index-page-description{color:#000;line-height:20px}.expertise__index-curated .expertise__index-page-info{position:relative}.expertise__index-curated .expertise__index-page-info-tile{margin-bottom:30px}.expertise__index-curated .expertise__index-page-info-tile img{display:block;-o-object-fit:cover;object-fit:cover}.expertise__index-curated .expertise__index-page-info-tile a+.expertise__index-page-text-container{padding-top:30px}.expertise__index-curated .expertise__index-page-info-tile::before{display:none}.expertise__index-curated .expertise__index-page-info-tile-content{position:relative;height:100%;border:1px solid #e1e1e1;background-color:#fff}.expertise__index-curated .expertise__index-page-tile-cta{position:absolute;right:20px;bottom:40px;font-size:12px;font-weight:600;text-transform:uppercase}.expertise__index-curated .expertise__index-page-text-container{height:100%;padding:30px 20px 75px 20px}.expertise__index-curated .expertise__index-page-title{padding-bottom:5px}.expertise__index-curated .expertise__index-page-title a{line-height:22px}.expertise__index-curated--tiles .expertise__index-curated .expertise__index-page-title a{color:#eb3c96}.expertise__index-curated .expertise__index-page-title a:hover{opacity:.7}.expertise__index-curated.theme--purple .expertise__index-list-view .expertise__index-page-description{color:#fff}.expertise__index-curated.theme--purple .expertise__index-list-view .expertise__index-page-title a{color:#fff}.expertise__index-curated.theme--purple .expertise__index-tiles-wrapper .expertise__index-thumbnail-container-image{top:-1px;left:-1px;width:calc(100% + 2px)}.expertise__index-curated.theme--purple .expertise__index-arrow-link,.expertise__index-curated.theme--purple .expertise__index-arrow-link:hover{color:#fff !important}.expertise__index-curated.theme--purple .expertise__index-page-tile-cta{color:#d92b83}.expertise__index-curated.theme--white .expertise__index-title{color:#503291}.expertise__index-curated.theme--white .expertise__index-arrow-link,.expertise__index-curated.theme--white .expertise__index-page-tile-cta{color:#d92b83}.expertise__index-curated .expertise__index-page-thumbnail{position:absolute;height:100%}.expertise__index-curated .expertise__index-title-wrapper{margin:0;margin-bottom:40px;padding:0}.expertise__index-curated .expertise__reading-time{color:gray}.expertise__index-curated .expertise__tag{max-width:60%}.expertise__index-curated .expertise__tag-text{color:#503291;font-weight:bold}.expertise__index-curated .expertise__info-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:22px;font-size:12px}.expertise__index-curated.expertise__index-curated--tiles .expertise__index-page-title a{color:#eb3c96}.expertise__index-curated .expertise__index-tiles{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0}.expertise__index-curated .expertise__index-tiles .expertise__index-page-title-anchor{font-size:22px}.expertise__index-curated .expertise__index-tiles .expertise__index-page-description{font-size:16px !important;line-height:27px !important}.expertise__index-curated--tiles .expertise__index-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.expertise__index-curated .expertise__index-row{display:-webkit-box;display:-ms-flexbox;display:flex}.expertise__index-curated .expertise__index-list-view{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.expertise__index-curated .expertise__index-list-view .expertise__index-thumbnail-container{height:100%}@media all and (min-width: 1281px){.expertise__index-curated .expertise__index-list-view{width:68.75%;position:relative;min-height:1px;padding:0 15px}.expertise__index-curated .expertise__index-title-wrapper{width:31.25%;position:relative;min-height:1px;padding:0 15px}.expertise__index-curated .expertise__index-tiles-wrapper--4 .expertise__index-page-info-tile{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.expertise__index-curated .expertise__index-tiles-wrapper--3 .expertise__index-page-info-tile{position:relative;width:31.25%;min-height:1px;padding:0 15px;float:left;width:33.3333333333%}.expertise__index-curated .expertise__index-tiles-wrapper--2 .expertise__index-page-info-tile{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-thumbnail-container-image{height:calc(100% + 2px)}.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-page-info-tile{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-page-info-tile-content{display:-webkit-box;display:-ms-flexbox;display:flex}.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-page-info-tile-content>a,.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-page-info-tile-content .expertise__index-page-text-container{width:50%}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-tiles{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-row{margin-right:0;margin-left:0}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-title-wrapper,.blog-post__side-split-parsys .expertise__index-curated .expertise__index-container{width:100%;padding:0}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-page-info-tile{width:100%}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index-curated .expertise__index-list-view{width:68.75%;position:relative;min-height:1px;padding:0 15px}.expertise__index-curated .expertise__index-tiles-wrapper--4 .expertise__index-page-info-tile{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.expertise__index-curated .expertise__index-tiles-wrapper--3 .expertise__index-page-info-tile{position:relative;width:31.25%;min-height:1px;padding:0 15px;float:left;width:33.3333333333%}.expertise__index-curated .expertise__index-tiles-wrapper--2 .expertise__index-page-info-tile{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-thumbnail-container-image{height:calc(100% + 2px)}.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-page-info-tile{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-page-info-tile-content{display:-webkit-box;display:-ms-flexbox;display:flex}.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-page-info-tile-content>a,.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-page-info-tile-content .expertise__index-page-text-container{width:50%}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-tiles{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-row{margin-right:0;margin-left:0}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-title-wrapper{width:100%;padding:0}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-container{width:100%;padding:0}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-page-info-tile{width:100%}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-curated .expertise__index-list-view{width:100%;position:relative;min-height:1px;padding:0 10px}.expertise__index-curated .expertise__index-title-wrapper{width:50%;position:relative;min-height:1px;padding:0 10px}.expertise__index-curated .expertise__index-tiles-wrapper--4 .expertise__index-page-info-tile{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.expertise__index-curated .expertise__index-tiles-wrapper--3 .expertise__index-page-info-tile{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.expertise__index-curated .expertise__index-tiles-wrapper--2 .expertise__index-page-info-tile{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-thumbnail-container-image{height:calc(100% + 2px)}.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-page-info-tile{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-page-info-tile-content{display:-webkit-box;display:-ms-flexbox;display:flex}.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-page-info-tile-content>a,.expertise__index-curated .expertise__index-tiles-wrapper--1 .expertise__index-page-info-tile-content .expertise__index-page-text-container{width:50%}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-container{width:100%;padding-right:10px;padding-left:10px}}@media all and (min-width: 0)and (max-width: 767px){.expertise__index-curated .expertise__index-list-view{width:100%;position:relative;min-height:1px;padding:0 10px}.expertise__index-curated .expertise__index-title-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}.expertise__index-curated .expertise__index-page-info-tile{width:100%;position:relative;min-height:1px;padding:0 10px}.expertise__index-curated .expertise__index-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-container{width:100%;padding-right:10px;padding-left:10px}.expertise__index-curated--tiles .expertise__index-title-wrapper,.expertise__index-curated--side-top-par .expertise__index-title-wrapper,.expertise__index-curated--side-bottom-par .expertise__index-title-wrapper{padding:0}}.expertise__index-curated .expertise__index-title{margin-bottom:0}.expertise__index-curated--tiles .expertise__index-title-wrapper{width:100%}.blog-post__side-split-parsys .expertise__index-curated{padding-top:30px !important;padding-bottom:0 !important;background-color:#fff;overflow:visible}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-list-view{display:none}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:0;margin-left:0}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-page-title-anchor{color:#eb3c96}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-page-info-tile--hidden{display:none}.blog-post__side-split-parsys .expertise__index-curated .expertise__index-container{padding:0}@media all and (min-width: 1281px){.blog-post__side-split-parsys .expertise__index-curated .icon-arrow-carousel,.blog-post__side-split-parsys .expertise__index-curated .carousel__dots{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.blog-post__side-split-parsys .expertise__index-curated .icon-arrow-carousel,.blog-post__side-split-parsys .expertise__index-curated .carousel__dots{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.blog-post__side-split-parsys .expertise__index-curated--blog-post-boxed-header{margin-top:0 !important}}@media all and (min-width: 0)and (max-width: 767px){.blog-post__side-split-parsys .expertise__index-curated--blog-post-boxed-header{margin-top:0 !important}}.expertise__index-curated--list .expertise__index-row{zoom:1}.expertise__index-curated--list .expertise__index-row:before,.expertise__index-curated--list .expertise__index-row:after{display:table;line-height:0;content:""}.expertise__index-curated--list .expertise__index-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.expertise__index-curated--list .expertise__index-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise__index-curated--list .expertise__index-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index-curated--list .expertise__index-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.expertise__index-curated--list .expertise__index-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.expertise__index-curated--list .expertise__index-title-wrapper{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise__index-curated--list .expertise__index-title-wrapper{padding:0 15px}}.blog-post__wrapper-bottom-parsys .expertise__index-curated--tiles .expertise__index-tiles-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.blog-post__wrapper-bottom-parsys .expertise__index-curated--tiles .expertise__index-list-view{display:none}.blog-post__wrapper-bottom-parsys .expertise__index-curated--list .expertise__index-tiles-wrapper{display:none}.blog-post__wrapper-bottom-parsys .expertise__index-curated--list .expertise__index-list-view{display:-webkit-box;display:-ms-flexbox;display:flex}.expertise-solutions{background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.expertise-solutions{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise-solutions{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise-solutions{padding-top:60px !important}}@media all and (min-width: 1281px){.expertise-solutions{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.expertise-solutions{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise-solutions{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise-solutions{padding-bottom:60px !important}}@media all and (min-width: 1281px){.expertise-solutions{padding-bottom:60px !important}}.expertise-solutions-headline{margin:0 0 57px 0;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.3);color:#2dbecd}.expertise-solutions-nav-btn{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;position:relative;margin:0;padding:12px 0;color:#fff;font-size:14px;text-transform:inherit;cursor:pointer}.expertise-solutions-nav-btn:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.no-touch .expertise-solutions-nav-btn:hover{opacity:.8}.expertise-solutions-nav-btn:before{display:none;position:absolute;top:14px;bottom:14px;left:-14px;width:4px;background-color:#eb3c96;content:""}.expertise-solutions-nav-btn--active{font-weight:bold}.expertise-solutions-nav-btn--active:before{display:block}.expertise-solutions-tabs-container{position:relative}.expertise-solutions-tab{position:absolute;-webkit-transition:150ms ease-in;transition:150ms ease-in;opacity:0;pointer-events:none}.expertise-solutions-tab--active{opacity:1;pointer-events:auto}.expertise-solutions-tab-headline{margin-bottom:30px;color:#fff !important}.expertise-solutions-tab-headline:after{top:14px !important;right:-40px !important;font-size:12px !important}.expertise-solutions-tab-headline:hover{opacity:.8}.expertise-solutions-tab-headline:hover:after{right:-48px !important}.expertise-solutions-tab-headline h3{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:24px;line-height:1.2;font-size:24px;display:inline;color:inherit}.expertise-solutions-tab-headline h3:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.expertise-solutions-tab-headline h3{font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise-solutions-tab-headline h3{font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){.expertise-solutions-tab-headline h3{font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise-solutions-tab-headline h3{font-size:28px}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise-solutions-tab-headline h3{font-size:28px}}@media all and (min-width: 1281px){.expertise-solutions-tab-headline h3{font-size:28px}}.expertise-solutions-tab-copy{margin-bottom:54px;color:#fff;line-height:26px}.expertise-solutions-tab-subheadline{margin-bottom:24px;color:#2dbecd;text-transform:uppercase !important}.expertise-solutions-tab-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;counter-reset:item;list-style-type:none}.expertise-solutions-tab-list-item{position:relative;-ms-flex-preferred-size:33.33%;flex-basis:33.33%;margin:0 0 15px 0;padding-right:30px;padding-left:30px}.expertise-solutions-tab-list-item:before{display:inline-block;position:absolute;top:3px;left:0;height:95%;min-height:20px;padding-right:12px;border-right:1px solid rgba(255,255,255,.3);color:#eb3c96;font-size:11px;font-weight:bold;line-height:.9;content:"0" counter(item);counter-increment:item}.expertise-solutions-tab-list-item:nth-child(n+10):before{content:counter(item)}.expertise-solutions-tab-list-item:hover{opacity:.8}.expertise-solutions-tab-list-item a{display:block;padding-top:1px;padding-left:12px;color:#fff;font-size:11px;font-weight:bold;line-height:1.4;text-transform:uppercase}.expertise-solutions-tab-list-item a:lang(ja),.expertise-solutions-tab-list-item a:lang(ko),.expertise-solutions-tab-list-item a:lang(zh_CN),.expertise-solutions-tab-list-item a:lang(zh_TW){font-size:14px}.expertise-solutions .menu-button{display:none}@media all and (min-width: 768px)and (max-width: 1024px){.expertise-solutions-nav-btn:before{left:-9px}.expertise-solutions-tab-list-item{-ms-flex-preferred-size:50%;flex-basis:50%}}@media all and (min-width: 0)and (max-width: 767px){.expertise-solutions-headline{margin-bottom:0;padding-bottom:20px}.expertise-solutions-nav-btn{padding-top:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.3)}.expertise-solutions-nav-btn:before{display:none}.expertise-solutions-nav-btn:after{font-family:"MKGAA-ICONS" !important;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;right:-12px;-webkit-transform:rotate(90deg) translateX(-50%);transform:rotate(90deg) translateX(-50%);color:#eb3c96;font-size:40px;content:""}.expertise-solutions-nav-btn--active{font-weight:normal}.expertise-solutions-tabs-container{position:fixed;top:0;left:100%;width:100%;height:100% !important;padding:50px 20px;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:250ms ease-out;transition:250ms ease-out;background-color:#2d1c51;overflow:hidden;z-index:1023}.expertise-solutions-tabs-container--open{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.expertise-solutions-tab{width:calc(100% - 40px);height:calc(100% - 100px);padding-right:100px;overflow:auto;-webkit-box-sizing:content-box;box-sizing:content-box}.expertise-solutions-tab-headline:after{top:10px !important}.expertise-solutions-tab-list-item{-ms-flex-preferred-size:50%;flex-basis:50%}.expertise-solutions .menu-button{display:block;position:absolute;top:10px;right:15px;cursor:pointer}}.expertise-solutions--white{background-color:#fff !important}.expertise-solutions--white .expertise-solutions-headline{border-bottom-color:rgba(0,0,0,.3)}.expertise-solutions--white .expertise-solutions-nav-btn{color:#000}@media all and (min-width: 0)and (max-width: 767px){.expertise-solutions--white .expertise-solutions-nav-btn{border-bottom-color:rgba(0,0,0,.3)}}@media all and (min-width: 769px){.expertise-solutions--white .expertise-solutions-tab-headline,.expertise-solutions--white .expertise-solutions-tab-copy{color:#000 !important}.expertise-solutions--white .expertise-solutions-tab-list-item:before{border-right-color:rgba(0,0,0,.3)}.expertise-solutions--white .expertise-solutions-tab-list-item a{color:#000}}.expertise-solutions--uninitialized .expertise-solutions-tab:nth-child(2){position:relative;opacity:1;pointer-events:auto}@media all and (min-width: 1281px){.expertise-solutions--uninitialized .expertise-solutions-nav-btn:nth-child(1){font-weight:bold}.expertise-solutions--uninitialized .expertise-solutions-nav-btn:nth-child(1):before{display:block}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise-solutions--uninitialized .expertise-solutions-nav-btn:nth-child(1){font-weight:bold}.expertise-solutions--uninitialized .expertise-solutions-nav-btn:nth-child(1):before{display:block}}html[lang=zh] .expertise-solutions h1,html[lang=zh] .expertise-solutions h2,html[lang=zh] .expertise-solutions h3,html[lang=zh] .expertise-solutions h4,html[lang=zh] .expertise-solutions h5,html[lang=zh] .expertise-solutions h6,html[lang=zh] .expertise-solutions p,html[lang=zh] .expertise-solutions a,html[lang=zh] .expertise-solutions .expertise-solutions-nav-btn,html[lang=ja] .expertise-solutions h1,html[lang=ja] .expertise-solutions h2,html[lang=ja] .expertise-solutions h3,html[lang=ja] .expertise-solutions h4,html[lang=ja] .expertise-solutions h5,html[lang=ja] .expertise-solutions h6,html[lang=ja] .expertise-solutions p,html[lang=ja] .expertise-solutions a,html[lang=ja] .expertise-solutions .expertise-solutions-nav-btn,html[lang=ko] .expertise-solutions h1,html[lang=ko] .expertise-solutions h2,html[lang=ko] .expertise-solutions h3,html[lang=ko] .expertise-solutions h4,html[lang=ko] .expertise-solutions h5,html[lang=ko] .expertise-solutions h6,html[lang=ko] .expertise-solutions p,html[lang=ko] .expertise-solutions a,html[lang=ko] .expertise-solutions .expertise-solutions-nav-btn{font-family:"Noto Sans SC","Noto Sans TC","Noto Sans","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 1281px){html[lang=zh] .expertise-solutions h2.expertise-solutions-headline,html[lang=ja] .expertise-solutions h2.expertise-solutions-headline,html[lang=ko] .expertise-solutions h2.expertise-solutions-headline{font-size:32px}html[lang=zh] .expertise-solutions .expertise-solutions-tab-headline h3,html[lang=ja] .expertise-solutions .expertise-solutions-tab-headline h3,html[lang=ko] .expertise-solutions .expertise-solutions-tab-headline h3{font-size:32px;font-weight:normal}html[lang=zh] .expertise-solutions h4.expertise-solutions-tab-subheadline,html[lang=ja] .expertise-solutions h4.expertise-solutions-tab-subheadline,html[lang=ko] .expertise-solutions h4.expertise-solutions-tab-subheadline{font-size:18px}html[lang=zh] .expertise-solutions p,html[lang=zh] .expertise-solutions .expertise-solutions-nav-btn,html[lang=zh] .expertise-solutions p.expertise-solutions-tab-copy,html[lang=ja] .expertise-solutions p,html[lang=ja] .expertise-solutions .expertise-solutions-nav-btn,html[lang=ja] .expertise-solutions p.expertise-solutions-tab-copy,html[lang=ko] .expertise-solutions p,html[lang=ko] .expertise-solutions .expertise-solutions-nav-btn,html[lang=ko] .expertise-solutions p.expertise-solutions-tab-copy{font-size:18px}html[lang=zh] .expertise-solutions .expertise-solutions-tab-list-item a,html[lang=ja] .expertise-solutions .expertise-solutions-tab-list-item a,html[lang=ko] .expertise-solutions .expertise-solutions-tab-list-item a{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){html[lang=zh] .expertise-solutions h2.expertise-solutions-headline,html[lang=ja] .expertise-solutions h2.expertise-solutions-headline,html[lang=ko] .expertise-solutions h2.expertise-solutions-headline{font-size:30px}html[lang=zh] .expertise-solutions .expertise-solutions-tab-headline h3,html[lang=ja] .expertise-solutions .expertise-solutions-tab-headline h3,html[lang=ko] .expertise-solutions .expertise-solutions-tab-headline h3{font-size:32px;font-weight:normal}html[lang=zh] .expertise-solutions h4.expertise-solutions-tab-subheadline,html[lang=ja] .expertise-solutions h4.expertise-solutions-tab-subheadline,html[lang=ko] .expertise-solutions h4.expertise-solutions-tab-subheadline{font-size:18px}html[lang=zh] .expertise-solutions p,html[lang=zh] .expertise-solutions .expertise-solutions-nav-btn,html[lang=zh] .expertise-solutions p.expertise-solutions-tab-copy,html[lang=ja] .expertise-solutions p,html[lang=ja] .expertise-solutions .expertise-solutions-nav-btn,html[lang=ja] .expertise-solutions p.expertise-solutions-tab-copy,html[lang=ko] .expertise-solutions p,html[lang=ko] .expertise-solutions .expertise-solutions-nav-btn,html[lang=ko] .expertise-solutions p.expertise-solutions-tab-copy{font-size:18px}html[lang=zh] .expertise-solutions .expertise-solutions-tab-list-item a,html[lang=ja] .expertise-solutions .expertise-solutions-tab-list-item a,html[lang=ko] .expertise-solutions .expertise-solutions-tab-list-item a{font-size:14px}}@media all and (min-width: 768px)and (max-width: 1024px){html[lang=zh] .expertise-solutions h2.expertise-solutions-headline,html[lang=ja] .expertise-solutions h2.expertise-solutions-headline,html[lang=ko] .expertise-solutions h2.expertise-solutions-headline{font-size:28px}html[lang=zh] .expertise-solutions .expertise-solutions-tab-headline h3,html[lang=ja] .expertise-solutions .expertise-solutions-tab-headline h3,html[lang=ko] .expertise-solutions .expertise-solutions-tab-headline h3{font-size:28px;font-weight:normal}html[lang=zh] .expertise-solutions h4.expertise-solutions-tab-subheadline,html[lang=ja] .expertise-solutions h4.expertise-solutions-tab-subheadline,html[lang=ko] .expertise-solutions h4.expertise-solutions-tab-subheadline{font-size:18px}html[lang=zh] .expertise-solutions p,html[lang=zh] .expertise-solutions .expertise-solutions-nav-btn,html[lang=zh] .expertise-solutions p.expertise-solutions-tab-copy,html[lang=ja] .expertise-solutions p,html[lang=ja] .expertise-solutions .expertise-solutions-nav-btn,html[lang=ja] .expertise-solutions p.expertise-solutions-tab-copy,html[lang=ko] .expertise-solutions p,html[lang=ko] .expertise-solutions .expertise-solutions-nav-btn,html[lang=ko] .expertise-solutions p.expertise-solutions-tab-copy{font-size:18px}html[lang=zh] .expertise-solutions .expertise-solutions-tab-list-item a,html[lang=ja] .expertise-solutions .expertise-solutions-tab-list-item a,html[lang=ko] .expertise-solutions .expertise-solutions-tab-list-item a{font-size:14px}}@media all and (min-width: 0)and (max-width: 767px){html[lang=zh] .expertise-solutions h2.expertise-solutions-headline,html[lang=ja] .expertise-solutions h2.expertise-solutions-headline,html[lang=ko] .expertise-solutions h2.expertise-solutions-headline{font-size:26px}html[lang=zh] .expertise-solutions .expertise-solutions-tab-headline h3,html[lang=ja] .expertise-solutions .expertise-solutions-tab-headline h3,html[lang=ko] .expertise-solutions .expertise-solutions-tab-headline h3{font-size:26px;font-weight:normal}html[lang=zh] .expertise-solutions h4.expertise-solutions-tab-subheadline,html[lang=ja] .expertise-solutions h4.expertise-solutions-tab-subheadline,html[lang=ko] .expertise-solutions h4.expertise-solutions-tab-subheadline{font-size:18px}html[lang=zh] .expertise-solutions p,html[lang=zh] .expertise-solutions .expertise-solutions-nav-btn,html[lang=zh] .expertise-solutions p.expertise-solutions-tab-copy,html[lang=ja] .expertise-solutions p,html[lang=ja] .expertise-solutions .expertise-solutions-nav-btn,html[lang=ja] .expertise-solutions p.expertise-solutions-tab-copy,html[lang=ko] .expertise-solutions p,html[lang=ko] .expertise-solutions .expertise-solutions-nav-btn,html[lang=ko] .expertise-solutions p.expertise-solutions-tab-copy{font-size:18px}html[lang=zh] .expertise-solutions .expertise-solutions-tab-list-item a,html[lang=ja] .expertise-solutions .expertise-solutions-tab-list-item a,html[lang=ko] .expertise-solutions .expertise-solutions-tab-list-item a{font-size:14px}}.expertise-tags{background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.expertise-tags{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise-tags{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise-tags{padding-top:60px !important}}@media all and (min-width: 1281px){.expertise-tags{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.expertise-tags{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.expertise-tags{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.expertise-tags{padding-bottom:60px !important}}@media all and (min-width: 1281px){.expertise-tags{padding-bottom:60px !important}}.expertise-tags__h3{color:#2dbecd}.expertise-tags__headline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0 0 20px;color:#fff;font-size:12px;font-weight:bold;letter-spacing:.05em;line-height:16px;text-transform:uppercase}.expertise-tags__headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.expertise-tags__list{margin:0;padding:0;list-style:none}.expertise-tags__list-item{margin:0 10px 10px 0;padding:16px 24px;border-radius:5px;font-size:12px;letter-spacing:0px;line-height:12px;text-transform:none}.expertise-tags__list-item:before{display:none}@media all and (min-width: 768px)and (max-width: 1024px){.expertise-tags__h3{font-size:24px;line-height:29px}}@media all and (min-width: 0)and (max-width: 767px){.expertise-tags__h3{font-size:20px}.expertise-tags__headline{font-size:13px}.expertise-tags--sm-pad-bottom{margin-bottom:38px}}.expertise-tags-theme--white{background-color:#fff}.expertise-tags-theme--white .expertise-tags__headline{color:#000}.facts-about-us{zoom:1;width:100%;background-color:#fff}.facts-about-us:before,.facts-about-us:after{display:table;line-height:0;content:""}.facts-about-us:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.facts-about-us{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.facts-about-us{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.facts-about-us{padding-top:60px !important}}@media all and (min-width: 1281px){.facts-about-us{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.facts-about-us{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.facts-about-us{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.facts-about-us{padding-bottom:60px !important}}@media all and (min-width: 1281px){.facts-about-us{padding-bottom:60px !important}}.facts-about-us__container{zoom:1;width:1400px;margin:0 auto}.facts-about-us__container:before,.facts-about-us__container:after{display:table;line-height:0;content:""}.facts-about-us__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.facts-about-us__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.facts-about-us__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.facts-about-us__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.facts-about-us__container{width:1280px;padding-right:30px;padding-left:30px}}.facts-about-us .border-component{border-bottom:2px solid rgba(80,50,145,.2)}.facts-about-us-header{position:relative;margin-bottom:39px;zoom:1;zoom:1}.facts-about-us-header:before,.facts-about-us-header:after{display:table;line-height:0;content:""}.facts-about-us-header:after{clear:both}.facts-about-us-header:before,.facts-about-us-header:after{display:table;line-height:0;content:""}.facts-about-us-header:after{clear:both}.facts-about-us-header .title{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;margin-bottom:0;color:#503291;text-transform:uppercase}.facts-about-us-header .title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.facts-about-us__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.facts-about-us__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;width:100%;margin:0;gap:32px}.facts-about-us-item{border:1px solid #e1e1e1}.facts-about-us-item-copy{padding:44px;width:58%}.facts-about-us-item-title{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;margin-bottom:32px;color:#503291;font-size:50px;line-height:1}.facts-about-us-item-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.facts-about-us-item-description{margin:0 auto;margin-bottom:40px;font-size:16px;overflow-wrap:break-word}.facts-about-us-item-cta{font-size:12px;font-weight:bold;text-transform:uppercase}.facts-about-us-item-image{-o-object-fit:cover;object-fit:cover;width:100%;padding:0 12% 105px}.facts-about-us-item::before{content:none}.facts-about-us-item--hidden{display:none}.facts-about-us-item__right-image,.facts-about-us-item__left-image{width:100%}.facts-about-us-item__bottom-image{width:100%}.facts-about-us-item__text-only{width:calc(50% - 16px)}.facts-about-us-item:nth-child(even).facts-about-us-item__text-only .facts-about-us-item-title{color:#2dbecd}.facts-about-us .carousel__dots{margin:40px 0 0 0}@media screen and (min-width: 768px){.facts-about-us-item.carousel__element--hidden{display:block}}@media all and (min-width: 768px)and (max-width: 1024px){.facts-about-us-header .title{font-size:32px}}@media all and (min-width: 0)and (max-width: 767px){.facts-about-us-header{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}.facts-about-us-header .title{float:none;font-size:28px;text-align:left}.facts-about-us-item__text-only{width:100%}.carousel .facts-about-us-item{margin-bottom:0}.facts-about-us-item:last-child{margin-bottom:0}.facts-about-us-item-title{font-size:36px}.facts-about-us-item-image{display:none}.facts-about-us-item__bottom-image .facts-about-us-item-copy{width:100%}}@media all and (min-width: 0)and (max-width: 767px){.facts-about-us .facts-about-us-item-copy{width:100%}.facts-about-us.stacked .facts-about-us-item{margin-bottom:0}}.fe-header{position:relative;width:100%;float:none;background-color:#2dbecd;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.fe-header{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.fe-header{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.fe-header{padding-top:60px !important}}@media all and (min-width: 1281px){.fe-header{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.fe-header{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.fe-header{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.fe-header{padding-bottom:60px !important}}@media all and (min-width: 1281px){.fe-header{padding-bottom:60px !important}}.fe-header-microbes{display:none}.fe-header-custom-image{display:none}.fe-header--custom-image{background-color:#ffc832}.fe-header--custom-image .fe-header-pattern{display:none}.fe-header--custom-image .fe-header-microbes{display:none}.fe-header--custom-image .fe-header-custom-image{display:block;position:absolute;top:0;right:0}.fe-header--custom-image .fe-header-title{color:#503291}.fe-header--custom-image .fe-header-subtitle{color:#2dbecd}.fe-header--custom-image .fe-header-text{color:#000}.fe-header--parallax{background-color:#ffc832}.fe-header--parallax .fe-header-pattern{display:none}.fe-header--parallax .fe-header-microbes{display:block}.fe-header--parallax .fe-header-custom-image{display:none}.fe-header--parallax .fe-header-title{color:#503291}.fe-header--parallax .fe-header-subtitle{color:#2dbecd}.fe-header--parallax .fe-header-text{color:#000}.fe-header--parallax .fe-header-microbe{position:absolute}.fe-header--parallax .fe-header-microbe__s{top:100px;right:30px;width:120px;min-height:120px}.fe-header--parallax .fe-header-microbe__m{top:-100px;right:300px;width:300px;min-height:300px}.fe-header--parallax .fe-header-microbe__l{top:340px;right:50px;width:360px;min-height:360px}.fe-header .container{position:relative;z-index:2}.fe-header .social-share{margin-top:34px}.fe-header-pattern{min-width:1420px;position:absolute;top:0;right:0}.fe-header-subtitle{margin:0;color:#ffc832;font-size:28px;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;zoom:1}.fe-header-subtitle:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.fe-header-subtitle:before,.fe-header-subtitle:after{display:table;line-height:0;content:""}.fe-header-subtitle:after{clear:both}.fe-header:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";z-index:2}.fe-header-title{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;margin-bottom:30px;color:#2dbecd;font-size:52px;text-transform:uppercase}.fe-header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.fe-header-text{color:#fff}.fe-header .header-share .social-share__text{color:#fff}.fe-header--image .fe-header-background{overflow:hidden;position:absolute;top:0;right:0}.fe-header--image .fe-header-background-mask{position:absolute;top:-5px;right:-2px}.fe-header--image .fe-header-background-image{background-repeat:no-repeat;background-position:center;background-size:cover;position:absolute;top:0;right:0}.fe-header--image .fe-header-background-pattern{position:absolute;top:0;right:0}.fe-header--image:before{background-image:none}@media all and (min-width: 1281px){.fe-header{width:100%}.fe-header-pattern{width:100%;height:640px}.fe-header .fe-header{margin-top:-60px;margin-bottom:-60px}.fe-header--custom-image .fe-header-custom-image{position:absolute;top:0;right:0;bottom:0;width:600px}.fe-header--custom-image .fe-header-custom-image-source{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:right;background-size:cover}.fe-header-content,.fe-header-subtitle{width:50%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.fe-header-pattern{width:100%;height:800px}.fe-header-pattern svg{height:800px}.fe-header .fe-header{margin-top:-60px;margin-bottom:-60px}.fe-header--custom-image .fe-header-custom-image{position:absolute;top:0;right:0;bottom:0;width:50%;max-width:600px}.fe-header--custom-image .fe-header-custom-image-source{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:right;background-size:cover}.fe-header-content,.fe-header-subtitle{width:50%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.fe-header-pattern{min-width:1180px;width:100%;height:800px}.fe-header-pattern svg{height:800px}.fe-header .fe-header{margin-top:-40px;margin-bottom:-40px}.fe-header--custom-image{background-color:#ffc832}.fe-header--custom-image .fe-header-custom-image{display:none}.fe-header--parallax .fe-header-microbe__s{top:220px;right:-60px;width:120px}.fe-header--parallax .fe-header-microbe__m{top:-100px;right:80px;width:220px}.fe-header--parallax .fe-header-microbe__l{top:400px;right:-40px;width:300px}.fe-header-content,.fe-header-subtitle{width:75%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.fe-header{background-color:#503291}.fe-header .fe-header{margin-top:-40px;margin-bottom:-40px}.fe-header--custom-image{background-color:#ffc832}.fe-header--custom-image .fe-header-custom-image{display:none}.fe-header--parallax{height:auto;background-color:#ffc832}.fe-header .social-share{margin-top:30px}.fe-header-subtitle{margin-bottom:5px;font-size:20px}.fe-header-title{margin-bottom:25px;font-size:30px}.fe-header-pattern,.fe-header-microbes,.fe-header-background{display:none !important}.fe-header-content,.fe-header-subtitle{width:100%;position:relative;min-height:1px;padding:0 10px}}.expand-icon{position:relative;width:32px;height:32px;background-color:#eb3c96;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;-webkit-transition:background-color .2s linear;cursor:pointer}.expand-icon-symbol{position:absolute;top:0;right:0;bottom:0;left:0}.expand-icon-symbol-vertical,.expand-icon-symbol-horizontal{background-color:#fff}.expand-icon-symbol-vertical{width:2px;height:12px;position:absolute;top:10px;left:15px;transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear}.expand-icon-symbol-horizontal{width:12px;height:2px;position:absolute;top:15px;left:10px}.expand-icon--open{background-color:#503291}.expand-icon--open .expand-icon-symbol-vertical{height:2px;position:absolute;top:15px;left:15px}.search-filter-layout-footer-mobile{height:68px;padding-top:12px !important;padding-bottom:12px !important;position:fixed;right:0;bottom:0;left:0;background-color:#503291}.search-filter-layout-floating-button{width:60px;height:60px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;background-color:#503291;position:fixed;bottom:24px;left:24px;z-index:999}.search-filter-layout-floating-button-icon{width:20px;height:20px;margin-top:-10px;margin-left:-10px;color:#eb3c96;font-size:20px;line-height:65px;position:absolute;top:30%;left:35%}.search-filter-layout-floating-button-icon:before{position:absolute;top:7px;left:6px;font-size:18px}.search-filter-layout-floating-button-icon:after{font-size:10px;font-style:normal;font-weight:bolder;text-transform:uppercase;content:"filter"}@media all and (min-width: 1281px){.search-filter-layout-footer-mobile{display:none}.search-filter-layout-floating-button{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-filter-layout-footer-mobile{display:none}.search-filter-layout-floating-button{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.search-filter-layout-body--open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.search-filter-layout-body-inner{width:100%;background-color:#fff;opacity:0;position:fixed;top:0;bottom:68px;left:100%;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.search-filter-layout-body-inner--open{opacity:1;overflow:scroll;z-index:1000;-webkit-overflow-scrolling:touch;position:fixed;right:0;bottom:68px;left:0}.search-filter-layout-footer-mobile{opacity:0;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.search-filter-layout-footer-mobile--open{opacity:1;z-index:1000}.search-filter-layout-footer-desktop{display:none}}@media all and (min-width: 0)and (max-width: 767px){.search-filter-layout-body--open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.search-filter-layout-body-inner{width:100%;background-color:#fff;opacity:0;position:fixed;top:0;bottom:68px;left:100%;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.search-filter-layout-body-inner--open{opacity:1;overflow:scroll;z-index:1000;-webkit-overflow-scrolling:touch;position:fixed;right:0;bottom:68px;left:0}.search-filter-layout-footer-mobile{opacity:0;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.search-filter-layout-footer-mobile--open{opacity:1;z-index:1000}.search-filter-layout-footer-desktop{display:none}}.filtered-index .se-bar{background-color:#2dbecd}.filtered-index .se-bar-icon{cursor:pointer}.filtered-index .se-bar-input{padding-bottom:6px}.filtered-index .se-bar-input--desktop::-ms-clear,.filtered-index .se-bar-input--mobile::-ms-clear{display:none}.filtered-index .se-list-summary{float:none}.filtered-index .se-list-item{padding-top:40px !important;padding-bottom:40px !important}.filtered-index .se-list-item-title{overflow:visible}.filtered-index .se-pagination-list--mobile{display:none}.filtered-index .se-pagination-placer{width:370px}.filtered-index .search-select-content{margin-left:-20px}.filtered-index .search-select-list{padding-left:20px}.filtered-index .search-select-list-item-cross{display:none;position:absolute;bottom:0;left:-20px;width:30px;height:100%;z-index:1}.filtered-index .search-select-list-item-cross:after,.filtered-index .search-select-list-item-cross:before{position:absolute;bottom:9px;left:5px;width:3px;height:15px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#eb3c96;content:"";cursor:pointer}.filtered-index .search-select-list-item-cross:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.filtered-index .search-select-list-item--active>.search-select-list-item-cross{display:block}.filtered-index .container .row{display:-webkit-box;display:-ms-flexbox;display:flex}@media all and (min-width: 1281px){.filtered-index .se-bar-input{padding-bottom:5px}.filtered-index .se-results{padding-top:0 !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.filtered-index .se-results{padding-top:0 !important}}@media all and (min-width: 768px)and (max-width: 1024px){.filtered-index .se-list-item{width:100%}.filtered-index .pagination-component{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.filtered-index .se-pagination-placer{width:270px}.filtered-index .container .row{display:block}}@media all and (min-width: 0)and (max-width: 767px){.filtered-index .se-list-item{width:100%}.filtered-index .se-pagination-placer{width:270px}.filtered-index .se-pagination-list--mobile{display:block}.filtered-index .se-pagination-list--desktop{display:none}.filtered-index .container .row{display:block}.filtered-index .pagination-component{height:unset}.filtered-index .pagination-component__layout{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:unset}.filtered-index .pagination-component__layout-center{position:relative;width:unset}.filtered-index .pagination-component__next-btn,.filtered-index .pagination-component__previous-btn{display:block;position:relative;top:5px;padding:0 15px}}@media all and (min-width: 0)and (max-width: 767px)and (max-width: 400px){.filtered-index .pagination-component__layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.filtered-index .pagination-component__previous-btn,.filtered-index .pagination-component__next-btn,.filtered-index .pagination-component__layout-center{margin:0}.filtered-index .se-pagination-layout-center{margin-bottom:30px}}.se-body{display:none}.se-body--initiated{display:block}.se-sidebar,.se-results{float:left}.se-sidebar{padding-top:27px !important;z-index:2}.se-results{padding-top:42px !important;padding-right:0 !important;padding-left:0 !important}@media all and (min-width: 1281px){.se-sidebar{width:25%;position:relative;min-height:1px;padding:0 15px}.se-results{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-sidebar{width:25%;position:relative;min-height:1px;padding:0 15px}.se-results{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}}@media all and (min-width: 768px)and (max-width: 1024px){.se .pagination-component{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.se-sidebar,.se-results{width:100%;position:relative;min-height:1px;padding:0 10px}.se-sidebar{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}}@media all and (min-width: 0)and (max-width: 767px){.se-sidebar,.se-results{width:100%;position:relative;min-height:1px;padding:0 10px}.se-sidebar{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}}.se-incomplete-authoring-message{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7}.se-incomplete-authoring-message:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-incomplete-authoring-message{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-incomplete-authoring-message{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.se-incomplete-authoring-message{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.se-incomplete-authoring-content{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-incomplete-authoring-content{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.se-incomplete-authoring-content{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.se-incomplete-authoring-content{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.se-no-results-summary{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;margin-bottom:8px !important;color:#454545}.se-no-results-summary:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-no-results-summary{font-size:18px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-no-results-summary{font-size:18px;line-height:1.7}}@media all and (min-width: 1281px){.se-no-results-summary{font-size:18px;line-height:1.7}}.se-no-results-message{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7}.se-no-results-message:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-no-results-message{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-no-results-message{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.se-no-results-message{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.se-no-results{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-no-results{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.se-no-results{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.se-no-results{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.se .se-results{padding-top:20px !important;padding-bottom:0px !important}@media all and (min-width: 768px)and (max-width: 1024px){.se .se-results,.se .se-list-summary-label{padding-top:0px !important}}@media all and (min-width: 0)and (max-width: 767px){.se .se-results,.se .se-list-summary-label{padding-top:0px !important}}.se-list-products{margin-bottom:0;margin-left:0;list-style:none}.se-list-products .se-list-item{padding-left:0}.se-list-item,.se-events-list-item{position:relative;padding-top:24px !important;padding-bottom:24px !important;zoom:1}.se-list-item:before,.se-list-item:after,.se-events-list-item:before,.se-events-list-item:after{display:table;line-height:0;content:""}.se-list-item:after,.se-events-list-item:after{clear:both}.se-list-item-right,.se-events-list-item-right{display:none;float:right}.se-list-item-most-relevant,.se-events-list-item-most-relevant{display:inline-block;width:auto;margin-right:auto;margin-bottom:16px;padding-right:6px;padding-left:6px;background-color:#ffc832;font-size:12px;font-weight:bold;line-height:1.8;text-transform:uppercase}.se-list-item-title,.se-events-list-item-title{margin:0;color:#000;text-overflow:ellipsis;text-transform:inherit}.se-list-item-title a,.se-events-list-item-title a{color:#000}.se-list-item-title a:hover,.se-events-list-item-title a:hover{color:#eb3c96}.se-list-item-title a:hover em,.se-events-list-item-title a:hover em{background-color:rgba(0,0,0,0)}.se-list-item-link:hover .se-list-item-title,.se-list-item-link:hover .se-events-list-item-title{color:#eb3c96}.se-list-item-url,.se-events-list-item-url{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin-bottom:4px !important;color:gray;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.se-list-item-url:lang(ja),.se-events-list-item-url:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-item-url,.se-events-list-item-url{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-item-url,.se-events-list-item-url{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.se-list-item-url,.se-events-list-item-url{font-size:12px;line-height:1.7}}.se-list-item-link .se-list-item-url,.se-list-item-link .se-events-list-item-url{margin-bottom:0;padding-top:4px}.se-list-item-link:hover .se-list-item-url,.se-list-item-link:hover .se-events-list-item-url{color:#eb3c96}.se-list-item-link,.se-events-list-item-link{margin-bottom:4px !important;display:inline-block}.se-list-item-description,.se-events-list-item-description{margin:12px 0 -6px}.se-list-item-description .mark,.se-events-list-item-description .mark{font-weight:bold}.se-list-item-type,.se-events-list-item-type{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin-bottom:0;color:#503291;font-weight:bold}.se-list-item-type:lang(ja),.se-events-list-item-type:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-item-type,.se-events-list-item-type{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-item-type,.se-events-list-item-type{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.se-list-item-type,.se-events-list-item-type{font-size:12px;line-height:1.7}}.se-list-item-type span:after,.se-events-list-item-type span:after{content:", "}.se-list-item-type span:last-child:after,.se-events-list-item-type span:last-child:after{content:none}.se-list-item-image,.se-events-list-item-image{position:relative;overflow:hidden;display:none;width:100%;background-repeat:no-repeat;background-size:cover}.se-list-item-image:before,.se-events-list-item-image:before{display:block;width:100%;padding-top:75%;content:""}.se-list-item-image img,.se-events-list-item-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.se-list-item-image img,.se-events-list-item-image img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-item-image img,.se-events-list-item-image img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-item-image img,.se-events-list-item-image img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.se-list-item-image img,.se-events-list-item-image img{padding:0 10px}}.se-list-item a.se-list-item,.se-list-item .se-events-list-item-image-link:hover,.se-events-list-item a.se-list-item,.se-events-list-item .se-events-list-item-image-link:hover{opacity:1}.se-list-item-play-btn,.se-events-list-item-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;cursor:pointer}.se-list-item-line,.se-events-list-item-line{height:1px;background-color:#eee}.se-list-item__eyebrow,.se-events-list-item__eyebrow{padding-bottom:20px;color:gray;letter-spacing:1px;text-transform:uppercase}.se-list-item--image .se-list-item-right,.se-list-item--image .se-events-list-item-right,.se-events-list-item--image .se-list-item-right,.se-events-list-item--image .se-events-list-item-right{display:block}.se-list-item--image .se-list-item-image,.se-list-item--image .se-events-list-item-image,.se-events-list-item--image .se-list-item-image,.se-events-list-item--image .se-events-list-item-image{display:block}.se-list-item-left,.se-events-list-item-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;float:left}.se-list-job-item,.se-events-list-job-item{position:relative;padding-top:24px !important;padding-bottom:24px !important;border-bottom:1px solid #eee;zoom:1}.se-list-job-item:before,.se-list-job-item:after,.se-events-list-job-item:before,.se-events-list-job-item:after{display:table;line-height:0;content:""}.se-list-job-item:after,.se-events-list-job-item:after{clear:both}.se-list-job-item-details,.se-events-list-job-item-details{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin-bottom:8px !important;color:gray;font-weight:bold;text-transform:uppercase}.se-list-job-item-details:lang(ja),.se-events-list-job-item-details:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-job-item-details,.se-events-list-job-item-details{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-job-item-details,.se-events-list-job-item-details{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.se-list-job-item-details,.se-events-list-job-item-details{font-size:12px;line-height:1.7}}.se-list-job-item-title,.se-events-list-job-item-title{margin:0;margin-bottom:8px !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:18px;font-weight:bold;text-transform:inherit}.se-list-job-item-title:lang(ja),.se-events-list-job-item-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.se-list-job-item-title a,.se-events-list-job-item-title a{color:#000}.se-list-job-item-title a:hover,.se-events-list-job-item-title a:hover{color:#eb3c96}.se-list-job-item-title a:hover em,.se-events-list-job-item-title a:hover em{background-color:rgba(0,0,0,0)}.se-list-job-item-title em,.se-events-list-job-item-title em{background-color:#96d7d2;font-style:normal;font-weight:bold}.se-list-job-item-url,.se-events-list-job-item-url{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin-bottom:0px !important;color:gray}.se-list-job-item-url:lang(ja),.se-events-list-job-item-url:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-job-item-url,.se-events-list-job-item-url{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-job-item-url,.se-events-list-job-item-url{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.se-list-job-item-url,.se-events-list-job-item-url{font-size:14px;line-height:1.7}}.se-list-job-item-location,.se-events-list-job-item-location{margin-bottom:8px !important}.se-list-job-item-call-to-action,.se-events-list-job-item-call-to-action{float:right}.se-list-job-item-left,.se-events-list-job-item-left{float:left}.se-list-job-item-right,.se-events-list-job-item-right{float:right}.se-list-loader-inner,.se-events-list-loader-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.se-list-summary-label,.se-events-list-summary-label{margin:0;padding-top:7px}.se-list-empty,.se-events-list-empty{margin-top:24px !important}.se-list-empty-description,.se-events-list-empty-description{margin:0;color:#000;font-size:24px;text-transform:inherit;margin-bottom:24px !important}.se-list-empty-reset-button,.se-events-list-empty-reset-button{margin-bottom:24px !important}.se-list-empty-suggestion-title,.se-events-list-empty-suggestion-title{font-weight:bold}.se-list-empty-suggestion-list-item--link,.se-events-list-empty-suggestion-list-item--link{color:#eb3c96;cursor:pointer}.se-list-empty-suggestion-list-item--link:hover,.se-events-list-empty-suggestion-list-item--link:hover{color:rgba(235,60,150,.8)}@media all and (min-width: 1281px){.se-list-summary,.se-list-empty,.se-events-list-summary,.se-events-list-empty{position:relative;width:90.9090909091%;min-height:1px;padding:0 15px;float:left}.se-list-item-left,.se-events-list-item-left{position:relative;width:90.9090909091%;min-height:1px;padding:0 15px;float:left}.se-list-item-line,.se-events-list-item-line{position:absolute;right:15px;bottom:0;left:15px}.se-list-item--image .se-list-item-left,.se-events-list-item--image .se-list-item-left{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.se-list-item--image .se-list-item-right,.se-events-list-item--image .se-list-item-right{position:relative;width:36.3636363636%;min-height:1px;padding:0 15px;float:left}.se-list-item--image .se-events-list-item-left,.se-events-list-item--image .se-events-list-item-left{position:relative;width:54.5454545455%;min-height:1px;padding:0 15px;float:left}.se-list-item--image .se-events-list-item-right,.se-events-list-item--image .se-events-list-item-right{position:relative;width:36.3636363636%;min-height:1px;padding:0 15px;float:left}.se-list-job-item-left,.se-events-list-job-item-left{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.se-list-job-item-right,.se-events-list-job-item-right{position:relative;width:36.3636363636%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-summary,.se-list-empty,.se-events-list-summary,.se-events-list-empty{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.se-list-item-left,.se-events-list-item-left{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.se-list-item .se-events-list-item-left,.se-events-list-item .se-events-list-item-left{position:relative;width:90.9090909091%;min-height:1px;padding:0 15px;float:left}.se-list-item-line,.se-events-list-item-line{position:absolute;right:15px;bottom:0;left:15px}.se-list-item--image .se-list-item-left,.se-events-list-item--image .se-list-item-left{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.se-list-item--image .se-list-item-right,.se-events-list-item--image .se-list-item-right{position:relative;width:36.3636363636%;min-height:1px;padding:0 15px;float:left}.se-list-item--image .se-events-list-item-left,.se-events-list-item--image .se-events-list-item-left{position:relative;width:54.5454545455%;min-height:1px;padding:0 15px;float:left}.se-list-item--image .se-events-list-item-right,.se-events-list-item--image .se-events-list-item-right{position:relative;width:36.3636363636%;min-height:1px;padding:0 15px;float:left}.se-list-job-item-left,.se-events-list-job-item-left{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.se-list-job-item-right,.se-events-list-job-item-right{position:relative;width:36.3636363636%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-summary,.se-list-empty,.se-events-list-summary,.se-events-list-empty{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.se-list-item-left,.se-events-list-item-left{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.se-list-item-line,.se-events-list-item-line{position:absolute;right:10px;bottom:0;left:10px}.se-list-item--image .se-list-item-left,.se-events-list-item--image .se-list-item-left{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}.se-list-item--image .se-list-item-right,.se-events-list-item--image .se-list-item-right{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;padding-right:20px}.se-list-item--image .se-events-list-item-left,.se-events-list-item--image .se-events-list-item-left{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}.se-list-item--image .se-events-list-item-right,.se-events-list-item--image .se-events-list-item-right{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.se-list-job-item-call-to-action,.se-events-list-job-item-call-to-action{float:none}.se-list-job-item-left,.se-events-list-job-item-left{position:relative;width:80%;min-height:1px;padding:0 10px;float:left}.se-list-job-item-right,.se-events-list-job-item-right{position:relative;width:20%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.se-list-summary,.se-list-empty,.se-events-list-summary,.se-events-list-empty{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.se-list-item,.se-events-list-item{padding-top:20px !important}.se-list-item-left,.se-events-list-item-left{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.se-list-item-right,.se-events-list-item-right{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.se-list-item-line,.se-events-list-item-line{position:absolute;right:10px;bottom:0;left:10px}.se-list-item-image,.se-events-list-item-image{display:none;margin-bottom:30px}.se-list-job-item-call-to-action,.se-events-list-job-item-call-to-action{float:none}.se-list-job-item-left,.se-events-list-job-item-left{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.se-list-job-item-right,.se-events-list-job-item-right{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.se-bar{position:relative;background-color:#2d1c51}.se-bar-layout{display:-webkit-box;display:-ms-flexbox;display:flex}.se-bar-layout-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px}.se-bar-icon .icon-search{color:#fff;font-size:32px}.se-bar-input{display:none;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;border:0;background-color:rgba(0,0,0,0)}.se-bar-input-label{position:absolute;color:#2d1c51;font-size:0}.se-bar-input-form,.se-bar-input{width:100%}.se-bar-results{position:relative;z-index:1000}.se-bar-results-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(80,50,145,.2);z-index:1000}.se-bar-results-content{position:relative;background-color:#fff;z-index:1001;zoom:1}.se-bar-results-content:before,.se-bar-results-content:after{display:table;line-height:0;content:""}.se-bar-results-content:after{clear:both}.se-bar-results-list{position:relative;overflow:hidden;z-index:1001}.se-bar-results-list-item{padding-top:6px !important;padding-bottom:6px !important;padding-right:18px !important;margin-bottom:0;line-height:24px;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap;cursor:pointer;overflow:hidden}.se-bar-results-list-item .mark{font-weight:bold}.se-bar-results-list-item:hover{background-color:rgba(150,215,210,.4)}.se-bar-results-show-all{cursor:pointer}.se-bar-results-show-all-label{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin-bottom:0;color:#eb3c96;font-weight:bold;text-transform:uppercase;padding-top:12px !important;padding-bottom:12px !important}.se-bar-results-show-all-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-bar-results-show-all-label{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-bar-results-show-all-label{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.se-bar-results-show-all-label{font-size:12px;line-height:1.7}}.se-bar-results-animation-enter-active{-webkit-transition:opacity .5s;transition:opacity .5s}.se-bar-results-animation-enter{opacity:0}.se-bar--hydrated .se-bar-results-overlay{display:block}.se-bar--large .se-bar-results-overlay{background-color:rgba(80,50,145,.4)}@media all and (min-width: 1281px){.se-bar{min-height:84px}.se-bar--large{min-height:220px}.se-bar--large .se-bar-form{padding:66px 0}.se-bar--large .se-bar-layout{width:100%}.se-bar--large .se-bar-layout-left,.se-bar--large .se-bar-layout-right{border-bottom:1px solid #757575}.se-bar--large .se-bar-input{display:block}.se-bar--large .se-bar-results{margin-top:-66px;z-index:1002}.se-bar-layout{width:100%;position:relative;min-height:1px;padding:0 15px}.se-bar-icon{margin-right:32px !important}.se-bar-icon .icon-search{line-height:84px}.se-bar-input{height:84px}.se-bar-input--desktop{display:block}.se-bar-results-content{width:100%;position:relative;min-height:1px;padding:0 15px;padding-top:18px !important;padding-bottom:12px !important}.se-bar-results-list{max-height:280px;margin-right:-15px;margin-left:-15px}.se-bar-results-list-item{padding-left:60px !important}.se-bar-results-show-all{padding-left:60px !important;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-bar{min-height:84px}.se-bar--large{min-height:220px}.se-bar--large .se-bar-form{padding:66px 0}.se-bar--large .se-bar-layout{width:100%}.se-bar--large .se-bar-layout-left,.se-bar--large .se-bar-layout-right{border-bottom:1px solid #757575}.se-bar--large .se-bar-input{display:block}.se-bar--large .se-bar-results{margin-top:-66px;z-index:1002}.se-bar-layout{width:75%;position:relative;min-height:1px;padding:0 15px}.se-bar-icon{margin-right:32px !important}.se-bar-icon .icon-search{line-height:84px}.se-bar-input{height:84px}.se-bar-input--desktop{display:block}.se-bar-results-content{width:100%;position:relative;min-height:1px;padding:0 15px;padding-top:18px !important;padding-bottom:12px !important}.se-bar-results-list{max-height:280px;margin-right:-15px;margin-left:-15px}.se-bar-results-list-item{padding-left:60px !important}.se-bar-results-show-all{padding-left:60px !important;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px){.se-bar{min-height:84px}.se-bar--large{min-height:217px}.se-bar--large .se-bar-form{padding:64px 0}.se-bar--large .se-bar-layout{width:100%}.se-bar--large .se-bar-layout-left,.se-bar--large .se-bar-layout-right{border-bottom:1px solid #757575}.se-bar--large .se-bar-input{display:block}.se-bar--large .se-bar-results{margin-top:-64px;z-index:1002}.se-bar-layout{width:100%;position:relative;min-height:1px;padding:0 10px}.se-bar-icon{margin-right:32px !important}.se-bar-icon .icon-search{line-height:84px}.se-bar-input{height:84px}.se-bar-input--mobile{display:block}.se-bar-results-content{width:100%;position:relative;min-height:1px;padding:0 10px;padding-top:18px !important;padding-bottom:12px !important}.se-bar-results-list{max-height:200px;margin-right:-10px;margin-left:-10px}.se-bar-results-list-item{padding-left:60px !important}.se-bar-results-show-all{padding-left:60px !important;margin-left:-10px}}@media all and (min-width: 0)and (max-width: 767px){.se-bar{min-height:68px}.se-bar--large{min-height:217px}.se-bar--large .se-bar-form{padding:64px 0}.se-bar--large .se-bar-layout{width:100%}.se-bar--large .se-bar-layout-left,.se-bar--large .se-bar-layout-right{border-bottom:1px solid #757575}.se-bar--large .se-bar-icon{margin-right:16px !important}.se-bar--large .se-bar-input{display:block}.se-bar--large .se-bar-results{margin-top:-64px;z-index:1002}.se-bar-layout{width:100%;position:relative;min-height:1px;padding:0 10px}.se-bar-icon{margin-right:32px !important}.se-bar-icon .icon-search{line-height:68px}.se-bar-input{height:68px}.se-bar-input--mobile{display:block}.se-bar-results{background-color:#fff}.se-bar-results-content{background-color:rgba(0,0,0,0);width:100%;position:relative;min-height:1px;padding:0 10px;padding-top:18px !important;padding-bottom:12px !important}.se-bar-results-list{max-height:200px;margin-right:-30px;margin-left:-30px}.se-bar-results-list-item{padding-left:60px !important}.se-bar-results-show-all{padding-left:60px !important;margin-left:-30px}}.search-select{position:relative;zoom:1}.search-select:before,.search-select:after{display:table;line-height:0;content:""}.search-select:after{clear:both}.search-select-header{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:20px;padding-bottom:20px}.search-select-header:before,.search-select-header:after{display:table;line-height:0;content:""}.search-select-header:after{clear:both}.search-select-header-title{margin:0;color:#503291;line-height:36px;text-transform:uppercase}.search-select-header-expand-icon{float:right}.search-select-header-left,.search-select-header-right{float:left}.search-select-content{position:relative;zoom:1;overflow-y:hidden;transition:height .5s linear;-moz-transition:height .5s linear;-o-transition:height .5s linear;-webkit-transition:height .5s linear}.search-select-content:before,.search-select-content:after{display:table;line-height:0;content:""}.search-select-content:after{clear:both}.search-select-content-inner{position:relative;zoom:1}.search-select-content-inner:before,.search-select-content-inner:after{display:table;line-height:0;content:""}.search-select-content-inner:after{clear:both}.search-select-list{zoom:1}.search-select-list:before,.search-select-list:after{display:table;line-height:0;content:""}.search-select-list:after{clear:both}.search-select-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;text-align:left;cursor:pointer}.search-select-list-item:first-child .search-select-list-item-link{margin-top:5px}.search-select-list-item--0{font-weight:bold}.search-select-list-item--1{font-weight:normal;margin-left:16px !important}.search-select-list-item-line{width:0;height:18px;transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear}.search-select-list-item-line--active{width:4px;background-color:#eb3c96}.search-select-list-item-link{width:95%}.search-select-list-item-label{margin-bottom:0;color:#000;font-size:14px;line-height:32px}.search-select-list-item-label--active{color:#eb3c96}.search-select-list-item-label sup{position:static;top:initial;vertical-align:super}.search-select-list-item-hits{color:gray;font-weight:normal}.search-select-list-item-hits--hidden{display:none}.search-select-line{height:1px;background-color:#e1e1e1}@media all and (min-width: 1281px){.search-select-header-left{width:80%}.search-select-header-right{width:20%}.search-select-content{margin-left:-15px}.search-select-list{padding-left:15px}.search-select-list-item-line{position:absolute;top:6px;left:-15px}.search-select-line{position:absolute;right:0;bottom:0;left:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-select-header-left{width:80%}.search-select-header-right{width:20%}.search-select-content{margin-left:-15px}.search-select-list{padding-left:15px}.search-select-list-item-line{position:absolute;top:6px;left:-15px}.search-select-line{position:absolute;right:0;bottom:0;left:0}}@media all and (min-width: 768px)and (max-width: 1024px){.search-select{padding-right:34px;padding-left:34px}.search-select-header-left{width:80%}.search-select-header-right{width:20%}.search-select-content{margin-left:-10px}.search-select-list{padding-left:10px}.search-select-list-item-line{position:absolute;top:6px;left:-10px}}@media all and (min-width: 0)and (max-width: 767px){.search-select{padding-right:34px;padding-left:34px}.search-select-header-left{width:80%}.search-select-header-right{width:20%}.search-select-content{margin-left:-10px}.search-select-list{padding-left:10px}.search-select-list-item-line{position:absolute;top:6px;left:-10px}}.flipbook-vue{padding-top:30px}.flipbook-vue img.page{-o-object-fit:contain;object-fit:contain}.flipbook-vue__container{zoom:1;width:1400px;margin:0 auto;position:relative}@media all and (min-width: 0)and (max-width: 767px){.flipbook-vue__container{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.flipbook-vue__container{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.flipbook-vue__container{padding-top:60px !important}}@media all and (min-width: 1281px){.flipbook-vue__container{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.flipbook-vue__container{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.flipbook-vue__container{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.flipbook-vue__container{padding-bottom:60px !important}}@media all and (min-width: 1281px){.flipbook-vue__container{padding-bottom:60px !important}}.flipbook-vue__container:before,.flipbook-vue__container:after{display:table;line-height:0;content:""}.flipbook-vue__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.flipbook-vue__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.flipbook-vue__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.flipbook-vue__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.flipbook-vue__container{width:1280px;padding-right:30px;padding-left:30px}}.flipbook-vue__component{width:100%;height:80vh}.flipbook-vue__action-bar{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:50px;padding:10px 0}.flipbook-vue__btn{color:gray}.flipbook-vue__btn:hover{color:#000;cursor:pointer}.flipbook-vue__btn--download{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:25px;height:25px;border-radius:50%;background-color:gray;color:#fff}.flipbook-vue__btn--download:hover{background-color:#000;color:#fff}.flipbook-vue__btn svg{bottom:0}.flipbook-vue__btn:not(:first-child){margin-left:15px}.flipbook-vue__btn:active{-webkit-filter:none !important;filter:none !important}.flipbook-vue__btn.disabled{color:#e9e9ed;pointer-events:none}.flipbook-vue__page-num{margin-left:15px}.flipbook-vue__hidden-images,.flipbook-vue__hidden-images img{width:0;height:0;visibility:hidden}.flipbook-vue--cyan .flipbook-vue__btn,.flipbook-vue--yellow .flipbook-vue__btn{color:#503291}.flipbook-vue--cyan .flipbook-vue__btn.disabled,.flipbook-vue--yellow .flipbook-vue__btn.disabled{color:#454545}.flipbook-vue--cyan .flipbook-vue__btn--download,.flipbook-vue--yellow .flipbook-vue__btn--download{background-color:#503291;color:#ffc832}.flipbook-vue--cyan .flipbook-vue__page-num,.flipbook-vue--yellow .flipbook-vue__page-num{color:#000}.flipbook-vue--cyan{background-color:#2dbecd}.flipbook-vue--cyan .flipbook-vue__btn--download{color:#2dbecd}.flipbook-vue--yellow{background-color:#ffc832}.flipbook-vue--yellow .flipbook-vue__btn--download{color:#ffc832}.flipbook-vue--purple{background-color:#503291}.flipbook-vue--purple .flipbook-vue__btn{color:#ffc832}.flipbook-vue--purple .flipbook-vue__btn.disabled{color:gray}.flipbook-vue--purple .flipbook-vue__btn--download{background-color:#ffc832;color:#503291}.flipbook-vue--purple .flipbook-vue__page-num{color:#fff}.ht-skip>div>div[side=right]>button[side=right]{display:none !important}.ht-skip>div>div>div+div>div{display:none;fill:none}.dAstylere,#dAopener{display:none !important}#dA_auxHeader{width:0 !important;height:0 !important;visibility:hidden !important}button.floating-icons-buttons--digiaccess,button.floating-icons-buttons--pathmotion{padding:21px}button.floating-icons-buttons--pathmotion{padding:12px}.floating-icons-buttons{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;width:60px;height:60px;margin-bottom:12px;padding:20px;border:0;border-radius:50%;background-color:#eb3c96;cursor:pointer}.floating-icons-buttons>svg{width:100%}.floating-icons-buttons:hover{background-color:#d92a83}.floating-icons-buttons:last-child{margin-bottom:0}.floating-icons-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:180px;right:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-transition:top .3s ease;transition:top .3s ease;z-index:900}.floating-icons-container.hide{top:-200px}.tooltip{position:relative}.tooltip.showTooltip::before,.tooltip.showTooltip::after{opacity:1;visibility:visible}.tooltip::before,.tooltip::after{position:absolute;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0;visibility:hidden}.tooltip:hover::before,.tooltip:hover::after{opacity:1;visibility:visible}.tooltip::before{width:88px;height:auto;padding:5px;border:1px solid #aaa;border-radius:5px;background:#fff;color:#000;font-size:12px;content:attr(data-tooltip);z-index:2}.tooltip::after{width:0;height:0;content:""}.tooltip--left::before,.tooltip--left::after{top:50%;right:100%;margin-right:15px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.tooltip--left::after{top:43.8%;left:-30%;width:10px;height:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border:1px solid #aaa;border-bottom:0;border-left:0;border-radius:1px;background-color:#fff;z-index:5}@media(min-width: 660px){#digiAccess.da-container{height:94vh !important}}@media all and (min-width: 0px)and (max-width: 1024px){button.floating-icons-buttons--digiaccess,button.floating-icons-buttons--pathmotion{padding:14px}button.floating-icons-buttons--pathmotion{padding:6px}.floating-icons-buttons{width:50px;height:50px;padding:10px}.floating-icons-container{top:108px}.tooltip--left::before,.tooltip--left::after{margin-right:8px}}@media all and (min-width: 0)and (max-width: 767px){button.floating-icons-buttons--digiaccess,button.floating-icons-buttons--pathmotion{padding:14px}button.floating-icons-buttons--pathmotion{padding:6px}.floating-icons-buttons{width:44px;height:44px;padding:10px}.floating-icons-container{right:22px}.tooltip--left::before,.tooltip--left::after{margin-right:8px}}.editorial-content{margin-top:-4px}@media all and (min-width: 0)and (max-width: 767px){.editorial-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content{padding-top:60px !important}}@media all and (min-width: 1281px){.editorial-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.editorial-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.editorial-content{padding-bottom:60px !important}}.editorial-content__container{zoom:1;width:1400px;margin:0 auto}.editorial-content__container:before,.editorial-content__container:after{display:table;line-height:0;content:""}.editorial-content__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.editorial-content__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.editorial-content__container{width:1280px;padding-right:30px;padding-left:30px}}.editorial-content__row{zoom:1}.editorial-content__row:before,.editorial-content__row:after{display:table;line-height:0;content:""}.editorial-content__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.editorial-content__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.editorial-content__row{margin-right:-15px;margin-left:-15px}}.editorial-content__title{margin-top:0px;margin-bottom:45px;font-size:42px}.editorial-content__line{position:absolute;left:-16px;height:96%;border-left:#e1e1e1 solid 1px;-webkit-box-sizing:border-box;box-sizing:border-box}.editorial-content__eyebrow{font-size:12px;color:#2dbecd;font-weight:bold;text-transform:uppercase}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__eyebrow{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__eyebrow{font-size:12px}}@media all and (min-width: 1281px){.editorial-content__eyebrow{font-size:12px}}@media all and (min-width: 0)and (max-width: 767px){.editorial-content__eyebrow{margin-bottom:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__eyebrow{margin-bottom:8px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__eyebrow{margin-bottom:10px !important}}@media all and (min-width: 1281px){.editorial-content__eyebrow{margin-bottom:16px !important}}.editorial-content__manual{margin-top:0px}.editorial-content__manual .editorial-content__sections{margin-top:0px;vertical-align:top}.editorial-content__section-title{display:inline-block;margin-bottom:28px;color:#503291;font-size:20px}.editorial-content__section-right-bottom-title{display:inline-block;margin-top:10px;margin-bottom:28px;color:#503291;font-size:20px}.editorial-content__section--hide{z-index:-1;pointer-events:none}.editorial-content__filter{color:#503291}.editorial-content__filter-content{font-size:32px}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__filter-content{font-size:42px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__filter-content{font-size:42px}}@media all and (min-width: 1281px){.editorial-content__filter-content{font-size:42px}}.editorial-content__filter-title{margin-right:18px}.editorial-content__inner-wrapper::before{display:block;width:100%;padding-top:56.25%;content:""}.editorial-content__result{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex}.editorial-content__result:before,.editorial-content__result:after{display:table;line-height:0;content:""}.editorial-content__result:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.editorial-content__result{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__result{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__result{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.editorial-content__result{margin-right:-15px;margin-left:-15px}}.editorial-content__result-image{position:absolute;top:0px;right:0px;bottom:0px;left:0px;width:calc(100% - 20px);height:100%;margin-left:10px;-o-object-fit:cover;object-fit:cover}.editorial-content__result-image-wrapper{height:100%}.editorial-content__result-content-cta--hidden{display:none}.editorial-content__result-date{color:gray}.editorial-content__result-eyebrow{font-size:12px;margin-top:-5px;margin-bottom:8px;color:#503291;font-weight:bold;text-transform:uppercase}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__result-eyebrow{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__result-eyebrow{font-size:12px}}@media all and (min-width: 1281px){.editorial-content__result-eyebrow{font-size:12px}}.editorial-content__result-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;font-size:18px;line-height:1.2;font-size:18px;display:block;margin-bottom:12px;color:#000;font-weight:bold}.editorial-content__result-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__result-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__result-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.editorial-content__result-title{font-size:22px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__result-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__result-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.editorial-content__result-title{font-size:22px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__result-title{font-size:18px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__result-title{font-size:18px}}@media all and (min-width: 1281px){.editorial-content__result-title{font-size:18px}}.editorial-content__result-title:hover{color:#eb3c96}.editorial-content__result-right-content{padding-left:0px}.editorial-content__result-right-second-content{margin-top:-5px;padding-left:0px}.editorial-content__result-by{font-size:12px;margin-bottom:11px;color:gray;font-style:italic}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__result-by{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__result-by{font-size:12px}}@media all and (min-width: 1281px){.editorial-content__result-by{font-size:12px}}.editorial-content__result-description{font-size:12px;margin-bottom:0;color:#000}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__result-description{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__result-description{font-size:12px}}@media all and (min-width: 1281px){.editorial-content__result-description{font-size:12px}}.editorial-content__right-bottom-title{margin-bottom:2px;color:#000;font-size:14px}.editorial-content__right-bottom-title:hover{color:#000}.editorial-content__right-top-eyebrow{margin-bottom:0px;color:#2dbecd}.editorial-content__right-by{font-size:12px;margin-bottom:-6px;color:gray;font-style:italic}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__right-by{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__right-by{font-size:12px}}@media all and (min-width: 1281px){.editorial-content__right-by{font-size:12px}}.editorial-content__right-date-eyebrow{font-size:12px;margin-top:-5px;margin-bottom:0px;color:gray;font-weight:bold;text-transform:uppercase}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__right-date-eyebrow{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__right-date-eyebrow{font-size:12px}}@media all and (min-width: 1281px){.editorial-content__right-date-eyebrow{font-size:12px}}.editorial-content__right-first-title{display:block;margin-bottom:2px;color:#000;font-size:14px;font-weight:bold}.editorial-content__right-first-title:hover{color:#eb3c96}.editorial-content__right-description{margin-bottom:0;color:#000;font-size:14px;line-height:1.4em}.editorial-content__right-image{background-position:center center;background-size:cover}.editorial-content__right-image-wrapper{position:relative;width:33.3333333333%;min-height:1px;padding:0 15px;float:left;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto;margin-bottom:40px}.editorial-content__load-animation{display:none}.editorial-content--loading .editorial-content__results{display:none}.editorial-content--loading .editorial-content__load-animation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media all and (min-width: 1281px){.editorial-content__eyebrow{width:50%;position:relative;min-height:1px;padding:0 15px}.editorial-content__filter{width:100%;position:relative;min-height:1px;padding:0 15px}.editorial-content__left-section{width:62.5%;position:relative;min-height:1px;padding:0 15px}.editorial-content__right-section{width:25%;position:relative;min-height:1px;padding:0 15px;margin-left:12.5%}.editorial-content__right-top-content{margin-left:23px}.editorial-content__right-bottom-content{margin-top:-3px;margin-left:23px}.editorial-content__right-image{width:78px;height:78px}.editorial-content__right-image-wrapper{height:100%}.editorial-content__result{margin-bottom:50px}.editorial-content__result-image{width:calc(100% - 30px);height:202px;margin-left:15px}.editorial-content__result-image-wrapper{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.editorial-content__result-content{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.editorial-content__result-content-cta{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;margin-left:50%;margin-top:-20px}.editorial-content__view-more{position:relative;width:45.4545454545%;min-height:1px;padding:0 15px;float:left;margin-top:-20px;padding:0px}.editorial-content__sections{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;margin-top:57px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-content__eyebrow{width:50%;position:relative;min-height:1px;padding:0 15px}.editorial-content__filter{width:100%;position:relative;min-height:1px;padding:0 15px}.editorial-content__left-section{width:62.5%;position:relative;min-height:1px;padding:0 15px}.editorial-content__right-section{width:31.25%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.editorial-content__right-bottom-content{margin-top:-3px;margin-left:23px}.editorial-content__right-top-content{margin-left:23px;position:relative;width:60%;min-height:1px;padding:0 15px;float:left;padding-left:0px}.editorial-content__right-image{width:78px;height:78px}.editorial-content__right-image-wrapper{position:relative;width:40%;min-height:1px;padding:0 15px;float:left;width:auto;height:100%}.editorial-content__result{margin-bottom:50px}.editorial-content__result-image{width:calc(100% - 30px);height:123px;margin-left:15px}.editorial-content__result-image-wrapper{position:relative;width:40%;min-height:1px;padding:0 15px;float:left}.editorial-content__result-content{position:relative;width:60%;min-height:1px;padding:0 15px;float:left}.editorial-content__result-content-cta{position:relative;width:60%;min-height:1px;padding:0 15px;float:left;margin-left:40%}.editorial-content__sections{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-top:29px}}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-content__line{display:none}.editorial-content__eyebrow{width:58.3333333333%;position:relative;min-height:1px;padding:0 10px}.editorial-content__filter{width:100%;position:relative;min-height:1px;padding:0 10px}.editorial-content__left-section{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:115px}.editorial-content__right-section{width:100%;position:relative;min-height:1px;padding:0 10px}.editorial-content__right-bottom-content{margin-top:-4px}.editorial-content__right-image{width:100%;height:100%}.editorial-content__right-image-wrapper{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;display:block;margin-bottom:14px}.editorial-content__right-image-anchor{display:block;width:230px;height:230px;margin-bottom:22px}.editorial-content__right-by{margin-top:2px}.editorial-content__result{margin-bottom:40px}.editorial-content__result-image{height:199px}.editorial-content__result-image-wrapper{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.editorial-content__result-content{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.editorial-content__result-content-cta{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;margin-left:50%}.editorial-content__view-more{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:50%;margin-top:-10px}.editorial-content__sections{margin-top:36px}}@media all and (min-width: 0)and (max-width: 767px){.editorial-content{margin-top:-6px;padding-bottom:0 !important}.editorial-content__line{display:none}.editorial-content__eyebrow{width:100%;position:relative;min-height:1px;padding:0 10px}.editorial-content--full-size .editorial-content__filters{position:fixed;top:0px;z-index:1001}.editorial-content--full-size .editorial-content__eyebrow{display:none}.editorial-content--full-size .editorial-content__filter-title{display:none}.editorial-content__filter{width:100%;position:relative;min-height:1px;padding:0 10px}.editorial-content__left-section{width:100%;position:relative;min-height:1px;padding:0 10px}.editorial-content__section-right-bottom-title{margin-top:0px}.editorial-content__right-section{width:100%;position:relative;min-height:1px;padding:0 10px;margin-top:40px}.editorial-content__right-image{display:block;width:100%;height:100%;margin-right:0px}.editorial-content__right-image-anchor{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.editorial-content__right-image-wrapper{position:relative;width:33.3333333333%;min-height:1px;padding:0 15px;float:left;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:27.8485vw;margin-bottom:40px;padding:0px}.editorial-content__right-bottom-content{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left;margin-top:-3px}.editorial-content__right-bottom-title{margin-top:0px}.editorial-content__right-top-content{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}.editorial-content__result{display:block;margin-bottom:35px}.editorial-content__result-image{width:calc(100% - 20px);height:100%;margin-left:10px}.editorial-content__result-image-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.editorial-content__result-content{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.editorial-content__result-eyebrow{margin-top:15px}.editorial-content__view-more{width:100%;position:relative;min-height:1px;padding:0 10px;margin-top:-5px}.editorial-content__sections{margin-top:37px}}.editorial-dropdown{display:inline-block}.editorial-dropdown__selected{font-size:32px;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;display:inline-block;min-width:130px;padding-bottom:10px;border-bottom:2px solid #e1e1e1;color:#eb3c96;cursor:pointer}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-dropdown__selected{font-size:42px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-dropdown__selected{font-size:42px}}@media all and (min-width: 1281px){.editorial-dropdown__selected{font-size:42px}}.editorial-dropdown__selected:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.editorial-dropdown__selected::after{font-family:"MKGAA-ICONS" !important;display:inline-block;-webkit-transform:rotate(180deg);transform:rotate(180deg);font-size:28px;content:"";vertical-align:middle}.editorial-dropdown__box{position:absolute;top:calc(100% - 2px);border:1px solid #e1e1e1;background-color:#fff;z-index:2;-webkit-animation:fadein .3s forwards;animation:fadein .3s forwards}.editorial-dropdown__columns{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:25px;margin-bottom:20px}.editorial-dropdown__column{padding:0px 15px}.editorial-dropdown__column:not(:first-child){border-left:1px solid #e1e1e1}.editorial-dropdown__option{font-size:12px;margin:0;padding:6px 15px;color:#000;text-transform:none}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-dropdown__option{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-dropdown__option{font-size:12px}}@media all and (min-width: 1281px){.editorial-dropdown__option{font-size:12px}}.editorial-dropdown__option--popular{font-weight:bold}.editorial-dropdown__option--selected{color:#eb3c96}.editorial-dropdown__option:hover{background-color:#c0e7e4;cursor:pointer}.editorial-dropdown__title{font-size:12px;margin:0;padding:6px 15px;color:#503291;font-weight:bold;text-transform:uppercase}@media all and (min-width: 768px)and (max-width: 1024px){.editorial-dropdown__title{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.editorial-dropdown__title{font-size:12px}}@media all and (min-width: 1281px){.editorial-dropdown__title{font-size:12px}}.editorial-dropdown__close{position:absolute;top:10px;right:10px;color:#eb3c96;font-size:13px;cursor:pointer}@media all and (min-width: 0)and (max-width: 767px){.editorial-content--full-size .editorial-dropdown__selected{display:none}.editorial-dropdown__box{position:fixed;top:0px;left:-10px;width:100vw;height:100vh;overflow-y:scroll}.ie .editorial-dropdown__box{left:0px}.editorial-dropdown__column{width:100%;height:100vh}.editorial-dropdown__close{position:fixed;right:20px}}.corporate-site .navigation-desktop-top,.business-units-homepage .navigation-desktop-top,.country-site .navigation-desktop-top{border-bottom:1px solid #653fb7;background-color:#503291}.corporate-site .navigation-desktop-bottom,.business-units-homepage .navigation-desktop-bottom,.country-site .navigation-desktop-bottom{background-color:#503291}.corporate-site .navigation-desktop-bottom-line,.business-units-homepage .navigation-desktop-bottom-line,.country-site .navigation-desktop-bottom-line{background-color:#452a84}.corporate-site .navigation-mobile-header,.business-units-homepage .navigation-mobile-header,.country-site .navigation-mobile-header{background-color:#503291}.corporate-site .slide-before,.business-units-homepage .slide-before,.country-site .slide-before{position:initial}.homepage-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#503291}.preview .homepage-header{max-height:800px}.homepage-header__wrapper{position:relative;margin:0 20px}.homepage-header__main-wrapper{zoom:1;width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px}.homepage-header__main-wrapper:before,.homepage-header__main-wrapper:after{display:table;line-height:0;content:""}.homepage-header__main-wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.homepage-header__main-wrapper{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-header__main-wrapper{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-header__main-wrapper{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.homepage-header__main-wrapper{width:1280px;padding-right:30px;padding-left:30px}}.homepage-header__buttons-wrapper{zoom:1;width:1400px;margin:0 auto;margin-top:1.5rem;margin-bottom:60px}.homepage-header__buttons-wrapper:before,.homepage-header__buttons-wrapper:after{display:table;line-height:0;content:""}.homepage-header__buttons-wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.homepage-header__buttons-wrapper{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-header__buttons-wrapper{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-header__buttons-wrapper{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.homepage-header__buttons-wrapper{width:1280px;padding-right:30px;padding-left:30px}}.homepage-header__carets--init-hidden{opacity:0;visibility:hidden}.homepage-header__carets-text{text-transform:uppercase;height:20px;margin-bottom:14px;color:#fff;font-weight:bold;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.4}.homepage-header__carets-text:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-header__carets-text{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-header__carets-text{font-size:14px}}@media all and (min-width: 1281px){.homepage-header__carets-text{font-size:14px}}.homepage-header__carets-text-arrow{margin-left:4px;font-size:8px}.homepage-header__carets-text--hidden{color:#fff;opacity:1}.homepage-header__carets--fade-in{-webkit-transition:opacity 600ms linear;transition:opacity 600ms linear;opacity:1;visibility:visible}.homepage-header__carets--fade-in .homepage-header__carets-filler{-webkit-animation:fillUp 8s linear;animation:fillUp 8s linear}.homepage-header__carets--fade-in+.homepage-header__carets-text{color:#fff;opacity:1}.homepage-header__carets--fade-in+.homepage-header__carets-text .icon-arrow-right{color:#eb3c96}.homepage-header__carets-wrapper{margin-right:20px}.homepage-header__carets-wrapper:not(:lang(en)) .homepage-header__carets-progress-indicator:not(:lang(en)),.homepage-header__carets-wrapper:not(:lang(en)) .base-timer:not(:lang(en)),.homepage-header__carets-wrapper:not(:lang(en)) .icon-simple-arrow:not(:lang(en)),.homepage-header__carets-wrapper:not(:lang(en)) .white-text:not(:lang(en)){font-family:"Verdana",sans-serif}.homepage-header__carets--fade-out{-webkit-transition:visibility 500ms,opacity 500ms linear;transition:visibility 500ms,opacity 500ms linear;opacity:0;visibility:hidden}.homepage-header__carets--fade-out .homepage-header__carets-filler{width:100%}.homepage-header__carets-text{height:20px;margin-bottom:14px;color:#fff;font-weight:bold;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.4}.homepage-header__carets-text:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-header__carets-text{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-header__carets-text{font-size:14px}}@media all and (min-width: 1281px){.homepage-header__carets-text{font-size:14px}}.homepage-header__carets-text-arrow{margin-left:4px;font-size:8px}.homepage-header__carets-text--hidden{color:#fff;opacity:1}.homepage-header__carets-filler-bck{width:100%;background-color:#fff;opacity:.4;z-index:0}.homepage-header__carets-0,.homepage-header__carets-1,.homepage-header__carets-2{display:inline-block;cursor:pointer;vertical-align:top}.homepage-header__carets-arrow-container{position:relative;color:#fff;font-size:29px}.homepage-header__carets-arrow-container .icon-simple-arrow{position:absolute;top:4px;left:0}.homepage-header__carets-arrow-container .arrow-right{-webkit-transform:rotate(90deg);transform:rotate(90deg);color:rgba(255,255,255,.3);z-index:3}.homepage-header__carets-arrow-container .arrow-left{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);color:rgba(255,255,255,.3)}.homepage-header__carets-arrow-container:hover{cursor:pointer}.homepage-header__carets-arrow-container.first-arrow{margin-top:8px;margin-bottom:12px}.homepage-header__carets-col{display:none}.homepage-header__carets-col.visible{display:block}.homepage-header__carets-filler-container{color:rgba(255,255,255,.3);font-size:12px;font-weight:bold;text-align:center}.homepage-header__carets-progress-indicator .white-text{display:inline-block;margin:0;color:#fff;font-size:12px}.homepage-header__carets .base-timer{width:30px;height:30px}.homepage-header__carets .base-timer__svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.homepage-header__carets .base-timer__circle{fill:none;stroke:none}.homepage-header__carets .base-timer__path-elapsed{stroke-width:10px;stroke:rgba(255,255,255,.3)}.homepage-header__carets .base-timer__path-remaining{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:1s linear stroke-dasharray;transition:1s linear stroke-dasharray;-ms-transform:rotate(90deg);stroke-width:8px;stroke:currentColor}.homepage-header__carets .circle-wrap{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.3)}.homepage-header__carets .circle-wrap .circle .mask,.homepage-header__carets .circle-wrap .circle .fill{position:absolute;width:30px;height:30px;border-radius:50%}.homepage-header__carets .circle-wrap .circle .mask{clip:rect(0px, 30px, 30px, 15px)}.homepage-header__carets .circle-wrap .circle .mask .fill{background-color:#fff;clip:rect(0px, 15px, 30px, 0px)}.homepage-header__carets .circle-wrap .circle .mask.full,.homepage-header__carets .circle-wrap .circle .fill{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation:fill ease-in-out 8s;animation:fill ease-in-out 8s}@-webkit-keyframes fill{1%{-webkit-transform:rotate(0.1deg);transform:rotate(0.1deg)}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes fill{1%{-webkit-transform:rotate(0.1deg);transform:rotate(0.1deg)}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.homepage-header__carets .circle-wrap .inside-circle{position:absolute;width:24px;height:24px;margin-top:3px;margin-left:3px;border-radius:50%;background:#503291;z-index:1}.homepage-header__author{height:800px}.homepage-header__author .homepage-header__background{height:300px}.homepage-header__author .homepage-header__description{width:100%;padding-left:0}.homepage-header__author .button{margin-top:15px;margin-left:0}.homepage-header__title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;font-size:28px;color:#2dbecd;line-height:1}.homepage-header__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.homepage-header__title{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-header__title{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-header__title{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.homepage-header__title{margin-top:-22px;font-size:50px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-header__title{font-size:42px}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-header__title{font-size:42px}}@media all and (min-width: 1281px){.homepage-header__title{font-size:52px}}.homepage-header__title:hover{color:#2dbecd}.homepage-header__title-wrapper{margin-top:-11px;margin-bottom:20px}.homepage-header__description{color:#fff}.homepage-header__description-text{margin:0;line-height:1.7em}.homepage-header__button-container .button{padding:15px 24px;font-size:11px}.homepage-header__breadcrumbs{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;margin-bottom:16px;color:#eb3c96;font-weight:bold;text-transform:uppercase;cursor:pointer;z-index:1}.homepage-header__breadcrumbs:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-header__breadcrumbs{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-header__breadcrumbs{font-size:12px}}@media all and (min-width: 1281px){.homepage-header__breadcrumbs{font-size:12px}}.homepage-header__breadcrumbs-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.homepage-header__breadcrumbs-slash{margin-top:-1px;margin-left:4px;color:#fff;font-size:13px}.homepage-header__ctas{margin-top:25px;text-align:center}.homepage-header__mask{position:absolute;bottom:-945px;left:-150px;width:100%;height:1920px;z-index:1}.homepage-header__background{position:relative;height:100%;max-height:580px;overflow:hidden}.homepage-header__background-image{position:absolute;width:100%;height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.homepage-header__background-image-container{position:absolute;width:100%;height:100%;overflow:hidden}.homepage-header__background-image--mobile{display:none}.homepage-header__background-mask{position:absolute;width:100%;height:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);overflow:hidden}.homepage-header__background-mask-0 .homepage-header__mask{-webkit-transform:scale(2) rotate(6deg);transform:scale(2) rotate(6deg)}.homepage-header__background-mask-1 .homepage-header__mask{-webkit-transform:scale(2) rotate(4deg);transform:scale(2) rotate(4deg)}.homepage-header__background-mask-2 .homepage-header__mask{left:-50px;-webkit-transform:scale(2.3) rotate(0deg);transform:scale(2.3) rotate(0deg)}.homepage-header__background-mask-3 .homepage-header__mask{-webkit-transform:scale(2) rotate(6deg);transform:scale(2) rotate(6deg)}.homepage-header__background-mask-4 .homepage-header__mask{-webkit-transform:scale(2) rotate(4deg);transform:scale(2) rotate(4deg)}.homepage-header__background-mask .homepage-header__mask{-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out}.homepage-header__image{position:absolute;width:100%;height:calc(100% - 10px)}.homepage-header.is-ie .homepage-header__carets-arrow-container.first-arrow{top:4px}.homepage-header.is-ie .homepage-header__carets-arrow-container.first-arrow .arrow-right{top:-2px;left:1px}.homepage-header__container--fade-in{-webkit-transition:opacity 500ms linear 500ms;transition:opacity 500ms linear 500ms;opacity:1;visibility:visible}.homepage-header__container--fade-out{height:0;-webkit-transition:visibility 600ms,opacity 600ms linear;transition:visibility 600ms,opacity 600ms linear;opacity:0;overflow:hidden;visibility:hidden}.homepage-header__container--init-hidden{display:none;opacity:0;overflow:hidden;visibility:hidden}.homepage-header__image--fade-in{-webkit-transition:opacity 1600ms linear;transition:opacity 1600ms linear;opacity:1;visibility:visible}.homepage-header__image--fade-out{height:0;-webkit-transition:visibility 500ms,opacity 500ms linear;transition:visibility 500ms,opacity 500ms linear;opacity:0;overflow:hidden;visibility:hidden}.homepage-header__image--init-hidden{opacity:0;overflow:hidden;visibility:hidden}@-webkit-keyframes fillUp{from{width:0}to{width:100%}}@keyframes fillUp{from{width:0}to{width:100%}}@-webkit-keyframes fade{from{opacity:.8}to{opacity:1}}@keyframes fade{from{opacity:.8}to{opacity:1}}@-webkit-keyframes zoom{from{-webkit-transform:scale(1, 1)}to{-webkit-transform:scale(1.6, 1.6)}}@keyframes zoom{from{-webkit-transform:scale(1, 1);transform:scale(1, 1)}to{-webkit-transform:scale(1.6, 1.6);transform:scale(1.6, 1.6)}}.homepage-header .zoom{-webkit-animation:zoom 60s;animation:zoom 60s}.ie .homepage-header .zoom{-webkit-animation:none;animation:none}.homepage-header__down-arrow{position:absolute;bottom:13px;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);font-size:31px;z-index:1;-webkit-animation:bouncing-down-arrow 1.75s ease-in-out 3;animation:bouncing-down-arrow 1.75s ease-in-out 3}.homepage-header__down-arrow .down-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg);color:#fff}.homepage-header__down-arrow--hidden{display:none}@-webkit-keyframes bouncing-down-arrow{0%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}10%{-webkit-transform:translate(-50%, -25%);transform:translate(-50%, -25%)}20%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}30%{-webkit-transform:translate(-50%, -12%);transform:translate(-50%, -12%)}40%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}50%{-webkit-transform:translate(-50%, -5%);transform:translate(-50%, -5%)}60%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}100%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}}@keyframes bouncing-down-arrow{0%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}10%{-webkit-transform:translate(-50%, -25%);transform:translate(-50%, -25%)}20%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}30%{-webkit-transform:translate(-50%, -12%);transform:translate(-50%, -12%)}40%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}50%{-webkit-transform:translate(-50%, -5%);transform:translate(-50%, -5%)}60%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}100%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}}@media all and (min-width: 1600px){.homepage-header__carets-wrapper{margin-right:0}.homepage-header__carets-text{margin-bottom:19px;font-size:14px;font-weight:bold;line-height:20px}.homepage-header__title{font-size:52px;line-height:1}.homepage-header__button-container .button{font-size:11px;line-height:13px}.homepage-header__button-wrapper{margin-left:50px}.homepage-header__description{position:relative;width:75%;min-height:1px;padding:0 15px;float:left}.homepage-header:not(.homepage-header__author){height:calc(100vh - 120px - 35px)}.homepage-header:not(.homepage-header__author):lang(zh) .homepage-header__background,.homepage-header:not(.homepage-header__author):lang(zh_CN) .homepage-header__background,.homepage-header:not(.homepage-header__author):lang(zh_TW) .homepage-header__background{height:calc(100vh - 120px - 213px - 40px - 60px - 90px)}.homepage-header:not(.homepage-header__author):lang(zh) .homepage-header__carets-text,.homepage-header:not(.homepage-header__author):lang(zh_CN) .homepage-header__carets-text,.homepage-header:not(.homepage-header__author):lang(zh_TW) .homepage-header__carets-text{margin-bottom:25px}.homepage-header:not(.homepage-header__author):lang(ja) .homepage-header__carets-text{margin-bottom:30px}}@media all and (min-width: 1281px)and (max-width: 1599px){.homepage-header__carets-wrapper{margin-right:0}.homepage-header__carets-text{margin-bottom:19px;font-size:14px;font-weight:bold;line-height:20px}.homepage-header__title{font-size:52px;line-height:1}.homepage-header__button-container .button{font-size:11px;line-height:13px}.homepage-header__button-wrapper{margin-left:50px}.homepage-header__description{position:relative;width:75%;min-height:1px;padding:0 15px;float:left}.homepage-header:not(.homepage-header__author){height:calc(100vh - 120px - 35px)}.homepage-header:not(.homepage-header__author):lang(zh) .homepage-header__background,.homepage-header:not(.homepage-header__author):lang(zh_CN) .homepage-header__background,.homepage-header:not(.homepage-header__author):lang(zh_TW) .homepage-header__background{height:calc(100vh - 120px - 213px - 40px - 60px - 90px)}.homepage-header:not(.homepage-header__author):lang(zh) .homepage-header__carets-text,.homepage-header:not(.homepage-header__author):lang(zh_CN) .homepage-header__carets-text,.homepage-header:not(.homepage-header__author):lang(zh_TW) .homepage-header__carets-text{margin-bottom:25px}.homepage-header:not(.homepage-header__author):lang(ja) .homepage-header__carets-text{margin-bottom:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-header__carets-wrapper{margin-right:0}.homepage-header__carets-text{font-size:14px;font-weight:bold;line-height:20px}.homepage-header__title{font-size:42px;line-height:1}.homepage-header__button-container .button{font-size:11px;line-height:13px}.homepage-header__button-wrapper{margin-left:50px}.homepage-header__description{position:relative;width:81.25%;min-height:1px;padding:0 15px;float:left}.homepage-header:not(.homepage-header__author){height:calc(100vh - 120px - 35px)}.homepage-header:not(.homepage-header__author):lang(zh) .homepage-header__carets-text,.homepage-header:not(.homepage-header__author):lang(zh_CN) .homepage-header__carets-text,.homepage-header:not(.homepage-header__author):lang(zh_TW) .homepage-header__carets-text{margin-bottom:25px}.homepage-header:not(.homepage-header__author):lang(ja) .homepage-header__carets-text{margin-bottom:30px}}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-header__title{font-size:42px;line-height:1}.homepage-header__button-container .button{font-size:11px;line-height:13px}.homepage-header__button-wrapper{margin-left:60px}.homepage-header__wrapper{margin-right:0;margin-left:10px}.homepage-header__description{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left}.homepage-header:not(.homepage-header__author){height:calc(100vh - 60px - 20px)}.homepage-header:not(.homepage-header__author):lang(zh) .homepage-header__carets-text,.homepage-header:not(.homepage-header__author):lang(zh_CN) .homepage-header__carets-text,.homepage-header:not(.homepage-header__author):lang(zh_TW) .homepage-header__carets-text{margin-bottom:25px}.homepage-header:not(.homepage-header__author):lang(ja) .homepage-header__carets-text{margin-bottom:30px}.homepage-header__down-arrow{bottom:5px}}@media all and (min-width: 0)and (max-width: 767px){.homepage-header__main-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:30px}.homepage-header__wrapper{margin:0 0 auto 0;margin-right:0;margin-left:0}.homepage-header__mask{bottom:-956px;left:-50px}.homepage-header__background{max-height:50%}.homepage-header__background-image--desktop{display:none}.homepage-header__background-image--mobile{display:block}.homepage-header__title{font-size:28px;line-height:1}.homepage-header__button-wrapper{margin-left:0}.homepage-header .button{line-height:1.2}.homepage-header__description{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.homepage-header__carets .circle-wrap{width:35px;height:35px}.homepage-header__carets .circle-wrap .circle .mask,.homepage-header__carets .circle-wrap .circle .fill{width:35px;height:35px}.homepage-header__carets .circle-wrap .circle .mask{clip:rect(0px, 35px, 35px, 17px)}.homepage-header__carets .circle-wrap .circle .mask .fill{clip:rect(0px, 17px, 35px, 0px)}.homepage-header__carets .circle-wrap .inside-circle{width:29px;height:29px;margin-top:3px;margin-left:3px}.homepage-header__carets .base-timer{width:35px;height:35px}.homepage-header__carets-wrapper{position:initial;margin-top:4px}.homepage-header__carets-container{position:initial;float:right}.homepage-header__carets-filler-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:11vw;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homepage-header__carets-arrow-container:first-of-type{margin:0 10px}.homepage-header__carets-arrow-container.first-arrow{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0}.homepage-header__carets-arrow-container:last-of-type{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0 10px}.homepage-header__carets-arrow-container .icon-simple-arrow{left:3px}.homepage-header__carets-progress-indicator{display:inherit;position:relative;top:3px}.homepage-header__carets-progress-indicator .white-text{line-height:normal}.homepage-header:not(.homepage-header__author){height:calc(100vh - 60px + 40px)}.homepage-header:not(.homepage-header__author) .homepage-header__background-mask-0 .homepage-header__mask{left:110px;-webkit-transform:scale(3.5) rotate(4deg);transform:scale(3.5) rotate(4deg)}.homepage-header:not(.homepage-header__author) .homepage-header__background-mask-1 .homepage-header__mask{-webkit-transform:scale(3.5) rotate(2deg);transform:scale(3.5) rotate(2deg)}.homepage-header:not(.homepage-header__author) .homepage-header__background-mask-2 .homepage-header__mask{-webkit-transform:scale(3.5) rotate(-2deg);transform:scale(3.5) rotate(-2deg)}.homepage-header:not(.homepage-header__author) .homepage-header__background-mask-3 .homepage-header__mask{left:110px;-webkit-transform:scale(3.5) rotate(4deg);transform:scale(3.5) rotate(4deg)}.homepage-header:not(.homepage-header__author) .homepage-header__background-mask-4 .homepage-header__mask{-webkit-transform:scale(3.5) rotate(2deg);transform:scale(3.5) rotate(2deg)}.homepage-header:not(.homepage-header__author):lang(zh) .homepage-header__background,.homepage-header:not(.homepage-header__author):lang(zh_CN) .homepage-header__background,.homepage-header:not(.homepage-header__author):lang(zh_TW) .homepage-header__background{height:calc(100vh - 60px - 366px - 40px - 45px - 50px)}.homepage-header:not(.homepage-header__author):lang(zh) .homepage-header__carets-text,.homepage-header:not(.homepage-header__author):lang(zh_CN) .homepage-header__carets-text,.homepage-header:not(.homepage-header__author):lang(zh_TW) .homepage-header__carets-text{margin-bottom:25px}.homepage-header:not(.homepage-header__author):lang(ja) .homepage-header__background{height:calc(100vh - 60px - 366px - 40px - 45px - 110px)}.homepage-header:not(.homepage-header__author):lang(ja) .homepage-header__carets-text{margin-bottom:30px}.homepage-header.android-agent .homepage-header__carets-arrow-container .icon-simple-arrow.arrow-left{left:5px}.homepage-header.android-agent .homepage-header__carets-arrow-container .icon-simple-arrow.arrow-right{left:2px}.homepage-header.ios-agent:not(.homepage-header.ios-agent__author){height:calc(100vh - 60px - 80px);max-height:660px}.homepage-header.ios-agent:not(.homepage-header.ios-agent__author):lang(zh) .homepage-header__background,.homepage-header.ios-agent:not(.homepage-header.ios-agent__author):lang(zh_CN) .homepage-header__background,.homepage-header.ios-agent:not(.homepage-header.ios-agent__author):lang(zh_TW) .homepage-header__background{height:calc(100vh - 60px - 366px - 40px - 45px - 50px);max-height:140px}.homepage-header.ios-agent:not(.homepage-header.ios-agent__author):lang(ja) .homepage-header__background{height:calc(100vh - 60px - 366px - 40px - 45px - 70px)}.homepage-header.is-ie .homepage-header__carets-arrow-container.first-arrow .arrow-right{top:0;right:2px}.homepage-header__down-arrow{bottom:5px}}@media all and (min-width: 0)and (max-width: 320px){.homepage-header:not(.homepage-header__author){height:auto}.homepage-header:not(.homepage-header__author) .homepage-header__background{position:relative;height:calc((100vh - 60px)*.32) !important}.homepage-header:not(.homepage-header__author) .homepage-header__button-container{position:relative;bottom:initial}.homepage-header__user{padding-bottom:40px}.homepage-header__button-container{position:relative}.homepage-header__button-wrapper{margin-left:0}.homepage-header-filler-container{position:absolute;top:0;left:-34vw}.homepage-header__container-wrapper{position:absolute;top:0}.homepage-header__wrapper{margin:0 20px auto 0}.homepage-header__main-wrapper{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:calc((100vh - 60px)*.7);margin-top:30px}.homepage-header__carets-filler-container{position:absolute;right:10vw;bottom:50px;z-index:2}.homepage-header__carets-wrapper{position:relative;right:-15vw;bottom:-85px}.homepage-header.ios-agent:not(.homepage-header.ios-agent__author){height:auto}.homepage-header.ios-agent:not(.homepage-header.ios-agent__author) .homepage-header__background{max-height:none !important}.homepage-header__down-arrow{bottom:3px}}.hero-parallax{position:relative;overflow:hidden}.hero-parallax__text-container{position:absolute;top:50%;width:96%;min-height:1px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#fff;z-index:2}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__text-container{width:67%}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__text-container{width:56%}}@media all and (min-width: 1281px){.hero-parallax__text-container{width:40%}}.hero-parallax__text-container .title-container{margin-bottom:29px}@media screen and (min-width: 768px){.hero-parallax__text-container .title-container{margin-bottom:33px}}.hero-parallax__text-container .header-title{color:#fff;margin-bottom:24px !important}.hero-parallax__text-container .header-title--sensitiveblue{color:#96d7d2}.hero-parallax__text-container .header-title--sensitivepink{color:#e1c3cd}.hero-parallax__text-container .header-title--sensitiveblue-light{color:#ebf7f7}.hero-parallax__text-container .header-title--sensitiveyellow{color:#ffdcb9}.hero-parallax__text-container .header-title--sensitivegreen{color:#b4dc96}@media screen and (min-width: 768px){.hero-parallax__text-container .header-title{font-size:60px}}.hero-parallax__text-container .description-text{font-size:18px;font-weight:bold}@media screen and (min-width: 768px){.hero-parallax__text-container .description-text{font-size:20px}}.hero-parallax .aspect-ratio-container{height:calc(100vh - 60px)}.hero-parallax .aspect-ratio-container.darkImage .parallax__item--background::after,.hero-parallax .aspect-ratio-container.darkImage .parallax__item--foreground::after,.hero-parallax .aspect-ratio-container.lightImage .parallax__item--background::after,.hero-parallax .aspect-ratio-container.lightImage .parallax__item--foreground::after{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;content:""}.hero-parallax .aspect-ratio-container.darkImage .parallax__item--background::after{opacity:.2}.hero-parallax .aspect-ratio-container.darkImage .parallax__item--foreground::after{opacity:.3}.hero-parallax .aspect-ratio-container.lightImage .parallax__item--background::after{opacity:.1}.hero-parallax .aspect-ratio-container.lightImage .parallax__item--foreground::after{opacity:.2}@media screen and (min-width: 1025px){.hero-parallax .aspect-ratio-container{position:relative;overflow:hidden}.hero-parallax .aspect-ratio-container:before{display:block;width:100%;padding-top:42.8571428571%;content:""}.hero-parallax .aspect-ratio-container img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}}@media screen and (min-width: 1025px)and (min-width: 1281px){.hero-parallax .aspect-ratio-container img{padding:0 15px}}@media screen and (min-width: 1025px)and (min-width: 1025px)and (max-width: 1280px){.hero-parallax .aspect-ratio-container img{padding:0 15px}}@media screen and (min-width: 1025px)and (min-width: 768px)and (max-width: 1024px){.hero-parallax .aspect-ratio-container img{padding:0 10px}}@media screen and (min-width: 1025px)and (min-width: 0)and (max-width: 767px){.hero-parallax .aspect-ratio-container img{padding:0 10px}}.hero-parallax .aspect-ratio-container .parallax{position:absolute;top:0;left:0;width:100%;height:100%}.hero-parallax .aspect-ratio-container .parallax__item{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat}.hero-parallax .aspect-ratio-container .parallax__item--background{width:100%;height:100%;background-position:center;background-size:cover}.hero-parallax .aspect-ratio-container .parallax__item--foreground{display:block}.hero-parallax__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-parallax__advanced .aspect-ratio-container .parallax__item--background.startAnimation{-webkit-transform:scale(1.2);transform:scale(1.2)}.hero-parallax__advanced .aspect-ratio-container .parallax__item--foreground{display:block;width:100%;height:100%;-webkit-transform:translate3d(-150px, 0, 0) scale(2);transform:translate3d(-150px, 0, 0) scale(2);background-position:center;background-size:cover;z-index:1}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__advanced .aspect-ratio-container .parallax__item--foreground{background-position:right center}}@media all and (min-width: 1281px){.hero-parallax__advanced .aspect-ratio-container .parallax__item--foreground{background-position:right center}}.hero-parallax__advanced .aspect-ratio-container .parallax__item--foreground.startAnimation{-webkit-transform:translate3d(0, 0, 0) scale(1);transform:translate3d(0, 0, 0) scale(1)}.hero-parallax__advanced .aspect-ratio-container .parallax__item.startAnimation{-webkit-transition:all 4s;transition:all 4s}.hero-parallax__advanced .container .transition-1{margin-bottom:16px;-webkit-transition-delay:0s;transition-delay:0s}.hero-parallax__advanced .container .transition-2{margin-bottom:16px;-webkit-transition-delay:.5s;transition-delay:.5s}.hero-parallax__advanced .container .transition-3{-webkit-transition-delay:1s;transition-delay:1s}.hero-parallax__advanced .container .transition-4{-webkit-transition-delay:1.5s;transition-delay:1.5s}.hero-parallax__advanced .slide-fade-enter-active,.hero-parallax__advanced .slide-fade-leave-active{-webkit-transition:all .5s ease;transition:all .5s ease;opacity:1}.hero-parallax__advanced .slide-fade-enter,.hero-parallax__advanced .slide-fade-leave-to{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}@media all and (min-width: 0)and (max-width: 767px){.hero-parallax__crisis{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__crisis{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__crisis{padding-top:60px !important}}@media all and (min-width: 1281px){.hero-parallax__crisis{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.hero-parallax__crisis{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__crisis{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__crisis{padding-bottom:60px !important}}@media all and (min-width: 1281px){.hero-parallax__crisis{padding-bottom:60px !important}}.hero-parallax__crisis .crisis-hero__container{zoom:1;width:1400px;margin:0 auto}.hero-parallax__crisis .crisis-hero__container:before,.hero-parallax__crisis .crisis-hero__container:after{display:table;line-height:0;content:""}.hero-parallax__crisis .crisis-hero__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.hero-parallax__crisis .crisis-hero__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__crisis .crisis-hero__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__crisis .crisis-hero__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.hero-parallax__crisis .crisis-hero__container{width:1280px;padding-right:30px;padding-left:30px}}.hero-parallax__crisis .crisis-hero__row{zoom:1}.hero-parallax__crisis .crisis-hero__row:before,.hero-parallax__crisis .crisis-hero__row:after{display:table;line-height:0;content:""}.hero-parallax__crisis .crisis-hero__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.hero-parallax__crisis .crisis-hero__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__crisis .crisis-hero__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__crisis .crisis-hero__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.hero-parallax__crisis .crisis-hero__row{margin-right:-15px;margin-left:-15px}}.hero-parallax__crisis .crisis-hero__row-left{width:100%;position:relative;min-height:1px;padding:0 10px}.hero-parallax__crisis .crisis-hero__row-right{width:100%;position:relative;min-height:1px;padding:0 10px}.hero-parallax__crisis .crisis-hero__title-wrapper,.hero-parallax__crisis .crisis-hero__data-wrapper,.hero-parallax__crisis .crisis-hero__body-wrapper,.hero-parallax__crisis .crisis-hero__download-wrapper{margin:24px 0}.hero-parallax__crisis .crisis-hero__title-wrapper{margin-top:12px}.hero-parallax__crisis .crisis-hero__download-wrapper{margin-top:0;margin-bottom:12px}.hero-parallax__crisis .crisis-hero__title,.hero-parallax__crisis .crisis-hero__download-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;font-weight:700;text-transform:none}.hero-parallax__crisis .crisis-hero__title:lang(ja),.hero-parallax__crisis .crisis-hero__download-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.hero-parallax__crisis .crisis-hero__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:32px;word-break:auto-phrase}.hero-parallax__crisis .crisis-hero__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.hero-parallax__crisis .crisis-hero__body-wrapper *{font-size:16px}.hero-parallax__crisis .crisis-hero__download-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:36px;font-size:20px}.hero-parallax__crisis .crisis-hero__download-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.hero-parallax__crisis .crisis-hero__data-item,.hero-parallax__crisis .crisis-hero__download-cta,.hero-parallax__crisis .crisis-hero__jumptobutton{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;margin:16px 0;font-size:12px;font-weight:700;line-height:32px}.hero-parallax__crisis .crisis-hero__data-item:lang(ja),.hero-parallax__crisis .crisis-hero__download-cta:lang(ja),.hero-parallax__crisis .crisis-hero__jumptobutton:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.hero-parallax__crisis .crisis-hero__download-cta,.hero-parallax__crisis .crisis-hero__jumptobutton{color:#d92b83}.hero-parallax__crisis .crisis-hero__download-cta:hover,.hero-parallax__crisis .crisis-hero__jumptobutton:hover{color:#ff6ab5}.hero-parallax__crisis .crisis-hero__jumptobutton{margin:24px 0;text-transform:uppercase}.hero-parallax__crisis .crisis-hero__jumptobutton-wrapper{display:block}.hero-parallax__crisis .crisis-hero__jumptobutton-wrapper .icon-arrow-carousel{margin-right:10px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.hero-parallax__crisis .crisis-hero__data-item [class^=icon]{margin-right:12px;font-size:32px}.hero-parallax__crisis .crisis-hero__download-cta{line-height:15px}.hero-parallax__crisis .crisis-hero__download-cta [class^=icon]{margin-right:16px;font-size:28px}@media screen and (min-width: 768px){.hero-parallax__crisis .crisis-hero__row{display:-webkit-box;display:-ms-flexbox;display:flex}.hero-parallax__crisis .crisis-hero__jumptobutton-wrapper{display:none}.hero-parallax__crisis .crisis-hero__download-title{margin-bottom:24px}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__crisis .crisis-hero__row-left{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.hero-parallax__crisis .crisis-hero__row-right{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.hero-parallax__crisis .crisis-hero__title{font-size:36px}.hero-parallax__crisis .crisis-hero__data-item{margin-right:32px}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__crisis .crisis-hero__row-left{width:75%;position:relative;min-height:1px;padding:0 15px}.hero-parallax__crisis .crisis-hero__row-right{width:25%;position:relative;min-height:1px;padding:0 15px}.hero-parallax__crisis .crisis-hero__title{font-size:50px}.hero-parallax__crisis .crisis-hero__download-title{font-size:22px}.hero-parallax__crisis .crisis-hero__data-item{margin-right:32px}}@media all and (min-width: 1281px){.hero-parallax__crisis .crisis-hero__row-left{width:75%;position:relative;min-height:1px;padding:0 15px}.hero-parallax__crisis .crisis-hero__row-right{width:25%;position:relative;min-height:1px;padding:0 15px}.hero-parallax__crisis .crisis-hero__title{font-size:50px}.hero-parallax__crisis .crisis-hero__download-title{font-size:22px}.hero-parallax__crisis .crisis-hero__data-item{margin-right:32px}}.hero-parallax__herostory{position:relative;height:100vh}@media all and (min-width: 1281px){.hero-parallax__herostory{height:calc(100vh - 134px)}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__herostory{height:calc(100svh - 134px)}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__herostory{height:calc(100svh - 60px)}}@media all and (min-width: 0)and (max-width: 767px){.hero-parallax__herostory{height:calc(100svh - 60px)}}.hero-parallax__herostory--ipad{height:calc(100svh - 60px)}.hero-parallax__herostory .print-only{display:none}.hero-parallax__herostory .story-header__wrapper{zoom:1;width:1400px;margin:0 auto;position:relative;height:100%}.hero-parallax__herostory .story-header__wrapper:before,.hero-parallax__herostory .story-header__wrapper:after{display:table;line-height:0;content:""}.hero-parallax__herostory .story-header__wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.hero-parallax__herostory .story-header__wrapper{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__herostory .story-header__wrapper{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__herostory .story-header__wrapper{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.hero-parallax__herostory .story-header__wrapper{width:1280px;padding-right:30px;padding-left:30px}}.hero-parallax__herostory .story-header__scroll-wrapper{position:relative;scrollbar-width:none;-ms-overflow-style:none;overflow-y:scroll;overflow-x:hidden}.hero-parallax__herostory .story-header__scroll-wrapper::-webkit-scrollbar{width:0;background:rgba(0,0,0,0)}.hero-parallax__herostory .story-header__scroll-wrapper::-webkit-scrollbar-thumb{background:red}.hero-parallax__herostory .story-header__scroll-wrapper,.hero-parallax__herostory .story-header__background{width:100%;height:100%}.hero-parallax__herostory .story-header__block{zoom:1;position:relative;-ms-flex-line-pack:center;align-content:center;height:100%}.hero-parallax__herostory .story-header__block:before,.hero-parallax__herostory .story-header__block:after{display:table;line-height:0;content:""}.hero-parallax__herostory .story-header__block:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.hero-parallax__herostory .story-header__block{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__herostory .story-header__block{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__herostory .story-header__block{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.hero-parallax__herostory .story-header__block{margin-right:-15px;margin-left:-15px}}.hero-parallax__herostory .story-header__background{position:absolute;background-color:aqua}.hero-parallax__herostory .story-header__image{width:100%;height:100%;background-position:center;background-size:cover}.hero-parallax__herostory .story-header__overlay{position:absolute;top:0;bottom:0;left:0;width:100%;background-color:rgba(0,0,0,.4)}.hero-parallax__herostory .story-header__title-sub,.hero-parallax__herostory .story-header__title-main{color:#eb3c96;text-align:center}.hero-parallax__herostory .story-header__title-main{font-size:70px;line-height:60px}.hero-parallax__herostory .story-header__title-sub{margin-bottom:40px;font-size:100px;line-height:90px;padding-bottom:8px}.hero-parallax__herostory .story-header__title-sub.title--small{font-size:70px;line-height:60px}.hero-parallax__herostory .story-header__sub-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-parallax__herostory .story-header__info{color:#fff;font-size:18px;line-height:27px;text-align:center}.hero-parallax__herostory .story-header__info .author,.hero-parallax__herostory .story-header__info .data-date{font-weight:700}@media all and (min-width: 1281px){.hero-parallax__herostory .story-header__sub-wrapper,.hero-parallax__herostory .story-header__title-main{width:75%;position:relative;min-height:1px;padding:0 15px;margin-left:12.5%}.hero-parallax__herostory .story-header__info{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__herostory .story-header__sub-wrapper,.hero-parallax__herostory .story-header__title-main{width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.hero-parallax__herostory .story-header__info{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__herostory .story-header__sub-wrapper,.hero-parallax__herostory .story-header__title-main{width:100%;position:relative;min-height:1px;padding:0 10px}.hero-parallax__herostory .story-header__info{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.hero-parallax__herostory .story-header__title-main{font-size:32px}.hero-parallax__herostory .story-header__info .data-date{display:block}}@media all and (min-width: 0)and (max-width: 767px){.hero-parallax__herostory .story-header__sub-wrapper,.hero-parallax__herostory .story-header__title-main{width:100%;position:relative;min-height:1px;padding:0 10px}.hero-parallax__herostory .story-header__info{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;font-size:14px;line-height:24px}.hero-parallax__herostory .story-header__title-main{font-size:32px;line-height:35px}.hero-parallax__herostory .story-header__title-sub{margin-bottom:20px;font-size:40px;line-height:44px;padding-bottom:0}.hero-parallax__herostory .story-header__title-sub.title--small{font-size:32px;line-height:35px}}@-webkit-keyframes scroll-fade{from{opacity:1}}@keyframes scroll-fade{from{opacity:1}}@-webkit-keyframes shrink-up{19%{border:1px solid #fff}20%{height:0%;border:0}50%{height:0%;border:0}51%{border:1px solid #fff}70%{height:60%}}@keyframes shrink-up{19%{border:1px solid #fff}20%{height:0%;border:0}50%{height:0%;border:0}51%{border:1px solid #fff}70%{height:60%}}@media all and (min-width: 1281px){.hero-parallax__updatedhomepage{height:calc(100vh - 134px)}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__updatedhomepage{height:calc(100svh - 134px)}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__updatedhomepage{height:calc(100svh - 60px)}}@media all and (min-width: 0)and (max-width: 767px){.hero-parallax__updatedhomepage{height:calc(100svh - 60px)}}.hero-parallax__updatedhomepage .parallax__item--background.startAnimation{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all 4s;transition:all 4s}.hero-parallax__updatedhomepage .parallax__item--foreground{-webkit-transform:translate3d(-150px, 0, 0) scale(2);transform:translate3d(-150px, 0, 0) scale(2)}.hero-parallax__updatedhomepage .parallax__item--foreground.startAnimation{-webkit-transform:translate3d(0, 0, 0) scale(1);transform:translate3d(0, 0, 0) scale(1);-webkit-transition:all 4s;transition:all 4s}.hero-parallax__updatedhomepage .updated-hero__background{width:100%;height:100%;position:absolute;background-color:aqua}.hero-parallax__updatedhomepage .updated-hero__background .hero-parallax__video{position:absolute;top:0;left:0}.hero-parallax__updatedhomepage .updated-hero__image{width:100%;height:100%;background-size:cover;position:absolute;top:0;left:0;background-position:center;background-repeat:no-repeat}.hero-parallax__updatedhomepage .updated-hero__overlay{position:absolute;top:0;bottom:0;left:0;width:100%;background-color:rgba(45,28,81,.6)}.hero-parallax__updatedhomepage .updated-hero__content{zoom:1;width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-parallax__updatedhomepage .updated-hero__content:before,.hero-parallax__updatedhomepage .updated-hero__content:after{display:table;line-height:0;content:""}.hero-parallax__updatedhomepage .updated-hero__content:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.hero-parallax__updatedhomepage .updated-hero__content{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__updatedhomepage .updated-hero__content{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__updatedhomepage .updated-hero__content{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.hero-parallax__updatedhomepage .updated-hero__content{width:1280px;padding-right:30px;padding-left:30px}}.hero-parallax__updatedhomepage .updated-hero__content-wrapper{zoom:1}.hero-parallax__updatedhomepage .updated-hero__content-wrapper:before,.hero-parallax__updatedhomepage .updated-hero__content-wrapper:after{display:table;line-height:0;content:""}.hero-parallax__updatedhomepage .updated-hero__content-wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.hero-parallax__updatedhomepage .updated-hero__content-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__updatedhomepage .updated-hero__content-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__updatedhomepage .updated-hero__content-wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.hero-parallax__updatedhomepage .updated-hero__content-wrapper{margin-right:-15px;margin-left:-15px}}.hero-parallax__updatedhomepage .updated-hero__title,.hero-parallax__updatedhomepage .updated-hero__subtitle,.hero-parallax__updatedhomepage .updated-hero__ctas-wrapper{text-align:center}.hero-parallax__updatedhomepage .updated-hero__title{color:#a5cd50;font-size:72px;font-style:normal;font-weight:400;line-height:78px;text-transform:uppercase;margin-bottom:24px;margin-top:0;word-break:keep-all}.hero-parallax__updatedhomepage .updated-hero__subtitle{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:27px;margin-bottom:40px}.hero-parallax__updatedhomepage .updated-hero__subtitle:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.hero-parallax__updatedhomepage .updated-hero__ctas-copy{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#fff;font-size:12px;font-style:normal;font-weight:700;line-height:16px;text-transform:uppercase;margin-bottom:24px}.hero-parallax__updatedhomepage .updated-hero__ctas-copy:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.hero-parallax__updatedhomepage .updated-hero__ctas{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;gap:16px}.hero-parallax__updatedhomepage .updated-hero__cta{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;background-color:#2d1c51;border-radius:24.5px;border:1px solid #2d1c51;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:40px;padding:8px 11px 8px 16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:14px;line-height:24px;font-weight:400;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.hero-parallax__updatedhomepage .updated-hero__cta:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.hero-parallax__updatedhomepage .updated-hero__cta .icon-arrow-right{color:#eb3c96;font-size:11px;margin-right:5px;-webkit-transition:all .3s ease;transition:all .3s ease}.hero-parallax__updatedhomepage .updated-hero__cta:hover .icon-arrow-right{margin-left:5px;margin-right:0}@media all and (min-width: 1281px){.hero-parallax__updatedhomepage .updated-hero__title{width:100%;position:relative;min-height:1px;padding:0 15px}.hero-parallax__updatedhomepage .updated-hero__subtitle,.hero-parallax__updatedhomepage .updated-hero__ctas-wrapper{width:50%;position:relative;min-height:1px;padding:0 15px;margin-left:25%}}@media all and (min-width: 1025px)and (max-width: 1280px){.hero-parallax__updatedhomepage .updated-hero__title{width:100%;position:relative;min-height:1px;padding:0 15px}.hero-parallax__updatedhomepage .updated-hero__subtitle,.hero-parallax__updatedhomepage .updated-hero__ctas-wrapper{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:18.75%}}@media all and (min-width: 768px)and (max-width: 1024px){.hero-parallax__updatedhomepage .updated-hero__title{width:100%;position:relative;min-height:1px;padding:0 10px;font-size:54px;line-height:59px}.hero-parallax__updatedhomepage .updated-hero__subtitle,.hero-parallax__updatedhomepage .updated-hero__ctas-wrapper{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:8.3333333333%}}@media all and (min-width: 0)and (max-width: 767px){.hero-parallax__updatedhomepage .updated-hero__title,.hero-parallax__updatedhomepage .updated-hero__subtitle,.hero-parallax__updatedhomepage .updated-hero__ctas-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}.hero-parallax__updatedhomepage .updated-hero__title{font-size:40px;line-height:44px}.hero-parallax__updatedhomepage .updated-hero__title.title--small{font-size:35px;line-height:38px}.hero-parallax__updatedhomepage .updated-hero__subtitle{font-size:14px;line-height:24px}.hero-parallax__updatedhomepage .updated-hero__ctas{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.story-header__decoration{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:30px;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;opacity:0;-webkit-transition:opacity 300ms;transition:opacity 300ms;-webkit-animation:scroll-fade linear;animation:scroll-fade linear}@media all and (min-width: 1281px){.story-header__decoration{bottom:50px}}.story-header__decoration .icon__shell{position:relative;height:56px;padding:13px;border:2px solid #fff;border-radius:25px 25px 25px 25px}.story-header__decoration .icon__inner,.story-header__decoration .icon__spot{border:1px solid #fff;border-radius:50px}.story-header__decoration .icon__spot{height:5px}.story-header__decoration .icon__inner{position:relative;top:15%;height:60%;-webkit-animation:shrink-up linear 5s infinite;animation:shrink-up linear 5s infinite;-webkit-animation-delay:2s;animation-delay:2s}@media print{.sg-navigation,.sg-well-container,[data-script=grid]{display:none}.hero-parallax__herostory{width:100%;height:unset;aspect-ratio:.89/1}.hero-parallax__herostory .story-header__background.print-only{display:block;top:50%}.hero-parallax__herostory .story-header__background,.hero-parallax__herostory .story-header__block{width:100%;height:unset;aspect-ratio:16/9}.hero-parallax__herostory .story-header__decoration{display:none}.hero-parallax__herostory .story-header__title-main{font-size:40px}.hero-parallax__herostory .story-header__title-sub{font-size:80px}.hero-parallax__herostory .story-header__title-sub.title--small{font-size:50px}}.homepage--init-hidden{opacity:0}.homepage--fadein{-webkit-animation:fadein 1s forwards;animation:fadein 1s forwards}@-webkit-keyframes fadein{from{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fadein{from{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.ticker{position:absolute;width:100%;background-color:#fff;z-index:99}.ticker--author{position:relative}.ticker__inner,.ticker__inner .container,.ticker__inner .row{height:100%}.ticker__clip-mask{position:absolute}.ticker__close-wrapper{position:absolute;top:0;z-index:2}.ticker__close-button{width:24px;height:24px;margin:20px 12px;float:right;border:0;background:0;color:#000;font-size:18px;font-weight:400;line-height:1;text-shadow:0 1px 0 #fff;cursor:pointer;opacity:.4;filter:alpha(opacity=20);-webkit-appearance:none;-moz-appearance:none;appearance:none}.ticker__content{position:relative}.ticker__background{position:absolute;top:0;left:0;width:30%;height:100%;background:#2dbecd}.ticker__background-edge{position:absolute;top:0;right:0;width:586px;height:100%;background-color:#2dbecd}.ticker__title-wrapper{display:inline-block;height:100%}.ticker__link-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.ticker .ticker__title-link{color:#503291}.ticker__title-text{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:11px;margin-bottom:13px;font-size:20px;font-weight:bold;line-height:1.2;text-transform:none}.ticker__title-text:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.ticker__cta-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.ticker__cta-wrapper a{color:#000}.ticker__cta-wrapper a p{margin:0;font-size:14px}.ticker .ticker__title-link:hover,.ticker__cta-wrapper a:hover{font-weight:bold;text-decoration:underline}.ticker__press-release{background:#503291;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.ticker__press-release:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.ticker__press-release__inner{padding:25px 0;color:#fff}.ticker__press-release__date{padding-bottom:10px;font-size:12px;font-weight:700}.ticker__press-release__title{padding-bottom:10px;font-size:16px;line-height:24px;font-weight:400}.ticker__press-release__cta a{color:#fff;font-size:12px;line-height:16px;font-weight:700}.ticker__press-release__cta a .icon-arrow-right{margin-left:10px;-webkit-transition:all ease .2s;transition:all ease .2s}.ticker__press-release__cta a:hover .icon-arrow-right{margin-left:20px}@media all and (min-width: 1281px){.ticker{height:96px}.ticker__background-edge{right:17px}.ticker__content{height:100%}.ticker__title-wrapper{position:relative;width:43.75%;min-height:1px;padding:0 15px;float:left}.ticker__link-wrapper{width:90%}.ticker__title-text{font-size:24px}.ticker__cta-wrapper{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.ticker__close-wrapper{right:3px}}@media all and (min-width: 1025px)and (max-width: 1280px){.ticker{height:96px}.ticker__background-edge{right:17px}.ticker__content{height:100%}.ticker__title-wrapper{position:relative;width:43.75%;min-height:1px;padding:0 15px;float:left}.ticker__link-wrapper{width:90%}.ticker__title-text{font-size:24px}.ticker__cta-wrapper{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.ticker__close-wrapper{right:3px}}@media all and (min-width: 768px)and (max-width: 1024px){.ticker{height:88px}.ticker__background-edge{right:12px}.ticker__content{height:100%}.ticker__title-wrapper{position:relative;width:41.6666666667%;min-height:1px;padding:0 10px;float:left}.ticker__title-text{font-size:22px}.ticker__cta-wrapper{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.ticker__close-wrapper{right:-1px}}@media all and (min-width: 0)and (max-width: 767px){.ticker__background{width:100%}.ticker__title-wrapper{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-bottom:13px}.ticker__cta-wrapper{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left}.ticker__cta-wrapper a p{margin-bottom:20px}.ticker__close-wrapper{right:0}}.pioneering-work{zoom:1;width:100%;background-color:#fff}.pioneering-work:before,.pioneering-work:after{display:table;line-height:0;content:""}.pioneering-work:after{clear:both}.pioneering-work.theme--richpurple,.pioneering-work.theme--purple{background-color:#503291;color:#fff}.pioneering-work.theme--richpurple ul li:before,.pioneering-work.theme--purple ul li:before{background-color:#2dbecd}.pioneering-work.theme--richpurple [class$=-title],.pioneering-work.theme--purple [class$=-title]{color:#2dbecd}.pioneering-work.theme--richpurple [class$=-eyebrow],.pioneering-work.theme--richpurple [class$=-subtitle],.pioneering-work.theme--richpurple [class$=-sub-title],.pioneering-work.theme--purple [class$=-eyebrow],.pioneering-work.theme--purple [class$=-subtitle],.pioneering-work.theme--purple [class$=-sub-title]{color:#96d7d2}.pioneering-work.theme--richpurple a:not([class$=-cta]),.pioneering-work.theme--richpurple [class$=-link],.pioneering-work.theme--purple a:not([class$=-cta]),.pioneering-work.theme--purple [class$=-link]{color:#96d7d2}.pioneering-work.theme--richpurple a:not([class$=-cta]):hover,.pioneering-work.theme--richpurple [class$=-link]:hover,.pioneering-work.theme--purple a:not([class$=-cta]):hover,.pioneering-work.theme--purple [class$=-link]:hover{color:#2dbecd}.pioneering-work.theme--richpurple [class$=-cta],.pioneering-work.theme--purple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.pioneering-work.theme--richpurple [class$=-cta] .button-animated,.pioneering-work.theme--purple [class$=-cta] .button-animated{background-color:#96d7d2}.pioneering-work.theme--darkpurple{background-color:#2d1c51;color:#fff}.pioneering-work.theme--darkpurple ul li:before{background-color:#2dbecd}.pioneering-work.theme--darkpurple [class$=-title]{color:#2dbecd}.pioneering-work.theme--darkpurple [class$=-eyebrow],.pioneering-work.theme--darkpurple [class$=-subtitle],.pioneering-work.theme--darkpurple [class$=-sub-title],.pioneering-work.theme--darkpurple [class$=-text]{color:#fff}.pioneering-work.theme--darkpurple a:not([class$=-cta]),.pioneering-work.theme--darkpurple [class$=-link]{color:#ff6ab5}.pioneering-work.theme--darkpurple a:not([class$=-cta]):hover,.pioneering-work.theme--darkpurple [class$=-link]:hover{color:#d92a83}.pioneering-work.theme--darkpurple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.pioneering-work.theme--darkpurple [class$=-cta] .button-animated{background-color:#96d7d2}.pioneering-work.theme--yellow{background-color:#ffc832;color:#000}.pioneering-work.theme--yellow ul li:before{background-color:#503291}.pioneering-work.theme--yellow [class$=-title],.pioneering-work.theme--yellow [class$=-eyebrow],.pioneering-work.theme--yellow [class$=-subtitle],.pioneering-work.theme--yellow [class$=-sub-title]{color:#503291}.pioneering-work.theme--yellow a:not([class$=-cta]),.pioneering-work.theme--yellow [class$=-link]{color:#503291}.pioneering-work.theme--yellow a:not([class$=-cta]):hover,.pioneering-work.theme--yellow [class$=-link]:hover{color:#412877}.pioneering-work.theme--yellow [class$=-cta]{background-color:#503291}.pioneering-work.theme--yellow [class$=-cta] .button-animated{background-color:#412877}.pioneering-work.theme--vibrantcyan,.pioneering-work.theme--cyan{background-color:#2dbecd;color:#000}.pioneering-work.theme--vibrantcyan ul li:before,.pioneering-work.theme--cyan ul li:before{background-color:#503291}.pioneering-work.theme--vibrantcyan [class$=-title],.pioneering-work.theme--cyan [class$=-title]{color:#503291}.pioneering-work.theme--vibrantcyan [class$=-eyebrow],.pioneering-work.theme--vibrantcyan [class$=-subtitle],.pioneering-work.theme--vibrantcyan [class$=-sub-title],.pioneering-work.theme--cyan [class$=-eyebrow],.pioneering-work.theme--cyan [class$=-subtitle],.pioneering-work.theme--cyan [class$=-sub-title]{color:#412877}.pioneering-work.theme--vibrantcyan a:not([class$=-cta]),.pioneering-work.theme--vibrantcyan [class$=-link],.pioneering-work.theme--cyan a:not([class$=-cta]),.pioneering-work.theme--cyan [class$=-link]{color:#412877}.pioneering-work.theme--vibrantcyan a:not([class$=-cta]):hover,.pioneering-work.theme--vibrantcyan [class$=-link]:hover,.pioneering-work.theme--cyan a:not([class$=-cta]):hover,.pioneering-work.theme--cyan [class$=-link]:hover{color:#503291}.pioneering-work.theme--vibrantcyan [class$=-cta],.pioneering-work.theme--cyan [class$=-cta]{background-color:#503291}.pioneering-work.theme--vibrantcyan [class$=-cta] .button-animated,.pioneering-work.theme--cyan [class$=-cta] .button-animated{background-color:#412877}.pioneering-work.theme--white{background-color:#fff;color:#000}.pioneering-work.theme--white ul li:before{background-color:#503291}.pioneering-work.theme--white [class$=-title],.pioneering-work.theme--white [class$=-eyebrow],.pioneering-work.theme--white [class$=-subtitle],.pioneering-work.theme--white [class$=-sub-title]{color:#503291}.pioneering-work.theme--white a:not([class$=-cta]),.pioneering-work.theme--white [class$=-link]{color:#d92b83}.pioneering-work.theme--white a:not([class$=-cta]):hover,.pioneering-work.theme--white [class$=-link]:hover{color:#eb3c96}.pioneering-work.theme--white [class$=-cta]{color:#fff;background-color:#d92b83}.pioneering-work.theme--white [class$=-cta] .button-animated{background-color:#eb3c96}.pioneering-work.theme--blue{background-color:#0f69af;color:#fff}.pioneering-work.theme--blue ul li:before{background-color:#ffc832}.pioneering-work.theme--blue [class$=-title]{color:#ffc832}.pioneering-work.theme--blue [class$=-eyebrow],.pioneering-work.theme--blue [class$=-subtitle],.pioneering-work.theme--blue [class$=-sub-title]{color:#ffc832}.pioneering-work.theme--blue a:not([class$=-cta]),.pioneering-work.theme--blue [class$=-link]{color:#ffc832}.pioneering-work.theme--blue a:not([class$=-cta]):hover,.pioneering-work.theme--blue [class$=-link]:hover{color:#ffdcb9}.pioneering-work.theme--blue [class$=-cta]{background-color:#ffc832;color:#000}.pioneering-work.theme--blue [class$=-cta] .button-animated{background-color:#ffdcb9}@media all and (min-width: 0)and (max-width: 767px){.pioneering-work-component{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pioneering-work-component{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pioneering-work-component{padding-top:60px !important}}@media all and (min-width: 1281px){.pioneering-work-component{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pioneering-work-component{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pioneering-work-component{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pioneering-work-component{padding-bottom:60px !important}}@media all and (min-width: 1281px){.pioneering-work-component{padding-bottom:60px !important}}.pioneering-work__container{zoom:1;width:1400px;margin:0 auto}.pioneering-work__container:before,.pioneering-work__container:after{display:table;line-height:0;content:""}.pioneering-work__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pioneering-work__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.pioneering-work__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pioneering-work__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.pioneering-work__container{width:1280px;padding-right:30px;padding-left:30px}}.pioneering-work__container .row{display:-webkit-box;display:-ms-flexbox;display:flex;clear:both}.pioneering-work-header{position:relative;zoom:1}.pioneering-work-header:before,.pioneering-work-header:after{display:table;line-height:0;content:""}.pioneering-work-header:after{clear:both}.pioneering-work-header .title{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;margin-bottom:40px;color:#503291;text-transform:uppercase}.pioneering-work-header .title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.pioneering-work__text-wrapper{margin-top:45px}.pioneering-work__carousel-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;zoom:1}.pioneering-work__carousel-wrapper:before,.pioneering-work__carousel-wrapper:after{display:table;line-height:0;content:""}.pioneering-work__carousel-wrapper:after{clear:both}.pioneering-work__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;width:100%;margin:0;overflow:hidden}.pioneering-work-mask clipPath{-webkit-transform:scale(0.0042);transform:scale(0.0042)}.pioneering-work-item{width:100%;margin-right:6%;margin-left:6%;padding:0;float:left;border:0;color:#503291;text-align:center;cursor:pointer;opacity:.5}.pioneering-work-item>div{height:100%}.pioneering-work-item-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1}.pioneering-work-item::before{content:none}.pioneering-work-item--hidden{display:none}.pioneering-work-item:hover{opacity:.7}.pioneering-work-item.active{opacity:1}.pioneering-work-item-content{display:none}.pioneering-work-item-content.active{display:block}.pioneering-work-item-content-title,.pioneering-work-item-content-subtitle{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;color:#000 !important;font-weight:bold;text-transform:none}.pioneering-work-item-content-title:lang(ja),.pioneering-work-item-content-subtitle:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.pioneering-work-item-content-title{margin-bottom:24px;font-size:40px}.pioneering-work-item-content-subtitle{margin-bottom:20px;font-size:20px}.pioneering-work-item-content-description{margin:0 auto;margin-bottom:24px;font-size:14px}.pioneering-work-item-content-description>*{font-size:14px}.pioneering-work-item-content-link{font-size:12px;font-weight:bold;text-transform:uppercase}.pioneering-work .icon-arrow-carousel{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;padding:0}.pioneering-work .carousel__dots{display:none}.pioneering-work__image-wrapper{display:none;height:610px;overflow:hidden}.pioneering-work-image-item{display:none;height:100%}.pioneering-work-image-item .image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 1025px){.pioneering-work-item{width:25%;position:relative;min-height:1px;padding:0 15px}.pioneering-work .icon-arrow-carousel{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.pioneering-work-header,.pioneering-work__carousel-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.pioneering-work-header,.pioneering-work__carousel-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}}@media screen and (min-width: 0){.pioneering-work .icon-arrow-carousel.carousel__previous-btn{left:0;margin-right:10%}.pioneering-work .icon-arrow-carousel.carousel__next-btn{right:0;margin-left:10%}}@media all and (min-width: 0)and (max-width: 767px){.pioneering-work-header .title{margin-bottom:40px;float:none}.pioneering-work__content-wrapper{width:100%}.pioneering-work-item{margin-bottom:32px}.carousel .pioneering-work-item{margin-bottom:0}.pioneering-work-item:last-child{margin-bottom:0}.pioneering-work-item-description{padding:0 24px}.pioneering-work-item-content-title{font-size:32px}}@media screen and (min-width: 768px){.pioneering-work__text-wrapper{margin-top:40px}}@media all and (min-width: 768px)and (max-width: 1024px){.pioneering-work .pioneering-work__grid{-ms-flex-pack:distribute;justify-content:space-around}.pioneering-work .pioneering-work-item{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-right:2%;margin-left:2%}.pioneering-work__content-wrapper{width:100%}.pioneering-work .icon-arrow-carousel.carousel__previous-btn{margin-right:9%}.pioneering-work .icon-arrow-carousel.carousel__next-btn{margin-left:9%}.pioneering-work-item-content-title{font-size:36px}}@media screen and (min-width: 1025px){.pioneering-work-header{padding:0}.pioneering-work-header .title{font-size:28px}.pioneering-work-item{margin-right:18.5px;margin-left:18.5px;padding:0}.pioneering-work-item:first-child{margin-left:0}.pioneering-work-item:last-child{margin-right:0}.pioneering-work-item-content-title{font-size:40px}.pioneering-work__text-wrapper{padding:0}.pioneering-work__image-wrapper{display:block}.pioneering-work-image-item.active{display:block}}@media screen and (min-width: 1025px){.pioneering-work.basic .pioneering-work-item{margin-right:21.5px;margin-left:21.5px}.pioneering-work.basic .pioneering-work-item:first-child{margin-left:0}.pioneering-work.basic .pioneering-work-item:last-child{margin-right:0}.pioneering-work.basic .pioneering-work__carousel-wrapper{width:93.75%}.pioneering-work.basic .pioneering-work__text-wrapper{width:67.75%}.pioneering-work.basic .pioneering-work__image-wrapper{display:none}.pioneering-work.basic .pioneering-work__content-wrapper{width:100%}}.timeline.theme--richpurple,.timeline.theme--purple{background-color:#503291;color:#fff}.timeline.theme--richpurple ul li:before,.timeline.theme--purple ul li:before{background-color:#2dbecd}.timeline.theme--richpurple [class$=-title],.timeline.theme--purple [class$=-title]{color:#2dbecd}.timeline.theme--richpurple [class$=-eyebrow],.timeline.theme--richpurple [class$=-subtitle],.timeline.theme--richpurple [class$=-sub-title],.timeline.theme--purple [class$=-eyebrow],.timeline.theme--purple [class$=-subtitle],.timeline.theme--purple [class$=-sub-title]{color:#96d7d2}.timeline.theme--richpurple a:not([class$=-cta]),.timeline.theme--richpurple [class$=-link],.timeline.theme--purple a:not([class$=-cta]),.timeline.theme--purple [class$=-link]{color:#96d7d2}.timeline.theme--richpurple a:not([class$=-cta]):hover,.timeline.theme--richpurple [class$=-link]:hover,.timeline.theme--purple a:not([class$=-cta]):hover,.timeline.theme--purple [class$=-link]:hover{color:#2dbecd}.timeline.theme--richpurple [class$=-cta],.timeline.theme--purple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.timeline.theme--richpurple [class$=-cta] .button-animated,.timeline.theme--purple [class$=-cta] .button-animated{background-color:#96d7d2}.timeline.theme--darkpurple{background-color:#2d1c51;color:#fff}.timeline.theme--darkpurple ul li:before{background-color:#2dbecd}.timeline.theme--darkpurple [class$=-title]{color:#2dbecd}.timeline.theme--darkpurple [class$=-eyebrow],.timeline.theme--darkpurple [class$=-subtitle],.timeline.theme--darkpurple [class$=-sub-title],.timeline.theme--darkpurple [class$=-text]{color:#fff}.timeline.theme--darkpurple a:not([class$=-cta]),.timeline.theme--darkpurple [class$=-link]{color:#ff6ab5}.timeline.theme--darkpurple a:not([class$=-cta]):hover,.timeline.theme--darkpurple [class$=-link]:hover{color:#d92a83}.timeline.theme--darkpurple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.timeline.theme--darkpurple [class$=-cta] .button-animated{background-color:#96d7d2}.timeline.theme--yellow{background-color:#ffc832;color:#000}.timeline.theme--yellow ul li:before{background-color:#503291}.timeline.theme--yellow [class$=-title],.timeline.theme--yellow [class$=-eyebrow],.timeline.theme--yellow [class$=-subtitle],.timeline.theme--yellow [class$=-sub-title]{color:#503291}.timeline.theme--yellow a:not([class$=-cta]),.timeline.theme--yellow [class$=-link]{color:#503291}.timeline.theme--yellow a:not([class$=-cta]):hover,.timeline.theme--yellow [class$=-link]:hover{color:#412877}.timeline.theme--yellow [class$=-cta]{background-color:#503291}.timeline.theme--yellow [class$=-cta] .button-animated{background-color:#412877}.timeline.theme--vibrantcyan,.timeline.theme--cyan{background-color:#2dbecd;color:#000}.timeline.theme--vibrantcyan ul li:before,.timeline.theme--cyan ul li:before{background-color:#503291}.timeline.theme--vibrantcyan [class$=-title],.timeline.theme--cyan [class$=-title]{color:#503291}.timeline.theme--vibrantcyan [class$=-eyebrow],.timeline.theme--vibrantcyan [class$=-subtitle],.timeline.theme--vibrantcyan [class$=-sub-title],.timeline.theme--cyan [class$=-eyebrow],.timeline.theme--cyan [class$=-subtitle],.timeline.theme--cyan [class$=-sub-title]{color:#412877}.timeline.theme--vibrantcyan a:not([class$=-cta]),.timeline.theme--vibrantcyan [class$=-link],.timeline.theme--cyan a:not([class$=-cta]),.timeline.theme--cyan [class$=-link]{color:#412877}.timeline.theme--vibrantcyan a:not([class$=-cta]):hover,.timeline.theme--vibrantcyan [class$=-link]:hover,.timeline.theme--cyan a:not([class$=-cta]):hover,.timeline.theme--cyan [class$=-link]:hover{color:#503291}.timeline.theme--vibrantcyan [class$=-cta],.timeline.theme--cyan [class$=-cta]{background-color:#503291}.timeline.theme--vibrantcyan [class$=-cta] .button-animated,.timeline.theme--cyan [class$=-cta] .button-animated{background-color:#412877}.timeline.theme--white{background-color:#fff;color:#000}.timeline.theme--white ul li:before{background-color:#503291}.timeline.theme--white [class$=-title],.timeline.theme--white [class$=-eyebrow],.timeline.theme--white [class$=-subtitle],.timeline.theme--white [class$=-sub-title]{color:#503291}.timeline.theme--white a:not([class$=-cta]),.timeline.theme--white [class$=-link]{color:#d92b83}.timeline.theme--white a:not([class$=-cta]):hover,.timeline.theme--white [class$=-link]:hover{color:#eb3c96}.timeline.theme--white [class$=-cta]{color:#fff;background-color:#d92b83}.timeline.theme--white [class$=-cta] .button-animated{background-color:#eb3c96}.timeline.theme--blue{background-color:#0f69af;color:#fff}.timeline.theme--blue ul li:before{background-color:#ffc832}.timeline.theme--blue [class$=-title]{color:#ffc832}.timeline.theme--blue [class$=-eyebrow],.timeline.theme--blue [class$=-subtitle],.timeline.theme--blue [class$=-sub-title]{color:#ffc832}.timeline.theme--blue a:not([class$=-cta]),.timeline.theme--blue [class$=-link]{color:#ffc832}.timeline.theme--blue a:not([class$=-cta]):hover,.timeline.theme--blue [class$=-link]:hover{color:#ffdcb9}.timeline.theme--blue [class$=-cta]{background-color:#ffc832;color:#000}.timeline.theme--blue [class$=-cta] .button-animated{background-color:#ffdcb9}.timeline__background{position:relative;background-color:#fff;opacity:0}@media all and (min-width: 0)and (max-width: 767px){.timeline__background{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.timeline__background{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.timeline__background{padding-top:60px !important}}@media all and (min-width: 1281px){.timeline__background{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.timeline__background{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.timeline__background{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.timeline__background{padding-bottom:60px !important}}@media all and (min-width: 1281px){.timeline__background{padding-bottom:60px !important}}.timeline__container{zoom:1;width:1400px;margin:0 auto}.timeline__container:before,.timeline__container:after{display:table;line-height:0;content:""}.timeline__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.timeline__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.timeline__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.timeline__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.timeline__container{width:1280px;padding-right:30px;padding-left:30px}}.timeline__container .reverse-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.timeline__container .dotsContainer{position:relative;width:100%;min-height:361px}.timeline__container .cardContainer{position:relative;width:100%;min-height:304px;padding-right:38px;padding-left:0px;opacity:0}.timeline__container .line{position:absolute;width:0;height:calc(100% - 30px);border-left:1px solid #e1e1e1}.timeline__container .line--desktop{top:13px;left:39px}.timeline__container .line--mobile{display:none;top:8px;left:9px;height:calc(100% - 15px)}.timeline__container .carousel__dot{min-width:20px;min-height:20px}.timeline__item{zoom:1}.timeline__item:before,.timeline__item:after{display:table;line-height:0;content:""}.timeline__item:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.timeline__item{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.timeline__item{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.timeline__item{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.timeline__item{margin-right:-15px;margin-left:-15px}}.timeline__item::before{content:none}.timeline__item-title{margin-bottom:24px;color:#503291;font-size:40px;line-height:40px}.timeline__item-subtitle{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:24px 0px;color:#000 !important;font-size:24px;font-weight:bold;line-height:29px;text-transform:none}.timeline__item-subtitle:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.timeline__item-description{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:48px;font-size:14px;line-height:24px}.timeline__item-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.timeline__item-cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;position:absolute;bottom:0;min-width:170px;padding:15px 24px;text-align:center}.timeline__item-cta:disabled{background:#e1e1e1}.timeline__item-cta .button-animated{background-color:#ff6ab5}.timeline__item_list{width:100%;margin:0;opacity:0}.timeline__item_list .newDots.withTitle{position:relative;opacity:0}.timeline__item_wrapper{min-height:0 !important}.timeline__content_dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;z-index:90 !important}.timeline__content_dots *.blueDot,.timeline__content_dots *.carousel__dot{background-color:#2dbecd}.timeline__content_dots *.carousel__dot--active{background-color:#d92b83}.timeline__content_dots>*{opacity:0}.timeline__content_dots>* .blueDot.carousel__dot{background-color:#2dbecd}.timeline__background .dotsContainer .carousel__dot{opacity:1}.timeline__background.timeline--basic,.timeline__background.timeline--horizontal{opacity:1 !important;-webkit-animation:none !important;animation:none !important}.timeline__background.animationEnd *,.timeline__background.timeline--basic *,.timeline__background.timeline--horizontal *{opacity:1 !important;-webkit-animation:none !important;animation:none !important}.timeline__background.animationEnd .timeline__container .line,.timeline__background.timeline--basic .timeline__container .line,.timeline__background.timeline--horizontal .timeline__container .line{height:calc(100% - 30px);-webkit-animation:none;animation:none}.show{opacity:1}.show .cardContainer{-webkit-animation:fade 1s forwards;animation:fade 1s forwards}.show .timeline__item.carousel__element--first{-webkit-animation:fade 2s forwards;animation:fade 2s forwards}.show .line{-webkit-animation:draw 2s;animation:draw 2s}.show .timeline__item-title{-webkit-animation:fade 3s forwards;animation:fade 3s forwards}.show .timeline__item_list{-webkit-animation:fade 1s forwards;animation:fade 1s forwards;-webkit-animation-delay:5000ms;animation-delay:5000ms}.show .timeline--4 .timeline__item_list{-webkit-animation-delay:4000ms;animation-delay:4000ms}.show .timeline__content_dots>*{-webkit-animation:fade 1s forwards;animation:fade 1s forwards}.show .timeline__content_dots>*:nth-of-type(1){-webkit-animation-delay:2000ms;animation-delay:2000ms}.show .timeline__content_dots>*:nth-of-type(2){-webkit-animation-delay:2500ms;animation-delay:2500ms}.show .timeline__content_dots>*:nth-of-type(3){-webkit-animation-delay:3000ms;animation-delay:3000ms}.show .timeline__content_dots>*:nth-of-type(4){-webkit-animation-delay:3500ms;animation-delay:3500ms}.show .timeline__content_dots>*:nth-of-type(5){-webkit-animation-delay:4000ms;animation-delay:4000ms}.observerDiv{position:absolute;bottom:0;left:0;width:1px;height:1px}@media all and (min-width: 1281px){.timeline__button-list-container{width:25%;position:relative;min-height:1px;padding:0 15px}.timeline__main-content-container{width:75%;position:relative;min-height:1px;padding:0 15px}.timeline__content_wrapper{width:75%;position:relative;min-height:1px;padding:0 15px}.timeline__content_dots{width:25%;position:relative;min-height:1px;padding:0 15px}.timeline__container.carousel .withTitle:hover .carousel__dot{min-width:24px;min-height:24px;margin-left:-2px}.timeline__item{margin-right:0px;margin-left:0px}}@media all and (min-width: 1025px)and (max-width: 1280px){.timeline__button-list-container{width:25%;position:relative;min-height:1px;padding:0 15px}.timeline__main-content-container{width:75%;position:relative;min-height:1px;padding:0 15px}.timeline__container .dotsContainer{margin-left:36px}.timeline__container .line--desktop{left:60px}.timeline__container.carousel .withTitle:hover .carousel__dot{min-width:24px;min-height:24px;margin-left:-2px}.timeline__content_wrapper{width:75%;position:relative;min-height:1px;padding:0 15px}.dotsContainer .timeline__content_dots{padding:0px 0px;width:25%;position:relative;min-height:1px;padding:0 15px}.timeline__item{margin-right:0px;margin-left:0px}}@media all and (min-width: 768px)and (max-width: 1024px){.timeline__button-list-container{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.timeline__main-content-container{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.timeline__container .dotsContainer{top:0px;padding-left:42px}.timeline__container .line--desktop{left:61px}.timeline__content_wrapper{width:50%;position:relative;min-height:1px;padding:0 15px}.dotsContainer .timeline__content_dots{padding:0px 0px;width:25%;position:relative;min-height:1px;padding:0 15px}.timeline__item{margin-right:0px;margin-left:0px}.timeline__item-title{font-size:36px;line-height:36px}.timeline__item-subtitle{margin-bottom:25px;font-size:22px;line-height:26px}}@media all and (min-width: 0)and (max-width: 767px){.timeline__button-list-container{width:100%;position:relative;min-height:1px;padding:0 10px}.timeline__main-content-container{width:100%;position:relative;min-height:1px;padding:0 10px}.timeline__content_wrapper{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:48px}.timeline__content_dots{width:100%;position:relative;min-height:1px;padding:0 10px}.timeline__container .cardContainer{min-height:1px;opacity:1;-webkit-animation:none;animation:none}.timeline__container .line--mobile{display:block}.timeline__container .line--desktop{display:none}.timeline__container .dotsContainer{display:none;min-height:0px}.timeline__container .reverse-items{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.timeline__item.hideContentMobile{display:none}.timeline__item{position:relative;margin-bottom:60px;background-color:#fff;z-index:20}.timeline__item-title{margin-bottom:40px;font-size:32px}.timeline__item-subtitle{font-size:20px}.timeline__item-description{margin-bottom:24px}.timeline__item-cta{position:relative;width:100%}.timeline__item_list{opacity:1}.timeline__item_list .newDots.withTitle .carousel__dot.blue{background-color:#2dbecd}.timeline__item-content{width:100%;position:relative;min-height:1px;padding:0 10px}.show{opacity:1}.show .cardContainer{-webkit-animation:none;animation:none}.show .cardContainer .line{-webkit-animation:drawMobile 2s;animation:drawMobile 2s}.show .timeline__item.carousel__element--first{-webkit-animation:fade 1s forwards;animation:fade 1s forwards}.show .timeline__item_list{-webkit-animation:none;animation:none}.show .timeline__item_list .newDots.withTitle{-webkit-animation:fade 1s forwards;animation:fade 1s forwards}.show .timeline__item_list .newDots.withTitle:nth-child(1){-webkit-animation-delay:2000ms;animation-delay:2000ms}.show .timeline__item_list .newDots.withTitle:nth-child(3){-webkit-animation-delay:2500ms;animation-delay:2500ms}.show .timeline__item_list .newDots.withTitle:nth-child(5){-webkit-animation-delay:3000ms;animation-delay:3000ms}.show .timeline__item_list .newDots.withTitle:nth-child(7){-webkit-animation-delay:3500ms;animation-delay:3500ms}.show .timeline__item_list .newDots.withTitle:nth-child(9){-webkit-animation-delay:4000ms;animation-delay:4000ms}.showCard{-webkit-animation:none;animation:none}}@media all and (min-width: 0)and (max-width: 767px){.timeline--horizontal .timeline__item-title{display:none}}@media all and (min-width: 1281px){.timeline--horizontal .timeline__button-list-container{width:75%;position:relative;min-height:1px;padding:0 15px}.timeline--horizontal .timeline__main-content-container{width:75%;position:relative;min-height:1px;padding:0 15px}.timeline--horizontal .timeline__content_dots.dotsContainer .carousel__dots-wrapper::after{width:250%}.timeline--horizontal .timeline__content_dots.dotsContainer .carousel__dots-wrapper:first-child::after,.timeline--horizontal .timeline__content_dots.dotsContainer .carousel__dots-wrapper:last-child::after{width:150%}}@media all and (min-width: 768px){.timeline--horizontal .reverse-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.timeline--horizontal .timeline__item-title{margin-bottom:40px}}@media all and (min-width: 768px)and (min-width: 0)and (max-width: 767px){.timeline--horizontal .timeline__item-title{display:none}}@media all and (min-width: 768px){.timeline--horizontal .timeline__item-subtitle{margin-top:0}}@media all and (min-width: 768px){.timeline--horizontal .timeline__item-description{margin-bottom:32px}}@media all and (min-width: 768px){.timeline--horizontal .timeline__content_dots.dotsContainer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:1px;margin-left:0;padding:0}.timeline--horizontal .timeline__content_dots.dotsContainer .carousel__dots-wrapper{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:75px;max-width:170px;height:-webkit-max-content;height:-moz-max-content;height:max-content;text-align:center}.timeline--horizontal .timeline__content_dots.dotsContainer .carousel__dots-wrapper::after{position:absolute;top:10px;width:200%;border-top:1px solid #e1e1e1;content:"";z-index:-1}.timeline--horizontal .timeline__content_dots.dotsContainer .carousel__dots-wrapper:first-child::after{left:50%;width:100%}.timeline--horizontal .timeline__content_dots.dotsContainer .carousel__dots-wrapper:last-child::after{right:50%;width:100%}.timeline--horizontal .timeline__content_dots.dotsContainer .carousel__dots-wrapper .dotTitle{padding-left:0}.timeline--horizontal .timeline__content_dots.dotsContainer .carousel__dot{min-height:20px;margin-bottom:15px}.timeline--horizontal .timeline__content_dots.dotsContainer .carousel .withTitle .dotTitle{padding-left:0}}@media all and (min-width: 768px){.timeline--horizontal .timeline__container .cardContainer{min-height:auto}}@media all and (min-width: 768px){.timeline--horizontal .timeline__text-container{margin-top:40px}}@media all and (min-width: 768px){.timeline--horizontal .timeline__item-cta{position:relative}}@media all and (min-width: 768px){.timeline--horizontal .carousel .withTitle:hover .dotTitle{color:#ff6ab5;font-size:13px}.timeline--horizontal .carousel .withTitle:hover .carousel__dot{width:20px;height:20px}}@-webkit-keyframes draw{from{height:0}to{height:calc(100% - 30px)}}@keyframes draw{from{height:0}to{height:calc(100% - 30px)}}@-webkit-keyframes drawMobile{from{height:0}to{height:calc(100% - 10px)}}@keyframes drawMobile{from{height:0}to{height:calc(100% - 10px)}}@keyframes fade{from{opacity:0}to{opacity:1}}.who-we-are{position:relative;background-color:#503291}.who-we-are__container{zoom:1;width:1400px;margin:0 auto}@media all and (min-width: 0)and (max-width: 767px){.who-we-are__container{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.who-we-are__container{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.who-we-are__container{padding-top:60px !important}}@media all and (min-width: 1281px){.who-we-are__container{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.who-we-are__container{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.who-we-are__container{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.who-we-are__container{padding-bottom:60px !important}}@media all and (min-width: 1281px){.who-we-are__container{padding-bottom:60px !important}}.who-we-are__container:before,.who-we-are__container:after{display:table;line-height:0;content:""}.who-we-are__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.who-we-are__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.who-we-are__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.who-we-are__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.who-we-are__container{width:1280px;padding-right:30px;padding-left:30px}}.who-we-are__row{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex}.who-we-are__row:before,.who-we-are__row:after{display:table;line-height:0;content:""}.who-we-are__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.who-we-are__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.who-we-are__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.who-we-are__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.who-we-are__row{margin-right:-15px;margin-left:-15px}}.who-we-are__m{width:100%;height:100%}.who-we-are__title{font-size:32px;color:#ffc832}@media all and (min-width: 768px)and (max-width: 1024px){.who-we-are__title{font-size:42px}}@media all and (min-width: 1025px)and (max-width: 1280px){.who-we-are__title{font-size:42px}}@media all and (min-width: 1281px){.who-we-are__title{font-size:42px}}@media all and (min-width: 0)and (max-width: 767px){.who-we-are__title{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.who-we-are__title{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.who-we-are__title{margin-bottom:32px !important}}@media all and (min-width: 1281px){.who-we-are__title{margin-bottom:32px !important}}.who-we-are__description{color:#fff}.who-we-are__item{display:-webkit-box;display:-ms-flexbox;display:flex}.who-we-are__item a.who-we-are__item-title{font-size:12px;color:#eb3c96;font-weight:bold;text-transform:uppercase}@media all and (min-width: 768px)and (max-width: 1024px){.who-we-are__item a.who-we-are__item-title{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.who-we-are__item a.who-we-are__item-title{font-size:12px}}@media all and (min-width: 1281px){.who-we-are__item a.who-we-are__item-title{font-size:12px}}.who-we-are__item a.who-we-are__item-title::after{top:3px}.who-we-are__item-description{font-size:12px;color:#fff}@media all and (min-width: 768px)and (max-width: 1024px){.who-we-are__item-description{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.who-we-are__item-description{font-size:12px}}@media all and (min-width: 1281px){.who-we-are__item-description{font-size:12px}}.who-we-are__item-arrow::before{font-size:8px;vertical-align:middle}.who-we-are__item-content{margin-top:-6px}.who-we-are__svg{position:relative;width:100%;min-height:65px;background-color:#fff;background-position:right;background-size:cover}.who-we-are h2{margin-top:0;margin-bottom:0;line-height:normal;text-transform:none}.who-we-are h2 p::first-letter{text-transform:uppercase}@media all and (min-width: 1281px){.who-we-are__logo{width:31.25%;position:relative;min-height:1px;padding:0 15px}.who-we-are__content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.who-we-are__description{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.who-we-are__items{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.who-we-are__item{padding-bottom:35px}.who-we-are__item-image{width:80px}.who-we-are__item-image-wrapper{padding-right:19px}.who-we-are__svg{min-height:55px}}@media all and (min-width: 1025px)and (max-width: 1280px){.who-we-are__logo{width:31.25%;position:relative;min-height:1px;padding:0 15px}.who-we-are__content{width:68.75%;position:relative;min-height:1px;padding:0 15px}.who-we-are__description{position:relative;width:54.5454545455%;min-height:1px;padding:0 15px;float:left}.who-we-are__items{position:relative;width:45.4545454545%;min-height:1px;padding:0 15px;float:left}.who-we-are__item{padding-bottom:19px}.who-we-are__item-image{width:65px}.who-we-are__item-image-wrapper{padding-right:16px}.who-we-are__svg{min-height:40px}}@media all and (min-width: 768px)and (max-width: 1024px){.who-we-are__logo{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.who-we-are__content{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.who-we-are__description{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.who-we-are__items{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.who-we-are__elements{display:block}.who-we-are__item{padding-bottom:32px}.who-we-are__item-image{width:85px}.who-we-are__item-image-wrapper{padding-right:22px}.who-we-are__svg{min-height:32px}}@media all and (min-width: 0)and (max-width: 767px){.who-we-are__container{padding-top:0 !important}.who-we-are__logo{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:31px}.who-we-are__content{width:100%;position:relative;min-height:1px;padding:0 10px}.who-we-are__description{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.who-we-are__items{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.who-we-are__row{display:block}.who-we-are__item{padding-bottom:15px}.who-we-are__item-image{width:107px}.who-we-are__item-image-wrapper{padding-right:19px}.who-we-are__svg{min-height:20px}}.homepage-work-with-us{position:relative}.homepage-work-with-us__wrapper{background-color:#503291}.homepage-work-with-us__container{zoom:1;width:1400px;margin:0 auto}.homepage-work-with-us__container:before,.homepage-work-with-us__container:after{display:table;line-height:0;content:""}.homepage-work-with-us__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.homepage-work-with-us__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-work-with-us__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-work-with-us__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.homepage-work-with-us__container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px){.homepage-work-with-us__container{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-work-with-us__container{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-work-with-us__container{padding-top:60px !important}}@media all and (min-width: 1281px){.homepage-work-with-us__container{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.homepage-work-with-us__container{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-work-with-us__container{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-work-with-us__container{padding-bottom:60px !important}}@media all and (min-width: 1281px){.homepage-work-with-us__container{padding-bottom:60px !important}}.homepage-work-with-us__row{zoom:1}.homepage-work-with-us__row:before,.homepage-work-with-us__row:after{display:table;line-height:0;content:""}.homepage-work-with-us__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.homepage-work-with-us__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-work-with-us__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-work-with-us__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.homepage-work-with-us__row{margin-right:-15px;margin-left:-15px}}.homepage-work-with-us__mask{position:relative;width:100%;min-height:20px;padding-bottom:70px}.homepage-work-with-us__header{font-size:32px;line-height:1;margin-bottom:30px;color:#2dbecd}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-work-with-us__header{font-size:42px;line-height:1}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-work-with-us__header{font-size:42px;line-height:1}}@media all and (min-width: 1281px){.homepage-work-with-us__header{font-size:42px;line-height:1}}.homepage-work-with-us__eyebrow{font-size:12px;margin-bottom:23px;color:#ffc832}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-work-with-us__eyebrow{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-work-with-us__eyebrow{font-size:12px}}@media all and (min-width: 1281px){.homepage-work-with-us__eyebrow{font-size:12px}}.homepage-work-with-us__description-button{display:inline-block;min-width:100px;text-align:center}.homepage-work-with-us--default{display:-webkit-box;display:-ms-flexbox;display:flex}.homepage-work-with-us__item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.homepage-work-with-us__item-description{font-size:18px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;color:#fff;font-weight:bold;line-height:28px}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-work-with-us__item-description{font-size:18px}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-work-with-us__item-description{font-size:18px}}@media all and (min-width: 1281px){.homepage-work-with-us__item-description{font-size:18px}}.homepage-work-with-us__item-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:start;align-self:flex-start;min-width:100px;height:42px;margin:0 auto 0 0;padding-top:15px;text-align:center}.homepage-work-with-us--personalized .homepage-work-with-us__link{font-size:12px;font-weight:bold;text-transform:uppercase}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-work-with-us--personalized .homepage-work-with-us__link{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-work-with-us--personalized .homepage-work-with-us__link{font-size:12px}}@media all and (min-width: 1281px){.homepage-work-with-us--personalized .homepage-work-with-us__link{font-size:12px}}.homepage-work-with-us--personalized .homepage-work-with-us__description{color:#fff}.homepage-work-with-us--personalized .homepage-work-with-us__description-text{margin-top:24px}.homepage-work-with-us--personalized .homepage-work-with-us__card-image{width:100%;height:187px;background-position:center center;background-size:cover}.homepage-work-with-us--personalized .homepage-work-with-us__card-info{padding:30px;background-color:#fff}.homepage-work-with-us--personalized .homepage-work-with-us__card-title{font-weight:bold}.homepage-work-with-us--personalized .homepage-work-with-us__navigation-title{margin-bottom:20px;color:#fff;font-weight:bold}.homepage-work-with-us--personalized .homepage-work-with-us__navigation-option{display:block;margin-bottom:10px}.homepage-work-with-us--personalized .homepage-work-with-us__arrow:before{font-size:8px}@media all and (min-width: 1281px){.homepage-work-with-us__container{padding-top:80px}.homepage-work-with-us.same-theme--bottom .homepage-work-with-us__wrapper{margin-bottom:-30px;padding-bottom:30px}.homepage-work-with-us__eyebrow{width:31.25%;position:relative;min-height:1px;padding:0 15px}.homepage-work-with-us__header{width:50%;position:relative;min-height:1px;padding:0 15px;margin-bottom:40px}.homepage-work-with-us__item-0{width:25%;position:relative;min-height:1px;padding:0 15px}.homepage-work-with-us__item-1,.homepage-work-with-us__item-2{width:25%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.homepage-work-with-us--personalized .homepage-work-with-us__description{width:43.75%;position:relative;min-height:1px;padding:0 15px}.homepage-work-with-us--personalized .homepage-work-with-us__description-button{margin-top:10px;margin-bottom:60px}.homepage-work-with-us--personalized .homepage-work-with-us__cards{width:50%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%;margin-top:-70px}.homepage-work-with-us--personalized .homepage-work-with-us__card{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.homepage-work-with-us--personalized .homepage-work-with-us__navigation--hide-desktop{display:none}.homepage-work-with-us--personalized .homepage-work-with-us__content{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 1025px)and (max-width: 1280px){.homepage-work-with-us__container{padding-top:80px}.homepage-work-with-us.same-theme--bottom .homepage-work-with-us__wrapper{margin-bottom:-30px;padding-bottom:30px}.homepage-work-with-us__eyebrow{width:37.5%;position:relative;min-height:1px;padding:0 15px}.homepage-work-with-us__header{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-bottom:40px}.homepage-work-with-us__item-0,.homepage-work-with-us__item-1,.homepage-work-with-us__item-2{width:31.25%;position:relative;min-height:1px;padding:0 15px}.homepage-work-with-us--personalized .homepage-work-with-us__description{width:37.5%;position:relative;min-height:1px;padding:0 15px}.homepage-work-with-us--personalized .homepage-work-with-us__description-button{margin-top:10px;margin-bottom:60px}.homepage-work-with-us--personalized .homepage-work-with-us__cards{width:62.5%;position:relative;min-height:1px;padding:0 15px}.homepage-work-with-us--personalized .homepage-work-with-us__card{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.homepage-work-with-us--personalized .homepage-work-with-us__navigation--hide-desktop{display:none}.homepage-work-with-us--personalized .homepage-work-with-us__content{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 768px)and (max-width: 1024px){.homepage-work-with-us__container{padding-top:60px}.homepage-work-with-us.same-theme--bottom .homepage-work-with-us__wrapper{margin-bottom:-20px;padding-bottom:20px}.homepage-work-with-us__eyebrow{width:50%;position:relative;min-height:1px;padding:0 10px}.homepage-work-with-us__header{width:100%;position:relative;min-height:1px;padding:0 10px}.homepage-work-with-us__item-0,.homepage-work-with-us__item-1,.homepage-work-with-us__item-2{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.homepage-work-with-us--personalized .homepage-work-with-us__description{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-bottom:40px}.homepage-work-with-us--personalized .homepage-work-with-us__cards{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}.homepage-work-with-us--personalized .homepage-work-with-us__card{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;margin-bottom:40px}.homepage-work-with-us--personalized .homepage-work-with-us__navigation{width:50%;position:relative;min-height:1px;padding:0 10px}.homepage-work-with-us--personalized .homepage-work-with-us__navigation--hide-mobile{display:none}}@media all and (min-width: 0)and (max-width: 767px){.homepage-work-with-us__container{padding-top:60px}.homepage-work-with-us.same-theme--bottom .homepage-work-with-us__wrapper{margin-bottom:-20px;padding-bottom:20px}.homepage-work-with-us__eyebrow{width:100%;position:relative;min-height:1px;padding:0 10px}.homepage-work-with-us__header{width:100%;position:relative;min-height:1px;padding:0 10px}.homepage-work-with-us--default{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.homepage-work-with-us__item{margin-bottom:32px}.homepage-work-with-us__item-0{width:100%;position:relative;min-height:1px;padding:0 10px}.homepage-work-with-us__item-1,.homepage-work-with-us__item-2{width:100%;position:relative;min-height:1px;padding:0 10px}.homepage-work-with-us__item-2{margin-bottom:0px}.homepage-work-with-us--personalized .homepage-work-with-us__mask{top:-715px}.homepage-work-with-us--personalized .homepage-work-with-us__description{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:40px}.homepage-work-with-us--personalized .homepage-work-with-us__cards{width:100%;position:relative;min-height:1px;padding:0 10px}.homepage-work-with-us--personalized .homepage-work-with-us__card{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:40px}.homepage-work-with-us--personalized .homepage-work-with-us__navigation{width:100%;position:relative;min-height:1px;padding:0 10px}.homepage-work-with-us--personalized .homepage-work-with-us__navigation--hide-mobile{display:none}}.hotspot{background-color:#96d7d2}@media all and (min-width: 0)and (max-width: 767px){.hotspot-component{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.hotspot-component{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.hotspot-component{padding-top:60px !important}}@media all and (min-width: 1281px){.hotspot-component{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.hotspot-component{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.hotspot-component{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.hotspot-component{padding-bottom:60px !important}}@media all and (min-width: 1281px){.hotspot-component{padding-bottom:60px !important}}.hotspot-container{zoom:1;width:1400px;margin:0 auto;position:relative}.hotspot-container:before,.hotspot-container:after{display:table;line-height:0;content:""}.hotspot-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.hotspot-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.hotspot-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.hotspot-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.hotspot-container{width:1280px;padding-right:30px;padding-left:30px}}.hotspot-container-content{position:relative;width:93.75%;min-height:1px;padding:0 15px;float:left;margin-left:6.25%;position:relative;overflow:hidden;aspect-ratio:16/9}.hotspot-zoom-container{position:absolute;top:0;left:0;width:100%;-webkit-transition:top .1s ease,left .1s ease,-webkit-transform .2s linear;transition:top .1s ease,left .1s ease,-webkit-transform .2s linear;transition:transform .2s linear,top .1s ease,left .1s ease;transition:transform .2s linear,top .1s ease,left .1s ease,-webkit-transform .2s linear;cursor:-webkit-grab;cursor:grab}.hotspot__title{color:#503291}.hotspot button{display:block;padding:0;border:0}.hotspot-controls{position:absolute;top:12px;left:41px;z-index:99}.hotspot-controls-zoom-in,.hotspot-controls-zoom-out,.hotspot-controls-center{width:48px;height:48px}.hotspot-controls-zoom-in:hover circle,.hotspot-controls-zoom-in.max circle,.hotspot-controls-zoom-out:hover circle,.hotspot-controls-zoom-out.max circle,.hotspot-controls-center:hover circle,.hotspot-controls-center.max circle{fill:#fff;stroke:#000}.hotspot-controls-zoom-in:hover path,.hotspot-controls-zoom-in.max path,.hotspot-controls-zoom-out:hover path,.hotspot-controls-zoom-out.max path,.hotspot-controls-center:hover path,.hotspot-controls-center.max path{fill:#000}.hotspot-controls-zoom-in svg,.hotspot-controls-zoom-out svg,.hotspot-controls-center svg{width:48px;height:48px}.hotspot-controls-zoom-in circle,.hotspot-controls-zoom-out circle,.hotspot-controls-center circle{fill:#2d1c51}.hotspot-controls-zoom-in path,.hotspot-controls-zoom-out path,.hotspot-controls-center path{fill:#fff}.hotspot-controls-zoom-out{margin:8px 0}.hotspot-image{position:relative;background-position:center;background-size:cover;overflow:hidden}.hotspot-image::before{display:block;width:100%;padding-top:56.25%;content:""}.hotspot-singleHotSpot{position:absolute;width:auto;height:54px;-webkit-transform:translate(-29px, -45px);transform:translate(-29px, -45px);-webkit-transform-origin:bottom;transform-origin:bottom;color:#ff6ab5;cursor:pointer;z-index:2}.hotspot-singleHotSpot:hover,.hotspot-singleHotSpot.active{color:#fff}.hotspot-singleHotSpot svg{width:auto;height:54px}.hotspot-spots-content{position:absolute;top:0;right:-1000px;height:100%;padding-right:0;-webkit-transition:right .5s linear;transition:right .5s linear;background:#fff;visibility:hidden;z-index:99}.hotspot-spots-content.open{right:0;visibility:visible}.hotspot-spots-content-close{position:absolute;top:16px;left:16px;border:0;color:#eb3c96;cursor:pointer}.hotspot-spots-single-spot{display:none;width:64%;height:100%;margin:-20px auto 0;padding:48px 0;font-size:12px}.hotspot-spots-single-spot.open{display:block}.hotspot-spots-single-spot--image{width:100%;margin-bottom:24px;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.hotspot-spots-single-spot--eyebrow{margin-bottom:12px;color:#503291;font-weight:700;text-transform:uppercase;overflow-wrap:break-word}.hotspot-spots-single-spot--title{margin-bottom:12px;font-weight:700}.hotspot-spots-single-spot--description{max-height:calc(100% - 326px);margin-bottom:24px;overflow-y:scroll}.hotspot-spots-single-spot--cta{font-weight:700;text-transform:uppercase;overflow-wrap:break-word}.hotspot-spots-single-spot--cta.arrow-link:after{top:4px}.hotspot-mask clipPath{-webkit-transform:scale(0.004);transform:scale(0.004)}.hotspot-mobile-fill{display:none}@media all and (min-width: 1025px)and (max-width: 1280px){.hotspot-controls-zoom-in,.hotspot-controls-zoom-out,.hotspot-controls-center{width:38px;height:38px}.hotspot-controls-zoom-in svg,.hotspot-controls-zoom-out svg,.hotspot-controls-center svg{width:38px;height:38px}.hotspot-container-content{position:relative;width:93.75%;min-height:1px;padding:0 15px;float:left;margin-left:6.25%}.hotspot-singleHotSpot{height:42px;-webkit-transform:translate(-22px, -33px);transform:translate(-22px, -33px)}.hotspot-singleHotSpot svg{position:relative;bottom:6px;left:0;height:42px}.hotspot-spots-single-spot--description{max-height:calc(100% - 286px)}}@media all and (min-width: 768px)and (max-width: 1024px){.hotspot-container-content{position:relative;width:91.6666666667%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}.hotspot-controls{left:38px}.hotspot-singleHotSpot{height:26px;-webkit-transform:translate(-14px, -20px);transform:translate(-14px, -20px)}.hotspot-singleHotSpot svg{position:relative;bottom:13px;left:0;height:26px}.hotspot-spots-single-spot{height:calc(100% - 112px);margin:56px auto 0;padding:0}.hotspot-spots-single-spot--image{display:none}.hotspot-spots-single-spot--description{max-height:calc(100% - 94px)}}@media all and (min-width: 0px)and (max-width: 1024px){.hotspot-controls{top:8px}.hotspot-controls-zoom-in,.hotspot-controls-zoom-out,.hotspot-controls-center{width:24px;height:24px}.hotspot-controls-zoom-in svg,.hotspot-controls-zoom-out svg,.hotspot-controls-center svg{width:24px;height:24px}.hotspot-spots-content svg{display:none}.hotspot-spots-single-spot--image{display:none}}@media all and (min-width: 0)and (max-width: 767px){.hotspot-container{position:relative}.hotspot-controls{display:-webkit-box;display:-ms-flexbox;display:flex;top:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.hotspot-controls-zoom-out{margin:0 8px}.hotspot-container-content{top:48px;width:100%;margin-left:0;aspect-ratio:9/16}.hotspot-zoom-container{top:30%}.hotspot-singleHotSpot{height:12px;-webkit-transform:translate(-40%, -85%);transform:translate(-40%, -85%)}.hotspot-singleHotSpot svg{position:relative;bottom:6px;left:0;height:12px}.hotspot-spots-content{position:absolute;top:auto;right:0;bottom:-1000px;width:100%;height:56%;padding:0 10px;-webkit-transition:bottom .5s linear;transition:bottom .5s linear}.hotspot-spots-content.open{right:0;bottom:48px}.hotspot-spots-content svg{display:none}.hotspot-spots-content-close{top:20px;left:0}.hotspot-spots-single-spot{width:100%;height:calc(100% - 56px);margin:56px auto 0;padding:0}.hotspot-spots-single-spot--image{display:none}.hotspot-spots-single-spot--description{max-height:calc(100% - 128px)}.hotspot-spots-single-spot--cta{margin-bottom:35px}.hotspot-mobile-fill{display:block;position:absolute;bottom:-1000px;left:0;width:100%;height:56%;-webkit-transition:bottom .5s linear;transition:bottom .5s linear;background:#fff;visibility:hidden;z-index:1}.hotspot-mobile-fill.open{bottom:0;visibility:visible}}.investor-event{padding-bottom:100px}@media all and (min-width: 0)and (max-width: 767px){.investor-event{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.investor-event{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.investor-event{padding-top:60px !important}}@media all and (min-width: 1281px){.investor-event{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.investor-event{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.investor-event{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.investor-event{padding-bottom:60px !important}}@media all and (min-width: 1281px){.investor-event{padding-bottom:60px !important}}.investor-event-lib-search{overflow:hidden;zoom:1}.investor-event-lib-search:before,.investor-event-lib-search:after{display:table;line-height:0;content:""}.investor-event-lib-search:after{clear:both}.investor-event-lib-search__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.investor-event-lib-search__button{border:0}.investor-event-lib-search__input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:69px;border:1px solid #e1e1e1;border-radius:4px;background-color:#fff}.investor-event-lib-search__input-wrapper .icon-search{padding:12px}.investor-event-lib-search__input-wrapper .icon-search:before{color:#454545;font-size:20px}.investor-event-lib-search__input{width:100%;height:69px;border:0;border-radius:4px;font-size:16px;text-overflow:ellipsis;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.investor-event-lib-search__input{height:67px}}.investor-event__search--mobile{zoom:1}.investor-event__search--mobile:before,.investor-event__search--mobile:after{display:table;line-height:0;content:""}.investor-event__search--mobile:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.investor-event__search--mobile{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.investor-event__search--mobile{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.investor-event__search--mobile{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.investor-event__search--mobile{margin-right:-15px;margin-left:-15px}}.investor-event__container{zoom:1;width:1400px;margin:0 auto;margin-bottom:30px;padding:0}.investor-event__container:before,.investor-event__container:after{display:table;line-height:0;content:""}.investor-event__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.investor-event__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.investor-event__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.investor-event__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.investor-event__container{width:1280px;padding-right:30px;padding-left:30px}}.investor-event .counters-text{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px;padding-right:15px;padding-left:15px;font-style:normal;line-height:27.2px}.investor-event__search-counters-text .counters-text{padding:0 10px}.investor-event__headline{margin-bottom:30px;color:#503291;font-size:32px}.investor-event__sub-headline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:20px;color:#2dbecd;font-size:12px;font-weight:bold}.investor-event__sub-headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.investor-event__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.investor-event .investor-event-lib-search__icon-wrapper{padding:1px 6px}.investor-event .investor-event-lib-list{margin:0}.investor-event .investor-event-lib-list .row{margin-right:0px;margin-left:0px}.investor-event .investor-event-lib-list .list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;padding:40px 0;border:1px solid #e1e1e1}.investor-event .investor-event-lib-list .list-item::before{content:none}.investor-event .investor-event-lib-list .list-item__tags,.investor-event .investor-event-lib-list .list-item__cta-list{margin:0}.investor-event .investor-event-lib-list .list-item__tags li::before,.investor-event .investor-event-lib-list .list-item__cta-list li::before{content:none}.investor-event .investor-event-lib-list .list-item__tags{margin-bottom:20px;color:#503291}.investor-event .investor-event-lib-list .list-item__tag,.investor-event .investor-event-lib-list .list-item__label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:12px;line-height:1.2}.investor-event .investor-event-lib-list .list-item__tag:lang(ja),.investor-event .investor-event-lib-list .list-item__label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.investor-event .investor-event-lib-list .list-item__tag,.investor-event .investor-event-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.investor-event .investor-event-lib-list .list-item__tag,.investor-event .investor-event-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.investor-event .investor-event-lib-list .list-item__tag,.investor-event .investor-event-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.investor-event .investor-event-lib-list .list-item__tag,.investor-event .investor-event-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.investor-event .investor-event-lib-list .list-item__tag,.investor-event .investor-event-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.investor-event .investor-event-lib-list .list-item__tag,.investor-event .investor-event-lib-list .list-item__label{font-size:12px;line-height:1.2}}.investor-event .investor-event-lib-list .list-item__tag{font-size:12px;line-height:15.6px;text-transform:uppercase}.investor-event .investor-event-lib-list .list-item__label{margin-bottom:0;font-size:14px;line-height:23px}.investor-event .investor-event-lib-list .list-item__label-text{font-weight:normal}.investor-event .investor-event-lib-list .list-item__text{margin-bottom:30px;font-size:14px;line-height:24px}.investor-event .investor-event-lib-list .list-item__column--base-info .title{line-height:26px}.investor-event .investor-event-lib-list .list-item__column--base-info .type-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px}.investor-event .investor-event-lib-list .list-item__column--base-info .list-item__label{font-size:16px;line-height:24px}.investor-event .investor-event-lib-list .list-item__column--base-info .list-item__text{margin-top:0px;margin-left:5px;font-size:16px}.investor-event .investor-event-lib-list .list-item__link{display:inline-block;width:100%;margin-top:5px;margin-bottom:30px}.investor-event .investor-event-lib-list .list-item__authors-list{margin-top:5px;margin-left:25px;font-size:14px}.investor-event .investor-event-lib-list .list-item__authors-list li::before{margin-left:-1.7em}.investor-event .investor-event-lib-list .list-item__authors-list .list-item__author{margin-bottom:4px}.investor-event .investor-event-lib-list .list-item .ctas-wrapper{margin-bottom:32px}.investor-event .investor-event-lib-list .list-item .ctas-wrapper .list-item__label,.investor-event .investor-event-lib-list .list-item .ctas-wrapper .list-item__cta{-ms-hyphens:none;hyphens:none;word-break:normal;word-wrap:normal}.investor-event .investor-event-lib-list .list-item .ctas-wrapper .list-item__cta{font-size:14px}.investor-event .investor-event-lib-list .list-item .ctas-wrapper:last-child{margin-bottom:0}.investor-event .investor-event-lib-list .list-item .ctas-wrapper .list-item__authors-list-ctas{margin-top:5px}.investor-event .investor-event-lib-list .list-item .ctas-wrapper .list-item__authors-list-ctas li::before{background-color:#eb3c96}.investor-event .investor-event-lib-list .list-item .ctas-wrapper .list-item__authors-list-ctas li::before:hover{background-color:#ff6ab5}.investor-event .investor-event-lib-list .list-item .ctas-wrapper .list-item__authors-list-ctas .list-item__cta{display:-webkit-box;position:relative;top:-23px;margin-bottom:-15px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.investor-event .investor-event-lib-list .list-item .list-item__link{display:block;font-size:14px;word-wrap:break-word;overflow-wrap:anywhere}@media all and (min-width: 1281px){.investor-event .investor-event-lib-list .list-item .list-item__tags{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;width:calc(25% + 40px);margin-left:30px}.investor-event .investor-event-lib-list .list-item__column--base-info .list-item__text{max-height:185px;text-overflow:ellipsis;overflow:hidden;position:relative;width:71.875%;min-height:1px;padding:0 15px;float:left}.investor-event .investor-event-lib-list .list-item__column{position:relative;width:18.75%;min-height:1px;padding:0 15px;float:left}.investor-event .investor-event-lib-list .list-item__column--classification-info{position:relative;width:18.75%;min-height:1px;padding:0 15px;float:left;padding-left:32px}.investor-event .investor-event-lib-list .list-item__column--ctas{width:calc(18.75% + 12px)}}@media all and (min-width: 1025px)and (max-width: 1280px){.investor-event .investor-event-lib-list .list-item__tags{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left;width:calc(37.5% - 20px);margin-left:15px}.investor-event .investor-event-lib-list .list-item__column{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.investor-event .investor-event-lib-list .list-item__column--base-info{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;margin-bottom:30px;padding:0 45px}.investor-event .investor-event-lib-list .list-item__column--classification-info{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;padding-left:45px}.investor-event .investor-event-lib-list .list-item__column--ctas{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;width:calc(25% + 32px)}.investor-event .investor-event-lib-list .list-item__authors-list{line-height:23.8px}}@media all and (min-width: 768px)and (max-width: 1024px){.investor-event .investor-event-lib-list .list-item__tags{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;width:calc(50% - 30px);margin-left:30px}.investor-event .investor-event-lib-list .list-item__column{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.investor-event .investor-event-lib-list .list-item__column--base-info{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:30px;padding:0 50px}.investor-event .investor-event-lib-list .list-item__column--classification-info{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;padding-left:50px}.investor-event .investor-event-lib-list .list-item__column--authors{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.investor-event .investor-event-lib-list .list-item__column--ctas{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.investor-event .investor-event-lib-list .list-item__authors-list{line-height:23.8px}}@media all and (min-width: 0)and (max-width: 767px){.investor-event .investor-event-lib-list .list-item__tags,.investor-event .investor-event-lib-list .list-item__column{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left;margin-left:16.6666666667%;left:-20px;width:calc(66.66667% + 40px)}.investor-event .investor-event-lib-list .list-item__tags{padding:0}.investor-event .investor-event-lib-list .list-item .list-item__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.investor-event .investor-event-lib-list .list-item__text-title{margin-right:10px}.investor-event .investor-event-lib-list .list-item .list-item__link{display:inline-block}.investor-event .investor-event-lib-list .list-item .list-item__link .is-ios{width:260px}}.investor-event .investor-event-lib-list__load-more-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:20px}.investor-event .investor-event-lib-list__load-more-cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;width:229px}.investor-event .investor-event-lib-list__load-more-cta:disabled{background:#e1e1e1}.investor-event .investor-event-lib-list__load-more-cta .button-animated{background-color:#ff6ab5}@media all and (min-width: 0)and (max-width: 767px){.investor-event .investor-event-lib-list.is-ios .list-item__link{width:260px}}@media all and (min-width: 1281px){.investor-event-lib-search{width:68.75%;position:relative;min-height:1px;padding:0 15px}.investor-event__header{width:100%;position:relative;min-height:1px;padding:0 15px}.investor-event__headline{margin-bottom:40px}.investor-event__container{width:100%;padding:0}.investor-event .investor-event-lib-list .list-item__column--base-info .list-item__label.title{font-size:22px}}@media all and (min-width: 1025px)and (max-width: 1280px){.investor-event-lib-search{width:68.75%;position:relative;min-height:1px;padding:0 15px}.investor-event__header{width:100%;position:relative;min-height:1px;padding:0 15px}.investor-event__headline{margin-bottom:40px}.investor-event__container{width:100%;padding:0}.investor-event .investor-event-lib-list .list-item__column--base-info .list-item__label.title{font-size:22px}}@media all and (min-width: 0px)and (max-width: 1024px){.investor-event .investor-event-lib-list__load-more-cta{width:100%}.investor-event .counters-text{margin-top:40px;margin-bottom:30px}.investor-event__headline{margin-top:0}.investor-event__container{display:none;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}.investor-event__header{position:absolute;width:100%;min-height:54px;border-bottom:1px solid #e1e1e1;background-color:#fff}.investor-event__header--secondary .investor-event__sub-headline{margin-bottom:0}.investor-event__container--opened{display:block}.investor-event .investor-event__header{position:relative;border-bottom:0}.investor-event .investor-event__header,.investor-event .investor-event__footer{margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.investor-event .investor-event-lib-search{padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.investor-event-lib-search{width:100%;position:relative;min-height:1px;padding:0 10px}.investor-event__container{width:100%;position:relative;min-height:1px;padding:0 10px;position:fixed}.investor-event__header,.investor-event__footer{padding-right:40px;padding-left:40px}.investor-event .investor-event-lib-list .list-item__column--base-info .list-item__label.title{font-size:24px}.investor-event .investor-event__header,.investor-event .investor-event__footer{width:768px}}@media all and (min-width: 0)and (max-width: 767px){.investor-event-lib-search{width:100%;position:relative;min-height:1px;padding:0 10px}.investor-event__container{width:100%;position:relative;min-height:1px;padding:0 10px;position:fixed}.investor-event__header,.investor-event__footer{padding-right:20px;padding-left:20px}.investor-event .investor-event-lib-list .list-item__column--base-info .list-item__label.title{font-size:20px}}.science-space-lib-search{width:100%;overflow:hidden;zoom:1}.science-space-lib-search:before,.science-space-lib-search:after{display:table;line-height:0;content:""}.science-space-lib-search:after{clear:both}.science-space-lib-search__button{border:0}.science-space-lib-search__input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:69px;border:1px solid #e1e1e1;border-radius:4px;background-color:#fff}.science-space-lib-search__input-wrapper .icon-search{padding:12px}.science-space-lib-search__input-wrapper .icon-search:before{color:#454545;font-size:20px}.science-space-lib-search__input{width:100%;height:69px;border:0;border-radius:4px;font-size:16px}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-search__input{height:67px}}.jd-body .jd__apply-button{margin-top:25px}.jd-header{position:relative;width:100%;float:none;background-color:#0e6aaf;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.jd-header{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.jd-header{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.jd-header{padding-top:60px !important}}@media all and (min-width: 1281px){.jd-header{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.jd-header{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.jd-header{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.jd-header{padding-bottom:60px !important}}@media all and (min-width: 1281px){.jd-header{padding-bottom:60px !important}}.jd-header .container{position:relative;z-index:2}.jd-header-breadcrumb{width:100%;margin-bottom:10px;zoom:1}.jd-header-breadcrumb:before,.jd-header-breadcrumb:after{display:table;line-height:0;content:""}.jd-header-breadcrumb:after{clear:both}.jd-header-breadcrumb>div{padding:0 !important}.jd-header-breadcrumb ul{zoom:1}.jd-header-breadcrumb ul:before,.jd-header-breadcrumb ul:after{display:table;line-height:0;content:""}.jd-header-breadcrumb ul:after{clear:both}.jd-header-breadcrumb ul a{color:#fff}.jd-header-breadcrumb ul a:after{color:#eb3c96}.jd-header-social{margin-top:24px !important;margin-bottom:40px !important}.jd-header-pattern{position:absolute;top:0;right:0;min-width:1390px}.jd-header:before{position:absolute;top:1px;left:0;width:100%;height:100%;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXgAAAGOCAYAAAAtj2sgAAAAAXNSR0IArs4c6QAAK05JREFUeAHt3ety20QYBuCmQMuxpRwHuCHu/yI405ZzaYHwvRl/zEYjJ3ZCbMt+dmZnD1rJ0qP8ekeR7t1TCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDARgJnG62yiAABAgQIECBAgAABAgQIECBAgAABAgR2LnB+fv6kfvTzSf1sNf5CwLvzW+IHCRAgQIAAAQIECBAgQIAAAQIECBA4dYEKbh+VwTS47XEHuBm/eZXVWR3oy1rw1ar+eHZ2dn7VDrYRIECAAAECBAgQIECAAAECBAgQIECAwGWBylkf1MzHq/pJtakZj/1PV3Np365665KAdwx0X9YRv6mawPfroU1/rN9XEPxPzSkECBAgQIAAAQIECBAgQIAAAQIECBA4OoGKTe/XRX1UtUPabjuwnQa47+8DYRrwbnoOf9fC76om9E0g3G36l2oFwb/WnEKAAAECBAgQIECAAAECBAgQIECAAIG9ClRomxC2A9ppYDsdf1hrE/IedLlpwLvNRf1Wi78dagLgcZx+wuLvKgz+qVqFAAECBAgQIECAAAECBAgQIECAAAEC1wpUYPtOLerAdvpE7TSwzfiNaw+6sAW7CHi3IckrIr6vehH4rvoZz9YKhJ/XNoUAAQIECBAgQIAAAQIECBAgQIAAgSMQqMD2YV3GGMyu63eo+9YRXPatLuHQAt5tL+ZV7fBj1Q6Af1j1x/ZSv0LhhMgKAQIECBAgQIAAAQIECBAgQIAAAQJ3LFCB7Wv1E3mP7fTp2nXjx3d8Skd3+KUHvDe5IT/XTgl9N61PKxTOO4cVAgQIECBAgAABAgQIECBAgAABAictsApsnxTC+PGxfpp2fNq2A9y8x/bspNHu+OJPMeDdlvS8dnhWNU8Kdyjc/W4zP/aFwgWiECBAgAABAgQIECBAgAABAgQIHJ5AhbQJXB9V/aBqwtqxTuem4zxhK7AthEMpAt67uRMJhfPBuA5+E/52ANz9sX2a7fWk8O/VKgQIECBAgAABAgQIECBAgAABAgSuFaig9t1aNA1gNxm/X/vdv/YHLFiEgID3sG7TizqdBL8Xge+qnfbzNHHmUtN/VsHwL9UqBAgQIECAAAECBAgQIECAAAECCxOokDYfCRtD2bGfJ2uvGr++sMt1uncgIOC9A9Q9HPKv+s3nq3oR+m7Qz/qsfe4dw6WgECBAgAABAgQIECBAgAABAgS2EKhg9kEtf1T18apNv2vmUt9bzfWanhvHOY5C4MYCAt4b0x3VjnkC+FnVDn3H/lxw3OsSDv92VBIuhgABAgQIECBAgAABAgQIEDhqgSGY7TB2LqTtALbXzI0fHjWUi1uMgIB3MbfqYE/0VZ1Zh8DddkDc47VtBcR/HOyVOTECBAgQIECAAAECBAgQIEDgIAQqlM1Hvd6umnfOvlO1g9du5wLY3pZ23P5mjRUCRyMg4D2aW7nYC3lZZ94BcD5M1/2043iun7lfKiTOR+0UAgQIECBAgAABAgQIECBA4AAEKoxNgJogtmsC2e53QLvtOMdIyKsQIDAREPBOQAwXJ/BPnfHPVRP2blKzttf/13oPcakoBAgQIECAAAECBAgQIHBSAqtXFdw0cF0X0CaIfe2kIF0sgT0LCHj3fAP8/MEI/F5n0uFv3kk89jMe66817pp3EKefNjXHSf3Dk8WloBAgQIAAAQIECBAgQIDArQUqiH29DjI+BTv2bxPQvnHrk3MAAgT2LiDg3fstcAJHKpDXRuT9wh36dpvwt/vdXgTCNb9tm+O/ECSXgkKAAAECBAgQIECAAIEdCVTYer9+Kq8geGtNnds2N5f95+bn5h7UWoUAAQKzAgLeWRaTBBYl8KLONmHvReA79NfN9fq0Y7/37/mxzbY/V+sv5r3WojQUAgQIECBAgAABAgT2KrB6svVhnUTC0oSgaTNOSJoPcq0LYTeZnwta+/h1aIUAAQKHISDgPYz74CwILFHgrzrpMQQe+5fC4Mm6m2zrfTqE/rMC5swpBAgQIECAAAECBAjsSaDC1bxnNSFo1w5Wp+MORee297bsM27PfALbPlba6VzGeZpWIUCAwEkLCHhP+va7eAKLFshrMDr47bZD5uvGWddhce/T427HNZnr+YvWE8yL/ttx8gQIECBAgACBxQsMT66OAegYkE4D07nx3Nx4jLE/t9aHtBb/l+QCCBA4BgEB7zHcRddAgMA+BF7Vj46h77Q/N143l/mxdrg8zuXDfX/v40L9JgECBAgQIEDglAUqSM1TpPnAVdp8kCp1rp+5q9YmIJ3W6wLU6fYxZBWuFqhCgAABAvfuCXj9FRAgQGA5Ah0qXwp+6/TXjfvDfeu2z83/t08Fyvk9hQABAgQIEDgxgQo0z+qS82/vu2oTnq4LTcf5uVB1F9tP7C/A5RIgQIDA0gQEvEu7Y86XAAECuxPIE8NjCJwni18ONQHwOJ72d7H9VQXReV2HQoAAAQIE9i6w+pf5BI5dx0Cy58Z2n9vzZOh4LglZM+ep0EJQCBAgQIDAkgQEvEu6W86VAAECBOYE1gXJ6+anQXQ+GHjTmt+46b7Z78r9vZZj7nabI0DgFAQqKM3Towk/uyaI7H6Hov/3uAPPPn7G3R+D0LE/3V67KAQIECBAgACB3QoIeHfr7dcIECBAgMC2AlcFyFcGxPVDV+17XcCcIDwfLPxfWmH1trfdegK3F5g8TToNIjuknJu/zdw0iM2x+njd32ScgFchQIAAAQIECBDYQOBfXHHvlhtyYAoAAAAASUVORK5CYII=");background-repeat:no-repeat;background-position:bottom;background-size:cover;content:"";z-index:2}.jd-header-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:-5px;margin-bottom:15px;color:#fff;font-size:32px;font-weight:bold;text-transform:capitalize}.jd-header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.jd-header-content{color:#fff}.jd-header .header-share .social-share__text{color:#fff}.jd-header-button{padding:0 15px}.jd-header--image .jd-header-background{overflow:hidden;position:absolute;top:0;right:0}.jd-header--image .jd-header-background-mask{position:absolute;top:-5px;right:-2px}.jd-header--image .jd-header-background-image{background-repeat:no-repeat;background-position:center;background-size:cover;position:absolute;top:0;right:0}.jd-header--image .jd-header-background-pattern{position:absolute;top:0;right:0}.jd-header--image:before{background-image:none}@media all and (min-width: 1281px){.jd-header{width:100%}.jd-header-pattern{width:100%;height:640px}.jd-header-content{width:50%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.jd-header-pattern{width:100%;height:800px}.jd-header-pattern svg{height:800px}.jd-header-content{width:50%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.jd-header-pattern{width:100%;height:650px}.jd-header-pattern svg{height:650px}.jd-header-content{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.jd-header:before{display:none}.jd-header .social-share{margin:25px 0 30px}.jd-header-text{font-size:16px}.jd-header-button{padding:0 10px}.jd-header-button a{padding:12px 10px}.jd-header-title{margin-bottom:25px;font-size:20px}.jd-header-pattern,.jd-header-background{display:none}.jd-header-content{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px){.download-cart-buttons{width:100%;position:relative;min-height:1px;padding:0 15px}.download-cart-card__container{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;margin-top:40px}.download-cart-card__cta-wrapper-desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:57px}.download-cart-card__cta-load-more{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;margin-left:37.5%;margin-top:60px}.download-cart-card__cta-load-more>button{width:100%}.download-cart-card__title{margin-top:24px;margin-bottom:4px}.download-cart__empty-container{width:100%;position:relative;min-height:1px;padding:0 15px;height:1020px}.download-cart__empty-cta{margin-top:60px}.download-cart__empty-title{margin-bottom:67px;font-size:28px;line-height:1}.download-cart__empty-icon{width:190px;height:190px;margin-top:37px;margin-bottom:40px}.download-cart__empty-icon .icon-download-files{font-size:92px}.download-cart-container{zoom:1;width:1400px;margin:0 auto;padding-top:60px;padding-bottom:60px}.download-cart-container:before,.download-cart-container:after{display:table;line-height:0;content:""}.download-cart-container:after{clear:both}}@media all and (min-width: 768px)and (min-width: 0)and (max-width: 767px){.download-cart-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (min-width: 768px)and (max-width: 1024px){.download-cart-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (min-width: 1025px)and (max-width: 1280px){.download-cart-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 768px)and (min-width: 1281px){.download-cart-container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 768px){.download-cart__title{margin-bottom:54px;font-size:28px}}@media all and (min-width: 1281px){.download-cart__title,.download-cart__separation{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.download-cart__title,.download-cart__separation{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.download-cart-card__container{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.download-cart-card__cta-load-more{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:33.3333333333%}.download-cart-card__cta-load-more>button{width:100%}.download-cart-container{zoom:1;width:1400px;margin:0 auto;padding-top:40px;padding-bottom:40px}.download-cart-container:before,.download-cart-container:after{display:table;line-height:0;content:""}.download-cart-container:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.download-cart-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.download-cart-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.download-cart-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.download-cart-container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 768px)and (max-width: 1024px){.download-cart__title,.download-cart__separation{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.download-cart-buttons{width:100%;position:relative;min-height:1px;padding:0 10px}.download-cart-card__container{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:36px}.download-cart-card__description{display:none}.download-cart-card__cta-load-more{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-top:80px}.download-cart-card__cta-load-more>button{width:100%}.download-cart-card__title{margin-top:20px}.download-cart-container{zoom:1;width:1400px;margin:0 auto;padding-top:40px;padding-bottom:40px}.download-cart-container:before,.download-cart-container:after{display:table;line-height:0;content:""}.download-cart-container:after{clear:both}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 0)and (max-width: 767px){.download-cart-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 768px)and (max-width: 1024px){.download-cart-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1025px)and (max-width: 1280px){.download-cart-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1281px){.download-cart-container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px){.download-cart__cta{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.download-cart__empty-container{zoom:1;width:1400px;margin:0 auto;height:610px}.download-cart__empty-container:before,.download-cart__empty-container:after{display:table;line-height:0;content:""}.download-cart__empty-container:after{clear:both}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 0)and (max-width: 767px){.download-cart__empty-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 768px)and (max-width: 1024px){.download-cart__empty-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1025px)and (max-width: 1280px){.download-cart__empty-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1281px){.download-cart__empty-container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px){.download-cart__empty-cta{margin-top:50px;position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.download-cart__empty-title{margin-bottom:36px;font-size:24px;line-height:1}}@media all and (min-width: 0)and (max-width: 767px){.download-cart__empty-icon{width:112px;height:112px;margin-bottom:30px}.download-cart__empty-icon .icon-download-files{font-size:54px}}@media all and (min-width: 0)and (max-width: 767px){.download-cart__title{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-top:20px;margin-bottom:43px;font-size:24px}}@media all and (min-width: 0)and (max-width: 767px){.download-cart__separation{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.download-cart-card__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.download-cart-card__cta{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:42px;height:42px;margin-left:24px;padding:5px;border:0;border-radius:50%;background:#eb3c96;cursor:pointer}.download-cart-card__cta .icon-delete-files,.download-cart-card__cta .icon-download-files{color:#fff;font-size:23px}.download-cart-card__cta-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.download-cart-card__description{font-size:14px;line-height:1.7}.download-cart-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.download-cart-card__img--container{height:200px;overflow:hidden}.download-cart-card__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:18px;font-weight:bold;line-height:1.4}.download-cart-card__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.download-cart-card__size{margin-right:auto;color:gray;font-size:12px;line-height:1.7}.download-cart__cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;margin-bottom:18px}.download-cart__cta:disabled{background:#e1e1e1}.download-cart__cta .button-animated{background-color:#ff6ab5}.download-cart__cta .icon-delete-files,.download-cart__cta .icon-download-files{margin-right:12px;color:#fff;font-size:26px;vertical-align:middle}.download-cart__cta-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.download-cart__empty-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.download-cart__empty-cta a{color:#fff}.download-cart__empty-description p{margin:0;font-size:14px;line-height:1.7;text-align:center}.download-cart__empty-title{color:#503291;text-align:center}.download-cart__empty-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;background-color:#f7f4ff}.download-cart__empty-icon .icon-download-files{display:block;margin:0 auto;color:#503291;opacity:.5}.download-cart__eyebrow{display:block;margin-bottom:40px;color:#eb3c96;font-size:12px;font-weight:bold;line-height:1.2;text-transform:uppercase}.download-cart__title{color:#2dbecd}.download-cart__separation{width:calc(100% - 20px);margin-bottom:44px;margin-left:10px;border:1px solid #e1e1e1}.download-cart__cta.download-cart__empty-cta.download-cart__empty-cta--no-description{margin-top:0}@media all and (min-width: 0)and (max-width: 767px){.media-cart__controls{margin-top:16px}}.media-cart__add-cta,.media-cart__remove-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.media-cart__add-text,.media-cart__remove-text{color:#000;font-size:13px;font-weight:bold;line-height:1.4;text-transform:uppercase}.media-cart__icon-cta{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:42px;height:42px;margin-right:5px;padding:5px;border-radius:50%;background:#eb3c96}.media-cart__icon-cta .icon-delete-files,.media-cart__icon-cta .icon-add-files{color:#fff;font-size:23px}.navigation-desktop-search-cart-added-items{position:absolute;top:3px;left:0;width:100%;color:#fff;font-size:12px;text-align:center}.navigation-desktop-search-cart-container-text{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:block;position:relative;width:24px;height:24px;font-size:14px;font-weight:bold}.navigation-desktop-search-cart-container-text:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.navigation-desktop-search-cart-container-text .icon-cart-base{position:absolute;color:#fff;font-size:22px}.navigation-desktop-search-cart-container-text .icon-download-files{color:#fff;font-size:22px}.navigation-mobile-search-cart-container{display:inline-block;padding-top:16px}@media all and (min-width: 1025px){.navigation-desktop-search-cart-container{padding:10px}}.products-and-services{background-color:#fff;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}@media all and (min-width: 0)and (max-width: 767px){.products-and-services{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.products-and-services{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.products-and-services{padding-top:60px !important}}@media all and (min-width: 1281px){.products-and-services{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.products-and-services{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.products-and-services{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.products-and-services{padding-bottom:60px !important}}@media all and (min-width: 1281px){.products-and-services{padding-bottom:60px !important}}.products-and-services.is-even{background-color:#ffdcb9}.products-and-services__eyebrow{color:#d92b83;text-align:center;font-family:Verdana,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:16px;text-transform:uppercase;margin-bottom:16px}.products-and-services__title{text-align:center;margin-top:0;margin-bottom:63px;font-family:Verdana,sans-serif;font-size:28px;font-style:normal;font-weight:700;line-height:34px;color:#2d1c51;text-transform:none}.products-and-services__triggers{display:-webkit-box;display:-ms-flexbox;display:flex}.products-and-services__trigger{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;color:#2d1c51;font-size:28px;font-style:normal;font-weight:400;line-height:31px;text-transform:uppercase;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.products-and-services__trigger:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.products-and-services__trigger .icon-arrow-right{width:0;opacity:0;height:0;-webkit-transition:opacity .3s ease,width .3s ease;transition:opacity .3s ease,width .3s ease}.products-and-services__trigger.is-active{color:#d92b83}.products-and-services__trigger.is-active .icon-arrow-right{margin-right:8px;width:40px;height:40px;opacity:1}.products-and-services__trigger.is-active .icon-arrow-right:before{font-size:18px;padding-left:5px}.products-and-services__tab{display:none;-webkit-transition:opacity 1s ease,display 0s allow-discrete;transition:opacity 1s ease,display 0s allow-discrete;opacity:0}.products-and-services__tab.is-active{opacity:1;display:block}.products-and-services__tab-content{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.products-and-services__tab-content:before,.products-and-services__tab-content:after{display:table;line-height:0;content:""}.products-and-services__tab-content:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.products-and-services__tab-content{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.products-and-services__tab-content{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.products-and-services__tab-content{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.products-and-services__tab-content{margin-right:-15px;margin-left:-15px}}@starting-style{.products-and-services__tab.is-active{opacity:0}}.products-and-services__content{position:relative}.products-and-services__card-wrapper{border-radius:8px;background-color:#2d1c51;padding:24px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;overflow:hidden}.products-and-services__card-background{position:absolute;top:0;left:0;height:100%;width:100%;background-position:center !important;background-size:cover !important;-webkit-animation:shrink 500ms ease-in-out forwards;animation:shrink 500ms ease-in-out forwards}.products-and-services__card-background::after{position:absolute;top:70%;left:0;width:100%;height:101%;background:-webkit-gradient(linear, left bottom, left top, from(rgb(45, 28, 81)), to(rgba(45, 28, 81, 0)));background:linear-gradient(0deg, rgb(45, 28, 81), rgba(45, 28, 81, 0));border-radius:1.539px;content:""}.products-and-services__card .icon-arrow-right{-webkit-transition:all .3s ease;transition:all .3s ease;width:30px;color:#eb3c96;left:0}@-webkit-keyframes shrink{0%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes shrink{0%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes grow{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes grow{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.products-and-services__card:hover .products-and-services__card-background{-webkit-animation:grow 500ms ease-in-out forwards;animation:grow 500ms ease-in-out forwards}.products-and-services__card:hover .icon-arrow-right{left:5px;color:#eb3c96}.products-and-services__card-image{overflow:hidden;position:absolute;top:0;left:0}.products-and-services__card-image img{width:100%;-o-object-fit:cover;object-fit:cover}.products-and-services__card-content{position:relative}.products-and-services__card-title{color:#a5cd50;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;font-style:normal;font-weight:400;text-transform:uppercase;margin-bottom:8px;font-size:24px;line-height:26px}.products-and-services__card-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.products-and-services__card-description{color:#fff;font-family:Verdana,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:16px}.products-and-services__card-cta{display:-webkit-box;display:-ms-flexbox;display:flex}.products-and-services__card-cta-arrow{width:40px;min-width:40px;height:40px;min-height:40px;position:relative;border:2px solid #eb3c96;border-radius:50%;color:#eb3c96 !important}.products-and-services__card-cta-arrow::after{font-family:"MKGAA-ICONS" !important;display:inline-block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);content:"";font-size:12px}@media all and (min-width: 1281px){.products-and-services__wrapper{width:100%;position:relative;min-height:1px;padding:0 15px}.products-and-services__eyebrow{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;margin-left:37.5%}.products-and-services__title{position:relative;width:75%;min-height:1px;padding:0 15px;float:left;margin-left:12.5%;font-size:32px;line-height:38px}.products-and-services__content{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.products-and-services__triggers{position:relative;width:31.25%;min-height:1px;padding:0 15px;float:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:48px;padding-top:25px}.products-and-services__tabs{position:relative;width:62.5%;min-height:1px;padding:0 15px;float:left;margin-left:6.25%}.products-and-services__card{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;height:313px}.products-and-services__card--big{height:516px;margin-bottom:45px}.products-and-services__card-title{font-size:28px;line-height:31px}}@media all and (min-width: 1025px)and (max-width: 1280px){.products-and-services__wrapper{width:100%;position:relative;min-height:1px;padding:0 15px}.products-and-services__eyebrow{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;margin-left:37.5%}.products-and-services__title{position:relative;width:75%;min-height:1px;padding:0 15px;float:left;margin-left:12.5%;font-size:32px;line-height:38px}.products-and-services__triggers{position:relative;width:31.25%;min-height:1px;padding:0 15px;float:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:48px}.products-and-services__tabs{position:relative;width:62.5%;min-height:1px;padding:0 15px;float:left;margin-left:6.25%}.products-and-services__card{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;height:245px}.products-and-services__card--big{height:399px;margin-bottom:105px}}@media all and (min-width: 768px)and (max-width: 1024px){.products-and-services__wrapper{width:100%;position:relative;min-height:1px;padding:0 10px;position:unset}.products-and-services__eyebrow{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:33.3333333333%}.products-and-services__title{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.products-and-services__triggers{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:48px;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;position:absolute;top:128px;margin-left:10px}.products-and-services__triggers::-webkit-scrollbar{display:none}.products-and-services__trigger{white-space:nowrap;display:block;margin-right:24px;font-size:16px;line-height:18px}.products-and-services__trigger .icon-arrow-right{display:none}.products-and-services__trigger .underline{display:none}.products-and-services__trigger.is-active .underline{display:block;width:100%;height:2px;background-color:#d92b83;margin-top:8px;border:none}.products-and-services__tabs{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-top:84px}.products-and-services__card{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;height:280px;margin-bottom:51px}.products-and-services__card--big{height:423px;margin-bottom:0}}@media all and (min-width: 0)and (max-width: 767px){.products-and-services__wrapper{width:100%;position:relative;min-height:1px;padding:0 10px;position:unset}.products-and-services__eyebrow{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.products-and-services__title{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:31px}.products-and-services__triggers{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:48px;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;position:absolute;top:166px;margin-left:10px}.products-and-services__triggers::-webkit-scrollbar{display:none}.products-and-services__trigger{white-space:nowrap;display:block;margin-right:24px;font-size:16px;line-height:18px}.products-and-services__trigger .icon-arrow-right{display:none}.products-and-services__trigger .underline{display:none}.products-and-services__trigger.is-active .underline{display:block;width:100%;height:2px;background-color:#d92b83;margin-top:8px;border:none}.products-and-services__tab-content{display:block}.products-and-services__tabs{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-top:84px}.products-and-services__card{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;height:313px}.products-and-services__card--big{height:410px;margin-bottom:43px}}.what-we-do{background-color:#2d1c51;overflow:hidden}.what-we-do-section,.what-we-do-section .theme--darkpurple{background-color:#2d1c51}.what-we-do__header-content{text-align:center}.what-we-do__eyebrow{margin-bottom:16px;color:#a5cd50;font-size:12px;font-weight:700;line-height:16px;text-transform:uppercase}.what-we-do__headline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:0;color:#fff;font-weight:700;text-transform:none;-ms-hyphens:none;hyphens:none}.what-we-do__headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.what-we-do__mask clipPath{-webkit-transform:scale(0.0009);transform:scale(0.0009)}.what-we-do__no-pages{color:#fff;font-weight:700}.what-we-do__category{position:relative;max-width:1440px;margin:0 auto}.what-we-do__category--content{position:relative;z-index:2}.what-we-do__category--title{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;margin-right:24px;margin-bottom:0;color:#2dbecd;font-weight:400;text-transform:uppercase}.what-we-do__category--title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.what-we-do__category--cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.what-we-do__category--cta svg{min-width:40px;min-height:40px}.what-we-do__category--cta:hover svg path{fill:#d92b83}.what-we-do__category--description{color:#fff;font-size:18px;font-weight:400;line-height:27px}.what-we-do__category--parallax-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.what-we-do__category--parallax-image{position:absolute;top:0;background-attachment:fixed;background-position:left;background-size:cover;z-index:0;aspect-ratio:1/1}.what-we-do__what-we-up-to--container{margin-top:32px}.what-we-do__what-we-up-to--title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:24px;color:#ffdcb9;font-size:12px;font-weight:700;line-height:16px;text-transform:uppercase}.what-we-do__what-we-up-to--title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.what-we-do__what-we-up-to--item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.what-we-do__what-we-up-to--item:first-of-type{margin-bottom:24px}.what-we-do__what-we-up-to--item--title{color:#fff;font-size:16px;font-weight:400;line-height:24px}.what-we-do__what-we-up-to--item--title .icon-arrow-right{-webkit-transition:all .3s ease;transition:all .3s ease;margin-left:5px;color:#eb3c96;font-size:10px}.what-we-do__what-we-up-to--item--image{min-width:120px;min-height:94px;margin-right:24px;background-size:cover}.what-we-do__what-we-up-to--item:hover .icon-arrow-right{-webkit-transform:translateX(5px);transform:translateX(5px)}@media all and (min-width: 0)and (max-width: 767px){.what-we-do{padding-top:80px;padding-bottom:83px}.what-we-do__headline{font-size:24px;line-height:29px}.what-we-do__category--content{margin-top:64px}.what-we-do__category--title{font-size:24px;line-height:26px}.what-we-do__category--parallax-wrapper{position:relative;left:20px;width:100%;height:auto;margin-top:90px;aspect-ratio:1/1}.what-we-do__category--parallax-image{width:157%}.what-we-do__category.category-2 .what-we-do__category--parallax-image{left:-13%;width:150%}.what-we-do__what-we-up-to--container{margin-top:24px}.what-we-do__what-we-up-to--item--title{width:calc(71.4% - 16px)}.what-we-do__what-we-up-to--item--image{width:28.6%;min-width:1px;min-height:1px;margin-right:16px;aspect-ratio:40/31}}@media all and (min-width: 768px)and (max-width: 1024px){.what-we-do{padding-top:80px;padding-bottom:126px}.what-we-do__headline{font-size:28px;line-height:34px}.what-we-do__header-content{margin-bottom:116px}.what-we-do__category--content{margin-top:155px}.what-we-do__category--title{font-size:28px;line-height:31px}.what-we-do__category--parallax-image{right:-27.7%;width:70.7%}.what-we-do__category.category-2{margin-top:117px}.what-we-do__category.category-2 .what-we-do__category--content{margin-left:41.6666666667%;margin-top:68px}.what-we-do__category.category-2 .what-we-do__category--parallax-image{left:-9%;width:68.3%}.what-we-do__category.category-3{margin-top:232px}.what-we-do__category.category-3 .what-we-do__category--content{margin-top:60px}.what-we-do__category.category-3 .what-we-do__category--parallax-image{right:-20.2%;width:63.1%}.what-we-do__what-we-up-to--item--title{position:relative;width:57.1428571429%;min-height:1px;padding:0 10px;float:left;padding-left:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.what-we-do{padding-top:120px;padding-bottom:148px}.what-we-do__headline{font-size:32px;line-height:38px}.what-we-do__header-content{margin-bottom:155px}.what-we-do__category--content{margin-top:290px}.what-we-do__category--title{font-size:32px;line-height:35px}.what-we-do__category--parallax-image{right:-33.3%;width:87%}.what-we-do__category.category-2{margin-top:134px}.what-we-do__category.category-2 .what-we-do__category--content{margin-left:56.25%;margin-top:130px}.what-we-do__category.category-2 .what-we-do__category--parallax-image{left:-11%;width:73%}.what-we-do__category.category-3{margin-top:158px}.what-we-do__category.category-3 .what-we-do__category--content{margin-top:348px}.what-we-do__category.category-3 .what-we-do__category--parallax-image{right:-28.4%;width:82%}.what-we-do-paddingTopBottom{padding-top:120px;padding-bottom:148px}}@media all and (min-width: 1281px){.what-we-do{padding-top:120px;padding-bottom:140px}.what-we-do__headline{font-size:32px;line-height:38px}.what-we-do__header-content{margin-left:12.5%}.what-we-do__category{margin-top:155px}.what-we-do__category--content{margin-top:177px}.what-we-do__category--title{font-size:32px;line-height:35px}.what-we-do__category--parallax-image{right:-26%;width:74.9%}.what-we-do__category.category-2{margin-top:176px}.what-we-do__category.category-2 .what-we-do__category--content{margin-left:56.25%;margin-top:115px}.what-we-do__category.category-2 .what-we-do__category--parallax-image{left:-2.6%;width:76.7%}.what-we-do__category.category-3{margin-top:196px}.what-we-do__category.category-3 .what-we-do__category--content{margin-top:221px}.what-we-do__category.category-3 .what-we-do__category--parallax-image{right:-21.8%;width:70.6%}.what-we-do__what-we-up-to--container{margin-top:40px}.what-we-do__what-we-up-to--item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.what-we-do__what-we-up-to--item:first-of-type{margin-bottom:24px}.what-we-do__what-we-up-to--item--image{min-width:120px;min-height:94px;margin-right:24px;background-size:cover}.what-we-do__what-we-up-to--item:hover .icon-arrow-right{-webkit-transform:translateX(5px);transform:translateX(5px)}.what-we-do-paddingTopBottom{padding-top:120px;padding-bottom:148px}}.product-carousel{position:relative;padding:80px 0}.product-carousel .carousel .icon-arrow-carousel{font-size:26px}.product-carousel .carousel .icon-arrow-carousel.carousel__previous-btn{display:block;left:8px}.product-carousel .carousel .icon-arrow-carousel.carousel__next-btn{display:block;right:8px}.product-carousel__backgrounds{position:absolute;top:0;left:0;width:100%;height:100%}.product-carousel__background{position:relative;width:100%;height:50%}.product-carousel__background--purple,.product-carousel__background--dark-purple{background-color:#2d1c51}.product-carousel__background--white{background-color:#fff}.product-carousel__content__title>*{color:#2dbecd;font-size:24px;font-style:normal;font-weight:400;line-height:26px;text-transform:uppercase}.product-carousel__content__title--top-white>*{color:#2d1c51}.product-carousel__content__text{margin-top:8px}.product-carousel__content__text--bottom-purple .product-carousel__caption-heading{color:#2dbecd}.product-carousel__content__text--bottom-purple .product-carousel__caption-text{color:#fff}.product-carousel__caption-heading{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:4px;color:#2d1c51;font-size:12px;font-style:normal;font-weight:700;letter-spacing:-0.24px;line-height:130%}.product-carousel__caption-heading:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.product-carousel__caption-text{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#454545;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.product-carousel__caption-text:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.product-carousel__wrapper-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px 50px 4px 4px;background-position:center;background-size:cover}.product-carousel__carousel-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;border-radius:4px 50px 4px 4px;aspect-ratio:2/1}.product-carousel__carousel{position:relative;width:100%;height:100%;padding:15px 15px 20px 15px;border-radius:4px 50px 4px 4px;background:#faf9fd;-webkit-box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);overflow:hidden}.product-carousel__carousel-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:16px;text-transform:uppercase}.product-carousel__carousel-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.product-carousel__products{margin:0}.product-carousel__product-name{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;color:#000;font-size:16px;font-style:normal;font-weight:700;line-height:14px;text-align:center}.product-carousel__product-name:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.product-carousel__product-description{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-align:center}.product-carousel__product-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.product-carousel__product-cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#d92b83;position:absolute;bottom:20px;left:15px;width:calc(100% - 30px);height:auto;min-height:40px;text-transform:none;padding:12px 24px;color:#fff;line-height:14px}.product-carousel__product-cta:disabled{background:#e1e1e1}.product-carousel__product-cta .button-animated{background-color:#eb3c96}.product-carousel__product-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.product-carousel__product img{width:100px;height:110px;margin-bottom:17px;-o-object-fit:cover;object-fit:cover}.product-carousel__product::before{content:none}.product-carousel__arrow{top:99px}@media all and (min-width: 1281px){.product-carousel__content{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.product-carousel__carousel-wrapper{padding:40px 554px 66px 40px}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-carousel__content{width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.product-carousel__carousel-wrapper{padding:40px 577px 78px 40px}}@media all and (min-width: 768px)and (max-width: 1024px){.product-carousel__content{width:100%;position:relative;min-height:1px;padding:0 10px}.product-carousel__carousel-wrapper{padding:40px 452px 15px 40px}}@media all and (min-width: 0)and (max-width: 767px){.product-carousel__content{width:100%;position:relative;min-height:1px;padding:0 10px}.product-carousel__carousel-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:169px}.product-carousel__carousel{bottom:-153px;width:232px;height:307px}}@media all and (max-width: 340px){.product-carousel__content{width:100%;position:relative;min-height:1px;padding:0 10px}.product-carousel__carousel-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;aspect-ratio:2/3}.product-carousel__carousel{width:232px;height:307px}}.story-curated-related-items{background-color:#f5f5f5}.story-curated-related-items__pill{height:26px;margin:0 10px 10px 0;padding:3px 12px;border:1px solid #2d1c51;border-radius:24.5px;background-color:rgba(0,0,0,0);color:#2d1c51;font-size:12px;font-weight:400;line-height:20px}.story-curated-related-items__pills-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.story-curated-related-items__separator{margin-top:24px;margin-bottom:24px;border-bottom:1px solid #aaa}.story-curated-related-items .expertise__index-page-info-row{display:-webkit-box;display:-ms-flexbox;display:flex}.story-curated-related-items .expertise__index-page-button-container{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}.story-curated-related-items .expertise__index-page-button{position:relative;width:32px;height:32px;padding:0;border-radius:50%;background-color:#d92a83}.story-curated-related-items .expertise__index-page-button .icon-arrow-right{position:absolute;top:11px;left:9px;font-size:8px}.story-curated-related-items .expertise__index-page-button:hover{background-color:#eb3c96}.story-curated-related-items .expertise__index-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:24px;color:#2d1c51;font-size:24px;font-weight:700;line-height:29px;text-transform:none;word-break:auto-phrase}.story-curated-related-items .expertise__index-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.story-curated-related-items .expertise__index-page-info-text{-ms-flex-item-align:center;align-self:center}.story-curated-related-items .expertise__index-page-title{margin-bottom:10px;padding:0;color:#454545;font-size:12px;font-weight:700;line-height:16px;text-transform:uppercase}.story-curated-related-items .expertise__index-page-description{margin:0;font-size:18px;font-weight:400;line-height:27px}.story-curated-related-items .expertise__index-thumbnail-container{aspect-ratio:16/9}.story-curated-related-items .expertise__index-thumbnail-container img{display:block;width:100%;height:100%;border-radius:6px;-o-object-fit:cover;object-fit:cover}@media all and (min-width: 0)and (max-width: 767px){.story-curated-related-items .expertise__index-title-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-curated-related-items .expertise__index-page-info-text{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:0}.story-curated-related-items .expertise__index-page-button-container{position:relative;width:16.6666666667%;min-height:1px;padding:0 10px;float:left;margin-left:0%;-ms-flex-item-align:start;align-self:flex-start;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:18px;padding:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.story-curated-related-items .expertise__index-thumbnail-container{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:24px;padding:0}.story-curated-related-items .expertise__index-page-info-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}}@media all and (min-width: 768px)and (max-width: 1024px){.story-curated-related-items .expertise__index-title-wrapper{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-curated-related-items .expertise__index-page-info-text{position:relative;width:58.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:0%;padding-left:0}.story-curated-related-items .expertise__index-page-button-container{position:relative;width:8.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:0%;padding-left:14px}.story-curated-related-items .expertise__index-thumbnail-container{padding-right:0;padding-left:14px}.story-curated-related-items .expertise__index-row{-ms-flex-wrap:wrap;flex-wrap:wrap}.story-curated-related-items .expertise__index-page-info-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.story-curated-related-items .expertise__index-title{font-size:28px;line-height:34px}.story-curated-related-items .expertise__index-page-title{margin-bottom:16px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-curated-related-items .expertise__index-title-wrapper{position:relative;width:31.25%;min-height:1px;padding:0 15px;float:left}.story-curated-related-items .expertise__index-page-info-text{position:relative;width:54.5454545455%;min-height:1px;padding:0 15px;float:left}.story-curated-related-items .expertise__index-page-button-container{position:relative;width:9.0909090909%;min-height:1px;padding:0 15px;float:left}.story-curated-related-items .expertise__index-thumbnail-container{position:relative;width:36.3636363636%;min-height:1px;padding:0 15px;float:left}.story-curated-related-items .expertise__index-title{font-size:32px;line-height:38px}.story-curated-related-items .expertise__index-page-title{margin-bottom:16px}}@media all and (min-width: 1281px){.story-curated-related-items .expertise__index-title-wrapper{position:relative;width:31.25%;min-height:1px;padding:0 15px;float:left}.story-curated-related-items .expertise__index-page-info-text{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.story-curated-related-items .expertise__index-page-button-container{position:relative;width:9.0909090909%;min-height:1px;padding:0 15px;float:left}.story-curated-related-items .expertise__index-thumbnail-container{position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left}.story-curated-related-items .expertise__index-title{font-size:32px;line-height:38px}.story-curated-related-items .expertise__index-page-title{margin-bottom:16px}}@media print{.story-curated-related-items .expertise__index-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.story-curated-related-items .expertise__index-title-wrapper{position:relative;width:31.25%;min-height:1px;padding:0 10px;float:left}.story-curated-related-items .expertise__index-page-info-text{position:relative;width:54.5454545455%;min-height:1px;padding:0 10px;float:left;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.story-curated-related-items .expertise__index-page-button-container{position:relative;width:9.0909090909%;min-height:1px;padding:0 10px;float:left;padding:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.story-curated-related-items .expertise__index-thumbnail-container{position:relative;width:36.3636363636%;min-height:1px;padding:0 10px;float:left;-ms-flex-item-align:center;align-self:center;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.story-curated-related-items .expertise__index-title{font-size:32px;line-height:38px}}@media print{.story-curated-related-items__pill{min-height:26px;height:auto}}.story-people{position:relative;padding:64px 0;background-color:#2d1c51}.story-people.theme--richpurple,.story-people.theme--purple{background-color:#503291;color:#fff}.story-people.theme--richpurple ul li:before,.story-people.theme--purple ul li:before{background-color:#2dbecd}.story-people.theme--richpurple [class$=-title],.story-people.theme--purple [class$=-title]{color:#2dbecd}.story-people.theme--richpurple [class$=-eyebrow],.story-people.theme--richpurple [class$=-subtitle],.story-people.theme--richpurple [class$=-sub-title],.story-people.theme--purple [class$=-eyebrow],.story-people.theme--purple [class$=-subtitle],.story-people.theme--purple [class$=-sub-title]{color:#96d7d2}.story-people.theme--richpurple a:not([class$=-cta]),.story-people.theme--richpurple [class$=-link],.story-people.theme--purple a:not([class$=-cta]),.story-people.theme--purple [class$=-link]{color:#96d7d2}.story-people.theme--richpurple a:not([class$=-cta]):hover,.story-people.theme--richpurple [class$=-link]:hover,.story-people.theme--purple a:not([class$=-cta]):hover,.story-people.theme--purple [class$=-link]:hover{color:#2dbecd}.story-people.theme--richpurple [class$=-cta],.story-people.theme--purple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.story-people.theme--richpurple [class$=-cta] .button-animated,.story-people.theme--purple [class$=-cta] .button-animated{background-color:#96d7d2}.story-people.theme--darkpurple{background-color:#2d1c51;color:#fff}.story-people.theme--darkpurple ul li:before{background-color:#2dbecd}.story-people.theme--darkpurple [class$=-title]{color:#2dbecd}.story-people.theme--darkpurple [class$=-eyebrow],.story-people.theme--darkpurple [class$=-subtitle],.story-people.theme--darkpurple [class$=-sub-title],.story-people.theme--darkpurple [class$=-text]{color:#fff}.story-people.theme--darkpurple a:not([class$=-cta]),.story-people.theme--darkpurple [class$=-link]{color:#ff6ab5}.story-people.theme--darkpurple a:not([class$=-cta]):hover,.story-people.theme--darkpurple [class$=-link]:hover{color:#d92a83}.story-people.theme--darkpurple [class$=-cta]{background-color:#2dbecd;color:#2d1c51}.story-people.theme--darkpurple [class$=-cta] .button-animated{background-color:#96d7d2}.story-people.theme--yellow{background-color:#ffc832;color:#000}.story-people.theme--yellow ul li:before{background-color:#503291}.story-people.theme--yellow [class$=-title],.story-people.theme--yellow [class$=-eyebrow],.story-people.theme--yellow [class$=-subtitle],.story-people.theme--yellow [class$=-sub-title]{color:#503291}.story-people.theme--yellow a:not([class$=-cta]),.story-people.theme--yellow [class$=-link]{color:#503291}.story-people.theme--yellow a:not([class$=-cta]):hover,.story-people.theme--yellow [class$=-link]:hover{color:#412877}.story-people.theme--yellow [class$=-cta]{background-color:#503291}.story-people.theme--yellow [class$=-cta] .button-animated{background-color:#412877}.story-people.theme--vibrantcyan,.story-people.theme--cyan{background-color:#2dbecd;color:#000}.story-people.theme--vibrantcyan ul li:before,.story-people.theme--cyan ul li:before{background-color:#503291}.story-people.theme--vibrantcyan [class$=-title],.story-people.theme--cyan [class$=-title]{color:#503291}.story-people.theme--vibrantcyan [class$=-eyebrow],.story-people.theme--vibrantcyan [class$=-subtitle],.story-people.theme--vibrantcyan [class$=-sub-title],.story-people.theme--cyan [class$=-eyebrow],.story-people.theme--cyan [class$=-subtitle],.story-people.theme--cyan [class$=-sub-title]{color:#412877}.story-people.theme--vibrantcyan a:not([class$=-cta]),.story-people.theme--vibrantcyan [class$=-link],.story-people.theme--cyan a:not([class$=-cta]),.story-people.theme--cyan [class$=-link]{color:#412877}.story-people.theme--vibrantcyan a:not([class$=-cta]):hover,.story-people.theme--vibrantcyan [class$=-link]:hover,.story-people.theme--cyan a:not([class$=-cta]):hover,.story-people.theme--cyan [class$=-link]:hover{color:#503291}.story-people.theme--vibrantcyan [class$=-cta],.story-people.theme--cyan [class$=-cta]{background-color:#503291}.story-people.theme--vibrantcyan [class$=-cta] .button-animated,.story-people.theme--cyan [class$=-cta] .button-animated{background-color:#412877}.story-people.theme--white{background-color:#fff;color:#000}.story-people.theme--white ul li:before{background-color:#503291}.story-people.theme--white [class$=-title],.story-people.theme--white [class$=-eyebrow],.story-people.theme--white [class$=-subtitle],.story-people.theme--white [class$=-sub-title]{color:#503291}.story-people.theme--white a:not([class$=-cta]),.story-people.theme--white [class$=-link]{color:#d92b83}.story-people.theme--white a:not([class$=-cta]):hover,.story-people.theme--white [class$=-link]:hover{color:#eb3c96}.story-people.theme--white [class$=-cta]{color:#fff;background-color:#d92b83}.story-people.theme--white [class$=-cta] .button-animated{background-color:#eb3c96}.story-people.theme--blue{background-color:#0f69af;color:#fff}.story-people.theme--blue ul li:before{background-color:#ffc832}.story-people.theme--blue [class$=-title]{color:#ffc832}.story-people.theme--blue [class$=-eyebrow],.story-people.theme--blue [class$=-subtitle],.story-people.theme--blue [class$=-sub-title]{color:#ffc832}.story-people.theme--blue a:not([class$=-cta]),.story-people.theme--blue [class$=-link]{color:#ffc832}.story-people.theme--blue a:not([class$=-cta]):hover,.story-people.theme--blue [class$=-link]:hover{color:#ffdcb9}.story-people.theme--blue [class$=-cta]{background-color:#ffc832;color:#000}.story-people.theme--blue [class$=-cta] .button-animated{background-color:#ffdcb9}.story-people__header-container{zoom:1;width:1400px;margin:0 auto;position:relative}.story-people__header-container:before,.story-people__header-container:after{display:table;line-height:0;content:""}.story-people__header-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-people__header-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-people__header-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-people__header-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-people__header-container{width:1280px;padding-right:30px;padding-left:30px}}.story-people__header-container .row{position:relative}.story-people__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:-8px;color:#eb3c96;text-transform:none;-ms-hyphens:none;hyphens:none}.story-people__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.story-people__people-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden;gap:30px}.story-people__arrows-container{position:relative}.story-people__tooltip{max-width:233px}.story-people__person{position:relative;height:100%;opacity:.8;aspect-ratio:4/5}.story-people__person__play-button{position:absolute;top:50%;left:50%;width:70px;height:70px;border-radius:50%;z-index:9;visibility:hidden;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);cursor:pointer;background-color:rgba(0,0,0,.5);padding:21px 18px 19px 22px}.story-people__person__modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.7)}.story-people__person__modal .modal-content{position:relative;margin:10% auto;padding:0;width:80%;max-width:700px;border-radius:8px}.story-people__person__modal .modal-content h3{padding-right:50px}.story-people__person__modal .close{position:absolute;top:10px;right:20px;font-size:30px;font-weight:bold;color:#fff;cursor:pointer;z-index:99;outline:0 !important}.story-people__person::after{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left bottom, left top, from(rgba(45, 28, 81, 0.8)), to(rgba(45, 28, 81, 0)));background:linear-gradient(0deg, rgba(45, 28, 81, 0.8), rgba(45, 28, 81, 0));content:""}.story-people__person-image{width:100%;height:100%;border-radius:6px;-o-object-fit:cover;object-fit:cover;background-repeat:no-repeat;background-position:center;background-size:cover}.story-people__person-content{position:absolute;bottom:0;left:0;width:100%;padding:24px 16px;z-index:1}.story-people__person-header-content{-webkit-mask-image:-webkit-gradient(linear, left top, right top, from(#008080), to(rgba(0, 128, 128, 0)));-webkit-mask-image:linear-gradient(to right, #008080, rgba(0, 128, 128, 0) 100%);mask-image:-webkit-gradient(linear, left top, right top, from(#008080), to(rgba(0, 128, 128, 0)));mask-image:linear-gradient(to right, #008080, rgba(0, 128, 128, 0) 100%);overflow:hidden}.story-people__person-name{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;color:#ffc832;font-size:16px;font-weight:400;line-height:55px;text-transform:uppercase}.story-people__person-name:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.story-people__person-degree{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;color:#ffc832;font-size:28px;font-weight:400;line-height:31px;text-transform:uppercase}.story-people__person-degree:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.story-people__person-info-wrapper{display:grid;-webkit-transition:height .5s ease;transition:height .5s ease}.story-people__person-description{color:#fff;font-weight:700;line-height:14px;font-size:14px}.story-people__person-description-viewmore{display:none}.story-people__person-description-viewmore.visible{display:block}.story-people__person-description .ellipsis__viewmore-container{display:inline-block}.story-people__person-description .ellipsis__viewmore-button{color:#fff;font-weight:700;line-height:14px;font-size:14px}.story-people__person-description-text{display:inline}.story-people__person-arrow{position:relative;color:#eb3c96 !important;-webkit-transition:all .3s ease;transition:all .3s ease;margin-left:0;width:40px;min-width:40px;height:40px;min-height:40px;margin-top:14px}.story-people__person-arrow::after{font-family:"MKGAA-ICONS" !important;display:inline-block;position:absolute;top:50%;left:0;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);content:""}.story-people__person-arrow:hover,.story-people__person-arrow:focus{margin-left:5px}.story-people__person-arrow-container{display:-webkit-box;display:-ms-flexbox;display:flex}.story-people__person.active{opacity:1}.story-people__person.active .story-people__person-header-content{-webkit-mask-image:none;mask-image:none;overflow:hidden}.story-people__person.active .story-people__person__play-button{visibility:visible}.story-people__arrows-wrapper{position:absolute;right:30px;bottom:0;width:136px;height:64px}.story-people__arrows-wrapper .icon-arrow-carousel{padding:0;font-size:41px}.story-people__arrows-wrapper .icon-arrow-carousel.carousel__previous-btn{bottom:12px;left:16px}.story-people__arrows-wrapper .icon-arrow-carousel.carousel__next-btn{right:16px;bottom:12px}.story-people.carousel .carousel__dots{display:none}@media all and (min-width: 0)and (max-width: 767px){.story-people__header-container{margin-bottom:40px}.story-people__header-content{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-people__people-container{margin-bottom:40px;gap:20px}.story-people__title{margin-bottom:16px;font-size:32px;font-weight:700;line-height:38px}.story-people__description{font-size:16px;font-weight:400;line-height:24px}.story-people__tooltip{max-width:233px}.story-people__person{width:72%;min-width:72%}.story-people__person__modal .modal-content{position:absolute;top:37%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin:0}.story-people__person__modal .close{top:-10px;right:0;font-size:20px}.story-people__person-header-content{margin-bottom:8px}.story-people__person-name{font-size:24px;font-weight:400;line-height:26px}.story-people__person-degree{font-size:18px;font-weight:400;line-height:20px}.story-people__person-info-wrapper{grid-template-columns:calc(100% - 40px) 40px}.story-people__person-description{margin-right:8px;font-size:12px}.story-people__person-description .ellipsis__viewmore-button{font-size:14px}.story-people__person.item-1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:20px;opacity:1}.story-people__person.item-2{-ms-flex-item-align:center;align-self:center;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:61.3%;min-width:61.3%}.story-people__person.item-3{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.story-people__person.item-4{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.story-people__person.item-5{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.story-people__person.item-6{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.story-people__person.item-7{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.story-people__person.item-8{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.story-people__person.item-9{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.story-people__person.item-10{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.story-people__person.item-11{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.story-people__person.item-12{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:calc(-72% - 20px)}.story-people__person-arrow{margin-top:12px}.story-people__person-arrow::after{font-size:10.6px}.story-people .icon-arrow-carousel{display:none}.story-people.carousel .carousel__dots{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 768px)and (max-width: 1024px){.story-people__people-container{gap:22px}.story-people__header-content{position:relative;width:41.6666666667%;min-height:1px;padding:0 10px;float:left;margin-left:0%;position:absolute}.story-people__title{margin-bottom:16px;font-size:36px;font-weight:700;line-height:43px}.story-people__description{font-size:18px;font-weight:400;line-height:27px}.story-people__tooltip{max-width:280px}.story-people__person-name{font-size:28px;font-weight:400;line-height:31px}.story-people__person-degree{font-size:20px;font-weight:400;line-height:22px}.story-people__person-info-wrapper{grid-template-columns:calc(100% - 40px) 40px}.story-people__person-description{margin-right:16px}.story-people__person.active .story-people__person-header-content{margin-bottom:16px}.story-people__person.item-1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:16.1%;min-width:16.1%;margin-top:341px;margin-left:24px}.story-people__person.item-1 .story-people__person-degree{font-size:16px;line-height:18px}.story-people__person.item-2{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:22.3%;min-width:22.3%;margin-top:289px}.story-people__person.item-3{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;width:34.4%;min-width:34.4%}.story-people__person.item-3 .story-people__person-name{font-size:36px;line-height:39px}.story-people__person.item-3 .story-people__person-degree{font-size:28px;line-height:31px}.story-people__person.item-4{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:22.3%;min-width:22.3%;margin-top:80px}.story-people__person.item-5{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;width:22.3%;min-width:22.3%;margin-top:80px}.story-people__person.item-6{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:16.1%;min-width:16.1%;margin-top:341px;margin-left:calc(-16.1% - 24px)}.story-people__person-arrow::after{font-size:10.6px}.story-people__arrows-wrapper{right:14.5%;width:104px;height:48px}.story-people__arrows-wrapper .icon-arrow-carousel{font-size:31px}.story-people__arrows-wrapper .icon-arrow-carousel.carousel__previous-btn{bottom:9px;left:12px}.story-people__arrows-wrapper .icon-arrow-carousel.carousel__next-btn{right:12px;bottom:9px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-people{padding:80px 0}.story-people__header-content{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left;margin-left:0%;position:absolute}.story-people__title{margin-bottom:16px;font-size:40px;font-weight:700;line-height:48px}.story-people__description{font-size:18px;font-weight:400;line-height:27px}.story-people__people-container{gap:30px}.story-people__tooltip{max-width:320px}.story-people__person.active .story-people__person-header-content{margin-bottom:16px}.story-people__person-name{font-size:32px;font-weight:400;line-height:35px}.story-people__person-degree{font-size:24px;font-weight:400;line-height:26px}.story-people__person-description{margin-right:24px}.story-people__person-description-viewmore-tooltip{max-width:300px}.story-people__person.item-1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:21.2%;min-width:21.2%;margin-top:332px;margin-left:-30px}.story-people__person.item-1 .story-people__person-name{font-size:28px;line-height:31px}.story-people__person.item-1 .story-people__person-degree{font-size:20px;line-height:22px}.story-people__person.item-2{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:22.6%;min-width:22.6%;margin-top:348px}.story-people__person.item-3{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;width:37.7%;min-width:37.7%}.story-people__person.item-3 .story-people__person-content{padding:24px 37px}.story-people__person.item-3 .story-people__person-name{font-size:40px;line-height:44px}.story-people__person.item-3 .story-people__person-degree{font-size:28px;line-height:31px}.story-people__person.item-4{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:22.6%;min-width:22.6%;margin-top:81px}.story-people__person.item-5{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;width:24.9%;min-width:24.9%;margin-top:81px}.story-people__person.item-6{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:21.2%;min-width:21.2%;margin-top:332px;margin-left:calc(-21.2% - 30px)}.story-people__person-arrow::after{font-size:17px}.story-people__arrows-wrapper{right:11.1%}}@media all and (min-width: 1281px){.story-people{padding:80px 0}.story-people__header-content{position:relative;width:43.75%;min-height:1px;padding:0 15px;float:left;margin-left:0%;position:absolute}.story-people__title{margin-bottom:16px;font-size:50px;font-weight:700;line-height:60px}.story-people__description{font-size:18px;font-weight:400;line-height:27px}.story-people__people-container,.story-people__arrows-container{gap:32px;max-width:1440px}.story-people__tooltip{max-width:320px}.story-people__person.active .story-people__person-header-content{margin-bottom:16px}.story-people__person-name{font-size:32px;font-weight:400;line-height:35px}.story-people__person-degree{font-size:24px;font-weight:400;line-height:26px}.story-people__person-description{margin-right:24px}.story-people__person.item-1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:18.3%;min-width:18.3%;margin-top:402px}.story-people__person.item-1 .story-people__person-name{font-size:28px;line-height:31px}.story-people__person.item-1 .story-people__person-degree{font-size:20px;line-height:22px}.story-people__person.item-2{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:24.9%;min-width:24.9%;margin-top:348px}.story-people__person.item-3{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;width:35.7%;min-width:35.7%}.story-people__person.item-3 .story-people__person-content{padding:24px}.story-people__person.item-3 .story-people__person-header-content{margin-bottom:16px}.story-people__person.item-3 .story-people__person-name{font-size:50px;line-height:55px}.story-people__person.item-3 .story-people__person-degree{font-size:28px;line-height:31px}.story-people__person.item-4{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:24.9%;min-width:24.9%;margin-top:81px}.story-people__person.item-5{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;width:24.9%;min-width:24.9%;margin-top:81px}.story-people__person.item-6{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:18.3%;min-width:18.3%;margin-top:402px;margin-left:calc(-18.3% - 30px)}.story-people__person-arrow::after{font-size:17px}.story-people__arrows-wrapper{right:7.7%}}@media all and (min-width: 768px)and (max-width: 1024px){.story-people__people-container[data-item-count="2"],.story-people__people-container[data-item-count="3"]{width:79.5%;left:20.5%}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-people__people-container[data-item-count="2"],.story-people__people-container[data-item-count="3"]{width:78.5%;left:21.1%}}@media all and (min-width: 1281px){.story-people__people-container[data-item-count="2"],.story-people__people-container[data-item-count="3"]{width:81.5%;left:18.5%}}.story-people .flex-carousel__content{-webkit-transform:none;transform:none}.story-people .flex-carousel-reverse{-webkit-transform:none;transform:none}@media all and (min-width: 0)and (max-width: 767px){.story-people__person-info-wrapper{display:grid;visibility:hidden;grid-template-rows:0fr;height:0}.story-people__person-info-wrapper *{overflow:hidden}.story-people__person.active .story-people__person-info-wrapper{-webkit-transition:all .3s ease;transition:all .3s ease;visibility:visible;grid-template-rows:1fr;height:auto}.story-people__person.item-1,.story-people__person.item-2,.story-people__person.item-6{-webkit-transform:translateX(105%);transform:translateX(105%);visibility:visible}.story-people .flex-carousel-animate .story-people__person.item-1,.story-people .flex-carousel-animate .story-people__person.item-2,.story-people .flex-carousel-animate .story-people__person.item-6{-webkit-transform:none;transform:none;-webkit-transition:all .5s ease;transition:all .5s ease}}@media all and (min-width: 768px)and (max-width: 1024px){.story-people .flex-carousel-reverse .story-people__person.item-1{-webkit-transform:translate3d(-130%, 0%, 0) scale(0.8);transform:translate3d(-130%, 0%, 0) scale(0.8)}.story-people .flex-carousel-reverse .story-people__person.item-2{-webkit-transform:translate3d(-95%, 52px, 0) scale(0.74);transform:translate3d(-95%, 52px, 0) scale(0.74)}.story-people .flex-carousel-reverse .story-people__person.item-3{-webkit-transform:translate3d(-89%, 288px, 0) scale(0.66);transform:translate3d(-89%, 288px, 0) scale(0.66)}.story-people .flex-carousel-reverse .story-people__person.item-4{-webkit-transform:translate3d(-136%, -81px, 0) scale(1.55);transform:translate3d(-136%, -81px, 0) scale(1.55)}.story-people .flex-carousel-reverse .story-people__person.item-5{-webkit-transform:translate3d(-100%, 0%, 0);transform:translate3d(-100%, 0%, 0)}.story-people .flex-carousel-reverse .story-people__person.item-6{-webkit-transform:translate3d(-100%, 0%, 0);transform:translate3d(-100%, 0%, 0)}.story-people .flex-carousel-forward .story-people__person.item-1{-webkit-transform:translate3d(132%, -52px, 0) scale(1.39);transform:translate3d(132%, -52px, 0) scale(1.39)}.story-people .flex-carousel-forward .story-people__person.item-2{-webkit-transform:translate3d(136%, -289px, 0) scale(1.54);transform:translate3d(136%, -289px, 0) scale(1.54)}.story-people .flex-carousel-forward .story-people__person.item-3{-webkit-transform:translate3d(89%, 80px, 0) scale(0.65);transform:translate3d(89%, 80px, 0) scale(0.65)}.story-people .flex-carousel-forward .story-people__person.item-4{-webkit-transform:translate3d(100%, 0%, 0) scale(0.8);transform:translate3d(100%, 0%, 0) scale(0.8)}.story-people .flex-carousel-forward .story-people__person.item-5{-webkit-transform:translate3d(100%, 0%, 0);transform:translate3d(100%, 0%, 0)}.story-people .flex-carousel-forward .story-people__person.item-6{-webkit-transform:translate3d(100%, 0%, 0);transform:translate3d(100%, 0%, 0)}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-people .flex-carousel-reverse .story-people__person.item-1{-webkit-transform:translate3d(-130%, 0%, 0) scale(0.8);transform:translate3d(-130%, 0%, 0) scale(0.8)}.story-people .flex-carousel-reverse .story-people__person.item-2{-webkit-transform:translate3d(-107%, -16px, 0) scale(0.94);transform:translate3d(-107%, -16px, 0) scale(0.94)}.story-people .flex-carousel-reverse .story-people__person.item-3{-webkit-transform:translate3d(-86%, 348px, 0) scale(0.6);transform:translate3d(-86%, 348px, 0) scale(0.6)}.story-people .flex-carousel-reverse .story-people__person.item-4{-webkit-transform:translate3d(-144%, -81px, 0) scale(1.67);transform:translate3d(-144%, -81px, 0) scale(1.67)}.story-people .flex-carousel-reverse .story-people__person.item-5{-webkit-transform:translate3d(-100%, 0%, 0);transform:translate3d(-100%, 0%, 0)}.story-people .flex-carousel-reverse .story-people__person.item-6{-webkit-transform:translate3d(-100%, 0%, 0);transform:translate3d(-100%, 0%, 0)}.story-people .flex-carousel-forward .story-people__person.item-1{-webkit-transform:translate3d(114%, 17px, 0) scale(1.06);transform:translate3d(114%, 17px, 0) scale(1.06)}.story-people .flex-carousel-forward .story-people__person.item-2{-webkit-transform:translate3d(144%, -348px, 0) scale(1.67);transform:translate3d(144%, -348px, 0) scale(1.67)}.story-people .flex-carousel-forward .story-people__person.item-3{-webkit-transform:translate3d(87%, 81px, 0) scale(0.6);transform:translate3d(87%, 81px, 0) scale(0.6)}.story-people .flex-carousel-forward .story-people__person.item-4{-webkit-transform:translate3d(100%, 0%, 0) scale(0.8);transform:translate3d(100%, 0%, 0) scale(0.8)}.story-people .flex-carousel-forward .story-people__person.item-5{-webkit-transform:translate3d(100%, 0%, 0);transform:translate3d(100%, 0%, 0)}.story-people .flex-carousel-forward .story-people__person.item-6{-webkit-transform:translate3d(100%, 0%, 0);transform:translate3d(100%, 0%, 0)}}@media all and (min-width: 1281px){.story-people .flex-carousel-reverse .story-people__person.item-1{-webkit-transform:translate3d(-130%, 0%, 0) scale(0.8);transform:translate3d(-130%, 0%, 0) scale(0.8)}.story-people .flex-carousel-reverse .story-people__person.item-2{-webkit-transform:translate3d(-95%, 53px, 0) scale(0.74);transform:translate3d(-95%, 53px, 0) scale(0.74)}.story-people .flex-carousel-reverse .story-people__person.item-3{-webkit-transform:translate3d(-90%, 348px, 0) scale(0.7);transform:translate3d(-90%, 348px, 0) scale(0.7)}.story-people .flex-carousel-reverse .story-people__person.item-4{-webkit-transform:translate3d(-130%, -81px, 0) scale(1.43);transform:translate3d(-130%, -81px, 0) scale(1.43)}.story-people .flex-carousel-reverse .story-people__person.item-5{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.story-people .flex-carousel-reverse .story-people__person.item-6{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.story-people .flex-carousel-forward .story-people__person.item-1{-webkit-transform:translate3d(128%, -54px, 0) scale(1.37);transform:translate3d(128%, -54px, 0) scale(1.37)}.story-people .flex-carousel-forward .story-people__person.item-2{-webkit-transform:translate3d(129%, -348px, 0) scale(1.43);transform:translate3d(129%, -348px, 0) scale(1.43)}.story-people .flex-carousel-forward .story-people__person.item-3{-webkit-transform:translate3d(90%, 79px, 0) scale(0.7);transform:translate3d(90%, 79px, 0) scale(0.7)}.story-people .flex-carousel-forward .story-people__person.item-4{-webkit-transform:translate3d(100%, 0, 0) scale(0.8);transform:translate3d(100%, 0, 0) scale(0.8)}.story-people .flex-carousel-forward .story-people__person.item-5{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.story-people .flex-carousel-forward .story-people__person.item-6{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@media screen and (min-width: 1281px)and (min-width: 1500px){.story-people{overflow:hidden}.story-people__people-container{overflow:visible}.story-people .flex-carousel-forward .story-people__person.item-5,.story-people .flex-carousel-forward .story-people__person.item-6,.story-people .flex-carousel-reverse .story-people__person.item-5,.story-people .flex-carousel-reverse .story-people__person.item-6{display:none}}@media screen and (min-width: 768px){.story-people__person{-webkit-transform-origin:top center;transform-origin:top center}.story-people__person-info-wrapper{display:grid;visibility:hidden;grid-template-rows:0fr;height:0}.story-people__person-info-wrapper *{overflow:hidden}.story-people .flex-carousel-animate .story-people__person.active .story-people__person-header-content{-webkit-transform:none;transform:none;-webkit-transition:all .3s ease;transition:all .3s ease}.story-people .flex-carousel-animate .story-people__person.active .story-people__person-info-wrapper{-webkit-transition:all .3s ease;transition:all .3s ease;visibility:visible;grid-template-rows:1fr;height:auto}.story-people .flex-carousel-animate .story-people__person.item-1,.story-people .flex-carousel-animate .story-people__person.item-2,.story-people .flex-carousel-animate .story-people__person.item-3,.story-people .flex-carousel-animate .story-people__person.item-4{-webkit-transform:none;transform:none;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;visibility:visible}.story-people .flex-carousel-animate .story-people__person.item-5,.story-people .flex-carousel-animate .story-people__person.item-6,.story-people .flex-carousel-animate .story-people__person.item-7,.story-people .flex-carousel-animate .story-people__person.item-8,.story-people .flex-carousel-animate .story-people__person.item-9,.story-people .flex-carousel-animate .story-people__person.item-10,.story-people .flex-carousel-animate .story-people__person.item-11,.story-people .flex-carousel-animate .story-people__person.item-12{-webkit-transform:none;transform:none;-webkit-transition:all .5s ease;transition:all .5s ease;visibility:hidden}@supports(hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none){.story-people .flex-carousel-animate .story-people__person.item-1,.story-people .flex-carousel-animate .story-people__person.item-2,.story-people .flex-carousel-animate .story-people__person.item-3,.story-people .flex-carousel-animate .story-people__person.item-4,.story-people .flex-carousel-animate .story-people__person.item-5,.story-people .flex-carousel-animate .story-people__person.item-6{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}}}@media print{.story-people{padding:80px 0;page-break-before:always}.story-people__header-content{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left;margin-left:0%;position:absolute}.story-people__title{margin-bottom:16px;font-size:40px;font-weight:700;line-height:48px}.story-people__description{font-size:18px;font-weight:400;line-height:27px}.story-people__people-container{gap:30px}.story-people__person{-webkit-transform:none !important;transform:none !important;opacity:.8 !important}.story-people__person-name{font-size:32px;font-weight:400;line-height:35px}.story-people__person-degree{font-size:24px;font-weight:400;line-height:26px}.story-people__person-header-content{-webkit-mask-image:-webkit-gradient(linear, left top, right top, from(#008080), to(rgba(0, 128, 128, 0)));-webkit-mask-image:linear-gradient(to right, #008080, rgba(0, 128, 128, 0) 100%);mask-image:-webkit-gradient(linear, left top, right top, from(#008080), to(rgba(0, 128, 128, 0)));mask-image:linear-gradient(to right, #008080, rgba(0, 128, 128, 0) 100%);overflow:hidden}.story-people__person-info-wrapper{display:none}.story-people__person-description{margin-right:24px;font-size:14px;font-weight:700;line-height:14px}.story-people__person-description-viewmore{display:none}.story-people__person.item-1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:21.2%;min-width:21.2%;margin-top:332px;margin-left:-30px}.story-people__person.item-1 .story-people__person-name{font-size:28px;line-height:31px}.story-people__person.item-1 .story-people__person-degree{font-size:20px;line-height:22px}.story-people__person.item-2{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:22.6%;min-width:22.6%;margin-top:348px}.story-people__person.item-3{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;width:37.7%;min-width:37.7%;opacity:1 !important}.story-people__person.item-3 .story-people__person-content{padding:24px 37px}.story-people__person.item-3 .story-people__person-header-content{-webkit-mask-image:none;mask-image:none}.story-people__person.item-3 .story-people__person-name{font-size:40px;line-height:44px}.story-people__person.item-3 .story-people__person-degree{font-size:28px;line-height:31px}.story-people__person.item-3 .story-people__person-info-wrapper{display:grid;visibility:visible;grid-template-rows:1fr;height:auto}.story-people__person.item-3 .story-people__person-arrow-container{overflow:visible}.story-people__person.item-4{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:22.6%;min-width:22.6%;margin-top:81px}.story-people__person.item-5{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;width:24.9%;min-width:24.9%;margin-top:81px}.story-people__person.item-6{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:21.2%;min-width:21.2%;margin-top:332px;margin-left:calc(-21.2% - 30px)}.story-people__person-arrow::after{font-size:17px}.story-people__arrows-wrapper{display:none}.story-people.carousel .carousel__dots{display:none}}.text-slider{display:none;position:fixed;top:0;right:100%;width:0;height:100%;background-color:rgba(0,0,0,.4);overflow:hidden;z-index:2000}.text-slider__trigger{padding:0 0 2px 2px;background-color:rgba(235,60,150,.2);color:#000}.text-slider__trigger svg path{fill:#2d1c51}.text-slider__trigger:hover{color:#503291}.text-slider__trigger svg{margin-left:2px}.text-slider--open{display:block;top:0;right:0;width:100%}.text-slider__author-box{width:200px;top:40px;position:absolute;left:40px;padding:20px;font-weight:700}.text-slider__author-box.red{border:2px red solid;color:red}.text-slider__author-box.green{border:2px green solid;color:green}.text-slider--author{display:block;width:100%;position:relative;right:0;height:900px}.text-slider--author .text-slider__container{right:0}.text-slider__container{position:absolute;top:0;right:-100%;width:470px;height:100%;padding:30px;-webkit-transition:all 300ms;transition:all 300ms;background-color:#2d1c51}.text-slider__container--open{right:0}.text-slider__top{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}.text-slider__eyebrow{color:#fff;font-size:12px;font-style:normal;font-weight:700;line-height:16px;text-transform:uppercase}.text-slider__close{position:absolute;top:0;right:0}.text-slider__close button{margin:0;padding:0;border:0;cursor:pointer}.text-slider__title{margin:0;color:#2dbecd;font-size:28px;font-style:normal;font-weight:400;line-height:31px;text-transform:uppercase}.text-slider__title-wrapper{margin-bottom:24px}.text-slider__image-wrapper{width:100%;height:125px;margin-bottom:16px}.text-slider__image-wrapper img{width:100%;height:100%;border-radius:4px 4px 4px 20px;-o-object-fit:cover;object-fit:cover}.text-slider__description-wrapper{max-height:calc(100vh - 485px);color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:24px;overflow-x:hidden;overflow-y:scroll}.text-slider__description-wrapper>*{font-size:14px;line-height:24px}.text-slider__title-wrapper,.text-slider__image-wrapper,.text-slider__description-wrapper{padding-right:32px}.text-slider__controls{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px;gap:24px}.text-slider__main-cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#d92b83;padding:13px 12px;font-size:12px;font-style:normal;line-height:14px;text-transform:uppercase}.text-slider__main-cta:disabled{background:#e1e1e1}.text-slider__main-cta .button-animated{background-color:#eb3c96}.text-slider__second-cta{color:#ff6ab5;font-size:14px;font-style:normal;font-weight:700;line-height:14px;text-transform:uppercase}.text-slider__mainc-cta,.text-slider__second-cta{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}@media all and (min-width: 0)and (max-width: 767px){.text-slider__container{width:100%;max-width:unset;padding:20px}.text-slider__title{font-size:24px;line-height:26px}.text-slider__title-wrapper,.text-slider__image-wrapper,.text-slider__description-wrapper{padding-right:0}.text-slider__description-wrapper{max-height:calc(100vh - 455px)}.text-slider__controls{left:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:24px 4px;gap:24px}}@media all and (min-width: 0)and (max-width: 767px){.new-story-text{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.new-story-text{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.new-story-text{padding-top:60px !important}}@media all and (min-width: 1281px){.new-story-text{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.new-story-text{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.new-story-text{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.new-story-text{padding-bottom:60px !important}}@media all and (min-width: 1281px){.new-story-text{padding-bottom:60px !important}}.new-story-text__eyebrow{margin-bottom:10px;color:#000;font-size:12px;font-weight:700;line-height:16px;text-transform:uppercase}.new-story-text__title{margin-top:0;margin-bottom:30px;color:#2d1c51;font-size:24px;line-height:26px;text-transform:uppercase}.new-story-text__body,.new-story-text__body>*{font-size:16px;line-height:24px}@media all and (min-width: 1281px){.new-story-text__eyebrow{width:75%}.new-story-text__title{font-size:32px;line-height:35px}}@media all and (min-width: 1025px)and (max-width: 1280px){.new-story-text__eyebrow{width:75%}.new-story-text__title{font-size:32px;line-height:35px}}@media all and (min-width: 768px)and (max-width: 1024px){.new-story-text__eyebrow{width:75%}.new-story-text__title{font-size:28px;line-height:31px}}@media print{.new-story-text__content{width:50%;position:relative;min-height:1px;padding:0 15px;margin-left:12.5%}}.utilities-component__container{zoom:1;width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:31px;padding-bottom:32px}.utilities-component__container:before,.utilities-component__container:after{display:table;line-height:0;content:""}.utilities-component__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.utilities-component__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.utilities-component__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.utilities-component__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.utilities-component__container{width:1280px;padding-right:30px;padding-left:30px}}.utilities-component__citation-space{margin-top:80px}.utilities-component__citation-space .utilities-component__container{padding-top:21px;padding-bottom:80px}.utilities-component__citation-space .utilities-component__citation-border{position:relative;bottom:21px;width:100%;border-top:1px solid #e1e1e1}.utilities-component__pills-container,.utilities-component__citations,.utilities-component__buttons-content{display:-webkit-box;display:-ms-flexbox;display:flex;width:50%}.utilities-component__pills-container{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.utilities-component__pills-title{margin-right:10px;color:#000;font-size:12px;font-weight:700;line-height:14px}.utilities-component__pill{height:26px;margin:2px 5px 2px 0;padding:3px 12px;border:1px solid #2d1c51;border-radius:24.5px;background-color:rgba(0,0,0,0);color:#2d1c51;font-size:12px;font-weight:400;line-height:20px}.utilities-component__citations{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:30px}.utilities-component__citations-title{margin-right:12px;color:#000;font-size:12px;font-weight:700;line-height:20px}.utilities-component__citations-text>*{color:#454545;font-size:12px;font-weight:400;line-height:20px;word-break:break-all}.utilities-component__buttons-content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.utilities-component__button,.utilities-component__button-share{height:31px;margin:0 5px;padding:6px 12px 3px;border:0;border-radius:30px;background-color:#ebf7f7;color:#000;font-size:12px;font-weight:400;line-height:12px;cursor:pointer}.utilities-component__button svg,.utilities-component__button-share svg{position:relative}.utilities-component__button:hover,.utilities-component__button-share:hover{background-color:#d92a83;color:#fff}.utilities-component__button:hover svg path,.utilities-component__button:hover svg circle,.utilities-component__button-share:hover svg path,.utilities-component__button-share:hover svg circle{fill:#fff}.utilities-component__button-listen,.utilities-component__button-share-listen{padding:4px 12px;font-weight:700}.utilities-component__button-listen svg,.utilities-component__button-share-listen svg{bottom:1px}.utilities-component__button-listen svg.play-icon,.utilities-component__button-listen svg.pause-icon,.utilities-component__button-share-listen svg.play-icon,.utilities-component__button-share-listen svg.pause-icon{display:none;left:-8px}.utilities-component__button-listen svg.play-icon.active,.utilities-component__button-listen svg.pause-icon.active,.utilities-component__button-share-listen svg.play-icon.active,.utilities-component__button-share-listen svg.pause-icon.active{display:inline}.utilities-component__button-listen:hover svg.play-icon path,.utilities-component__button-listen:hover svg.play-icon rect,.utilities-component__button-listen:hover svg.pause-icon path,.utilities-component__button-listen:hover svg.pause-icon rect,.utilities-component__button-share-listen:hover svg.play-icon path,.utilities-component__button-share-listen:hover svg.play-icon rect,.utilities-component__button-share-listen:hover svg.pause-icon path,.utilities-component__button-share-listen:hover svg.pause-icon rect{fill:#d92a83}.utilities-component__button-download,.utilities-component__button-share-download{padding:6px 15px 3px}.utilities-component__button-download svg,.utilities-component__button-share-download svg{bottom:1px;margin-right:6px}.utilities-component__button-share,.utilities-component__button-share-share{padding:0}.utilities-component__button-share .dropdown-button,.utilities-component__button-share-share .dropdown-button{margin-top:3px;padding:6px 12px 3px;border-radius:30px;color:#000;font-size:12px;font-weight:400;line-height:12px;text-transform:capitalize}.utilities-component__button-share .dropdown-button span,.utilities-component__button-share-share .dropdown-button span{margin-right:0;vertical-align:middle}.utilities-component__button-share .dropdown-button span.icon-share,.utilities-component__button-share-share .dropdown-button span.icon-share{display:none;background-image:none}.utilities-component__button-share .dropdown-button span svg,.utilities-component__button-share-share .dropdown-button span svg{bottom:1px;margin-right:2px}.utilities-component__button-share:hover .dropdown-button,.utilities-component__button-share-share:hover .dropdown-button{color:#fff}.utilities-component .dropdown-button-component__platform{vertical-align:middle}.utilities-component .dropdown-button-component__platform:hover::before{color:#2d1c51}.utilities-component .dropdown-button-component__platform::before{color:#d92a83}@media all and (min-width: 0)and (max-width: 767px){.utilities-component__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:30px;padding-bottom:30px}.utilities-component__citation-space{margin-top:64px}.utilities-component__citation-space .utilities-component__container{padding-top:30px;padding-bottom:64px}.utilities-component__citation-space .utilities-component__citation-border{bottom:30px}.utilities-component__pills-container,.utilities-component__citations,.utilities-component__buttons-content{width:100%}.utilities-component__pills-container{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.utilities-component__pills-title{width:100%;margin-bottom:16px}.utilities-component__pill{margin-right:10px;margin-left:0}.utilities-component__buttons-content{display:block;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:24px}.utilities-component__button{margin-right:10px;margin-left:0}.utilities-component__button-listen{margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.utilities-component__button-share{display:inline-block;margin:0}.utilities-component__citations{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:24px}.utilities-component__citations-title{margin-bottom:15px;width:100%}}@media all and (min-width: 768px)and (max-width: 1024px){.utilities-component__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:30px;padding-bottom:30px}.utilities-component__citation-space{margin-top:64px}.utilities-component__citation-space .utilities-component__container{padding-top:30px;padding-bottom:64px}.utilities-component__citation-space .utilities-component__citation-border{bottom:30px}.utilities-component__pills-container,.utilities-component__citations,.utilities-component__buttons-content{width:91.6666666667%;position:relative;min-height:1px;padding:0 10px;padding:0}.utilities-component__citations{margin-top:24px}.utilities-component__buttons-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:24px}.utilities-component__button:first-child{margin-left:0}.utilities-component__button,.utilities-component__button-share>button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}}@media screen and (min-width: 1025px){.utilities-component__citations{position:relative;width:68.75%;min-height:1px;padding:0 15px;float:left;padding-left:0}.utilities-component__citation-space .utilities-component__container{padding-top:25px}.utilities-component__citation-space .utilities-component__citation-border{bottom:25px}.utilities-component__button,.utilities-component__button-share>button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}}@media print{.utilities-component__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-top:31px;padding-bottom:32px}.utilities-component__citation-space{margin-top:80px}.utilities-component__citation-space .utilities-component__container{padding-top:25px;padding-bottom:80px}.utilities-component__citation-space .utilities-component__citation-border{bottom:25px}.utilities-component__pills-container,.utilities-component__citations,.utilities-component__buttons-content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.utilities-component__pills-container{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.utilities-component__pills-title{width:auto}.utilities-component__citations{margin-top:30px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.utilities-component__citations-title{width:auto}.utilities-component__buttons-content{display:none}}@media print{.navigation,.footer,.floating-icons-container,.no-print{display:none !important}}.boilerplate-text{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.boilerplate-text:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.boilerplate-text{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.boilerplate-text{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.boilerplate-text{padding-top:60px !important}}@media all and (min-width: 1281px){.boilerplate-text{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.boilerplate-text{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.boilerplate-text{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.boilerplate-text{padding-bottom:60px !important}}@media all and (min-width: 1281px){.boilerplate-text{padding-bottom:60px !important}}.boilerplate-text__container{zoom:1;width:1400px;margin:0 auto}.boilerplate-text__container:before,.boilerplate-text__container:after{display:table;line-height:0;content:""}.boilerplate-text__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.boilerplate-text__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.boilerplate-text__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.boilerplate-text__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.boilerplate-text__container{width:1280px;padding-right:30px;padding-left:30px}}.boilerplate-text__title{display:inline-block;width:100%;padding-top:30px;border-top:1px solid #e1e1e1;font-weight:bold}.boilerplate-text p{font-size:12px}.boilerplate-text__body p:last-of-type{margin-bottom:0px}@media all and (min-width: 0)and (max-width: 767px){.boilerplate-text__wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.boilerplate-text__wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.boilerplate-text__wrapper{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}}@media all and (min-width: 1281px){.boilerplate-text__wrapper{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}}@media all and (min-width: 1281px){.news-detail section.boilerplate-text.theme--white.same-theme--both{padding-top:30px !important;padding-bottom:30px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.news-detail section.boilerplate-text.theme--white.same-theme--both{padding-top:30px !important;padding-bottom:30px !important}}.ns-header{position:relative;width:100%;float:none;background-color:#0f69af;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.ns-header{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ns-header{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ns-header{padding-top:60px !important}}@media all and (min-width: 1281px){.ns-header{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.ns-header{padding-bottom:12px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ns-header{padding-bottom:12px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ns-header{padding-bottom:30px !important}}@media all and (min-width: 1281px){.ns-header{padding-bottom:30px !important}}.ns-header .container{position:relative;z-index:2}.ns-header-pattern{position:absolute;top:50%;right:0}.ns-header-background-image{width:100%;max-width:830px}.ns-header-background{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center}.ns-header-breadcrumb{zoom:1}.ns-header-breadcrumb:before,.ns-header-breadcrumb:after{display:table;line-height:0;content:""}.ns-header-breadcrumb:after{clear:both}.ns-header-breadcrumb ul{float:left}.ns-header-breadcrumb ul a{color:#fff}.ns-header-breadcrumb ul a:after{color:#eb3c96}.ns-header:before{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXgAAAGOCAYAAAAtj2sgAAAAAXNSR0IArs4c6QAAK05JREFUeAHt3ety20QYBuCmQMuxpRwHuCHu/yI405ZzaYHwvRl/zEYjJ3ZCbMt+dmZnD1rJ0qP8ekeR7t1TCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDARgJnG62yiAABAgQIECBAgAABAgQIECBAgAABAgR2LnB+fv6kfvTzSf1sNf5CwLvzW+IHCRAgQIAAAQIECBAgQIAAAQIECBA4dYEKbh+VwTS47XEHuBm/eZXVWR3oy1rw1ar+eHZ2dn7VDrYRIECAAAECBAgQIECAAAECBAgQIECAwGWBylkf1MzHq/pJtakZj/1PV3Np365665KAdwx0X9YRv6mawPfroU1/rN9XEPxPzSkECBAgQIAAAQIECBAgQIAAAQIECBA4OoGKTe/XRX1UtUPabjuwnQa47+8DYRrwbnoOf9fC76om9E0g3G36l2oFwb/WnEKAAAECBAgQIECAAAECBAgQIECAAIG9ClRomxC2A9ppYDsdf1hrE/IedLlpwLvNRf1Wi78dagLgcZx+wuLvKgz+qVqFAAECBAgQIECAAAECBAgQIECAAAEC1wpUYPtOLerAdvpE7TSwzfiNaw+6sAW7CHi3IckrIr6vehH4rvoZz9YKhJ/XNoUAAQIECBAgQIAAAQIECBAgQIAAgSMQqMD2YV3GGMyu63eo+9YRXPatLuHQAt5tL+ZV7fBj1Q6Af1j1x/ZSv0LhhMgKAQIECBAgQIAAAQIECBAgQIAAAQJ3LFCB7Wv1E3mP7fTp2nXjx3d8Skd3+KUHvDe5IT/XTgl9N61PKxTOO4cVAgQIECBAgAABAgQIECBAgAABAictsApsnxTC+PGxfpp2fNq2A9y8x/bspNHu+OJPMeDdlvS8dnhWNU8Kdyjc/W4zP/aFwgWiECBAgAABAgQIECBAgAABAgQIHJ5AhbQJXB9V/aBqwtqxTuem4zxhK7AthEMpAt67uRMJhfPBuA5+E/52ANz9sX2a7fWk8O/VKgQIECBAgAABAgQIECBAgAABAgSuFaig9t1aNA1gNxm/X/vdv/YHLFiEgID3sG7TizqdBL8Xge+qnfbzNHHmUtN/VsHwL9UqBAgQIECAAAECBAgQIECAAAECCxOokDYfCRtD2bGfJ2uvGr++sMt1uncgIOC9A9Q9HPKv+s3nq3oR+m7Qz/qsfe4dw6WgECBAgAABAgQIECBAgAABAgS2EKhg9kEtf1T18apNv2vmUt9bzfWanhvHOY5C4MYCAt4b0x3VjnkC+FnVDn3H/lxw3OsSDv92VBIuhgABAgQIECBAgAABAgQIEDhqgSGY7TB2LqTtALbXzI0fHjWUi1uMgIB3MbfqYE/0VZ1Zh8DddkDc47VtBcR/HOyVOTECBAgQIECAAAECBAgQIEDgIAQqlM1Hvd6umnfOvlO1g9du5wLY3pZ23P5mjRUCRyMg4D2aW7nYC3lZZ94BcD5M1/2043iun7lfKiTOR+0UAgQIECBAgAABAgQIECBA4AAEKoxNgJogtmsC2e53QLvtOMdIyKsQIDAREPBOQAwXJ/BPnfHPVRP2blKzttf/13oPcakoBAgQIECAAAECBAgQIHBSAqtXFdw0cF0X0CaIfe2kIF0sgT0LCHj3fAP8/MEI/F5n0uFv3kk89jMe66817pp3EKefNjXHSf3Dk8WloBAgQIAAAQIECBAgQIDArQUqiH29DjI+BTv2bxPQvnHrk3MAAgT2LiDg3fstcAJHKpDXRuT9wh36dpvwt/vdXgTCNb9tm+O/ECSXgkKAAAECBAgQIECAAIEdCVTYer9+Kq8geGtNnds2N5f95+bn5h7UWoUAAQKzAgLeWRaTBBYl8KLONmHvReA79NfN9fq0Y7/37/mxzbY/V+sv5r3WojQUAgQIECBAgAABAgT2KrB6svVhnUTC0oSgaTNOSJoPcq0LYTeZnwta+/h1aIUAAQKHISDgPYz74CwILFHgrzrpMQQe+5fC4Mm6m2zrfTqE/rMC5swpBAgQIECAAAECBAjsSaDC1bxnNSFo1w5Wp+MORee297bsM27PfALbPlba6VzGeZpWIUCAwEkLCHhP+va7eAKLFshrMDr47bZD5uvGWddhce/T427HNZnr+YvWE8yL/ttx8gQIECBAgACBxQsMT66OAegYkE4D07nx3Nx4jLE/t9aHtBb/l+QCCBA4BgEB7zHcRddAgMA+BF7Vj46h77Q/N143l/mxdrg8zuXDfX/v40L9JgECBAgQIEDglAUqSM1TpPnAVdp8kCp1rp+5q9YmIJ3W6wLU6fYxZBWuFqhCgAABAvfuCXj9FRAgQGA5Ah0qXwp+6/TXjfvDfeu2z83/t08Fyvk9hQABAgQIEDgxgQo0z+qS82/vu2oTnq4LTcf5uVB1F9tP7C/A5RIgQIDA0gQEvEu7Y86XAAECuxPIE8NjCJwni18ONQHwOJ72d7H9VQXReV2HQoAAAQIE9i6w+pf5BI5dx0Cy58Z2n9vzZOh4LglZM+ep0EJQCBAgQIDAkgQEvEu6W86VAAECBOYE1gXJ6+anQXQ+GHjTmt+46b7Z78r9vZZj7nabI0DgFAQqKM3Towk/uyaI7H6Hov/3uAPPPn7G3R+D0LE/3V67KAQIECBAgACB3QoIeHfr7dcIECBAgMC2AlcFyFcGxPVDV+17XcCcIDwfLPxfWmH1trfdegK3F5g8TToNIjuknJu/zdw0iM2x+njd32ScgFchQIAAAQIECBDYQOBfXHHvlhtyYAoAAAAASUVORK5CYII=");background-position:bottom;background-size:100% 100%;content:"";z-index:2}.ns-header-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:10px;margin-bottom:30px;color:#fff;font-size:32px;font-weight:bold;text-transform:none}.ns-header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.ns-header-title p{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:32px;line-height:1.2}.ns-header-title p:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.ns-header-title span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#fff;font-size:32px;font-weight:bold;text-transform:none}.ns-header-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.ns-header-content{color:#fff}.ns-header--image .ns-header-background{overflow:hidden;position:absolute;top:0;right:0}.ns-header--image .ns-header-background-image{background-repeat:no-repeat;background-position:center;background-size:cover}.ns-header--image .ns-header-background-pattern{position:absolute;top:0;right:0}.ns-header--image:before{background-image:none}@media all and (min-width: 1281px){.ns-header{width:100%}.ns-header-pattern{width:640px;height:640px;margin-top:-320px}.ns-header-pattern svg{width:640px;height:640px}.ns-header--image{max-height:625px}.ns-header--image .ns-header-background{height:100%}.ns-header--image .ns-header-background-mask svg{position:relative;left:-20px;max-width:850px;max-height:618px}.ns-header--image .ns-header-background-image{width:100%;max-width:810px;height:100%}.ns-header-background{width:50%;position:relative;min-height:1px;padding:0 15px;margin-left:50%;padding-right:0}.ns-header-background-mask{position:absolute;width:100%}.ie .ns-header-background-mask{top:50%;left:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ie .ns-header-background-mask svg{height:618px}.ns-header-content,.ns-header-breadcrumb,.ns-header-share,.ns-header-subscribe{width:50%;position:relative;min-height:1px;padding:0 15px}.ns-header-subscribe{margin:24px 0}}@media all and (min-width: 1025px)and (max-width: 1280px){.ns-header{width:100%}.ns-header-pattern{width:640px;height:640px;margin-top:-320px}.ns-header-pattern svg{width:640px;height:640px}.ns-header--image .ns-header-background{height:100%}.ns-header--image .ns-header-background-mask svg{height:100%}.ns-header--image .ns-header-background-image{width:110%;height:100%}.ns-header-background{width:50%;position:relative;min-height:1px;padding:0 15px;margin-left:50%;padding:0}.ns-header-background-image{max-height:615px}.ns-header-background-mask{position:absolute;left:-5px;width:101%}.ie .ns-header-background-mask{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ie .ns-header-background-mask svg{height:618px}.ns-header-background-mask svg{max-width:850px;max-height:618px;margin-left:-10px}.ns-header-content,.ns-header-breadcrumb,.ns-header-share,.ns-header-subscribe{width:50%;position:relative;min-height:1px;padding:0 15px}.ns-header-subscribe{margin:24px 0}}@media all and (min-width: 768px)and (max-width: 1024px){.ns-header{width:100%}.ns-header-pattern{width:600px;height:600px;margin-top:-300px;right:-120px}.ns-header-pattern svg{width:600px;height:600px}.ns-header-background{width:calc(33.3% + (100vw - 768px)*.17);height:100%;padding:0}.ns-header-background-image{height:360px}.ns-header-background-mask{position:absolute}.ie .ns-header-background-mask{top:50%;left:0px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ns-header-background-mask svg{position:relative;left:-10px;width:504px;height:365px}.ns-header-content,.ns-header-breadcrumb,.ns-header-share,.ns-header-subscribe{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.ns-header-subscribe{margin:20px 0}}@media all and (min-width: 0)and (max-width: 767px){.ns-header-pattern,.ns-header-background{display:none}.ns-header-content,.ns-header-breadcrumb,.ns-header-share,.ns-header-subscribe{width:100%;position:relative;min-height:1px;padding:0 10px}.ns-header-subscribe{margin:20px 0}}.theme--richblue .ns-header-background-mask svg g path{fill:#0f69af}.theme--richblue .ns-header-pattern svg g path{fill:#ffc832}@media all and (min-width: 0)and (max-width: 767px){.press-info{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.press-info{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-info{padding-top:60px !important}}@media all and (min-width: 1281px){.press-info{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.press-info{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.press-info{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-info{padding-bottom:60px !important}}@media all and (min-width: 1281px){.press-info{padding-bottom:60px !important}}.press-info__container{zoom:1;width:1400px;margin:0 auto}.press-info__container:before,.press-info__container:after{display:table;line-height:0;content:""}.press-info__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.press-info__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.press-info__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-info__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.press-info__container{width:1280px;padding-right:30px;padding-left:30px}}.press-info__contact,.press-info__package{margin-bottom:15px}.press-info__text{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px}.press-info__text:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.press-info__text--bold{font-weight:bold}.press-info__phone,.press-info__email{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:15px}.press-info__phone [class*=icon],.press-info__email [class*=icon]{margin-right:15px}.press-info__phone [class*=icon]:before,.press-info__email [class*=icon]:before{color:#97d5d1;font-size:28px}.press-info__phone:first-child,.press-info__email:first-child{margin-bottom:10px}.news-detail .press-info__data>*:last-child{margin-bottom:0px}@media all and (min-width: 0)and (max-width: 767px){.press-info__wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.press-info__wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}.press-info__text--disable-desktop{color:#000;cursor:default;pointer-events:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-info__wrapper{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.news-detail .press-info__wrapper{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.press-info__text--disable-desktop{color:#000;cursor:default;pointer-events:none}}@media all and (min-width: 1281px){.press-info__wrapper{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.news-detail .press-info__wrapper{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.press-info__text--disable-desktop{color:#000;cursor:default;pointer-events:none}}@media all and (min-width: 0)and (max-width: 767px){.ns-text{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ns-text{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ns-text{padding-top:60px !important}}@media all and (min-width: 1281px){.ns-text{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.ns-text{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.ns-text{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.ns-text{padding-bottom:60px !important}}@media all and (min-width: 1281px){.ns-text{padding-bottom:60px !important}}.ns-text__container{zoom:1;width:1400px;margin:0 auto}.ns-text__container:before,.ns-text__container:after{display:table;line-height:0;content:""}.ns-text__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.ns-text__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.ns-text__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.ns-text__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.ns-text__container{width:1280px;padding-right:30px;padding-left:30px}}.ns-text__info{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:18px;color:#454545;font-size:12px;font-weight:bold;text-transform:uppercase}.ns-text__info:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.ns-text__date,.ns-text__location{color:gray}.news-detail .ns-text__body>*:last-child{margin-bottom:0px}@media all and (min-width: 0)and (max-width: 767px){.ns-text__wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.ns-text__wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.ns-text__wrapper{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.news-detail .ns-text__wrapper{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}}@media all and (min-width: 1281px){.ns-text__wrapper{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.news-detail .ns-text__wrapper{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}}@media all and (min-width: 1281px){.news-detail section.ns-text.theme--white.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.news-detail section.ns-text.theme--white.same-theme--bottom{padding-bottom:30px !important}}.pathmotion-container-slide-in{-webkit-animation:slide-in .5s forwards;animation:slide-in .5s forwards}.pathmotion-container-slide-out{-webkit-animation:slide-out .5s forwards;animation:slide-out .5s forwards}.pathmotion-iframe{width:90%;height:90%;margin:0 auto;border-radius:16px;overflow:auto}.pathmotion-iframe-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;background:rgba(0,0,0,.6);-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.6);box-shadow:0 0 30px 0 rgba(0,0,0,.6);overflow:hidden;z-index:9999}.pathmotion-iframe-close--button{-ms-flex-item-align:end;align-self:flex-end;margin-right:32px;border:0;color:#fff;cursor:pointer}.floating-icons--pathmotion{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:32px;bottom:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;z-index:1}.floating-icons-buttons--pathmotion{padding:12px}@-webkit-keyframes slide-in{0%{display:block}100%{left:0}}@keyframes slide-in{0%{display:block}100%{left:0}}@-webkit-keyframes slide-out{0%{left:0}100%{display:none;left:100%}}@keyframes slide-out{0%{left:0}100%{display:none;left:100%}}@media all and (min-width: 0px)and (max-width: 1024px){.pathmotion-iframe-close--button{margin-right:18px}}@media all and (min-width: 0)and (max-width: 767px){.category-episodes{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes{padding-top:60px !important}}@media all and (min-width: 1281px){.category-episodes{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.category-episodes{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes{padding-bottom:60px !important}}@media all and (min-width: 1281px){.category-episodes{padding-bottom:60px !important}}.category-episodes .general-loader--hide{display:none !important}.category-episodes__wrapper{zoom:1;width:1400px;margin:0 auto}.category-episodes__wrapper:before,.category-episodes__wrapper:after{display:table;line-height:0;content:""}.category-episodes__wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.category-episodes__wrapper{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes__wrapper{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes__wrapper{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.category-episodes__wrapper{width:1280px;padding-right:30px;padding-left:30px}}.category-episodes__wrapper--hide{display:none !important}.category-episodes__search--mobile{width:100%;position:relative;min-height:1px;padding:0 10px}.category-episodes__container{padding:0}.category-episodes .science-space-lib-search{margin-bottom:40px}.category-episodes .counters-text{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px;padding-right:15px;padding-left:15px;font-style:normal;line-height:27.2px}.category-episodes__search-counters-text .counters-text{padding:0 10px}.category-episodes__headline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:20px;color:#2dbecd;font-size:12px;font-weight:bold}.category-episodes__headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.category-episodes__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.category-episodes__footer{display:none;width:100%;background-color:#503291}.category-episodes__clear-all-filters,.category-episodes__footer-clear-all-btn,.category-episodes__footer-results-cta{padding:0;border:0;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.category-episodes__clear-all-filters{-ms-flex-item-align:start;align-self:start;margin-right:0;color:#eb3c96}.category-episodes__footer-clear-all-btn,.category-episodes__footer-results-cta{color:#fff}.category-episodes__footer-results-cta{width:130px;height:40px;margin-left:auto;border-radius:6px;background-color:#eb3c96;font-size:11px;text-align:center}.category-episodes__footer-results-cta--disabled{background-color:#aaa;text-transform:uppercase}.category-episodes__close-btn-dialog{padding:5px;border:0;cursor:pointer}.category-episodes .science-space-lib-search__icon-wrapper{padding:1px 6px;border:0;cursor:pointer}@media all and (min-width: 1281px){.category-episodes{zoom:1}.category-episodes:before,.category-episodes:after{display:table;line-height:0;content:""}.category-episodes:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.category-episodes{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.category-episodes{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.category-episodes{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px)and (min-width: 1281px){.category-episodes{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.category-episodes .science-space-lib-search{margin-bottom:20px}}@media all and (min-width: 1281px){.category-episodes__header{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;padding:0}}@media all and (min-width: 1281px){.category-episodes__container{padding:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes{zoom:1}.category-episodes:before,.category-episodes:after{display:table;line-height:0;content:""}.category-episodes:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.category-episodes{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.category-episodes{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.category-episodes{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.category-episodes{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes .science-space-lib-search{margin-bottom:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes__header{width:100%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes__container{padding:0}}@media all and (min-width: 0px)and (max-width: 1024px){.category-episodes .counters-text{margin-top:40px;margin-bottom:30px}.category-episodes__headline{margin-bottom:0}.category-episodes__container{display:none;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}.category-episodes__content{position:fixed;top:0;right:0;left:0;width:100%;margin-right:auto;margin-left:auto}.category-episodes__header{position:absolute;width:100%;height:54px;border-bottom:1px solid #e1e1e1;background-color:#fff}.category-episodes__close-btn-dialog{margin-right:-5px}.category-episodes__footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.category-episodes__container--opened{display:block}.category-episodes .category-episodes__header{position:relative;border-bottom:0}.category-episodes .category-episodes__header,.category-episodes .category-episodes__footer{margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.category-episodes .category-episodes__header-wrapper{border-bottom:1px solid #e1e1e1}.category-episodes .category-episodes__footer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;left:0;background-color:#503291}.category-episodes .category-episodes__footer{position:relative}}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}.category-episodes__container{width:100%;position:relative;min-height:1px;padding:0 10px;position:fixed}.category-episodes__header,.category-episodes__footer{padding-right:40px;padding-left:40px}.category-episodes__footer{height:80px}.category-episodes__content{bottom:80px}.category-episodes-episodes__heading,.category-episodes__search--mobile{padding:0}.category-episodes .category-episodes__header,.category-episodes .category-episodes__footer{width:768px}}@media all and (min-width: 0)and (max-width: 767px){.category-episodes{zoom:1}.category-episodes:before,.category-episodes:after{display:table;line-height:0;content:""}.category-episodes:after{clear:both}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 0)and (max-width: 767px){.category-episodes{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 768px)and (max-width: 1024px){.category-episodes{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1025px)and (max-width: 1280px){.category-episodes{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1281px){.category-episodes{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 0)and (max-width: 767px){.category-episodes__container{width:100%;position:relative;min-height:1px;padding:0 10px;position:fixed}}@media all and (min-width: 0)and (max-width: 767px){.category-episodes__header,.category-episodes__footer{padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px){.category-episodes__footer{height:60px}}@media all and (min-width: 0)and (max-width: 767px){.category-episodes__content{bottom:60px;padding:0 5px}}@media all and (min-width: 0)and (max-width: 767px){.category-episodes-episodes__heading{width:100%;position:relative;min-height:1px;padding:0 10px}}.category-episodes .science-space-lib-list{margin:0}.category-episodes .science-space-lib-list .list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;padding:40px 0;border:1px solid #e1e1e1}.category-episodes .science-space-lib-list .list-item::before{content:none}.category-episodes .science-space-lib-list .list-item__tags,.category-episodes .science-space-lib-list .list-item__cta-list{margin:0}.category-episodes .science-space-lib-list .list-item__tags li::before,.category-episodes .science-space-lib-list .list-item__cta-list li::before{content:none}.category-episodes .science-space-lib-list .list-item__tags{margin-bottom:20px;color:#503291}.category-episodes .science-space-lib-list .list-item__tag,.category-episodes .science-space-lib-list .list-item__label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:12px;line-height:1.2}.category-episodes .science-space-lib-list .list-item__tag:lang(ja),.category-episodes .science-space-lib-list .list-item__label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes .science-space-lib-list .list-item__tag,.category-episodes .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes .science-space-lib-list .list-item__tag,.category-episodes .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.category-episodes .science-space-lib-list .list-item__tag,.category-episodes .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes .science-space-lib-list .list-item__tag,.category-episodes .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes .science-space-lib-list .list-item__tag,.category-episodes .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.category-episodes .science-space-lib-list .list-item__tag,.category-episodes .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}.category-episodes .science-space-lib-list .list-item__tag{font-size:12px;line-height:15.6px;text-transform:uppercase}.category-episodes .science-space-lib-list .list-item__label{margin-bottom:0;font-size:14px;line-height:23px}.category-episodes .science-space-lib-list .list-item__label--ipc{display:inline}.category-episodes .science-space-lib-list .list-item__label--ipc+.list-item__label-text{display:inline}.category-episodes .science-space-lib-list .list-item__label-text{font-weight:normal}.category-episodes .science-space-lib-list .list-item__text{margin-bottom:30px;font-size:14px;line-height:23px}.category-episodes .science-space-lib-list .list-item__column--base-info .list-item__label{font-size:16px;line-height:24px}.category-episodes .science-space-lib-list .list-item__column--base-info .list-item__text{margin-top:16px;font-size:16px;line-height:27.2px}.category-episodes .science-space-lib-list .list-item__link{display:inline-block;width:100%;margin-top:5px;margin-bottom:30px}.category-episodes .science-space-lib-list .list-item__authors-list{margin-top:5px;font-size:14px}.category-episodes .science-space-lib-list .list-item__authors-list li::before{margin-left:-1.7em}.category-episodes .science-space-lib-list .list-item__cta{display:block;margin:32px 0;font-size:11px;font-weight:bold;line-height:15px;text-align:center;text-transform:uppercase}.category-episodes .science-space-lib-list .list-item .list-item__link{display:block;font-size:14px;word-wrap:break-word;overflow-wrap:anywhere}@media all and (min-width: 1281px){.category-episodes .science-space-lib-list .list-item .list-item__tags{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;width:calc(25% + 40px);margin-left:30px}.category-episodes .science-space-lib-list .list-item__column--base-info{width:25%;padding-left:60px}.category-episodes .science-space-lib-list .list-item__column--base-info .list-item__text{max-height:185px;text-overflow:ellipsis;overflow:hidden}.category-episodes .science-space-lib-list .list-item__column{position:relative;width:18.75%;min-height:1px;padding:0 15px;float:left}.category-episodes .science-space-lib-list .list-item__column--ctas{width:calc(18.75% - 45px)}.category-episodes .science-space-lib-list .list-item__cta:first-of-type{margin-top:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes .science-space-lib-list .list-item__tags{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left;width:calc(37.5% - 20px);margin-left:15px}.category-episodes .science-space-lib-list .list-item__column{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.category-episodes .science-space-lib-list .list-item__column--base-info{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;margin-bottom:30px;padding:0 45px}.category-episodes .science-space-lib-list .list-item__column--classification-info{padding-left:45px}.category-episodes .science-space-lib-list .list-item__column--ctas{width:calc(25% - 60px)}.category-episodes .science-space-lib-list .list-item__cta:first-of-type{margin-top:0}.category-episodes .science-space-lib-list .list-item__authors-list{line-height:23.8px}}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes .science-space-lib-list .list-item__tags{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;width:calc(50% - 30px);margin-left:30px}.category-episodes .science-space-lib-list .list-item__column{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.category-episodes .science-space-lib-list .list-item__column--base-info,.category-episodes .science-space-lib-list .list-item__column--ctas{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:30px;padding:0 50px}.category-episodes .science-space-lib-list .list-item__column--classification-info{padding-left:50px}.category-episodes .science-space-lib-list .list-item__column--authors{position:relative;width:25%;min-height:1px;padding:0 10px;float:left}.category-episodes .science-space-lib-list .list-item__column--reference-info{width:calc(33.3333333333% + 20px)}.category-episodes .science-space-lib-list .list-item__column--reference-info .list-item__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.category-episodes .science-space-lib-list .list-item__column--ctas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.category-episodes .science-space-lib-list .list-item__cta:first-of-type{margin-top:0;margin-right:32px}.category-episodes .science-space-lib-list .list-item__authors-list{line-height:23.8px}}@media all and (min-width: 0)and (max-width: 767px){.category-episodes .science-space-lib-list .list-item__tags,.category-episodes .science-space-lib-list .list-item__column{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left;margin-left:16.6666666667%;left:-20px;width:calc(66.66667% + 40px)}.category-episodes .science-space-lib-list .list-item__tags{padding:0}.category-episodes .science-space-lib-list .list-item .list-item__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.category-episodes .science-space-lib-list .list-item .list-item__label--ipc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:30px}.category-episodes .science-space-lib-list .list-item__text-title{margin-right:10px}.category-episodes .science-space-lib-list .list-item .list-item__link{display:inline-block}.category-episodes .science-space-lib-list .list-item .list-item__link .is-ios{width:260px}}@media all and (min-width: 0)and (max-width: 767px){.category-episodes .science-space-lib-list.is-ios .list-item__link{width:260px}}.category-episodes .category-episodes-episodes__results-counter{color:#454545;font-size:18px}[v-cloak] .category-episodes .category-episodes-episodes__results-counter{display:none}.category-episodes .category-episodes-episodes__episodes,.category-episodes .category-episodes-episodes__load-more-wrapper{display:block;-webkit-transition:visibility 0s,opacity 1s linear;transition:visibility 0s,opacity 1s linear;opacity:0;visibility:hidden}.category-episodes .category-episodes-episodes__loader{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.category-episodes .category-episodes-episodes--loaded .category-episodes-episodes__episodes,.category-episodes .category-episodes-episodes--loaded .category-episodes-episodes__load-more-wrapper{display:block;opacity:1;visibility:visible}.category-episodes .category-episodes-episodes--loaded .category-episodes-episodes__loader{display:none}.category-episodes .category-episodes-episodes--loading-more .category-episodes .category-episodes-episodes .category-episodes-episodes__load-more-wrapper{display:none;opacity:0;visibility:hidden}.category-episodes .category-episodes-episodes--loading-more .category-episodes .category-episodes-episodes .category-episodes-episodes__loader{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.category-episodes .category-episodes-episodes__episodes{width:100%;position:relative;min-height:1px;padding:0 10px}.category-episodes .category-episodes-episodes__episode-list{margin:0}.category-episodes .category-episodes-episodes__heading{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-bottom:40px;color:#2dbecd}.category-episodes .category-episodes-episodes__heading:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.category-episodes .category-episodes-episodes__heading{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes .category-episodes-episodes__heading{margin-top:-6px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes .category-episodes-episodes__heading{margin-top:-8px;font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){.category-episodes .category-episodes-episodes__heading{margin-top:-12px;font-size:32px;line-height:1.2}}.category-episodes .category-episodes-episodes__load-more-cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;width:100%;margin:40px auto 0;text-align:center}.category-episodes .category-episodes-episodes__load-more-cta:disabled{background:#e1e1e1}.category-episodes .category-episodes-episodes__load-more-cta .button-animated{background-color:#ff6ab5}.category-episodes .category-episodes-episodes__load-more-cta .button-animated{background-color:#d92a83}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes .category-episodes-episodes__episodes{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}.category-episodes .category-episodes-episodes__load-more-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}.category-episodes .category-episodes-episodes__load-more-cta{width:100%;padding:18px 40px}.category-episodes .category-episodes-episodes--loaded .category-episodes .category-episodes-episodes__load-more-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes .category-episodes-episodes__episodes,.category-episodes .category-episodes-episodes__heading{width:68.75%;position:relative;min-height:1px;padding:0 15px;padding:0}.category-episodes .category-episodes-episodes__load-more-wrapper{width:68.75%;position:relative;min-height:1px;padding:0 15px}.category-episodes .category-episodes-episodes__load-more-cta{width:35%;padding:18px 40px}.category-episodes .category-episodes-episodes--loaded .category-episodes-episodes__load-more-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 1281px){.category-episodes .category-episodes-episodes__episodes,.category-episodes .category-episodes-episodes__heading{width:68.75%;position:relative;min-height:1px;padding:0 15px;padding:0}.category-episodes .category-episodes-episodes__load-more-wrapper{width:68.75%;position:relative;min-height:1px;padding:0 15px}.category-episodes .category-episodes-episodes__load-more-cta{width:30%;padding:18px 40px}.category-episodes .category-episodes-episodes--loaded .category-episodes-episodes__load-more-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}.category-episodes .episode-card{margin-bottom:20px;overflow:auto}.category-episodes .episode-card:last-child{margin-bottom:0}.category-episodes .episode-card::before{content:none}.category-episodes .episode-card__thumbnail{position:relative;width:100%;border-radius:4%;background-color:#503291;overflow:hidden}.category-episodes .episode-card__thumbnail:after{display:block;padding-bottom:100%;content:""}.category-episodes .episode-card__thumbnail-image-container{position:absolute;top:0;left:0;width:100%;height:65%}.category-episodes .episode-card__thumbnail-image{width:100%;height:100%;background-color:#2dbecd !important;background-repeat:no-repeat !important;background-size:cover !important}.category-episodes .episode-card__thumbnail-info{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:0;left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:40%;padding-bottom:20px;padding-left:46px}.category-episodes .episode-card__published,.category-episodes .episode-card__duration{color:#fff;font-size:13px;font-weight:bold;line-height:20px;text-transform:uppercase}.category-episodes .episode-card__published{margin-bottom:7px}.category-episodes .episode-card__info{margin-top:20px}.category-episodes .episode-card__tags{margin-bottom:16px}.category-episodes .episode-card__tag{margin-right:5px;color:#eb3c96;font-size:12px;font-weight:bold;line-height:15px;text-transform:uppercase}.category-episodes .episode-card__title{margin-bottom:12px;font-size:20px;line-height:20px;text-transform:uppercase}.category-episodes .episode-card__title-number{color:#2dbecd}.category-episodes .episode-card__title-headline{color:#503291}.category-episodes .episode-card__description{font-size:14px;line-height:23px}.category-episodes .episode-card__ctas .ctas__listen{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;background-color:rgba(0,0,0,0);color:#eb3c96;font-size:13px;font-weight:bold;line-height:16px}.category-episodes .episode-card__ctas .ctas__listen:disabled{background:#e1e1e1}.category-episodes .episode-card__ctas .ctas__listen-text{margin-left:6px}.category-episodes .episode-card__ctas .ctas__listen-icon{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;display:inline-block;position:relative;width:43px;height:43px;padding:0;border-radius:50%;overflow:hidden}.category-episodes .episode-card__ctas .ctas__listen-icon:disabled{background:#e1e1e1}.category-episodes .episode-card__ctas .ctas__listen-icon .button-animated{background-color:#ff6ab5}.category-episodes .episode-card__ctas .ctas__listen-icon .button-animated{background-color:#d92a83}.category-episodes .episode-card__ctas .ctas__listen-icon::before{position:absolute;top:calc(50% - 6px);left:calc(50% - 5px);width:0;height:0;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);border-left:10px solid #fff;content:""}.category-episodes .episode-card__ctas .ctas__listen:hover .ctas__listen-text{color:#d92a83}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes .episode-card{zoom:1}.category-episodes .episode-card:before,.category-episodes .episode-card:after{display:table;line-height:0;content:""}.category-episodes .episode-card:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.category-episodes .episode-card{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.category-episodes .episode-card{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.category-episodes .episode-card{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.category-episodes .episode-card{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes .episode-card__thumbnail-wrapper{position:relative;width:41.6666666667%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes .episode-card__info{position:relative;width:58.3333333333%;min-height:1px;padding:0 10px;float:left;margin-top:0}}@media all and (min-width: 768px)and (max-width: 1024px){.category-episodes .episode-card__tags{margin-bottom:24px}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes .episode-card{zoom:1}.category-episodes .episode-card:before,.category-episodes .episode-card:after{display:table;line-height:0;content:""}.category-episodes .episode-card:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.category-episodes .episode-card{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.category-episodes .episode-card{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.category-episodes .episode-card{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.category-episodes .episode-card{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes .episode-card__thumbnail-wrapper{position:relative;width:40%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes .episode-card__info{position:relative;width:60%;min-height:1px;padding:0 15px;float:left;margin-top:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.category-episodes .episode-card__tags{margin-bottom:24px}}@media all and (min-width: 1281px){.category-episodes .episode-card{zoom:1}.category-episodes .episode-card:before,.category-episodes .episode-card:after{display:table;line-height:0;content:""}.category-episodes .episode-card:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.category-episodes .episode-card{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.category-episodes .episode-card{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.category-episodes .episode-card{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px)and (min-width: 1281px){.category-episodes .episode-card{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.category-episodes .episode-card__thumbnail-wrapper{position:relative;width:40%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1281px){.category-episodes .episode-card__info{position:relative;width:60%;min-height:1px;padding:0 15px;float:left;margin-top:0}}@media all and (min-width: 1281px){.category-episodes .episode-card__tags{margin-bottom:24px}}.podcast-landing .aem-Grid{text-align:center}.podcast-landing .aem-Grid>*{text-align:left}.podcast-all-episodes-listing{padding:0 20px !important}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-all-episodes-listing{width:768px !important;margin:0 auto;padding-right:20px !important;padding-left:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-all-episodes-listing{zoom:1;width:1400px;margin:0 auto;display:inline-block;width:626px !important;padding-right:35px !important;padding-left:30px !important;float:none !important}.podcast-all-episodes-listing:before,.podcast-all-episodes-listing:after{display:table;line-height:0;content:""}.podcast-all-episodes-listing:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.podcast-all-episodes-listing{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.podcast-all-episodes-listing{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.podcast-all-episodes-listing{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.podcast-all-episodes-listing{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.podcast-all-episodes-listing{zoom:1;width:1400px;margin:0 auto;display:inline-block;width:786px !important;padding-right:35px !important;padding-left:30px !important;float:none !important}.podcast-all-episodes-listing:before,.podcast-all-episodes-listing:after{display:table;line-height:0;content:""}.podcast-all-episodes-listing:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.podcast-all-episodes-listing{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.podcast-all-episodes-listing{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.podcast-all-episodes-listing{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px)and (min-width: 1281px){.podcast-all-episodes-listing{width:1280px;padding-right:30px;padding-left:30px}}.podcast-trending-topics{float:none !important;vertical-align:top}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-trending-topics{zoom:1;width:1400px;margin:0 auto;display:inline-block;width:360px !important}.podcast-trending-topics:before,.podcast-trending-topics:after{display:table;line-height:0;content:""}.podcast-trending-topics:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.podcast-trending-topics{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.podcast-trending-topics{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.podcast-trending-topics{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.podcast-trending-topics{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.podcast-trending-topics{zoom:1;width:1400px;margin:0 auto;display:inline-block;width:457px !important}.podcast-trending-topics:before,.podcast-trending-topics:after{display:table;line-height:0;content:""}.podcast-trending-topics:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.podcast-trending-topics{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.podcast-trending-topics{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.podcast-trending-topics{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px)and (min-width: 1281px){.podcast-trending-topics{width:1280px;padding-right:30px;padding-left:30px}}.podcast-more-episodes{padding:40px 0}.podcast-more-episodes__episodes{display:block;width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}.podcast-more-episodes__container{zoom:1;width:1400px;margin:0 auto}.podcast-more-episodes__container:before,.podcast-more-episodes__container:after{display:table;line-height:0;content:""}.podcast-more-episodes__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.podcast-more-episodes__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-more-episodes__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-more-episodes__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.podcast-more-episodes__container{width:1280px;padding-right:30px;padding-left:30px}}.podcast-more-episodes__episode-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -10px}.podcast-more-episodes__heading{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-bottom:40px;padding:0;color:#503291}.podcast-more-episodes__heading:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.podcast-more-episodes__heading{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-more-episodes__heading{margin-top:-6px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-more-episodes__heading{margin-top:-8px;font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){.podcast-more-episodes__heading{margin-top:-12px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-more-episodes__episodes{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:8.3333333333%;padding:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-more-episodes__episode-list{margin:0 -15px}}@media all and (min-width: 1281px){.podcast-more-episodes__episode-list{margin:0 -15px}}.more-episodes-card{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:20px}.more-episodes-card::before{content:none}.more-episodes-card__thumbnail{position:relative;width:100%;border-radius:4%;background-color:#503291;overflow:hidden}.more-episodes-card__thumbnail:after{display:block;padding-bottom:100%;content:""}.more-episodes-card__thumbnail-image-container{position:absolute;top:0;left:0;width:100%;height:65%}.more-episodes-card__thumbnail-image{width:100%;height:100%;background-color:#2dbecd !important;background-repeat:no-repeat !important;background-size:cover !important}.more-episodes-card__thumbnail-mask{position:absolute;top:0;left:0;width:100%;height:100%}.more-episodes-card__thumbnail-mask svg{position:absolute;bottom:14px;left:27px;width:100%;height:100%;-webkit-transform:scale(1.2);transform:scale(1.2)}.more-episodes-card__thumbnail-mask svg g path{fill:#503291}.more-episodes-card__thumbnail-info{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:0;left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;width:100%;height:30%;padding-bottom:20px}.more-episodes-card__thumbnail-info-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.more-episodes-card__thumbnail-info-ctas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.more-episodes-card__thumbnail-info-ctas .ctas__listen{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:rgba(0,0,0,0);overflow:visible}.more-episodes-card__thumbnail-info-ctas .ctas__listen:disabled{background:#e1e1e1}.more-episodes-card__thumbnail-info-ctas .ctas__listen-icon{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;display:inline-block;position:relative;width:43px;height:43px;padding:0;border-radius:50%;overflow:hidden}.more-episodes-card__thumbnail-info-ctas .ctas__listen-icon:disabled{background:#e1e1e1}.more-episodes-card__thumbnail-info-ctas .ctas__listen-icon .button-animated{background-color:#ff6ab5}.more-episodes-card__thumbnail-info-ctas .ctas__listen-icon .button-animated{background-color:#d92a83}.more-episodes-card__thumbnail-info-ctas .ctas__listen-icon::before{position:absolute;top:calc(50% - 6px);left:calc(50% - 5px);width:0;height:0;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);border-left:10px solid #fff;content:""}.more-episodes-card__thumbnail-info-ctas .ctas__listen:hover .ctas__listen-text{color:#d92a83}.more-episodes-card__published,.more-episodes-card__duration{color:#fff;font-size:13px;font-weight:bold;line-height:20px;text-transform:uppercase}.more-episodes-card__published{margin-bottom:7px}.more-episodes-card__info{margin-top:20px}.more-episodes-card__tag{margin-right:5px;color:#eb3c96;font-size:12px;font-weight:bold;line-height:15px;text-transform:uppercase}.more-episodes-card__title{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;margin-top:0;margin-bottom:12px;color:#503291;font-size:20px;line-height:20px;text-transform:uppercase}.more-episodes-card__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.more-episodes-card__title:hover{color:#503291;text-decoration:underline}.more-episodes-card__title-number{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;color:#2dbecd}.more-episodes-card__title-number:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.more-episodes-card__title-headline{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;color:#503291}.more-episodes-card__title-headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.more-episodes-card__description{margin-top:13px;font-size:16px;line-height:27px}@media all and (min-width: 0)and (max-width: 767px){.more-episodes-card__thumbnail-image-container{height:70%}.more-episodes-card__thumbnail-mask svg{bottom:5px;left:10px}}@media all and (min-width: 768px)and (max-width: 1024px){.more-episodes-card{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.more-episodes-card__thumbnail-mask svg{bottom:13px;left:8px}.more-episodes-card__title{font-size:18px}.more-episodes-card__description{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.more-episodes-card{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.more-episodes-card__thumbnail-mask svg{bottom:11px;left:21px}.more-episodes-card__title{font-size:22px}.more-episodes-card__description{display:none}}@media all and (min-width: 1281px){.more-episodes-card{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.more-episodes-card__thumbnail-mask svg{bottom:14px;left:24px}.more-episodes-card__title{font-size:22px}.more-episodes-card__description{display:none}}.podcast-categories{zoom:1;width:100%;min-height:400px;background-color:#fff}.podcast-categories:before,.podcast-categories:after{display:table;line-height:0;content:""}.podcast-categories:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.podcast-categories{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-categories{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-categories{padding-top:60px !important}}@media all and (min-width: 1281px){.podcast-categories{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.podcast-categories{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-categories{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-categories{padding-bottom:60px !important}}@media all and (min-width: 1281px){.podcast-categories{padding-bottom:60px !important}}.podcast-categories__container{zoom:1;width:1400px;margin:0 auto}.podcast-categories__container:before,.podcast-categories__container:after{display:table;line-height:0;content:""}.podcast-categories__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.podcast-categories__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-categories__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-categories__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.podcast-categories__container{width:1280px;padding-right:30px;padding-left:30px}}.podcast-categories .icon-play-category__animated{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;position:absolute;top:50%;left:50%;width:38px;height:38px;padding:10px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:50%;background-color:#eb3c96;font-weight:bold}.podcast-categories .icon-play-category__animated:disabled{background:#e1e1e1}.podcast-categories .icon-play-category__animated .button-animated{background-color:#ff6ab5}.podcast-categories-header{position:relative;margin-bottom:22px;zoom:1;zoom:1}.podcast-categories-header:before,.podcast-categories-header:after{display:table;line-height:0;content:""}.podcast-categories-header:after{clear:both}.podcast-categories-header:before,.podcast-categories-header:after{display:table;line-height:0;content:""}.podcast-categories-header:after{clear:both}.podcast-categories-header .title{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;height:50px;margin-top:-12px;margin-bottom:0;color:#2dbecd;font-size:28px;line-height:1.2;text-transform:uppercase}.podcast-categories-header .title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.podcast-categories__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;zoom:1}.podcast-categories__content-wrapper:before,.podcast-categories__content-wrapper:after{display:table;line-height:0;content:""}.podcast-categories__content-wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.podcast-categories__content-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-categories__content-wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-categories__content-wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.podcast-categories__content-wrapper{margin-right:-15px;margin-left:-15px}}.podcast-categories__content-wrapper>.icon-arrow-carousel.carousel__previous-btn{left:0}.podcast-categories__content-wrapper>.icon-arrow-carousel.carousel__next-btn{right:0}.podcast-categories-item{float:left;color:#503291}.podcast-categories-item-title{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:48px;margin-top:13px;margin-bottom:14px;color:#503291;font-size:24px;line-height:1.2;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.podcast-categories-item-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.podcast-categories-item-title:hover{color:#412877}.podcast-categories-item-description{margin:0 auto;color:#000;font-size:16px;overflow-wrap:break-word}.podcast-categories-item-image-container{position:relative;aspect-ratio:1/1}.podcast-categories-item-image{width:100%;height:100%;border-radius:15px;-o-object-fit:cover;object-fit:cover}.podcast-categories-item::before{content:none}.podcast-categories-item--hidden{display:none}.podcast-categories.podcast-categories--1 .podcast-categories__grid{width:100%}@media all and (min-width: 1281px){.podcast-categories.podcast-categories--1 .podcast-categories-item{position:relative;width:62.5%;min-height:1px;padding:0 15px;float:left;display:-webkit-box;display:-ms-flexbox;display:flex}.podcast-categories.podcast-categories--1 .podcast-categories-item-title{margin-top:0}.podcast-categories.podcast-categories--1 .podcast-categories-item-image-container{position:relative;width:40%;min-height:1px;padding:0 15px;float:left;padding-top:15px;padding-bottom:15px}.podcast-categories.podcast-categories--1 .podcast-categories-item__text-content{position:relative;width:60%;min-height:1px;padding:0 15px;float:left}.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content:before,.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content:after{display:table;line-height:0;content:""}.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px)and (min-width: 1281px){.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-categories.podcast-categories--1 .podcast-categories-item{position:relative;width:62.5%;min-height:1px;padding:0 15px;float:left;display:-webkit-box;display:-ms-flexbox;display:flex}.podcast-categories.podcast-categories--1 .podcast-categories-item-title{margin-top:0}.podcast-categories.podcast-categories--1 .podcast-categories-item-image-container{position:relative;width:40%;min-height:1px;padding:0 15px;float:left;padding-top:15px;padding-bottom:15px}.podcast-categories.podcast-categories--1 .podcast-categories-item__text-content{position:relative;width:60%;min-height:1px;padding:0 15px;float:left}.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content:before,.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content:after{display:table;line-height:0;content:""}.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-categories.podcast-categories--1 .podcast-categories-item{position:relative;width:75%;min-height:1px;padding:0 10px;float:left;display:-webkit-box;display:-ms-flexbox;display:flex}.podcast-categories.podcast-categories--1 .podcast-categories-item-title{margin-top:0}.podcast-categories.podcast-categories--1 .podcast-categories-item-image-container{position:relative;width:44.4444444444%;min-height:1px;padding:0 10px;float:left;padding-top:10px;padding-bottom:10px}.podcast-categories.podcast-categories--1 .podcast-categories-item__text-content{position:relative;width:55.5555555556%;min-height:1px;padding:0 10px;float:left}.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content:before,.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content:after{display:table;line-height:0;content:""}.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.podcast-categories.podcast-categories--1 .podcast-categories-item__general-content{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 0)and (max-width: 767px){.podcast-categories.podcast-categories--1 .icon-arrow-carousel{display:none}}.podcast-categories .carousel__dots{margin:40px 0 0 0}@media all and (min-width: 1281px){.podcast-categories__grid{margin:0}.podcast-categories-item{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.carousel .podcast-categories__grid{width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%;padding:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-categories__grid{margin:0}.podcast-categories-item{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.carousel .podcast-categories__grid{width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%;padding:0}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-categories__grid{margin:0}.podcast-categories-item{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.carousel .podcast-categories__grid{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:8.3333333333%;padding:0}}@media all and (min-width: 0)and (max-width: 767px){.podcast-categories__grid{width:100%;position:relative;min-height:1px;padding:0 10px;margin:0}.podcast-categories-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.carousel .podcast-categories__grid{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:16.6666666667%}}@media all and (min-width: 0)and (max-width: 767px){.podcast-categories .title{height:auto;margin-bottom:44px}.podcast-categories-item{margin-bottom:32px}.carousel .podcast-categories-item{margin-bottom:0}.podcast-categories-item:last-child{margin-bottom:0}.podcast-categories-item-title{margin-bottom:21px;font-size:20px}.podcast-categories .icon-arrow-carousel{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-categories .podcast-categories-item-title{margin-bottom:20px;font-size:20px}}.podcast-category-hero{position:relative;width:100%;text-align:left;overflow:hidden}.podcast-category-hero__color-wrapper{position:relative;overflow:hidden}.podcast-category-hero__color-wrapper:before{position:absolute;bottom:0;left:0;width:100%;height:10%;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXgAAAGOCAMAAAAaUZsSAAAC+lBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////86i/ucAAAA/XRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4CBgoSFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+OK09OAAABe5JREFUeNrt3O1a4tYaBmBxTEgGDIYKbdkntM//IEaUhCSorABjZ/8AGZ3Z/ZhWreh9x7ASP3Lhm/BcL0vk6AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF61jhIAvIx8MplMfvn1P4IX4Fllk8lk8uvkl8kkue94//vpU/lFZQCeUDwajcej0fj859HPH7/7aufu6Gg9/XRxMb24uLiY/aZeAH/L8floPBqPR6PReHz2h9/ZuXu4d3d1MZ1OL6fT6fRGFQH+zNl4H7Y/Hf/VH3ocvA/cXl5eXl5dXl5eXTVqC7DXG4/Ho23YjqK/c4DfDd4H1rOrq2JWzGaz2axWc+Ad6o72YTtO/+nB/krwPrQpZ7NyVs6KYlYUaycDeLs+nO+nEUaDpzzwjwbvI4uiKMqiLIqiKOZ3zhJw+GGbn4/G4/H5eDQe/fRcr7ftPFVefqnKopgX86IopTBwMDrZMM/zfHiW53me54OX+OeGzrNE5JemKMt5MS/LspyXS6cWeD36wzzPh/lZPjzL8+HZ8cvfg84L9KZtOS/nVVnNq/m8qq6dduBFpcM8H+Z5nudn+TDPT/79LvvFJwU+13VVNVXVVFVd1VVtVgJ4SnE2yLIsGwz62eB0cDrIBvFru4udfz33rqu6qpqqqauqrqv61mUD/EjMZtk2abPsdJBl2aD7+u9057U1nJt6q9mNwYUF3AfWx35vG7Sn2eA0ywZZlhzk7/Han+mv67qpm7pp6qaum7q59o4+8B4k/X6/t117vX5vu917I++n2Dm0KdbfFk3TNIvtx6JZNAuTxHDYkwX3Advv9XZrv9/78KY798OPreVicb1Y3Fxf31zf3Nzc3tzeLpdBXwyvz0nvYRfb7223o/dXiM7b7Be/hNvl7XJ5u1wulyGE5X4JrUiGZ3ScpGmapmmyvUnSNE2S+/1Yfd508P6BNoQ2hBDaNoQ2rNrQhrZt27YNq7ZtzVvAn/at3TROu8nH9FHEbse0qz6C94d93obwaruu2tX9Xtuu2tCuVkrEW/chSZJukiTdJO1ux27STbppnCRJGidJeqxGgveF5zBW96Hcrtud0Ia2DW0IbdAxcwD96j5Yd2s3SZL46/4HNRK8B2YTdlMZbRtCWIWdNoQQglrzrOKTOIriKIqjeLeZPMjVpJskSdKVq4L33aXy1xxe7sI4hBDCMoSN8rzzR+Lx7y8n0T5QoyiOouib8f7zqih4+TF3IYR2vV5vvq6b9W770bjxsoxDeDof7ZLx2/HkmzGKulEUnXS1oYKX1903Pw7i9eetu924+fzY/b4T/c8cx3Ecfb9GURzHUfckjroPA1a9ELwcHR0d/b9gvtvvb1br75a3fW3se874m5uTKIqibao+CFl/yecJ/Q8hDVOxyn4fXQAAAABJRU5ErkJggg==");background-repeat:no-repeat;background-position:bottom;background-size:100% auto;content:"";z-index:2}.podcast-category-hero-content{padding-bottom:0 !important}.podcast-category-hero-content .social-share:first-child{padding:0}.podcast-category-hero-content-all{margin-bottom:8px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;font-weight:bolder}.podcast-category-hero-content-all:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.podcast-category-hero-content__title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-top:24px !important;margin-bottom:24px !important;color:#2dbecd;font-size:50px;line-height:1}.podcast-category-hero-content__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.podcast-category-hero-content__title{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-category-hero-content__title{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-category-hero-content__title{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.podcast-category-hero-content__title{margin-top:-22px;font-size:50px;line-height:1.2}}.podcast-category-hero-content-description{color:#fff;margin-bottom:24px !important}.podcast-category-hero-content-actions{display:-webkit-box;display:-ms-flexbox;display:flex}.podcast-category-hero-content-actions span{font-size:14px;font-weight:bold;text-transform:uppercase}.podcast-category-hero-content-actions button{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;width:38px;height:38px}.podcast-category-hero-content-actions button:disabled{background:#e1e1e1}.podcast-category-hero-content-actions button .button-animated{background-color:#ff6ab5}.podcast-category-hero-content-actions-play,.podcast-category-hero-content-actions-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:#fff;gap:15px}.podcast-category-hero-content-actions .icon-play__animated{padding:10px;border-radius:50%;font-weight:bold}.podcast-category-hero-content-actions .icon-play__animated path{stroke:#fff;fill:#fff;fill-opacity:1}.podcast-category-hero-content-actions .icon-share{padding:0px;border-radius:50%;background-color:rgba(0,0,0,0);color:#eb3c96;font-size:38px}.podcast-category-hero-content-image-mask{position:absolute;top:0px;right:0px}.podcast-category-hero .container{position:relative}@media all and (min-width: 0)and (max-width: 767px){.podcast-category-hero .container{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-category-hero .container{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-category-hero .container{padding-top:60px !important}}@media all and (min-width: 1281px){.podcast-category-hero .container{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.podcast-category-hero .container{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-category-hero .container{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-category-hero .container{padding-bottom:60px !important}}@media all and (min-width: 1281px){.podcast-category-hero .container{padding-bottom:60px !important}}.podcast-category-hero .container:after{position:absolute;bottom:0px;width:100%;height:2px;background-color:#e1e1e1}.podcast-category-hero .social-share{width:unset;margin:0}.podcast-category-hero .social-share-barebones{padding-left:0}.podcast-category-hero .social-share-barebones .eyebrow{font-size:14px}.podcast-category-hero-container-row{zoom:1}.podcast-category-hero-container-row:before,.podcast-category-hero-container-row:after{display:table;line-height:0;content:""}.podcast-category-hero-container-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.podcast-category-hero-container-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-category-hero-container-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-category-hero-container-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.podcast-category-hero-container-row{margin-right:-15px;margin-left:-15px}}.podcast-category-hero__background{position:absolute;top:0;right:0;height:100%}.podcast-category-hero__background-image{width:100%;height:100%;background-position:center center;background-size:cover}.podcast-category-hero__background-mask{position:absolute;top:0px;left:-1px}.podcast-category-hero__without-img .podcast-category-hero__background{width:103%;height:100%;margin-top:-2px;margin-left:-8px}@media all and (min-width: 1281px){.podcast-category-hero__color-wrapper .container:after{bottom:0px;left:30px;width:calc(100% - 60px)}.podcast-category-hero__background{width:572px}.podcast-category-hero__background-image{width:100%}.podcast-category-hero-content{width:50%;position:relative;min-height:1px;padding:0 15px}.podcast-category-hero-content-actions-play{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left;padding:0}.podcast-category-hero-content .social-share{position:relative;width:62.5%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-category-hero__color-wrapper .container:after{bottom:0px;left:30px;width:calc(100% - 60px)}.podcast-category-hero__background{width:550px}.podcast-category-hero__background-image{width:100%}.podcast-category-hero-content{width:50%;position:relative;min-height:1px;padding:0 15px}.podcast-category-hero-content-actions-play{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left;padding:0}.podcast-category-hero-content .social-share{margin-right:-70px}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-category-hero__color-wrapper .container:after{bottom:0px;left:20px;width:calc(100% - 40px)}.podcast-category-hero__background{width:300px}.podcast-category-hero__background-image{width:100%}.podcast-category-hero-content{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}.podcast-category-hero-content-actions-play{position:relative;width:37.5%;min-height:1px;padding:0 10px;float:left;padding:0}.podcast-category-hero-content .social-share{margin-right:-50px}}@media all and (min-width: 0)and (max-width: 767px){.podcast-category-hero .social-share{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:0}.podcast-category-hero__color-wrapper .container:after{bottom:0px;left:20px;width:calc(100% - 40px)}.podcast-category-hero__background{display:none}.podcast-category-hero-content{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0px 10px}.podcast-category-hero-content__title{font-size:32px}.podcast-category-hero-content-image{display:none}.podcast-category-hero-content-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.podcast-category-hero-content-actions>div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:20px}.podcast-category-hero-content-actions .social-share{padding-left:0}}.podcast-category-hero.podcast-category-hero__theme-purple .social-share,.podcast-category-hero.podcast-category-hero__theme-cyan .social-share,.podcast-category-hero.podcast-category-hero__theme-magenta .social-share{color:#fff}.podcast-category-hero.podcast-category-hero__theme-purple .podcast-category-hero__color-wrapper{background-color:#503291}.podcast-category-hero.podcast-category-hero__theme-purple .podcast-category-hero__background-mask path,.podcast-category-hero.podcast-category-hero__theme-purple .podcast-category-hero__headshot-mask path{fill:#503291}.podcast-category-hero.podcast-category-hero__theme-purple .podcast-category-hero-content__title{color:#2dbecd}.podcast-category-hero.podcast-category-hero__theme-purple .podcast-category-hero-content-actions .icon-play__animated{background-color:#eb3c96}.podcast-category-hero.podcast-category-hero__theme-purple .podcast-category-hero-content-actions .icon-share::before{color:#eb3c96}.podcast-category-hero.podcast-category-hero__theme-cyan .podcast-category-hero__color-wrapper{background-color:#2dbecd}.podcast-category-hero.podcast-category-hero__theme-cyan .podcast-category-hero__background-mask path,.podcast-category-hero.podcast-category-hero__theme-cyan .podcast-category-hero__headshot-mask path{fill:#2dbecd}.podcast-category-hero.podcast-category-hero__theme-cyan .podcast-category-hero-content__title{color:#503291}.podcast-category-hero.podcast-category-hero__theme-cyan .podcast-category-hero-content-actions .icon-play__animated{background-color:#503291}.podcast-category-hero.podcast-category-hero__theme-cyan .podcast-category-hero-content-actions .icon-share::before{color:#503291}.podcast-category-hero.podcast-category-hero__theme-cyan .podcast-category-hero-content-actions .icon-cross{background-color:#503291}.podcast-category-hero.podcast-category-hero__theme-magenta .podcast-category-hero__color-wrapper{background-color:#eb3c96}.podcast-category-hero.podcast-category-hero__theme-magenta .podcast-category-hero__background-mask path,.podcast-category-hero.podcast-category-hero__theme-magenta .podcast-category-hero__headshot-mask path{fill:#eb3c96}.podcast-category-hero.podcast-category-hero__theme-magenta .podcast-category-hero-content__title{color:#503291}.podcast-category-hero.podcast-category-hero__theme-magenta .podcast-category-hero-content-actions .icon-play__animated{background-color:#503291}.podcast-category-hero.podcast-category-hero__theme-magenta .podcast-category-hero-content-actions .icon-share::before{color:#503291}.podcast-category-hero.podcast-category-hero__theme-magenta .podcast-category-hero-content-actions .icon-cross{background-color:#503291}.social-share-barebones{margin:0}.social-share-barebones__link:before{font-size:38px}.podcast-featured{zoom:1;width:100%;min-height:400px;background-color:#fff}.podcast-featured:before,.podcast-featured:after{display:table;line-height:0;content:""}.podcast-featured:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.podcast-featured{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-featured{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-featured{padding-top:60px !important}}@media all and (min-width: 1281px){.podcast-featured{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.podcast-featured{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-featured{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-featured{padding-bottom:60px !important}}@media all and (min-width: 1281px){.podcast-featured{padding-bottom:60px !important}}.podcast-featured__container{zoom:1;width:1400px;margin:0 auto}.podcast-featured__container:before,.podcast-featured__container:after{display:table;line-height:0;content:""}.podcast-featured__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.podcast-featured__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-featured__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-featured__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.podcast-featured__container{width:1280px;padding-right:30px;padding-left:30px}}.podcast-featured .icon-play-featured__animated{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;position:absolute;top:50%;left:50%;width:38px;height:38px;padding:10px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:50%;background-color:#eb3c96;font-size:16px;font-weight:bold}.podcast-featured .icon-play-featured__animated:disabled{background:#e1e1e1}.podcast-featured .icon-play-featured__animated .button-animated{background-color:#ff6ab5}.podcast-featured-header{position:relative;margin-bottom:88px;zoom:1;zoom:1}.podcast-featured-header:before,.podcast-featured-header:after{display:table;line-height:0;content:""}.podcast-featured-header:after{clear:both}.podcast-featured-header:before,.podcast-featured-header:after{display:table;line-height:0;content:""}.podcast-featured-header:after{clear:both}.podcast-featured-header .title{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;height:50px;margin-top:-12px;margin-bottom:30px;color:#2dbecd;font-size:28px;line-height:1.2;text-transform:uppercase}.podcast-featured-header .title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.podcast-featured__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;min-height:200px}.podcast-featured__content-wrapper>.icon-arrow-carousel.carousel__previous-btn{left:0}.podcast-featured__content-wrapper>.icon-arrow-carousel.carousel__next-btn{right:0}.podcast-featured-card{width:100%;height:100%;min-height:500px;padding-top:58px;padding-bottom:40px;border-radius:10px;background-color:#503291;color:#fff;font-family:Verdana,Geneva,Tahoma,sans-serif}.podcast-featured-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px;color:#fff}.podcast-featured-card__header-category{font-size:22px;font-weight:bold;text-transform:capitalize}.podcast-featured-card__ctas button{border:0;text-transform:uppercase;cursor:pointer}.podcast-featured-card__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#eb3c96;font-size:12px;font-weight:bold;text-transform:uppercase;gap:15px}.podcast-featured-card__title{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;display:block;margin-top:8px;margin-bottom:20px;color:#ffc832;font-size:24px;line-height:1.2;text-align:left;text-transform:uppercase}.podcast-featured-card__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.podcast-featured-card__title-episode{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;color:#2dbecd}.podcast-featured-card__title-episode:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.podcast-featured-card__title:hover{color:#ffc832;text-decoration:underline;cursor:pointer}.podcast-featured-card-details{display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;font-size:12px;font-weight:bold;text-transform:capitalize}.podcast-featured-card-details__date{display:none;width:50%}.podcast-featured-card__info-container{z-index:1}.podcast-featured-card__description{margin:17px 0 0 0;color:#fff;font-size:14px;line-height:25px;z-index:1}.podcast-featured-card__play-container{position:relative;width:56px}.podcast-featured-card__play-container .icon-play-featured__animated{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:56px;height:56px}.podcast-featured-card__play-container .icon-play-featured__animated::before{font-size:24px}.podcast-featured__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:100%;margin:0}.podcast-featured-item{float:left;color:#503291}.podcast-featured-item-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.podcast-featured-item-container--large{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:-146px;margin-right:32px}.podcast-featured-item-container--small{gap:20px}.podcast-featured-item-container-oneEpisode{margin-top:-120px;margin-right:0px}.podcast-featured-item__overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:15px;background:rgba(78,78,78,.5)}.podcast-featured-item--click{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.podcast-featured-item--large{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;border-radius:15px;background-position:center;background-size:cover}.podcast-featured-item--large .podcast-featured-card__info-container{display:-webkit-box;display:-ms-flexbox;display:flex}.podcast-featured-item--small{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:32px}.podcast-featured-item-description{margin:0 auto;color:#000;font-size:16px;overflow-wrap:break-word}.podcast-featured-item-image-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.podcast-featured-item-image{height:78px;width:78px;border-radius:15px;-o-object-fit:cover;object-fit:cover}.podcast-featured-item::before{content:none}.podcast-featured-item--hidden{display:none}@media all and (min-width: 1281px){.podcast-featured__grid{width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%;padding:0}.podcast-featured-item-container{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;padding:0}.podcast-featured-item--large{min-height:500px;padding:0 35px 40px 45px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-featured__grid{width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%;padding:0}.podcast-featured-item-container{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;padding:0}.podcast-featured-item--large{min-height:500px;padding:0 35px 40px 45px}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-featured-header{margin-bottom:222px}.podcast-featured__grid{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:8.3333333333%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}.podcast-featured-item-container{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding:0}.podcast-featured-item-container--large{margin-top:-280px}.podcast-featured-item__overlay{height:calc(100% - 40px)}.podcast-featured-item--large{min-height:474px;margin-bottom:40px;padding:0 62px 40px 62px}.podcast-featured-card__description{display:none}.podcast-featured-card .icon-play-featured__animated{width:36px;height:36px}.podcast-featured-card .icon-play-featured__animated::before{font-size:16px}.podcast-featured-card__play-container{width:52px}.podcast-featured-card__play-container .icon-play-featured__animated{top:100%;width:52px;height:52px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.podcast-featured-card__play-container .icon-play-featured__animated::before{font-size:22px}.podcast-featured-card-oneEpisode{min-height:292px;padding-bottom:20px}}@media all and (min-width: 0)and (max-width: 767px){.podcast-featured__container{padding:0}.podcast-featured .title{padding-left:20px}.podcast-featured__grid{width:100%;position:relative;min-height:1px;padding:0 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 20px}.podcast-featured-item-container{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding:0}.podcast-featured-item-image-container{display:none}.podcast-featured-item__overlay{height:calc(100% - 32px)}.podcast-featured-item--large{min-height:284px;margin-bottom:29px;padding:0 31px 16px 29px}.podcast-featured-card-details__date{display:block}.podcast-featured-card__description{display:none}.podcast-featured-card__play-container{width:31px}.podcast-featured-card__play-container .icon-play-featured__animated{top:100%;width:31px;height:31px;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.podcast-featured-card__play-container .icon-play-featured__animated::before{font-size:13px}.podcast-featured-card-oneEpisode{min-height:263px;padding-bottom:27px}}@media all and (min-width: 0)and (max-width: 767px){.podcast-featured .title{height:auto}.podcast-featured-card__title{margin-bottom:21px;font-size:20px}.podcast-featured-item{margin-bottom:32px}.podcast-featured-item-description{padding:0 24px}.podcast-featured .icon-arrow-carousel{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-featured .title{height:auto;margin-bottom:40px}.podcast-featured-card__title{margin-bottom:20px;font-size:20px}}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing{padding-top:60px !important}}@media all and (min-width: 1281px){.podcast-listing{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing{padding-bottom:60px !important}}@media all and (min-width: 1281px){.podcast-listing{padding-bottom:60px !important}}.podcast-listing__search--mobile{width:100%;position:relative;min-height:1px;padding:0 10px}.podcast-listing__container{zoom:1;width:1400px;margin:0 auto;padding:0}.podcast-listing__container:before,.podcast-listing__container:after{display:table;line-height:0;content:""}.podcast-listing__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.podcast-listing__container{width:1280px;padding-right:30px;padding-left:30px}}.podcast-listing .science-space-lib-search{margin-bottom:40px}.podcast-listing .counters-text{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px;padding-right:15px;padding-left:15px;font-style:normal;line-height:27.2px}.podcast-listing__search-counters-text .counters-text{padding:0 10px}.podcast-listing__headline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:20px;color:#2dbecd;font-size:12px;font-weight:bold}.podcast-listing__headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.podcast-listing__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.podcast-listing__footer{display:none;width:100%;background-color:#503291}.podcast-listing__clear-all-filters,.podcast-listing__footer-clear-all-btn,.podcast-listing__footer-results-cta{padding:0;border:0;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.podcast-listing__clear-all-filters{-ms-flex-item-align:start;align-self:start;margin-right:0;color:#eb3c96}.podcast-listing__footer-clear-all-btn,.podcast-listing__footer-results-cta{color:#fff}.podcast-listing__footer-results-cta{width:130px;height:40px;margin-left:auto;border-radius:6px;background-color:#eb3c96;font-size:11px;text-align:center}.podcast-listing__footer-results-cta--disabled{background-color:#aaa;text-transform:uppercase}.podcast-listing__close-btn-dialog{padding:5px;border:0;cursor:pointer}.podcast-listing .science-space-lib-search__icon-wrapper{padding:1px 6px;border:0;cursor:pointer}@media all and (min-width: 1281px){.podcast-listing{zoom:1}.podcast-listing:before,.podcast-listing:after{display:table;line-height:0;content:""}.podcast-listing:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.podcast-listing{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.podcast-listing{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.podcast-listing{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px)and (min-width: 1281px){.podcast-listing{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.podcast-listing .science-space-lib-search{margin-bottom:20px}}@media all and (min-width: 1281px){.podcast-listing__header{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;padding:0}}@media all and (min-width: 1281px){.podcast-listing__container{width:100%;padding:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing{zoom:1}.podcast-listing:before,.podcast-listing:after{display:table;line-height:0;content:""}.podcast-listing:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.podcast-listing{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.podcast-listing{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.podcast-listing{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.podcast-listing{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .science-space-lib-search{margin-bottom:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing__header{width:100%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing__container{width:100%;padding:0}}@media all and (min-width: 0px)and (max-width: 1024px){.podcast-listing .counters-text{margin-top:40px;margin-bottom:30px}.podcast-listing__headline{margin-bottom:0}.podcast-listing__container{display:none;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}.podcast-listing__content{position:fixed;top:0;right:0;left:0;width:100%;margin-right:auto;margin-left:auto}.podcast-listing__header{position:absolute;width:100%;height:54px;border-bottom:1px solid #e1e1e1;background-color:#fff}.podcast-listing__close-btn-dialog{margin-right:-5px}.podcast-listing__footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.podcast-listing__container--opened{display:block}.podcast-listing .podcast-listing__header{position:relative;border-bottom:0}.podcast-listing .podcast-listing__header,.podcast-listing .podcast-listing__footer{margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.podcast-listing .podcast-listing__header-wrapper{border-bottom:1px solid #e1e1e1}.podcast-listing .podcast-listing__footer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;left:0;background-color:#503291}.podcast-listing .podcast-listing__footer{position:relative}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}.podcast-listing__container{width:100%;position:relative;min-height:1px;padding:0 10px;position:fixed}.podcast-listing__header,.podcast-listing__footer{padding-right:40px;padding-left:40px}.podcast-listing__footer{height:80px}.podcast-listing__content{bottom:80px}.podcast-listing-episodes__heading,.podcast-listing__search--mobile{padding:0}.podcast-listing .podcast-listing__header,.podcast-listing .podcast-listing__footer{width:768px}}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing{zoom:1}.podcast-listing:before,.podcast-listing:after{display:table;line-height:0;content:""}.podcast-listing:after{clear:both}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 0)and (max-width: 767px){.podcast-listing{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 768px)and (max-width: 1024px){.podcast-listing{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1025px)and (max-width: 1280px){.podcast-listing{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1281px){.podcast-listing{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing__container{width:100%;position:relative;min-height:1px;padding:0 10px;position:fixed}}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing__header,.podcast-listing__footer{padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing__footer{height:60px}}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing__content{bottom:60px;padding:0 5px}}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing-episodes__heading{width:100%;position:relative;min-height:1px;padding:0 10px}}.podcast-listing .science-space-lib-list{margin:0}.podcast-listing .science-space-lib-list .list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;padding:40px 0;border:1px solid #e1e1e1}.podcast-listing .science-space-lib-list .list-item::before{content:none}.podcast-listing .science-space-lib-list .list-item__tags,.podcast-listing .science-space-lib-list .list-item__cta-list{margin:0}.podcast-listing .science-space-lib-list .list-item__tags li::before,.podcast-listing .science-space-lib-list .list-item__cta-list li::before{content:none}.podcast-listing .science-space-lib-list .list-item__tags{margin-bottom:20px;color:#503291}.podcast-listing .science-space-lib-list .list-item__tag,.podcast-listing .science-space-lib-list .list-item__label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:12px;line-height:1.2}.podcast-listing .science-space-lib-list .list-item__tag:lang(ja),.podcast-listing .science-space-lib-list .list-item__label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing .science-space-lib-list .list-item__tag,.podcast-listing .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .science-space-lib-list .list-item__tag,.podcast-listing .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.podcast-listing .science-space-lib-list .list-item__tag,.podcast-listing .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing .science-space-lib-list .list-item__tag,.podcast-listing .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .science-space-lib-list .list-item__tag,.podcast-listing .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.podcast-listing .science-space-lib-list .list-item__tag,.podcast-listing .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}.podcast-listing .science-space-lib-list .list-item__tag{font-size:12px;line-height:15.6px;text-transform:uppercase}.podcast-listing .science-space-lib-list .list-item__label{margin-bottom:0;font-size:14px;line-height:23px}.podcast-listing .science-space-lib-list .list-item__label--ipc{display:inline}.podcast-listing .science-space-lib-list .list-item__label--ipc+.list-item__label-text{display:inline}.podcast-listing .science-space-lib-list .list-item__label-text{font-weight:normal}.podcast-listing .science-space-lib-list .list-item__text{margin-bottom:30px;font-size:14px;line-height:23px}.podcast-listing .science-space-lib-list .list-item__column--base-info .list-item__label{font-size:16px;line-height:24px}.podcast-listing .science-space-lib-list .list-item__column--base-info .list-item__text{margin-top:16px;font-size:16px;line-height:27.2px}.podcast-listing .science-space-lib-list .list-item__link{display:inline-block;width:100%;margin-top:5px;margin-bottom:30px}.podcast-listing .science-space-lib-list .list-item__authors-list{margin-top:5px;font-size:14px}.podcast-listing .science-space-lib-list .list-item__authors-list li::before{margin-left:-1.7em}.podcast-listing .science-space-lib-list .list-item__cta{display:block;margin:32px 0;font-size:11px;font-weight:bold;line-height:15px;text-align:center;text-transform:uppercase}.podcast-listing .science-space-lib-list .list-item .list-item__link{display:block;font-size:14px;word-wrap:break-word;overflow-wrap:anywhere}@media all and (min-width: 1281px){.podcast-listing .science-space-lib-list .list-item .list-item__tags{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;width:calc(25% + 40px);margin-left:30px}.podcast-listing .science-space-lib-list .list-item__column--base-info{width:25%;padding-left:60px}.podcast-listing .science-space-lib-list .list-item__column--base-info .list-item__text{max-height:185px;text-overflow:ellipsis;overflow:hidden}.podcast-listing .science-space-lib-list .list-item__column{position:relative;width:18.75%;min-height:1px;padding:0 15px;float:left}.podcast-listing .science-space-lib-list .list-item__column--ctas{width:calc(18.75% - 45px)}.podcast-listing .science-space-lib-list .list-item__cta:first-of-type{margin-top:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .science-space-lib-list .list-item__tags{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left;width:calc(37.5% - 20px);margin-left:15px}.podcast-listing .science-space-lib-list .list-item__column{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.podcast-listing .science-space-lib-list .list-item__column--base-info{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;margin-bottom:30px;padding:0 45px}.podcast-listing .science-space-lib-list .list-item__column--classification-info{padding-left:45px}.podcast-listing .science-space-lib-list .list-item__column--ctas{width:calc(25% - 60px)}.podcast-listing .science-space-lib-list .list-item__cta:first-of-type{margin-top:0}.podcast-listing .science-space-lib-list .list-item__authors-list{line-height:23.8px}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing .science-space-lib-list .list-item__tags{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;width:calc(50% - 30px);margin-left:30px}.podcast-listing .science-space-lib-list .list-item__column{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.podcast-listing .science-space-lib-list .list-item__column--base-info,.podcast-listing .science-space-lib-list .list-item__column--ctas{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:30px;padding:0 50px}.podcast-listing .science-space-lib-list .list-item__column--classification-info{padding-left:50px}.podcast-listing .science-space-lib-list .list-item__column--authors{position:relative;width:25%;min-height:1px;padding:0 10px;float:left}.podcast-listing .science-space-lib-list .list-item__column--reference-info{width:calc(33.3333333333% + 20px)}.podcast-listing .science-space-lib-list .list-item__column--reference-info .list-item__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.podcast-listing .science-space-lib-list .list-item__column--ctas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.podcast-listing .science-space-lib-list .list-item__cta:first-of-type{margin-top:0;margin-right:32px}.podcast-listing .science-space-lib-list .list-item__authors-list{line-height:23.8px}}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing .science-space-lib-list .list-item__tags,.podcast-listing .science-space-lib-list .list-item__column{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left;margin-left:16.6666666667%;left:-20px;width:calc(66.66667% + 40px)}.podcast-listing .science-space-lib-list .list-item__tags{padding:0}.podcast-listing .science-space-lib-list .list-item .list-item__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.podcast-listing .science-space-lib-list .list-item .list-item__label--ipc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:30px}.podcast-listing .science-space-lib-list .list-item__text-title{margin-right:10px}.podcast-listing .science-space-lib-list .list-item .list-item__link{display:inline-block}.podcast-listing .science-space-lib-list .list-item .list-item__link .is-ios{width:260px}}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing .science-space-lib-list.is-ios .list-item__link{width:260px}}.podcast-listing .podcast-listing-episodes__results-counter{color:#454545;font-size:18px}[v-cloak] .podcast-listing .podcast-listing-episodes__results-counter{display:none}.podcast-listing .podcast-listing-episodes__episodes,.podcast-listing .podcast-listing-episodes__load-more-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px;display:block;-webkit-transition:visibility 0s,opacity 1s linear;transition:visibility 0s,opacity 1s linear;opacity:0;visibility:hidden}.podcast-listing .podcast-listing-episodes__loader{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.podcast-listing .podcast-listing-episodes--loaded .podcast-listing-episodes__episodes,.podcast-listing .podcast-listing-episodes--loaded .podcast-listing-episodes__load-more-wrapper{display:block;opacity:1;visibility:visible}.podcast-listing .podcast-listing-episodes--loaded .podcast-listing-episodes__loader{display:none}.podcast-listing .podcast-listing-episodes--loading-more .podcast-listing .podcast-listing-episodes .podcast-listing-episodes__load-more-wrapper{display:none;opacity:0;visibility:hidden}.podcast-listing .podcast-listing-episodes--loading-more .podcast-listing .podcast-listing-episodes .podcast-listing-episodes__loader{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.podcast-listing .podcast-listing-episodes__episodes{width:100%;position:relative;min-height:1px;padding:0 10px}.podcast-listing .podcast-listing-episodes__episode-list{margin:0}.podcast-listing .podcast-listing-episodes__heading{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-bottom:40px;color:#2dbecd}.podcast-listing .podcast-listing-episodes__heading:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing .podcast-listing-episodes__heading{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing .podcast-listing-episodes__heading{margin-top:-6px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .podcast-listing-episodes__heading{margin-top:-8px;font-size:32px;line-height:1.2}}@media all and (min-width: 1281px){.podcast-listing .podcast-listing-episodes__heading{margin-top:-12px;font-size:32px;line-height:1.2}}.podcast-listing .podcast-listing-episodes__load-more-cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;width:100%;margin:40px auto 0;text-align:center}.podcast-listing .podcast-listing-episodes__load-more-cta:disabled{background:#e1e1e1}.podcast-listing .podcast-listing-episodes__load-more-cta .button-animated{background-color:#ff6ab5}.podcast-listing .podcast-listing-episodes__load-more-cta .button-animated{background-color:#d92a83}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing .podcast-listing-episodes__episodes{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0}.podcast-listing .podcast-listing-episodes__load-more-wrapper{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}.podcast-listing .podcast-listing-episodes__load-more-cta{width:100%;padding:18px 40px}.podcast-listing .podcast-listing-episodes--loaded .podcast-listing .podcast-listing-episodes__load-more-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .podcast-listing-episodes__episodes,.podcast-listing .podcast-listing-episodes__heading{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;padding:0}.podcast-listing .podcast-listing-episodes__load-more-wrapper{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.podcast-listing .podcast-listing-episodes__load-more-cta{width:35%;padding:18px 40px}.podcast-listing .podcast-listing-episodes--loaded .podcast-listing-episodes__load-more-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}@media all and (min-width: 1281px){.podcast-listing .podcast-listing-episodes__episodes,.podcast-listing .podcast-listing-episodes__heading{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;padding:0}.podcast-listing .podcast-listing-episodes__load-more-wrapper{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.podcast-listing .podcast-listing-episodes__load-more-cta{width:30%;padding:18px 40px}.podcast-listing .podcast-listing-episodes--loaded .podcast-listing-episodes__load-more-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}.podcast-listing .episode-card{margin-bottom:20px;overflow:auto}.podcast-listing .episode-card:last-child{margin-bottom:0}.podcast-listing .episode-card::before{content:none}.podcast-listing .episode-card__thumbnail{position:relative;width:100%;border-radius:4%;background-color:#503291;overflow:hidden}.podcast-listing .episode-card__thumbnail:after{display:block;padding-bottom:100%;content:""}.podcast-listing .episode-card__thumbnail-image-container{position:absolute;top:0;left:0;width:100%;height:65%}.podcast-listing .episode-card__thumbnail-image{width:100%;height:100%;background-color:#2dbecd !important;background-repeat:no-repeat !important;background-size:cover !important}.podcast-listing .episode-card__thumbnail-info{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:0;left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:40%;padding-bottom:20px;padding-left:46px}.podcast-listing .episode-card__published,.podcast-listing .episode-card__duration{color:#fff;font-size:13px;font-weight:bold;line-height:20px;text-transform:uppercase}.podcast-listing .episode-card__published{margin-bottom:7px}.podcast-listing .episode-card__info{margin-top:20px}.podcast-listing .episode-card__tags{margin-bottom:16px}.podcast-listing .episode-card__tag{margin-right:5px;color:#eb3c96;font-size:12px;font-weight:bold;line-height:15px;text-transform:uppercase}.podcast-listing .episode-card__title{margin-bottom:12px;font-size:20px;line-height:20px;text-transform:uppercase}.podcast-listing .episode-card__title-number{color:#2dbecd}.podcast-listing .episode-card__title-headline{color:#503291}.podcast-listing .episode-card__description{font-size:14px;line-height:23px}.podcast-listing .episode-card__ctas .ctas__listen{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;background-color:rgba(0,0,0,0);color:#eb3c96;font-size:13px;font-weight:bold;line-height:16px}.podcast-listing .episode-card__ctas .ctas__listen:disabled{background:#e1e1e1}.podcast-listing .episode-card__ctas .ctas__listen-text{margin-left:6px}.podcast-listing .episode-card__ctas .ctas__listen-icon{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;display:inline-block;position:relative;width:43px;height:43px;padding:0;border-radius:50%;overflow:hidden}.podcast-listing .episode-card__ctas .ctas__listen-icon:disabled{background:#e1e1e1}.podcast-listing .episode-card__ctas .ctas__listen-icon .button-animated{background-color:#ff6ab5}.podcast-listing .episode-card__ctas .ctas__listen-icon .button-animated{background-color:#d92a83}.podcast-listing .episode-card__ctas .ctas__listen-icon::before{position:absolute;top:calc(50% - 6px);left:calc(50% - 5px);width:0;height:0;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);border-left:10px solid #fff;content:""}.podcast-listing .episode-card__ctas .ctas__listen:hover .ctas__listen-text{color:#d92a83}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing .episode-card{zoom:1}.podcast-listing .episode-card:before,.podcast-listing .episode-card:after{display:table;line-height:0;content:""}.podcast-listing .episode-card:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.podcast-listing .episode-card{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.podcast-listing .episode-card{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .episode-card{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.podcast-listing .episode-card{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing .episode-card__thumbnail-wrapper{position:relative;width:41.6666666667%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing .episode-card__info{position:relative;width:58.3333333333%;min-height:1px;padding:0 10px;float:left;margin-top:0}}@media all and (min-width: 768px)and (max-width: 1024px){.podcast-listing .episode-card__tags{margin-bottom:24px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .episode-card{zoom:1}.podcast-listing .episode-card:before,.podcast-listing .episode-card:after{display:table;line-height:0;content:""}.podcast-listing .episode-card:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.podcast-listing .episode-card{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.podcast-listing .episode-card{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .episode-card{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.podcast-listing .episode-card{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .episode-card__thumbnail-wrapper{position:relative;width:40%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .episode-card__info{position:relative;width:60%;min-height:1px;padding:0 15px;float:left;margin-top:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .episode-card__tags{margin-bottom:24px}}@media all and (min-width: 1281px){.podcast-listing .episode-card{zoom:1}.podcast-listing .episode-card:before,.podcast-listing .episode-card:after{display:table;line-height:0;content:""}.podcast-listing .episode-card:after{clear:both}}@media all and (min-width: 1281px)and (min-width: 0)and (max-width: 767px){.podcast-listing .episode-card{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 768px)and (max-width: 1024px){.podcast-listing .episode-card{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1281px)and (min-width: 1025px)and (max-width: 1280px){.podcast-listing .episode-card{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px)and (min-width: 1281px){.podcast-listing .episode-card{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.podcast-listing .episode-card__thumbnail-wrapper{position:relative;width:40%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1281px){.podcast-listing .episode-card__info{position:relative;width:60%;min-height:1px;padding:0 15px;float:left;margin-top:0}}@media all and (min-width: 1281px){.podcast-listing .episode-card__tags{margin-bottom:24px}}.podcast-listing{zoom:1}.podcast-listing:before,.podcast-listing:after{display:table;line-height:0;content:""}.podcast-listing:after{clear:both}.podcast-listing__button{border:0}.podcast-listing__input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:69px;border:1px solid #e1e1e1;border-radius:4px;background-color:#fff}.podcast-listing__input-wrapper .icon-search{padding:12px}.podcast-listing__input-wrapper .icon-search:before{color:#454545;font-size:20px}.podcast-listing__input{width:100%;height:69px;border:0;border-radius:4px;font-size:16px}@media all and (min-width: 0)and (max-width: 767px){.podcast-listing__input{height:67px}}.pa-event{overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.pa-event{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-event{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-event{padding-top:60px !important}}@media all and (min-width: 1281px){.pa-event{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pa-event{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-event{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-event{padding-bottom:60px !important}}@media all and (min-width: 1281px){.pa-event{padding-bottom:60px !important}}.pa-event-container{zoom:1;width:1400px;margin:0 auto}.pa-event-container:before,.pa-event-container:after{display:table;line-height:0;content:""}.pa-event-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pa-event-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-event-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-event-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.pa-event-container{width:1280px;padding-right:30px;padding-left:30px}}.pa-event-wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}.pa-event-header{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;zoom:1}.pa-event-header:before,.pa-event-header:after{display:table;line-height:0;content:""}.pa-event-header:after{clear:both}.pa-event-header .title{-webkit-box-flex:1;-ms-flex:1;flex:1}.pa-event-content-date,.pa-event-content-title,.pa-event-content-text{color:#fff}.pa-event-content-title{margin-bottom:20px;text-transform:capitalize}.pa-event-content-text{margin-bottom:16px !important}.pa-event-content-date.demoted{margin-bottom:15px;text-transform:uppercase}.pa-event-content .eyebrow{display:block;margin-bottom:24px}.pa-event-content-location a{color:#fff}.pa-event-content-location a:hover{color:#fff}@media all and (min-width: 0)and (max-width: 767px){.pa-event .title{margin-bottom:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-event .title{margin-bottom:16px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-event .title{margin-bottom:16px !important}}@media all and (min-width: 1281px){.pa-event .title{margin-bottom:16px !important}}@media all and (min-width: 1281px){.pa-event-wrapper{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.pa-event-content.second-event:before{border-top:0}.pa-event--single .pa-event-content{width:72.7272727273%;position:relative;min-height:1px;padding:0 15px;padding-left:0}.pa-event--double .pa-event-content{width:45.4545454545%;position:relative;min-height:1px;padding:0 15px;float:left}.pa-event--double .pa-event-content:nth-child(2){padding-left:0}.pa-event--double .pa-event-content:nth-child(3){margin-left:9.0909090909%;padding-right:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-event-wrapper{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.pa-event-content.second-event:before{border-top:0}.pa-event--single .pa-event-content{width:72.7272727273%;position:relative;min-height:1px;padding:0 15px;padding-left:0}.pa-event--double .pa-event-content{width:45.4545454545%;position:relative;min-height:1px;padding:0 15px;float:left}.pa-event--double .pa-event-content:nth-child(2){padding-left:0}.pa-event--double .pa-event-content:nth-child(3){margin-left:9.0909090909%;padding-right:0}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-event-wrapper{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}.pa-event-header{display:block;margin-bottom:30px}.pa-event-header .title{max-width:65%;float:left}.pa-event-header:after{width:100%;border-bottom:1px solid rgba(255,255,255,.3)}.pa-event-header-link.arrow-link{position:absolute;right:32px;bottom:15px}.pa-event--double .pa-event-content:nth-child(3){margin-top:30px;padding-top:30px;border-top:1px solid rgba(255,255,255,.3)}}@media all and (min-width: 0)and (max-width: 767px){.pa-event-header{display:block;margin-bottom:30px}.pa-event-header .title{max-width:calc(100% - 105px);float:left}.pa-event-header:after{width:100%;border-bottom:1px solid rgba(255,255,255,.3)}.pa-event-header-link.arrow-link{position:absolute;right:15px;bottom:15px}.pa-event--double .pa-event-content:nth-child(3){margin-top:30px;padding-top:30px;border-top:1px solid rgba(255,255,255,.3)}}.pa-theme--richblue .pa-event-header .title{color:#ffc832}.pa-theme--richpurple .pa-event-header .title{color:#2dbecd}.pa-header{overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.pa-header{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-header{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-header{padding-top:60px !important}}@media all and (min-width: 1281px){.pa-header{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pa-header{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-header{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-header{padding-bottom:60px !important}}@media all and (min-width: 1281px){.pa-header{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pa-header.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-header.same-theme--bottom{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-header.same-theme--bottom{padding-bottom:30px !important}}@media all and (min-width: 1281px){.pa-header.same-theme--bottom{padding-bottom:30px !important}}.pa-header-container{zoom:1;width:1400px;margin:0 auto}.pa-header-container:before,.pa-header-container:after{display:table;line-height:0;content:""}.pa-header-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pa-header-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-header-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-header-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.pa-header-container{width:1280px;padding-right:30px;padding-left:30px}}.pa-header-row{zoom:1}.pa-header-row:before,.pa-header-row:after{display:table;line-height:0;content:""}.pa-header-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pa-header-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-header-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-header-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.pa-header-row{margin-right:-15px;margin-left:-15px}}.pa-header-title{margin-bottom:30px;text-transform:uppercase}.pa-header-text{color:#fff;margin-top:0px !important;margin-bottom:30px !important}.pa-header .breadcrumb-container{margin-top:-9px;z-index:1}.pa-header .breadcrumb-container a:after{color:#fff}.pa-header-social{zoom:1}.pa-header-social:before,.pa-header-social:after{display:table;line-height:0;content:""}.pa-header-social:after{clear:both}@media all and (min-width: 1281px){.pa-header-content{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-header-content{width:56.25%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-header-content{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}}@media all and (min-width: 0)and (max-width: 767px){.pa-header-content{width:100%;position:relative;min-height:1px;padding:0 10px}}.pa-theme--richblue .pa-header-title{color:#ffc832}.pa-theme--richblue .pa-header .breadcrumb-container a{color:#fff}.pa-theme--richblue .pa-header .breadcrumb-container a:after{color:#eb3c96}.pa-theme--richpurple .pa-header-title{color:#2dbecd}.pa-theme--richpurple .pa-header .breadcrumb-container a:after{color:#fff}@media all and (min-width: 0)and (max-width: 767px){.pa-news{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-news{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-news{padding-top:60px !important}}@media all and (min-width: 1281px){.pa-news{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pa-news{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-news{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-news{padding-bottom:60px !important}}@media all and (min-width: 1281px){.pa-news{padding-bottom:60px !important}}.pa-news-container{zoom:1;width:1400px;margin:0 auto}.pa-news-container:before,.pa-news-container:after{display:table;line-height:0;content:""}.pa-news-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pa-news-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-news-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-news-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.pa-news-container{width:1280px;padding-right:30px;padding-left:30px}}.pa-news-header{zoom:1;margin-bottom:24px !important;position:relative;padding:0 !important;border-bottom:1px solid rgba(255,255,255,.3)}.pa-news-header:before,.pa-news-header:after{display:table;line-height:0;content:""}.pa-news-header:after{clear:both}.pa-news-header-right{position:absolute;right:15px;bottom:0}.pa-news-header-cta{text-align:right}.pa-news-title{margin-bottom:0px !important;margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.pa-news-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.pa-news-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-news-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-news-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.pa-news-title{margin-top:-12px;font-size:28px;line-height:1.2}}.pa-news-item{border-bottom:1px solid rgba(255,255,255,.3);float:left;padding-left:0px !important;padding-right:0px !important}.pa-news-item-title,.pa-news-item-description,.pa-news-item-date{color:#fff}.pa-news-item-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:20px;line-height:1.2}.pa-news-item-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.pa-news-item-title{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-news-item-title{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.pa-news-item-title{font-size:26px;line-height:1.2}}.pa-news-item-title a{color:#fff}.pa-news-item-title a:hover{color:#ff6ab5}.pa-news-item-date{font-weight:bold;font-size:12px;line-height:1.7;padding-bottom:6px !important}@media all and (min-width: 768px)and (max-width: 1024px){.pa-news-item-date{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-news-item-date{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.pa-news-item-date{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.pa-news-content{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.pa-news-header{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;border-bottom:0}.pa-news-header-left{position:relative;width:72.7272727273%;min-height:1px;padding:0 15px;float:left;padding:0}.pa-news--single .pa-news-item{position:relative;width:72.7272727273%;min-height:1px;padding:0 15px;float:left;border-bottom:0}.pa-news--double .pa-news-item{width:45.4545454545%;position:relative;min-height:1px;padding:0 7.5px;float:left;border-bottom:0}.pa-news--double .pa-news-item:nth-child(1){padding-right:15px !important}.pa-news--double .pa-news-item:nth-child(2){padding-left:15px !important;margin-left:9.0909090909%}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-news-content{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}.pa-news-header{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;border-bottom:0}.pa-news-header-left{position:relative;width:72.7272727273%;min-height:1px;padding:0 15px;float:left;padding:0}.pa-news--single .pa-news-item:nth-child(odd){border-bottom:0}.pa-news--double .pa-news-item:nth-child(even){border-bottom:0;margin-top:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-news-content{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}.pa-news-header{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding-bottom:12px !important}.pa-news-header-left{max-width:65%}.pa-news-header-right{padding-bottom:12px !important}.pa-news--single .pa-news-item:nth-child(odd){border-bottom:0}.pa-news--double .pa-news-item:nth-child(even){border-bottom:0;margin-top:32px !important}}@media all and (min-width: 0)and (max-width: 767px){.pa-news-content{width:100%;position:relative;min-height:1px;padding:0 10px}.pa-news-header{display:block}.pa-news-header-left{max-width:65%}.pa-news-header-right{margin-bottom:16px !important}.pa-news--single .pa-news-item:nth-child(odd){border-bottom:0}.pa-news--double .pa-news-item:nth-child(even){border-bottom:0;margin-top:32px !important}.pa-news-title{margin-bottom:16px !important}.pa-news-item-title{margin-bottom:16px !important}.pa-news-item-description{font-size:14px}}.pa-theme--richblue .pa-news-title{color:#ffc832}.pa-theme--richpurple .pa-news-title{color:#2dbecd}.pa{zoom:1}.pa:before,.pa:after{display:table;line-height:0;content:""}.pa:after{clear:both}.pa-background-image{display:none;width:100%;height:100%;position:fixed;top:0;left:0;background-repeat:no-repeat;background-position:center;background-size:cover}.pa-background-image--active{display:block}.pa-background-mask{position:fixed;top:0;left:0;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0, 0, 0)}.pa-section{position:relative;z-index:1}.pa-section--0{z-index:2}.pa-section--full-width{background-color:#fff}.pa-section .image{margin-bottom:0 !important}.pa-section .footer.fixed{right:0;bottom:0;left:0;overflow-y:scroll}.pa-theme--richblue{background-color:#0f69af}.pa-theme--richblue .pa-background-mask svg g path{fill:#0f69af}.pa-theme--richpurple{background-color:#503291}.pa-theme--richpurple .pa-background-mask svg g path{fill:#503291}@media all and (min-width: 1281px){.pa-background-image{width:400px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-background-image{width:400px}.pa-background-mask{left:-5%}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-background-image{width:400px}.pa-background-mask svg{width:1228.8px;height:1228.8px}}@media all and (min-width: 0)and (max-width: 767px){.pa-background-image,.pa-background-mask{display:none}}.pa-social-media{zoom:1}.pa-social-media:before,.pa-social-media:after{display:table;line-height:0;content:""}.pa-social-media:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pa-social-media{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-social-media{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-social-media{padding-top:60px !important}}@media all and (min-width: 1281px){.pa-social-media{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pa-social-media{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-social-media{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-social-media{padding-bottom:60px !important}}@media all and (min-width: 1281px){.pa-social-media{padding-bottom:60px !important}}.pa-social-media-container{zoom:1;width:1400px;margin:0 auto}.pa-social-media-container:before,.pa-social-media-container:after{display:table;line-height:0;content:""}.pa-social-media-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pa-social-media-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-social-media-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-social-media-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.pa-social-media-container{width:1280px;padding-right:30px;padding-left:30px}}.pa-social-media-row{zoom:1}.pa-social-media-row:before,.pa-social-media-row:after{display:table;line-height:0;content:""}.pa-social-media-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pa-social-media-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-social-media-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-social-media-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.pa-social-media-row{margin-right:-15px;margin-left:-15px}}.pa-social-media-header{color:#fff}.pa-social-media-text{font-size:12px}.pa-social-media-list-item{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;width:calc(50% - 10px);margin-bottom:20px;float:left;background:#fff}.pa-social-media-list-item:nth-of-type(even){margin-left:20px}.pa-social-media-list-item--facebook-alt{color:#3b5998}.pa-social-media-list-item--facebook-alt:hover{color:#3b5998}.pa-social-media-list-item--facebook-alt:hover .pa-social-media-list-icon{background:#3b5998;color:#fff}.pa-social-media-list-item--twitter-alt{color:#000}.pa-social-media-list-item--twitter-alt:hover{color:#000}.pa-social-media-list-item--twitter-alt:hover .pa-social-media-list-icon{background:#000;color:#fff}.pa-social-media-list-item--youtube-alt{color:#e52d27}.pa-social-media-list-item--youtube-alt:hover{color:#e52d27}.pa-social-media-list-item--youtube-alt:hover .pa-social-media-list-icon{background:#e52d27;color:#fff}.pa-social-media-list-item--linkedin-alt{color:#007ab6}.pa-social-media-list-item--linkedin-alt:hover{color:#007ab6}.pa-social-media-list-item--linkedin-alt:hover .pa-social-media-list-icon{background:#007ab6;color:#fff}.pa-social-media-list-item--google-plus-alt{color:#db4437}.pa-social-media-list-item--google-plus-alt:hover{color:#db4437}.pa-social-media-list-item--google-plus-alt:hover .pa-social-media-list-icon{background:#db4437;color:#fff}.pa-social-media-list-icon{border-bottom-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-bottom-left-radius:4px;-ms-border-bottom-left-radius:4px;border-top-left-radius:4px;-webkit-border-top-left-radius:4px;-moz-border-top-left-radius:4px;-ms-border-top-left-radius:4px;transition:background .3s;-moz-transition:background .3s;-o-transition:background .3s;-webkit-transition:background .3s;display:inline-block;position:relative;padding-top:12px !important;padding-right:7.5px !important;padding-bottom:12px !important;padding-left:7.5px !important;font-size:15px;vertical-align:middle}.pa-social-media-list-icon:after{display:block;position:absolute;top:0;right:0;bottom:0;width:1px;background:#97d5d1;content:"";opacity:.2}.pa-social-media-list-name{border-bottom-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-bottom-right-radius:4px;-ms-border-bottom-right-radius:4px;border-top-right-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-top-right-radius:4px;-ms-border-top-right-radius:4px;display:inline-block;padding-left:6px !important;font-size:9px;font-weight:bold;letter-spacing:1px;text-transform:uppercase;vertical-align:middle}@media screen and (min-width: 768px){.pa-social-media-list-icon{padding-right:12px !important;padding-left:12px !important;font-size:20px}}@media screen and (min-width: 1025px){.pa-social-media-list-item{width:calc(33% - 13px)}.pa-social-media-list-item:nth-of-type(even){margin-left:0}.pa-social-media-list-item:nth-of-type(3n+2){margin:0 20px}.pa-social-media-list-name{font-size:11px;letter-spacing:0px;padding-left:24px !important}.pa-social-media-text{font-size:16px}}@media all and (min-width: 0)and (max-width: 767px){.pa-social-media-content{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-social-media-content{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-social-media-content{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}}@media all and (min-width: 1281px){.pa-social-media-content{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}}.pa-theme--richblue .pa-social-media-title{color:#ffc832}.pa-theme--richpurple .pa-social-media-title{color:#2dbecd}.pa-sub-navigation{position:relative}@media all and (min-width: 0)and (max-width: 767px){.pa-sub-navigation-container{margin-top:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-sub-navigation-container{margin-top:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-sub-navigation-container{margin-top:40px !important}}@media all and (min-width: 1281px){.pa-sub-navigation-container{margin-top:40px !important}}.pa-sub-navigation-title.demoted{font-size:12px;text-transform:uppercase}.pa-sub-navigation-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:distribute;justify-content:space-around;margin-bottom:-1px !important;margin-left:0;counter-reset:item;list-style-type:none;padding-bottom:6px !important;zoom:1}.pa-sub-navigation-list:before,.pa-sub-navigation-list:after{display:table;line-height:0;content:""}.pa-sub-navigation-list:after{clear:both}.pa-sub-navigation-list:before,.pa-sub-navigation-list:after{-ms-flex-preferred-size:0px;flex-basis:0px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.pa-sub-navigation-list-item{width:50%;position:relative;min-height:1px;padding:0 10px;margin-bottom:20px !important;float:left;color:#fff}.pa-sub-navigation-list-item:before{display:inline-block;position:absolute;top:3px;left:0;height:95%;min-height:20px;padding-right:10px;border-right:1px solid rgba(255,255,255,.3);color:#eb3c96;font-size:11px;font-weight:bold;line-height:.9;content:"0" counter(item);counter-increment:item}.pa-sub-navigation-list-item:nth-child(n+10):before{content:counter(item)}.pa-sub-navigation-list-item-empty{-webkit-box-flex:1;-ms-flex:1;flex:1;height:0;border:0;margin-bottom:0px !important}.pa-sub-navigation-list-item-empty:before{display:none}.pa-sub-navigation-list-item a{display:block;margin-top:2px;margin-left:20px;color:#fff;font-size:11px;font-weight:bold;line-height:1.1;text-transform:uppercase;word-break:break-word}.pa-sub-navigation-list-item a:hover{opacity:.8}.pa-sub-navigation-list-item a:lang(ja),.pa-sub-navigation-list-item a:lang(ko),.pa-sub-navigation-list-item a:lang(zh_CN),.pa-sub-navigation-list-item a:lang(zh_TW){font-size:14px}.pa-sub-navigation-button{border-bottom:1px solid #e1e1e1;padding-bottom:24px !important}@media all and (min-width: 1281px){.pa-sub-navigation-list{padding-bottom:20px !important}.pa-sub-navigation-list-item{width:33.3333333333%;position:relative;min-height:1px;padding:0 15px}.pa-sub-navigation-list-item:nth-child(3n-2){padding-left:15px}.pa-sub-navigation-list-item:nth-child(3n-1){padding-left:15px}.pa-sub-navigation-list-item:nth-child(3n-1):before{left:10px}.pa-sub-navigation-list-item:nth-child(3n-1) a{margin-left:30px}.pa-sub-navigation-list-item:nth-child(3n){padding-right:0px}.pa-sub-navigation-list-item:nth-child(3n):before{left:20px}.pa-sub-navigation-list-item:nth-child(3n) a{margin-left:40px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-sub-navigation-list{padding-bottom:12px !important}.pa-sub-navigation-list-item{width:33.3333333333%;position:relative;min-height:1px;padding:0 15px}.pa-sub-navigation-list-item:nth-child(3n-2){padding-left:15px}.pa-sub-navigation-list-item:nth-child(3n-1){padding-left:15px}.pa-sub-navigation-list-item:nth-child(3n-1):before{left:10px}.pa-sub-navigation-list-item:nth-child(3n-1) a{margin-left:30px}.pa-sub-navigation-list-item:nth-child(3n){padding-right:0px}.pa-sub-navigation-list-item:nth-child(3n):before{left:20px}.pa-sub-navigation-list-item:nth-child(3n) a{margin-left:40px}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-sub-navigation-list-item:nth-child(odd){padding-left:15px}.pa-sub-navigation-list-item:nth-child(even){padding-right:0;padding-left:45px !important}.pa-sub-navigation-list-item:nth-child(even):before{left:10px}.pa-sub-navigation-list-item:nth-child(even) a{min-height:19px;margin-left:0}}@media all and (min-width: 0)and (max-width: 767px){.pa-sub-navigation-list-item:nth-child(odd){padding-left:15px}.pa-sub-navigation-list-item:nth-child(even){padding-right:0;padding-left:45px !important}.pa-sub-navigation-list-item:nth-child(even):before{left:10px}.pa-sub-navigation-list-item:nth-child(even) a{margin-left:0}}.pa-theme--richblue .pa-sub-navigation-title{color:#ffc832}.pa-theme--richpurple .pa-sub-navigation-title{color:#2dbecd}.pa-text{zoom:1}.pa-text:before,.pa-text:after{display:table;line-height:0;content:""}.pa-text:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pa-text-container{padding-top:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-text-container{padding-top:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-text-container{padding-top:30px !important}}@media all and (min-width: 1281px){.pa-text-container{padding-top:30px !important}}@media all and (min-width: 0)and (max-width: 767px){.pa-text-container{padding-bottom:20px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-text-container{padding-bottom:20px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-text-container{padding-bottom:30px !important}}@media all and (min-width: 1281px){.pa-text-container{padding-bottom:30px !important}}.pa-text-block{background-color:rgba(0,0,0,0)}.pa-text-block-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.pa-text-block-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.pa-text-block-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-text-block-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-text-block-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.pa-text-block-title{margin-top:-12px;font-size:28px;line-height:1.2}}.pa-text-block-title span{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.pa-text-block-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.pa-text-block-title span{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-text-block-title span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-text-block-title span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.pa-text-block-title span{margin-top:-12px;font-size:28px;line-height:1.2}}.pa-text-block-content p{margin-bottom:0}.pa-text-block-content ul{margin-bottom:-5px}.pa-text-block a{word-break:break-word}@media all and (min-width: 1281px){.pa-text-block{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-text-block{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-text-block{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}}@media all and (min-width: 0)and (max-width: 767px){.pa-text-block{width:100%;position:relative;min-height:1px;padding:0 10px}.pa-text-block-content>p{font-size:14px}}.pa-theme--richblue .pa-text-block-title{color:#ffc832}.pa-theme--richblue .pa-text-block-content{color:#fff}.pa-theme--richpurple .pa-text-block-title{color:#2dbecd}.pa-theme--richpurple .pa-text-block-content{color:#fff}.pa-unconfigured{zoom:1}.pa-unconfigured:before,.pa-unconfigured:after{display:table;line-height:0;content:""}.pa-unconfigured:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pa-unconfigured-container{margin-top:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-unconfigured-container{margin-top:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-unconfigured-container{margin-top:80px !important}}@media all and (min-width: 1281px){.pa-unconfigured-container{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.pa-unconfigured-container{margin-bottom:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-unconfigured-container{margin-bottom:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-unconfigured-container{margin-bottom:80px !important}}@media all and (min-width: 1281px){.pa-unconfigured-container{margin-bottom:80px !important}}.pa-unconfigured-title,.pa-unconfigured-description{color:#fff}.pa-unconfigured-description{margin-bottom:0px !important}.pa-theme--richblue .pa-unconfigured{background-color:#0f69af}.pa-theme--richpurple .pa-unconfigured{background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.pa-work-with-us{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-work-with-us{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-work-with-us{padding-top:60px !important}}@media all and (min-width: 1281px){.pa-work-with-us{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pa-work-with-us{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-work-with-us{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-work-with-us{padding-bottom:60px !important}}@media all and (min-width: 1281px){.pa-work-with-us{padding-bottom:60px !important}}.pa-work-with-us-container{zoom:1;width:1400px;margin:0 auto}.pa-work-with-us-container:before,.pa-work-with-us-container:after{display:table;line-height:0;content:""}.pa-work-with-us-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.pa-work-with-us-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-work-with-us-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-work-with-us-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.pa-work-with-us-container{width:1280px;padding-right:30px;padding-left:30px}}.pa-work-with-us-content-header{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.pa-work-with-us-content-header:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.pa-work-with-us-content-header{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-work-with-us-content-header{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-work-with-us-content-header{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.pa-work-with-us-content-header{margin-top:-12px;font-size:28px;line-height:1.2}}.pa-work-with-us-content-header span{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.pa-work-with-us-content-header span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.pa-work-with-us-content-header span{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-work-with-us-content-header span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-work-with-us-content-header span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.pa-work-with-us-content-header span{margin-top:-12px;font-size:28px;line-height:1.2}}.pa-work-with-us-content-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:20px;line-height:1.2}@media all and (min-width: 0)and (max-width: 767px){.pa-work-with-us-content-title{margin-bottom:16px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-work-with-us-content-title{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-work-with-us-content-title{margin-bottom:24px !important}}@media all and (min-width: 1281px){.pa-work-with-us-content-title{margin-bottom:24px !important}}.pa-work-with-us-content-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.pa-work-with-us-content-title{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-work-with-us-content-title{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.pa-work-with-us-content-title{font-size:26px;line-height:1.2}}.pa-work-with-us-content-title span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:20px;line-height:1.2}.pa-work-with-us-content-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.pa-work-with-us-content-title span{font-size:22px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-work-with-us-content-title span{font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.pa-work-with-us-content-title span{font-size:26px;line-height:1.2}}@media all and (min-width: 0)and (max-width: 767px){.pa-work-with-us-content-description{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-work-with-us-content-description{margin-bottom:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-work-with-us-content-description{margin-bottom:40px !important}}@media all and (min-width: 1281px){.pa-work-with-us-content-description{margin-bottom:40px !important}}.pa-work-with-us-content__cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;padding:12px 12px;border-radius:5px;font-size:11px;line-height:12px;background-color:#eb3c96;margin-right:15px}.pa-work-with-us-content__cta:disabled{background:#e1e1e1}.pa-work-with-us-content__cta .button-animated{background-color:#ff6ab5}.pa-work-with-us-content__cta:hover{color:#fff}@media all and (min-width: 1281px){.pa-work-with-us-content{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}}@media all and (min-width: 1025px)and (max-width: 1280px){.pa-work-with-us-content{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:31.25%}}@media all and (min-width: 768px)and (max-width: 1024px){.pa-work-with-us-content{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px;margin-left:33.3333333333%}}@media all and (min-width: 0)and (max-width: 767px){.pa-work-with-us-content{width:100%;position:relative;min-height:1px;padding:0 10px}.pa-work-with-us-content-title{font-size:16px}.pa-work-with-us-content-description{font-size:14px}}.pa-theme--richblue .pa-work-with-us-content-header{color:#ffc832}.pa-theme--richblue .pa-work-with-us-content-title{color:#fff}.pa-theme--richblue .pa-work-with-us-content-description{color:#fff}.pa-theme--richpurple .pa-work-with-us-content-header{color:#2dbecd}.pa-theme--richpurple .pa-work-with-us-content-title{color:#fff}.pa-theme--richpurple .pa-work-with-us-content-description{color:#fff}.press-release-test-trigger{position:relative}@media all and (min-width: 0)and (max-width: 767px){.press-release-test-trigger{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.press-release-test-trigger{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-release-test-trigger{padding-top:60px !important}}@media all and (min-width: 1281px){.press-release-test-trigger{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.press-release-test-trigger{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.press-release-test-trigger{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-release-test-trigger{padding-bottom:60px !important}}@media all and (min-width: 1281px){.press-release-test-trigger{padding-bottom:60px !important}}.press-release-test-trigger-container{zoom:1;width:1400px;margin:0 auto}.press-release-test-trigger-container:before,.press-release-test-trigger-container:after{display:table;line-height:0;content:""}.press-release-test-trigger-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.press-release-test-trigger-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.press-release-test-trigger-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-release-test-trigger-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.press-release-test-trigger-container{width:1280px;padding-right:30px;padding-left:30px}}.press-release-test-trigger-row{zoom:1}.press-release-test-trigger-row:before,.press-release-test-trigger-row:after{display:table;line-height:0;content:""}.press-release-test-trigger-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.press-release-test-trigger-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.press-release-test-trigger-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-release-test-trigger-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.press-release-test-trigger-row{margin-right:-15px;margin-left:-15px}}.press-release-test-trigger-form-email{padding-bottom:18px !important}.press-release-test-trigger-form-email-label{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;margin-bottom:8px !important}.press-release-test-trigger-form-email-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.press-release-test-trigger-form-email-label{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-release-test-trigger-form-email-label{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.press-release-test-trigger-form-email-label{font-size:16px;line-height:1.7}}.press-release-test-trigger-form-email-input{width:100%;padding:8px 8px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border:1px solid #aaa;margin-bottom:4px !important}.press-release-test-trigger-form-email-description{color:#454545;margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin-bottom:16px !important}.press-release-test-trigger-form-email-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.press-release-test-trigger-form-email-description{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-release-test-trigger-form-email-description{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.press-release-test-trigger-form-email-description{font-size:14px;line-height:1.7}}.press-release-test-trigger-form-button-submit{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;padding:12px 12px;border-radius:5px;font-size:11px;line-height:12px;float:right}.press-release-test-trigger-form-button-submit:disabled{background:#e1e1e1}.press-release-test-trigger-submitting{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;z-index:1}.press-release-test-trigger-submitting-description{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7}.press-release-test-trigger-submitting-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.press-release-test-trigger-submitting-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-release-test-trigger-submitting-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.press-release-test-trigger-submitting-description{font-size:16px;line-height:1.7}}.press-release-test-trigger-success{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;z-index:1}.press-release-test-trigger-success-description{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7}.press-release-test-trigger-success-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.press-release-test-trigger-success-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-release-test-trigger-success-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.press-release-test-trigger-success-description{font-size:16px;line-height:1.7}}.press-release-test-trigger-error{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;z-index:1}.press-release-test-trigger-error-description{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7}.press-release-test-trigger-error-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.press-release-test-trigger-error-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-release-test-trigger-error-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.press-release-test-trigger-error-description{font-size:16px;line-height:1.7}}@media all and (min-width: 0)and (max-width: 767px){.press-release-test-trigger-content{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.press-release-test-trigger-content{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.press-release-test-trigger-content{width:100%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1281px){.press-release-test-trigger-content{width:100%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 0)and (max-width: 767px){.product-categories{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-categories{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-categories{padding-top:60px !important}}@media all and (min-width: 1281px){.product-categories{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.product-categories{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-categories{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-categories{padding-bottom:60px !important}}@media all and (min-width: 1281px){.product-categories{padding-bottom:60px !important}}.product-categories__container{zoom:1;width:1400px;margin:0 auto}.product-categories__container:before,.product-categories__container:after{display:table;line-height:0;content:""}.product-categories__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.product-categories__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.product-categories__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-categories__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.product-categories__container{width:1280px;padding-right:30px;padding-left:30px}}.product-categories-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:-4px;color:#503291;font-size:16px;font-weight:bold;text-transform:uppercase}.product-categories-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.product-categories-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:0;list-style:none}.product-categories-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:33.3333333334%;flex-basis:33.3333333334%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:33.3333333334%;padding:40px 60px 40px 0;-webkit-box-shadow:0 1px 0 0 #eee;box-shadow:0 1px 0 0 #eee}.product-categories-item:before{display:none}.product-categories-item:hover{cursor:pointer}.product-categories-item-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0 0 7px;color:#eb3c96;font-size:12px;font-weight:bold;text-transform:uppercase}.product-categories-item-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.product-categories-item-copy{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;color:#000;font-size:14px}.product-categories-item-copy:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.product-categories-item:hover .product-categories-item-title{color:#ff6ab5}.product-categories-item-img{width:100%;height:auto}.product-categories-item-img-wrapper{min-width:90px;max-width:120px}.product-categories-item-content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:20px}@media all and (min-width: 1281px){.product-categories-list--no-border-lg-1 .product-categories-item:last-child,.product-categories-list--no-border-lg-2 .product-categories-item:nth-last-child(-n+2),.product-categories-list--no-border-lg-3 .product-categories-item:nth-last-child(-n+3){-webkit-box-shadow:none;box-shadow:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-categories-list--no-border-lg-1 .product-categories-item:last-child,.product-categories-list--no-border-lg-2 .product-categories-item:nth-last-child(-n+2),.product-categories-list--no-border-lg-3 .product-categories-item:nth-last-child(-n+3){-webkit-box-shadow:none;box-shadow:none}}@media all and (min-width: 768px)and (max-width: 1024px){.product-categories-item{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;padding-right:30px}.product-categories-list--no-border-md-2 .product-categories-item:nth-last-child(-n+2),.product-categories-list--no-border-md-1 .product-categories-item:last-child{-webkit-box-shadow:none;box-shadow:none}}@media all and (min-width: 0)and (max-width: 767px){.product-categories-item{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-right:0}.product-categories-item:last-child{-webkit-box-shadow:none;box-shadow:none}.product-categories-item-title{font-size:16px}}.coa-search{width:100%;background-color:#2dbecd;overflow:hidden;zoom:1}.coa-search:before,.coa-search:after{display:table;line-height:0;content:""}.coa-search:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.coa-search-container{margin-top:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.coa-search-container{margin-top:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.coa-search-container{margin-top:80px !important}}@media all and (min-width: 1281px){.coa-search-container{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.coa-search-container{margin-bottom:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.coa-search-container{margin-bottom:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.coa-search-container{margin-bottom:80px !important}}@media all and (min-width: 1281px){.coa-search-container{margin-bottom:80px !important}}.coa-search-container.container{margin-top:0 !important}.coa-search-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;padding-bottom:14px;color:#fff;font-size:12px;font-weight:bold;text-transform:uppercase}.coa-search-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.coa-search-error-msg{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:none;margin-bottom:10px;padding:0 !important;color:#e61e50;font-size:14px;font-weight:bold;text-transform:none}.coa-search-error-msg:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.coa-search .error-state.error-msg{display:inline-block}.coa-search-input{width:100%;height:60px;margin-bottom:20px;padding:0 15px;border:1px solid #fff;border-radius:4px;background-color:#fff;color:#000;font-size:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.coa-search-input__label{position:absolute;width:1px;height:1px;padding:0;border-width:0;white-space:nowrap;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}.coa-search-input:last-of-type{margin-bottom:10px}.coa-search-input:focus::-ms-value{background:rgba(0,0,0,0);color:#000}.coa-search-input.msds-country{margin-bottom:0;padding:0 0 0 15px;background-color:rgba(0,0,0,0);color:#aaa}.coa-search-input.msds-country.active-state{color:#000}.coa-search-input.msds-country.error-state{border-color:#e61e50;color:#e61e50}.coa-search-input.active-state+.caret-down::before,.coa-search-input.active-state+.caret-down::after{background-color:#eb3c96}.coa-search-input.error-state{border-color:#e61e50}.coa-search-cta{min-width:100px}.coa-search .button-coa,.coa-search .button-msds,.coa-search .button-specification{margin-top:10px}@-webkit-keyframes loadingAnimation{from,80%,100%{-webkit-box-shadow:0 2.5em 0 -1.3em;box-shadow:0 2.5em 0 -1.3em}40%{-webkit-box-shadow:0 2.5em 0 0;box-shadow:0 2.5em 0 0}}@keyframes loadingAnimation{from,80%,100%{-webkit-box-shadow:0 2.5em 0 -1.3em;box-shadow:0 2.5em 0 -1.3em}40%{-webkit-box-shadow:0 2.5em 0 0;box-shadow:0 2.5em 0 0}}.coa-search--loading .coa-search-cta:not([disabled]){background-color:#eb3c96 !important}.coa-search--loading .coa-search-cta:not([disabled]) .coa-search-cta-text{opacity:0}.coa-search--loading .coa-search-cta:not([disabled]) .coa-search-cta-loader,.coa-search--loading .coa-search-cta:not([disabled]) .coa-search-cta-loader:before,.coa-search--loading .coa-search-cta:not([disabled]) .coa-search-cta-loader:after{width:16px;height:16px;border-radius:50%;-webkit-animation:loadingAnimation 1.6s infinite ease-in-out;animation:loadingAnimation 1.6s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.coa-search--loading .coa-search-cta:not([disabled]) .coa-search-cta-loader{display:block;position:absolute;top:0;left:50%;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);color:#fff;font-size:10px;text-indent:-9999em;-webkit-animation-delay:-0.16s;animation-delay:-0.16s}.coa-search--loading .coa-search-cta:not([disabled]) .coa-search-cta-loader:before,.coa-search--loading .coa-search-cta:not([disabled]) .coa-search-cta-loader:after{position:absolute;top:0;content:""}.coa-search--loading .coa-search-cta:not([disabled]) .coa-search-cta-loader:before{left:-30px;-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.coa-search--loading .coa-search-cta:not([disabled]) .coa-search-cta-loader:after{left:30px}.coa-search--has-error .coa-search-input{border:2px solid #e61e50}.coa-search--has-error .error-msg{display:inline-block}.coa-search .msds-product.error-state,.coa-search .msds-country.error-state{border:2px solid #e61e50}.coa-search-wrapper{height:60px;margin-bottom:10px;border-radius:4px;background-color:#fff}.coa-search-wrapper .caret-down{display:block;position:relative;top:-55%;width:100%;height:12px;pointer-events:none}.coa-search-wrapper .caret-down:before,.coa-search-wrapper .caret-down:after{position:absolute;width:3px;height:12px;background-color:#aaa;content:" "}.coa-search-wrapper .caret-down:before{right:30px;-webkit-transform:rotate(-60deg);transform:rotate(-60deg)}.coa-search-wrapper .caret-down:after{right:21px;-webkit-transform:rotate(60deg);transform:rotate(60deg)}.coa-search input[type=number]{-moz-appearance:textfield}.coa-search ::-webkit-input-placeholder{color:#aaa}.coa-search ::-webkit-input-placeholder.error-state{color:#e61e50}.coa-search ::-webkit-inner-spin-button,.coa-search ::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none}.coa-search ::-moz-placeholder{color:#aaa;opacity:1}.coa-search :-ms-input-placeholder{color:#aaa;opacity:1}.coa-search :-moz-placeholder{color:#aaa;opacity:1}.coa-search ::-ms-expand{display:none}.coa-search .button--gray{background-color:#b7b7b7}.coa-search .button--gray .button-animated{display:none}@media all and (min-width: 0)and (max-width: 767px){.coa-search-left-rail{margin-bottom:40px}.coa-search-input{height:40px;font-size:16px}.coa-search-wrapper{height:40px}}.catalog-search-bar{width:100%;background-color:#2dbecd;overflow:hidden;zoom:1}.catalog-search-bar:before,.catalog-search-bar:after{display:table;line-height:0;content:""}.catalog-search-bar:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.catalog-search-bar-container{margin-top:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.catalog-search-bar-container{margin-top:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.catalog-search-bar-container{margin-top:80px !important}}@media all and (min-width: 1281px){.catalog-search-bar-container{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.catalog-search-bar-container{margin-bottom:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.catalog-search-bar-container{margin-bottom:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.catalog-search-bar-container{margin-bottom:80px !important}}@media all and (min-width: 1281px){.catalog-search-bar-container{margin-bottom:80px !important}}.catalog-search-bar-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;color:#fff;font-size:12px;font-weight:bold;line-height:1.5;text-transform:uppercase}.catalog-search-bar-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.catalog-search-bar-headline{margin-bottom:60px;color:#503291}.catalog-search-bar-input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:80px;border:1px solid #fff;border-radius:4px;background-color:#fff}.catalog-search-bar-input-wrapper .icon-search{padding:12px;cursor:pointer}.catalog-search-bar-input-wrapper .icon-search:before{color:#454545;font-size:32px}.no-touch .catalog-search-bar-input-wrapper .icon-search:hover{opacity:.7}.catalog-search-bar input[type=text]{width:100%;height:80px;border:0;border-radius:4px;font-size:24px}.catalog-search-bar-desktop::-ms-clear,.catalog-search-bar-mobile::-ms-clear{display:none}.catalog-search-bar-mobile{display:none}.catalog-search-bar *:focus{outline:none}.catalog-search-bar.top .container{margin-bottom:0 !important}.catalog-search-bar.bottom .container{margin-top:0 !important}@media all and (min-width: 0)and (max-width: 767px){.catalog-search-bar-headline{margin-bottom:30px}.catalog-search-bar-input-wrapper{height:40px}.catalog-search-bar-input-wrapper .icon-search{height:20px;padding:0px 12px}.catalog-search-bar-input-wrapper .icon-search:before{font-size:20px}.catalog-search-bar input[type=text]{height:40px;border-radius:4px;font-size:16px}.catalog-search-bar-desktop{display:none}.catalog-search-bar-mobile{display:block}.catalog-search-bar-mobile.coas-link{margin-top:30px}}.product-detail{background-color:#fff}.product-detail .coa-search-container{margin-top:80px !important}.product-detail.coa-search ::-webkit-input-placeholder{color:#000}.product-detail.coa-search ::-moz-placeholder{color:#000;opacity:1}.product-detail.coa-search :-ms-input-placeholder{color:#000;opacity:1}.product-detail.coa-search :-moz-placeholder{color:#000;opacity:1}.product-detail .coa-search-title{padding-bottom:30px;color:#2dbecd}.product-detail .coa-search-title .error-msg{display:none;padding:0 !important;color:#e61e50}.product-detail .coa-search-title.error-state{color:#e61e50}.product-detail .coa-search-title.error-state.error-msg{display:inline-block}.product-detail .coa-search-subtitle{color:#2dbecd;font-size:24px}.product-detail .coa-search-error-msg{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:none;margin-bottom:10px;padding:0 !important;color:#e61e50;font-size:14px;font-weight:bold;text-transform:none}.product-detail .coa-search-error-msg:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.product-detail .coa-search .error-state.error-msg{display:inline-block}.product-detail .coa-search .msds-product.error-state,.product-detail .coa-search .msds-country.error-state{border:2px solid #e61e50}.product-detail .coa-search-input{height:35px;border:1px solid #f3f3f3;background-color:#f3f3f3;color:#000;font-size:14px}.product-detail .coa-search-input.coa-product{margin-bottom:0;padding:0 0 0 15px}.product-detail .coa-search-input.coa-product.active-state,.product-detail .coa-search-input.coa-lot.active-state{color:#000}.product-detail .coa-search-input.coa-product.error-state,.product-detail .coa-search-input.coa-lot.error-state{border-color:#e61e50;color:#e61e50}.product-detail .coa-search-cta-loader{font-size:8px}.product-detail .coa-search-wrapper{height:35px}.product-detail .coa-search-wrapper .caret-down:before,.product-detail .coa-search-wrapper .caret-down:after{width:2px;height:10px;background-color:#eb3c96}.product-detail .coa-search-wrapper .caret-down{top:-60%}.product-detail .coa-search-wrapper .caret-down:before{right:28px;-webkit-transform:rotate(-50deg);transform:rotate(-50deg)}.product-detail .coa-search-wrapper .caret-down:after{right:21px;-webkit-transform:rotate(50deg);transform:rotate(50deg)}.product-detail .coa-search--has-error .coa-search-input{border:2px solid #e61e50}.product-detail .coa-search--has-error .error-msg{display:inline-block}.product-detail .msds-search-wrapper{margin-bottom:20px}@media all and (min-width: 0)and (max-width: 767px){.product-detail .container{margin-top:64px !important}.product-detail .coa-search-title{padding-bottom:20px}}.product-detail-header{position:relative}@media all and (min-width: 0)and (max-width: 767px){.product-detail-header-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-header-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-header-content{padding-top:60px !important}}@media all and (min-width: 1281px){.product-detail-header-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.product-detail-header-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-header-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-header-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.product-detail-header-content{padding-bottom:60px !important}}.product-detail-header-title{margin-bottom:0;color:#503291}.product-detail-header-description{padding-top:10px}@media all and (min-width: 0)and (max-width: 767px){.product-detail-header-description{margin-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-header-description{margin-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-header-description{margin-bottom:24px !important}}@media all and (min-width: 1281px){.product-detail-header-description{margin-bottom:24px !important}}.product-detail-header-disclaimer{zoom:1;width:1400px;margin:0 auto;padding-bottom:35px}.product-detail-header-disclaimer:before,.product-detail-header-disclaimer:after{display:table;line-height:0;content:""}.product-detail-header-disclaimer:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.product-detail-header-disclaimer{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-header-disclaimer{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-header-disclaimer{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.product-detail-header-disclaimer{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px){.product-detail-header-disclaimer{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-header-disclaimer{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-header-disclaimer{padding-top:60px !important}}@media all and (min-width: 1281px){.product-detail-header-disclaimer{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.product-detail-header-disclaimer{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-header-disclaimer{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-header-disclaimer{padding-bottom:60px !important}}@media all and (min-width: 1281px){.product-detail-header-disclaimer{padding-bottom:60px !important}}.product-detail-header-disclaimer-content{margin-bottom:24px;color:#000}.product-detail-header .header-icons{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.product-detail-header .header-icons>*{margin:15px 40px 0 0}.product-detail-header .icon-printer:before{font-size:38px}.product-detail-header .icon-printer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-detail-header .icon-printer__link{width:40px;height:40px;margin-right:15px}.product-detail-header .icon-printer__link:hover{color:#d92a83;cursor:pointer}@media all and (min-width: 0)and (max-width: 767px){.product-detail-header--no-padding{padding-top:0px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-header--no-padding{padding-top:0px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-header--no-padding{padding-top:0px !important}}@media all and (min-width: 1281px){.product-detail-header--no-padding{padding-top:0px !important}}@media all and (min-width: 0)and (max-width: 767px){.product-detail-header--no-padding{padding-bottom:0px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-header--no-padding{padding-bottom:0px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-header--no-padding{padding-bottom:0px !important}}@media all and (min-width: 1281px){.product-detail-header--no-padding{padding-bottom:0px !important}}.product-detail-header--is-scheme-yellow .product-detail-header-disclaimer{padding-top:20px;padding-bottom:20px}.product-detail-header--is-scheme-yellow .product-detail-header-disclaimer-content{margin-bottom:0px}.product-detail-header--is-scheme-white .product-detail-header-disclaimer:after{position:relative;top:-10px;width:100%;height:1px;background-color:#eee;content:""}.product-detail-header--has-media-gallery .product-detail-header-disclaimer{padding-top:0px;padding-bottom:35px}.product-detail-header--has-media-gallery .product-detail-header-disclaimer-content{margin-bottom:0px}.product-detail-header--has-media-gallery .product-detail-header-disclaimer:after{height:0px}.product-detail-header--has-image .product-detail-header-disclaimer{padding-top:0px;padding-bottom:20px}.product-detail-header--has-image .product-detail-header-disclaimer-content{margin-bottom:0px}.product-detail-header--has-image .product-detail-header-disclaimer:after{height:0px}.product-detail-header-scheme-yellow{background-color:#ffc832}.product-detail-header-scheme-yellow:before{position:absolute;bottom:-2px;left:0;width:100%;height:20%;background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE0MDIuNSA2Mi40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNDAyLjUgNjIuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWluIHNsaWNlIgo+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCw2Mi40aDQ4MC4zQzI4OC41LDYyLjMsMTEzLDU3LjIsMCw0OS42QzAsNTMuOSwwLDYyLjQsMCw2Mi40eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNDAyLjUsNjIuNFYwYy0xODUuOSw0Ni41LTU4MC4yLDYyLjUtOTIyLjIsNjIuNEgxNDAyLjV6Ii8+PC9nPjwvc3ZnPg==");background-repeat:no-repeat;background-position:bottom;background-size:cover;content:"";z-index:3;pointer-events:none}.product-detail-header-scheme-white{border-top:1px solid #eee;background-color:#fff}.product-detail-header.hide-separator .product-detail-header-disclaimer:after{content:none}@media all and (min-width: 1281px){.product-detail-header-scheme-yellow:before{height:40%}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-header-disclaimer{padding-bottom:20px}.product-detail-header:before{display:none}}@media all and (min-width: 0)and (max-width: 767px){.product-detail-header-disclaimer{padding-bottom:20px}.product-detail-header-container{margin-top:60px !important}.product-detail-header:before,.product-detail-header .icon-printer-wrapper{display:none}}@media print{body{-webkit-print-color-adjust:exact;print-color-adjust:exact}.pdp-page .navigation-desktop,.pdp-page .navigation-mobile-button,.pdp-page .product-detail.coa-search,.pdp-page .expertise-tags,.pdp-page .icon-search,.pdp-page .icon-printer-wrapper,.pdp-page .component.image-block,.pdp-page .featured-image-text,.pdp-page .index-component.section,.pdp-page .brochure-contact-us,.pdp-page .footer,.pdp-page .back-to-top,.pdp-page .component.cookie,.pdp-page .header-icons{display:none}.pdp-page .navigation-header{display:block;position:relative;width:100%}.pdp-page .navigation-mobile{display:block;padding-top:0}.pdp-page .product-detail-header{zoom:1}.pdp-page .product-detail-header-scheme-white{border-top:0}.pdp-page .product-detail-header-title{font-size:38px;word-break:break-word}.pdp-page .product-detail-header-container{padding:40px 60px 0}.pdp-page .product-detail-tech{padding:0 60px 40px}.pdp-page .product-detail-tech-headline{font-size:20px;line-height:1.2;-ms-hyphens:none;hyphens:none}.pdp-page .product-detail-tech-left{width:32%}.pdp-page .product-detail-tech-right{width:68%;float:right}.pdp-page .product-detail-tech .table-responsive-table{display:table}.pdp-page .product-detail-tech .table-responsive-js-table{display:none}@page{margin:5% 0}@page :first{margin:0 0 5% 0}}@media all and (min-width: 0)and (max-width: 767px){.product-detail-tech{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-tech{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-tech{padding-top:60px !important}}@media all and (min-width: 1281px){.product-detail-tech{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.product-detail-tech{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-tech{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-tech{padding-bottom:60px !important}}@media all and (min-width: 1281px){.product-detail-tech{padding-bottom:60px !important}}.product-detail-tech__container{zoom:1;width:1400px;margin:0 auto}.product-detail-tech__container:before,.product-detail-tech__container:after{display:table;line-height:0;content:""}.product-detail-tech__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.product-detail-tech__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-tech__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-tech__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.product-detail-tech__container{width:1280px;padding-right:30px;padding-left:30px}}.product-detail-tech-headline{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;margin-top:-5px !important;margin-bottom:30px;color:#2dbecd}.product-detail-tech-headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.product-detail-tech-headline{margin-top:-8px;font-size:18px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-tech-headline{margin-top:-8px;font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-tech-headline{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 1281px){.product-detail-tech-headline{margin-top:-8px;font-size:24px;line-height:1.2}}@media all and (min-width: 0)and (max-width: 767px){.product-detail-tech-section{margin-top:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-tech-section{margin-top:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-tech-section{margin-top:80px !important}}@media all and (min-width: 1281px){.product-detail-tech-section{margin-top:80px !important}}@media all and (min-width: 0)and (max-width: 767px){.product-detail-tech-section{margin-bottom:64px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-detail-tech-section{margin-bottom:64px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-detail-tech-section{margin-bottom:80px !important}}@media all and (min-width: 1281px){.product-detail-tech-section{margin-bottom:80px !important}}.product-detail-tech-section:first-child{margin-top:0 !important}.product-detail-tech-section:last-child{margin-bottom:0 !important}.product-detail-tech .table-responsive-table tr:first-child td,.product-detail-tech .table-responsive-table tr:first-child th{padding-top:0}.product-detail-tech .table-responsive-table tr th:first-child{padding-left:0}.product-detail-tech .table-responsive-table tr th{border:0;color:#503291;font-size:inherit;text-align:left}.product-detail-tech .table-responsive-table tr:last-child{border-bottom:1px solid #aaa}.product-detail-tech .table-responsive-table td:first-child,.product-detail-tech .table-responsive-table th:first-child{width:36.3636363636%}.product-search-result .se-bar{background-color:#2dbecd}.product-search-result .se-bar-icon{cursor:pointer}.product-search-result .se-bar-input{padding-bottom:6px}.product-search-result .se-bar-input--desktop::-ms-clear,.product-search-result .se-bar-input--mobile::-ms-clear{display:none}.product-search-result .se-list-summary{float:none}.product-search-result .se-list-item{padding-top:40px !important;padding-bottom:40px !important}.product-search-result .se-list-item-title{line-height:1.2;overflow:visible}.product-search-result .se-list-item-title a{display:inline-block}.product-search-result .se-list-item-title a sup{position:static;top:initial;vertical-align:super}.product-search-result .se-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:30px !important;margin-bottom:30px !important}.product-search-result .se-pagination-layout-center{-webkit-box-flex:0;-ms-flex:none;flex:none}.product-search-result .se-pagination-list{position:static;width:auto}.product-search-result .se-pagination-list--mobile{display:none}.product-search-result .search-select-content{margin-left:-20px}.product-search-result .search-select-list{padding-left:20px}.product-search-result .search-select-list-item-cross{display:none;position:absolute;bottom:0;left:-20px;width:30px;height:100%;z-index:1}.product-search-result .search-select-list-item-cross:after,.product-search-result .search-select-list-item-cross:before{position:absolute;bottom:9px;left:5px;width:3px;height:15px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#eb3c96;content:"";cursor:pointer}.product-search-result .search-select-list-item-cross:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.product-search-result .search-select-list-item--active>.search-select-list-item-cross{display:block}@media all and (min-width: 1281px){.product-search-result .se-bar-input{padding-bottom:5px}}@media all and (min-width: 768px)and (max-width: 1024px){.product-search-result .se-list-item{width:100%}}@media all and (min-width: 0)and (max-width: 767px){.product-search-result .se-list-item{width:100%}.product-search-result .se-pagination{display:block}.product-search-result .se-pagination-layout-center{-webkit-box-flex:1;-ms-flex:auto;flex:auto;overflow:hidden}.product-search-result .se-pagination-list--mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto}.product-search-result .se-pagination-layout{display:-webkit-box;display:-ms-flexbox;display:flex}.product-search-result .se-pagination-list--desktop{display:none}}@media all and (max-width: 400px){.product-search-result .se-pagination-list-item{display:none}.product-search-result .se-pagination-list-item--active{display:inline-block}}.pu-header{position:relative;background-color:#96d7d2;overflow:hidden}@media all and (min-width: 0)and (max-width: 767px){.pu-header{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pu-header{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pu-header{padding-top:60px !important}}@media all and (min-width: 1281px){.pu-header{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.pu-header{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.pu-header{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.pu-header{padding-bottom:60px !important}}@media all and (min-width: 1281px){.pu-header{padding-bottom:60px !important}}.pu-header .breadcrumb-container,.pu-header .pu-header-content,.pu-header .pu-header-social{padding-right:0px;padding-left:0px}.pu-header .container{position:relative;z-index:2}.pu-header-pattern{position:absolute;top:0;right:0}.pu-header-pattern svg{-webkit-transform:scale(1);transform:scale(1)}.pu-header:before{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:scale(1.01);transform:scale(1.01);background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXgAAAGOCAYAAAAtj2sgAAAAAXNSR0IArs4c6QAAK05JREFUeAHt3ety20QYBuCmQMuxpRwHuCHu/yI405ZzaYHwvRl/zEYjJ3ZCbMt+dmZnD1rJ0qP8ekeR7t1TCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDARgJnG62yiAABAgQIECBAgAABAgQIECBAgAABAgR2LnB+fv6kfvTzSf1sNf5CwLvzW+IHCRAgQIAAAQIECBAgQIAAAQIECBA4dYEKbh+VwTS47XEHuBm/eZXVWR3oy1rw1ar+eHZ2dn7VDrYRIECAAAECBAgQIECAAAECBAgQIECAwGWBylkf1MzHq/pJtakZj/1PV3Np365665KAdwx0X9YRv6mawPfroU1/rN9XEPxPzSkECBAgQIAAAQIECBAgQIAAAQIECBA4OoGKTe/XRX1UtUPabjuwnQa47+8DYRrwbnoOf9fC76om9E0g3G36l2oFwb/WnEKAAAECBAgQIECAAAECBAgQIECAAIG9ClRomxC2A9ppYDsdf1hrE/IedLlpwLvNRf1Wi78dagLgcZx+wuLvKgz+qVqFAAECBAgQIECAAAECBAgQIECAAAEC1wpUYPtOLerAdvpE7TSwzfiNaw+6sAW7CHi3IckrIr6vehH4rvoZz9YKhJ/XNoUAAQIECBAgQIAAAQIECBAgQIAAgSMQqMD2YV3GGMyu63eo+9YRXPatLuHQAt5tL+ZV7fBj1Q6Af1j1x/ZSv0LhhMgKAQIECBAgQIAAAQIECBAgQIAAAQJ3LFCB7Wv1E3mP7fTp2nXjx3d8Skd3+KUHvDe5IT/XTgl9N61PKxTOO4cVAgQIECBAgAABAgQIECBAgAABAictsApsnxTC+PGxfpp2fNq2A9y8x/bspNHu+OJPMeDdlvS8dnhWNU8Kdyjc/W4zP/aFwgWiECBAgAABAgQIECBAgAABAgQIHJ5AhbQJXB9V/aBqwtqxTuem4zxhK7AthEMpAt67uRMJhfPBuA5+E/52ANz9sX2a7fWk8O/VKgQIECBAgAABAgQIECBAgAABAgSuFaig9t1aNA1gNxm/X/vdv/YHLFiEgID3sG7TizqdBL8Xge+qnfbzNHHmUtN/VsHwL9UqBAgQIECAAAECBAgQIECAAAECCxOokDYfCRtD2bGfJ2uvGr++sMt1uncgIOC9A9Q9HPKv+s3nq3oR+m7Qz/qsfe4dw6WgECBAgAABAgQIECBAgAABAgS2EKhg9kEtf1T18apNv2vmUt9bzfWanhvHOY5C4MYCAt4b0x3VjnkC+FnVDn3H/lxw3OsSDv92VBIuhgABAgQIECBAgAABAgQIEDhqgSGY7TB2LqTtALbXzI0fHjWUi1uMgIB3MbfqYE/0VZ1Zh8DddkDc47VtBcR/HOyVOTECBAgQIECAAAECBAgQIEDgIAQqlM1Hvd6umnfOvlO1g9du5wLY3pZ23P5mjRUCRyMg4D2aW7nYC3lZZ94BcD5M1/2043iun7lfKiTOR+0UAgQIECBAgAABAgQIECBA4AAEKoxNgJogtmsC2e53QLvtOMdIyKsQIDAREPBOQAwXJ/BPnfHPVRP2blKzttf/13oPcakoBAgQIECAAAECBAgQIHBSAqtXFdw0cF0X0CaIfe2kIF0sgT0LCHj3fAP8/MEI/F5n0uFv3kk89jMe66817pp3EKefNjXHSf3Dk8WloBAgQIAAAQIECBAgQIDArQUqiH29DjI+BTv2bxPQvnHrk3MAAgT2LiDg3fstcAJHKpDXRuT9wh36dpvwt/vdXgTCNb9tm+O/ECSXgkKAAAECBAgQIECAAIEdCVTYer9+Kq8geGtNnds2N5f95+bn5h7UWoUAAQKzAgLeWRaTBBYl8KLONmHvReA79NfN9fq0Y7/37/mxzbY/V+sv5r3WojQUAgQIECBAgAABAgT2KrB6svVhnUTC0oSgaTNOSJoPcq0LYTeZnwta+/h1aIUAAQKHISDgPYz74CwILFHgrzrpMQQe+5fC4Mm6m2zrfTqE/rMC5swpBAgQIECAAAECBAjsSaDC1bxnNSFo1w5Wp+MORee297bsM27PfALbPlba6VzGeZpWIUCAwEkLCHhP+va7eAKLFshrMDr47bZD5uvGWddhce/T427HNZnr+YvWE8yL/ttx8gQIECBAgACBxQsMT66OAegYkE4D07nx3Nx4jLE/t9aHtBb/l+QCCBA4BgEB7zHcRddAgMA+BF7Vj46h77Q/N143l/mxdrg8zuXDfX/v40L9JgECBAgQIEDglAUqSM1TpPnAVdp8kCp1rp+5q9YmIJ3W6wLU6fYxZBWuFqhCgAABAvfuCXj9FRAgQGA5Ah0qXwp+6/TXjfvDfeu2z83/t08Fyvk9hQABAgQIEDgxgQo0z+qS82/vu2oTnq4LTcf5uVB1F9tP7C/A5RIgQIDA0gQEvEu7Y86XAAECuxPIE8NjCJwni18ONQHwOJ72d7H9VQXReV2HQoAAAQIE9i6w+pf5BI5dx0Cy58Z2n9vzZOh4LglZM+ep0EJQCBAgQIDAkgQEvEu6W86VAAECBOYE1gXJ6+anQXQ+GHjTmt+46b7Z78r9vZZj7nabI0DgFAQqKM3Towk/uyaI7H6Hov/3uAPPPn7G3R+D0LE/3V67KAQIECBAgACB3QoIeHfr7dcIECBAgMC2AlcFyFcGxPVDV+17XcCcIDwfLPxfWmH1trfdegK3F5g8TToNIjuknJu/zdw0iM2x+njd32ScgFchQIAAAQIECBDYQOBfXHHvlhtyYAoAAAAASUVORK5CYII=");background-position:bottom;background-size:100% 100%;content:"";z-index:2}.pu-header-title{margin-bottom:30px;color:#503291;text-transform:uppercase}@media all and (min-width: 1281px){.pu-header-content,.pu-header-social{width:56.25%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pu-header-pattern{right:-50px}.pu-header-content,.pu-header-social{width:56.25%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.pu-header-pattern{right:-200px}.pu-header-content,.pu-header-social{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.pu-header-pattern{display:none}.pu-header-content,.pu-header-social{width:100%;position:relative;min-height:1px;padding:0 10px}}.pu__subtitle{margin-top:0;float:left;color:#2dbecd;font-size:28px}.pu__section{padding:75px 0}.pu__right-col{float:left}.pu__right-col p{margin:4px 0px 0px 0px}@media all and (min-width: 0)and (max-width: 767px){.pu__section{padding:40px 0}.pu__subtitle{width:100%;position:relative;min-height:1px;padding:0 10px;font-size:24px}.pu__right-col{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.pu__subtitle{width:100%;position:relative;min-height:1px;padding:0 10px}.pu__right-col{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.pu__subtitle{width:31.25%;position:relative;min-height:1px;padding:0 15px}.pu__right-col{width:68.75%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1281px){.pu__subtitle{width:31.25%;position:relative;min-height:1px;padding:0 15px}.pu__right-col{width:68.75%;position:relative;min-height:1px;padding:0 15px}}.science-space-lib-article{zoom:1;width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}.science-space-lib-article:before,.science-space-lib-article:after{display:table;line-height:0;content:""}.science-space-lib-article:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-article{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-article{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-article{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.science-space-lib-article{width:1280px;padding-right:30px;padding-left:30px}}.science-space-lib-article--author [v-cloak]{display:block}.science-space-lib-article__wrapper{width:100%}.science-space-lib-article__row{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex}.science-space-lib-article__row:before,.science-space-lib-article__row:after{display:table;line-height:0;content:""}.science-space-lib-article__row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-article__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-article__row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-article__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.science-space-lib-article__row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.science-space-lib-article__main-content{width:56.25%;position:relative;min-height:1px;padding:0 15px}.science-space-lib-article__side-content{width:37.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%;padding-top:60px}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-article__main-content{width:56.25%;position:relative;min-height:1px;padding:0 15px}.science-space-lib-article__side-content{width:37.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%;padding-top:60px}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-article__main-content,.science-space-lib-article__side-content{width:100%;position:relative;min-height:1px;padding:0 10px}.science-space-lib-article__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-article__main-content,.science-space-lib-article__side-content{width:100%;position:relative;min-height:1px;padding:0 10px}.science-space-lib-article__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-filter-search{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-filter-search{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-filter-search{padding-top:60px !important}}@media all and (min-width: 1281px){.science-space-lib-filter-search{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-filter-search{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-filter-search{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-filter-search{padding-bottom:60px !important}}@media all and (min-width: 1281px){.science-space-lib-filter-search{padding-bottom:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-filter-search .container{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-filter-search .container{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-filter-search .container{padding-top:60px !important}}@media all and (min-width: 1281px){.science-space-lib-filter-search .container{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-filter-search .container{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-filter-search .container{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-filter-search .container{padding-bottom:60px !important}}@media all and (min-width: 1281px){.science-space-lib-filter-search .container{padding-bottom:60px !important}}.science-space-lib-filter-search__search--mobile{zoom:1}.science-space-lib-filter-search__search--mobile:before,.science-space-lib-filter-search__search--mobile:after{display:table;line-height:0;content:""}.science-space-lib-filter-search__search--mobile:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-filter-search__search--mobile{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-filter-search__search--mobile{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-filter-search__search--mobile{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.science-space-lib-filter-search__search--mobile{margin-right:-15px;margin-left:-15px}}.science-space-lib-filter-search__container{zoom:1;width:1400px;margin:0 auto;margin-bottom:30px;padding:0}.science-space-lib-filter-search__container:before,.science-space-lib-filter-search__container:after{display:table;line-height:0;content:""}.science-space-lib-filter-search__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-filter-search__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-filter-search__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-filter-search__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.science-space-lib-filter-search__container{width:1280px;padding-right:30px;padding-left:30px}}.science-space-lib-filter-search__content{zoom:1}.science-space-lib-filter-search__content:before,.science-space-lib-filter-search__content:after{display:table;line-height:0;content:""}.science-space-lib-filter-search__content:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-filter-search__content{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-filter-search__content{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-filter-search__content{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.science-space-lib-filter-search__content{margin-right:-15px;margin-left:-15px}}.science-space-lib-filter-search .counters-text{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px;padding-right:15px;padding-left:15px;font-style:normal;line-height:27.2px}.science-space-lib-filter-search__search-counters-text .counters-text{padding:0 10px}.science-space-lib-filter-search__headline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:20px;color:#2dbecd;font-size:12px;font-weight:bold}.science-space-lib-filter-search__headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.science-space-lib-filter-search__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.science-space-lib-filter-search__footer{display:none;width:100%;background-color:#503291}.science-space-lib-filter-search__clear-all-filters,.science-space-lib-filter-search__footer-clear-all-btn,.science-space-lib-filter-search__footer-results-cta{padding:0;border:0;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.science-space-lib-filter-search__clear-all-filters{-ms-flex-item-align:start;align-self:start;margin-right:0;color:#eb3c96}.science-space-lib-filter-search__footer-clear-all-btn,.science-space-lib-filter-search__footer-results-cta{color:#fff}.science-space-lib-filter-search__footer-results-cta{width:130px;height:40px;margin-left:auto;border-radius:6px;background-color:#eb3c96;font-size:11px}.science-space-lib-filter-search__footer-results-cta--disabled{background-color:#aaa;text-transform:uppercase}.science-space-lib-filter-search__close-btn-dialog{padding:5px;border:0;cursor:pointer}.science-space-lib-filter-search .science-space-lib-search__icon-wrapper{padding:1px 6px}.science-space-lib-filter-search__load-more-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:20px}.science-space-lib-filter-search__load-more-cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;width:229px}.science-space-lib-filter-search__load-more-cta:disabled{background:#e1e1e1}.science-space-lib-filter-search__load-more-cta .button-animated{background-color:#ff6ab5}@media all and (min-width: 1281px){.science-space-lib-filter-search{padding-bottom:0 !important}.science-space-lib-filter-search__header{width:100%;position:relative;min-height:1px;padding:0 15px}.science-space-lib-filter-search__container{width:100%;padding:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-filter-search{padding-bottom:0 !important}.science-space-lib-filter-search__header{width:100%;position:relative;min-height:1px;padding:0 15px}.science-space-lib-filter-search__container{width:100%;padding:0}}@media all and (min-width: 0px)and (max-width: 1024px){.science-space-lib-filter-search{padding-bottom:0 !important}.science-space-lib-filter-search .counters-text{margin-top:40px;margin-bottom:30px}.science-space-lib-filter-search__headline{margin-bottom:0}.science-space-lib-filter-search__container{display:none;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}.science-space-lib-filter-search__content{position:fixed;top:0;right:0;left:0;width:100%;margin-right:auto;margin-left:auto}.science-space-lib-filter-search__header{position:absolute;width:100%;height:54px;border-bottom:1px solid #e1e1e1;background-color:#fff}.science-space-lib-filter-search__close-btn-dialog{margin-right:-5px}.science-space-lib-filter-search__footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.science-space-lib-filter-search__container--opened{display:block}.science-space-lib-filter-search .science-space-lib-filter-search__header{position:relative;border-bottom:0}.science-space-lib-filter-search .science-space-lib-filter-search__header,.science-space-lib-filter-search .science-space-lib-filter-search__footer{margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.science-space-lib-filter-search .science-space-lib-filter-search__header-wrapper{border-bottom:1px solid #e1e1e1}.science-space-lib-filter-search .science-space-lib-filter-search__footer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;left:0;background-color:#503291}.science-space-lib-filter-search .science-space-lib-filter-search__footer{position:relative}.science-space-lib-filter-search .science-space-lib-search{padding:0 10px}.science-space-lib-filter-search__load-more-cta{width:100%}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-filter-search__container{width:100%;position:relative;min-height:1px;padding:0 10px;position:fixed}.science-space-lib-filter-search__header,.science-space-lib-filter-search__footer{padding-right:40px;padding-left:40px}.science-space-lib-filter-search__footer{height:80px}.science-space-lib-filter-search__content{bottom:80px}.science-space-lib-filter-search .science-space-lib-filter-search__header,.science-space-lib-filter-search .science-space-lib-filter-search__footer{width:768px}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-filter-search__container{width:100%;position:relative;min-height:1px;padding:0 10px;position:fixed}.science-space-lib-filter-search__header,.science-space-lib-filter-search__footer{padding-right:20px;padding-left:20px}.science-space-lib-filter-search__footer{height:60px}.science-space-lib-filter-search__content{bottom:60px}}.science-space-lib-filter-search .science-space-lib-list{margin:0}.science-space-lib-filter-search .science-space-lib-list .list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;padding:40px 0;border:1px solid #e1e1e1}.science-space-lib-filter-search .science-space-lib-list .list-item::before{content:none}.science-space-lib-filter-search .science-space-lib-list .list-item__tags,.science-space-lib-filter-search .science-space-lib-list .list-item__cta-list{margin:0}.science-space-lib-filter-search .science-space-lib-list .list-item__tags li::before,.science-space-lib-filter-search .science-space-lib-list .list-item__cta-list li::before{content:none}.science-space-lib-filter-search .science-space-lib-list .list-item__tags{margin-bottom:20px;color:#503291}.science-space-lib-filter-search .science-space-lib-list .list-item__tag,.science-space-lib-filter-search .science-space-lib-list .list-item__label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:12px;line-height:1.2}.science-space-lib-filter-search .science-space-lib-list .list-item__tag:lang(ja),.science-space-lib-filter-search .science-space-lib-list .list-item__label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-filter-search .science-space-lib-list .list-item__tag,.science-space-lib-filter-search .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-filter-search .science-space-lib-list .list-item__tag,.science-space-lib-filter-search .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.science-space-lib-filter-search .science-space-lib-list .list-item__tag,.science-space-lib-filter-search .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-filter-search .science-space-lib-list .list-item__tag,.science-space-lib-filter-search .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-filter-search .science-space-lib-list .list-item__tag,.science-space-lib-filter-search .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.science-space-lib-filter-search .science-space-lib-list .list-item__tag,.science-space-lib-filter-search .science-space-lib-list .list-item__label{font-size:12px;line-height:1.2}}.science-space-lib-filter-search .science-space-lib-list .list-item__tag{font-size:12px;line-height:15.6px;text-transform:uppercase}.science-space-lib-filter-search .science-space-lib-list .list-item__label{margin-bottom:0;font-size:14px;line-height:23px}.science-space-lib-filter-search .science-space-lib-list .list-item__label--ipc{display:inline}.science-space-lib-filter-search .science-space-lib-list .list-item__label--ipc+.list-item__label-text{display:inline}.science-space-lib-filter-search .science-space-lib-list .list-item__label-text{font-weight:normal}.science-space-lib-filter-search .science-space-lib-list .list-item__text{margin-bottom:30px;font-size:14px;line-height:23px}.science-space-lib-filter-search .science-space-lib-list .list-item__column--base-info .list-item__label{font-size:16px;line-height:24px}.science-space-lib-filter-search .science-space-lib-list .list-item__column--base-info .list-item__text{margin-top:16px;font-size:16px;line-height:27.2px}.science-space-lib-filter-search .science-space-lib-list .list-item__link{display:inline-block;width:100%;margin-top:5px;margin-bottom:30px}.science-space-lib-filter-search .science-space-lib-list .list-item__authors-list{margin-top:5px;font-size:14px}.science-space-lib-filter-search .science-space-lib-list .list-item__authors-list li::before{margin-left:-1.7em}.science-space-lib-filter-search .science-space-lib-list .list-item__cta{display:block;margin:32px 0;font-size:11px;font-weight:bold;line-height:15px;text-align:center;text-transform:uppercase}.science-space-lib-filter-search .science-space-lib-list .list-item .list-item__link{display:block;font-size:14px;word-wrap:break-word;overflow-wrap:anywhere}@media all and (min-width: 1281px){.science-space-lib-filter-search .science-space-lib-list .list-item .list-item__tags{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;width:calc(25% + 40px);margin-left:30px}.science-space-lib-filter-search .science-space-lib-list .list-item__column--base-info{width:25%;padding-left:60px}.science-space-lib-filter-search .science-space-lib-list .list-item__column--base-info .list-item__text{max-height:185px;text-overflow:ellipsis;overflow:hidden}.science-space-lib-filter-search .science-space-lib-list .list-item__column{position:relative;width:18.75%;min-height:1px;padding:0 15px;float:left}.science-space-lib-filter-search .science-space-lib-list .list-item__column--ctas{width:calc(18.75% - 45px)}.science-space-lib-filter-search .science-space-lib-list .list-item__cta:first-of-type{margin-top:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-filter-search .science-space-lib-list .list-item__tags{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left;width:calc(37.5% - 20px);margin-left:15px}.science-space-lib-filter-search .science-space-lib-list .list-item__column{position:relative;width:25%;min-height:1px;padding:0 15px;float:left}.science-space-lib-filter-search .science-space-lib-list .list-item__column--base-info{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;margin-bottom:30px;padding:0 45px}.science-space-lib-filter-search .science-space-lib-list .list-item__column--classification-info{padding-left:45px}.science-space-lib-filter-search .science-space-lib-list .list-item__column--ctas{width:calc(25% - 60px)}.science-space-lib-filter-search .science-space-lib-list .list-item__cta:first-of-type{margin-top:0}.science-space-lib-filter-search .science-space-lib-list .list-item__authors-list{line-height:23.8px}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-filter-search .science-space-lib-list .list-item__tags{position:relative;width:50%;min-height:1px;padding:0 10px;float:left;width:calc(50% - 30px);margin-left:30px}.science-space-lib-filter-search .science-space-lib-list .list-item__column{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.science-space-lib-filter-search .science-space-lib-list .list-item__column--base-info,.science-space-lib-filter-search .science-space-lib-list .list-item__column--ctas{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:30px;padding:0 50px}.science-space-lib-filter-search .science-space-lib-list .list-item__column--classification-info{padding-left:50px}.science-space-lib-filter-search .science-space-lib-list .list-item__column--authors{position:relative;width:25%;min-height:1px;padding:0 10px;float:left}.science-space-lib-filter-search .science-space-lib-list .list-item__column--reference-info{width:calc(33.3333333333% + 20px)}.science-space-lib-filter-search .science-space-lib-list .list-item__column--reference-info .list-item__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.science-space-lib-filter-search .science-space-lib-list .list-item__column--ctas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.science-space-lib-filter-search .science-space-lib-list .list-item__cta:first-of-type{margin-top:0;margin-right:32px}.science-space-lib-filter-search .science-space-lib-list .list-item__authors-list{line-height:23.8px}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-filter-search .science-space-lib-list .list-item__tags,.science-space-lib-filter-search .science-space-lib-list .list-item__column{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left;margin-left:16.6666666667%;left:-20px;width:calc(66.66667% + 40px)}.science-space-lib-filter-search .science-space-lib-list .list-item__tags{padding:0}.science-space-lib-filter-search .science-space-lib-list .list-item .list-item__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.science-space-lib-filter-search .science-space-lib-list .list-item .list-item__label--ipc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:30px}.science-space-lib-filter-search .science-space-lib-list .list-item__text-title{margin-right:10px}.science-space-lib-filter-search .science-space-lib-list .list-item .list-item__link{display:inline-block}.science-space-lib-filter-search .science-space-lib-list .list-item .list-item__link .is-ios{width:260px}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-filter-search .science-space-lib-list.is-ios .list-item__link{width:260px}}.science-space-lib-search{width:100%;overflow:hidden;zoom:1}.science-space-lib-search:before,.science-space-lib-search:after{display:table;line-height:0;content:""}.science-space-lib-search:after{clear:both}.science-space-lib-search__button{border:0}.science-space-lib-search__input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:69px;border:1px solid #e1e1e1;border-radius:4px;background-color:#fff}.science-space-lib-search__input-wrapper .icon-search{padding:12px}.science-space-lib-search__input-wrapper .icon-search:before{color:#454545;font-size:20px}.science-space-lib-search__input{width:100%;height:69px;border:0;border-radius:4px;font-size:16px}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-search__input{height:67px}}.science-space-lib-header{padding-top:60px}.science-space-lib-header__title{margin-bottom:52px;color:#2dbecd;font-size:42px;line-height:60px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.science-space-lib-header__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.science-space-lib-header__languages{margin:0;list-style:none}.science-space-lib-header__language{margin-bottom:10px;font-size:16px;line-height:38px}.science-space-lib-header__language-abbr{margin-right:20px}.science-space-lib-header__language::before{display:none}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-header{padding-top:40px}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-header{margin:0 -20px 40px -20px;padding-top:0}.science-space-lib-header__headline,.science-space-lib-header__languages{zoom:1;width:1400px;margin:0 auto}.science-space-lib-header__headline:before,.science-space-lib-header__headline:after,.science-space-lib-header__languages:before,.science-space-lib-header__languages:after{display:table;line-height:0;content:""}.science-space-lib-header__headline:after,.science-space-lib-header__languages:after{clear:both}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 0)and (max-width: 767px){.science-space-lib-header__headline,.science-space-lib-header__languages{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 768px)and (max-width: 1024px){.science-space-lib-header__headline,.science-space-lib-header__languages{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-header__headline,.science-space-lib-header__languages{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1281px){.science-space-lib-header__headline,.science-space-lib-header__languages{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-header__headline{padding-top:40px;padding-bottom:40px;background-color:#503291}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-header__languages{margin-top:38px}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-header__language{margin-bottom:14px}.science-space-lib-header__language-abbr{font-size:14px}.science-space-lib-header__language-full{font-size:12px}.science-space-lib-header__language:not(:first-child){margin-top:-20px}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-header__title{margin-bottom:0;font-size:32px;line-height:36px}}.science-space-lib-pdf{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.science-space-lib-pdf__title,.science-space-lib-pdf__content{line-height:30px}.science-space-lib-pdf__title{font-size:20px}.science-space-lib-pdf__content{margin-bottom:40px;font-size:16px}.science-space-lib-pdf__content p{margin-bottom:0}.science-space-lib-pdf__img-preview{width:100%;height:957px;margin-bottom:50px;border:1px solid #000}.science-space-lib-pdf__cta{display:inline-block;position:relative;padding:18px 24px;border:0;background-color:gray;background-image:none;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;overflow:hidden;vertical-align:top;z-index:1;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;background-color:#eb3c96;width:386px;border:1px solid #eb3c96;text-align:center}.science-space-lib-pdf__cta:disabled{background:#e1e1e1}.science-space-lib-pdf__cta .button-animated{background-color:#ff6ab5}.science-space-lib-pdf__cta-text{font-size:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.science-space-lib-pdf__details-title{margin-top:0;padding-bottom:30px;border-bottom:1px solid #e1e1e1;color:#2dbecd;font-size:23px}.science-space-lib-pdf__details-wrapper{width:100%;margin-bottom:40px}.science-space-lib-pdf__details-wrapper h2{margin-bottom:38px}.science-space-lib-pdf__details-props{margin:0}.science-space-lib-pdf__details-prop{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.science-space-lib-pdf__details-prop::before{display:none}.science-space-lib-pdf .button:hover .button-animated{width:1400px;height:1200px}.science-space-lib-pdf__details-prop-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:0;font-size:16px;font-weight:bold;line-height:1.7;text-transform:capitalize}.science-space-lib-pdf__details-prop-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.science-space-lib-pdf__details-prop-value{margin-bottom:0;text-transform:capitalize;word-break:break-word}@media all and (min-width: 1281px){.science-space-lib-pdf__details-prop-title{position:relative;width:44.4444444444%;min-height:1px;padding:0 15px;float:left}.science-space-lib-pdf__details-prop-value{position:relative;width:55.5555555556%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.science-space-lib-pdf__details-prop-title{position:relative;width:44.4444444444%;min-height:1px;padding:0 15px;float:left}.science-space-lib-pdf__details-prop-value{position:relative;width:55.5555555556%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-pdf__details-prop-title{width:33.3333333333%;position:relative;min-height:1px;padding:0 10px}.science-space-lib-pdf__details-prop-value{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.science-space-lib-pdf__title{margin-bottom:20px;color:#2dbecd}.science-space-lib-pdf__title,.science-space-lib-pdf__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:flex-start}.science-space-lib-pdf__img-preview{display:none}.science-space-lib-pdf__details-prop-title{width:50%;position:relative;min-height:1px;padding:0 10px}.science-space-lib-pdf__details-prop-value{width:50%;position:relative;min-height:1px;padding:0 10px}.science-space-lib-pdf__cta{width:100%}.science-space-lib-pdf__cta-text{font-size:16px}}.science-space-lib-related-item{margin-bottom:20px;padding:45px 20px;border:1px solid #e1e1e1}.science-space-lib-related-item__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-size:16px;font-weight:bold;line-height:24px}.science-space-lib-related-item__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.science-space-lib-related-item h2{margin-top:0;margin-bottom:20px;text-transform:capitalize}.science-space-lib-related-item h3{margin-top:0;margin-bottom:0;text-transform:capitalize}.science-space-lib-related-item__details-list{margin-left:0}.science-space-lib-related-item__details-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.science-space-lib-related-item__details-wrapper-ctas{margin-top:5px}.science-space-lib-related-item__details-wrapper .science-space-lib-related-item__detail-description{margin-bottom:15px;word-break:break-word}.science-space-lib-related-item__details-wrapper,.science-space-lib-related-item__details-wrapper-top,.science-space-lib-related-item__details-wrapper-bottom{display:-webkit-box;display:-ms-flexbox;display:flex}.science-space-lib-related-item__details-wrapper,.science-space-lib-related-item__details-wrapper-top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.science-space-lib-related-item__details-wrapper-top{margin-bottom:20px}.science-space-lib-related-item__details-wrapper-top .science-space-lib-related-item__detail-title,.science-space-lib-related-item__details-wrapper-top .science-space-lib-related-item__detail-description{font-size:15px}.science-space-lib-related-item__details-wrapper-top .science-space-lib-related-item__detail-description{margin-bottom:0;line-height:16px}.science-space-lib-related-item__details-wrapper-top .science-space-lib-related-item__detail-title{margin-right:10px;line-height:14px}.science-space-lib-related-item__details-wrapper-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.science-space-lib-related-item__details{margin-right:22px}.science-space-lib-related-item__detail::before{display:none}.science-space-lib-related-item__authors .science-space-lib-related-item__detail-title{position:relative;left:12px}.science-space-lib-related-item__detail-authors{margin-top:10px}.science-space-lib-related-item__detail-author::before{margin-right:10px;margin-left:-1.1em}.science-space-lib-related-item__detail-title{font-size:14px;font-weight:bold}.science-space-lib-related-item__description{font-size:16px}.science-space-lib-related-item__description,.science-space-lib-related-item__detail-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;line-height:24px}.science-space-lib-related-item__description:lang(ja),.science-space-lib-related-item__detail-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.science-space-lib-related-item .button--white{margin-right:22px;border:1px solid #eb3c96}.science-space-lib-related-item .button--white,.science-space-lib-related-item .button--magenta{letter-spacing:0}@media all and (min-width: 1281px){.science-space-lib-related-item__authors .science-space-lib-related-item__detail{width:180px}}@media all and (min-width: 768px)and (max-width: 1024px){.science-space-lib-related-item{padding-right:60px;padding-left:60px}.science-space-lib-related-item__authors{position:relative;left:-10px}.science-space-lib-related-item__authors .science-space-lib-related-item__detail{width:calc(100% + 10px)}}.se-bar{position:relative;background-color:#261845}.se-bar-layout{display:-webkit-box;display:-ms-flexbox;display:flex}.se-bar-layout-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px}.se-bar-icon i{color:#fff;font-size:32px}.se-bar-input{display:none;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;margin-top:2px;margin-bottom:2px;border:0;background-color:rgba(0,0,0,0);color:#fff;font-size:24px}.se-bar-input::-webkit-input-placeholder{color:#fff;opacity:.6}.se-bar-input::-moz-placeholder{color:#fff;opacity:.6}.se-bar-input:-ms-input-placeholder{color:#fff;opacity:.6}.se-bar-input::-ms-input-placeholder{color:#fff;opacity:.6}.se-bar-input::placeholder{color:#fff;opacity:.6}@-moz-document url-prefix(){.se-bar-input:focus{outline:1px dotted #fff}}.ie .se-bar-input:focus{outline:1px dotted #fff}.edge .se-bar-input:focus{outline:1px dotted #fff}.se-bar-results{zoom:1;width:1400px;margin:0 auto;position:absolute;right:0;left:0;margin:0 auto;z-index:1000}.se-bar-results:before,.se-bar-results:after{display:table;line-height:0;content:""}.se-bar-results:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.se-bar-results{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.se-bar-results{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-bar-results{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.se-bar-results{width:1280px;padding-right:30px;padding-left:30px}}.se-bar-results-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(80,50,145,.2);z-index:1000}.se-bar-results-content{position:relative;background-color:#fff;z-index:1001;zoom:1}.se-bar-results-content:before,.se-bar-results-content:after{display:table;line-height:0;content:""}.se-bar-results-content:after{clear:both}.se-bar-results-list{position:relative;overflow:hidden;z-index:1001}.se-bar-results-list-item{padding-top:6px !important;padding-bottom:6px !important;padding-right:18px !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:0;line-height:24px;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap;cursor:pointer;overflow:hidden}.se-bar-results-list-item:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.se-bar-results-list-item .mark{font-weight:bold}.se-bar-results-list-item:hover{background-color:rgba(150,215,210,.4)}.se-bar-results-show-all{cursor:pointer}.se-bar-results-show-all-label{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin-bottom:0;color:#eb3c96;font-weight:bold;text-transform:uppercase;padding-top:12px !important;padding-bottom:12px !important}.se-bar-results-show-all-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-bar-results-show-all-label{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-bar-results-show-all-label{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.se-bar-results-show-all-label{font-size:12px;line-height:1.7}}.se-bar-results-animation-enter-active{-webkit-transition:opacity .5s;transition:opacity .5s}.se-bar-results-animation-enter{opacity:0}.se-bar--hydrated .se-bar-results-overlay{display:block}.se-bar-input--desktop,.se-bar-input--mobile{display:none;width:100%}.se-bar-input-desktop,.se-bar-input-mobile{position:absolute}.se-bar-input:valid+label{opacity:0}.se-bar-label-desktop,.se-bar-label-mobile,.se-bar-label-job{position:absolute;top:47%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#fff;font-size:24px;opacity:.6;pointer-events:none}.se-bar--large .se-bar-results-overlay{background-color:rgba(80,50,145,.4)}@media all and (min-width: 1281px){.se-bar{min-height:84px}.se-bar--large{min-height:220px}.se-bar--large .se-bar-form{padding:66px 0}.se-bar--large .se-bar-layout{width:100%}.se-bar--large .se-bar-layout-left,.se-bar--large .se-bar-layout-right{border-bottom:1px solid #757575}.se-bar--large .se-bar-input{display:block}.se-bar--large .se-bar-results{margin-top:-66px;z-index:1002}.se-bar-layout{width:100%;position:relative;min-height:1px;padding:0 15px}.se-bar-icon{margin-right:32px !important}.se-bar-icon i{line-height:84px}.se-bar-input{height:84px}.se-bar-input--desktop{display:block}.se-bar-input--desktop .se-bar-input{display:block}.se-bar-results-content{width:100%;position:relative;min-height:1px;padding:0 15px;padding-top:18px !important;padding-bottom:12px !important}.se-bar-results-list{max-height:280px;margin-right:-15px;margin-left:-15px}.se-bar-results-list-item{padding-left:60px !important}.se-bar-results-show-all{padding-left:60px !important;width:calc(100% + 30px);margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-bar{min-height:84px}.se-bar--large{min-height:220px}.se-bar--large .se-bar-form{padding:66px 0}.se-bar--large .se-bar-layout{width:100%}.se-bar--large .se-bar-layout-left,.se-bar--large .se-bar-layout-right{border-bottom:1px solid #757575}.se-bar--large .se-bar-input{display:block}.se-bar--large .se-bar-results{margin-top:-66px;z-index:1002}.se-bar-layout{width:100%;position:relative;min-height:1px;padding:0 15px}.se-bar-icon{margin-right:32px !important}.se-bar-icon i{line-height:84px}.se-bar-input{height:84px}.se-bar-input--desktop{display:block}.se-bar-input--desktop .se-bar-input{display:block}.se-bar-results-content{width:100%;position:relative;min-height:1px;padding:0 15px;padding-top:18px !important;padding-bottom:12px !important}.se-bar-results-list{max-height:280px;margin-right:-15px;margin-left:-15px}.se-bar-results-list-item{padding-left:60px !important}.se-bar-results-show-all{padding-left:60px !important;width:calc(100% + 30px);margin-left:-15px}}@media all and (min-width: 768px)and (max-width: 1024px){.se-bar{min-height:84px}.se-bar--large{min-height:217px}.se-bar--large .se-bar-form{padding:64px 0}.se-bar--large .se-bar-layout{width:100%}.se-bar--large .se-bar-layout-left,.se-bar--large .se-bar-layout-right{border-bottom:1px solid #757575}.se-bar--large .se-bar-input{display:block}.se-bar--large .se-bar-results{margin-top:-64px;z-index:1002}.se-bar-layout{width:133.3333333333%;position:relative;min-height:1px;padding:0 10px;width:100%}.se-bar-icon{margin-right:32px !important}.se-bar-icon i{line-height:84px}.se-bar-input{height:84px}.se-bar-input--mobile{display:block}.se-bar-input--mobile .se-bar-input{display:block}.se-bar-results-content{width:100%;position:relative;min-height:1px;padding:0 10px;padding-top:18px !important;padding-bottom:12px !important}.se-bar-results-list{max-height:200px;margin-right:-10px;margin-left:-10px}.se-bar-results-list-item{padding-left:60px !important}.se-bar-results-show-all{padding-left:60px !important;width:calc(100% + 20px);margin-left:-10px}}@media all and (min-width: 0)and (max-width: 767px){.se-bar{min-height:68px}.se-bar--large{min-height:217px}.se-bar--large .se-bar-form{padding:64px 0}.se-bar--large .se-bar-layout{width:100%}.se-bar--large .se-bar-layout-left,.se-bar--large .se-bar-layout-right{border-bottom:1px solid #757575}.se-bar--large .se-bar-icon{margin-right:16px !important}.se-bar--large .se-bar-input{display:block}.se-bar--large .se-bar-results{margin-top:-64px;z-index:1002}.se-bar-layout{width:100%;position:relative;min-height:1px;padding:0 10px}.se-bar-icon{margin-right:32px !important}.se-bar-icon i{line-height:68px}.se-bar-input{height:68px}.se-bar-input--mobile{display:block}.se-bar-input--mobile .se-bar-input{display:block}.se-bar-results{background-color:#fff}.se-bar-results-content{background-color:rgba(0,0,0,0);width:100%;position:relative;min-height:1px;padding:0 10px;padding-top:18px !important;padding-bottom:12px !important}.se-bar-results-list{max-height:200px;margin-right:-30px;margin-left:-30px}.se-bar-results-list-item{padding-left:60px !important}.se-bar-results-show-all{padding-left:60px !important;width:calc(100% + 20px);margin-left:-30px}}.search-filter-layout-footer-mobile{height:68px;padding-top:12px !important;padding-bottom:12px !important;position:fixed;right:0;bottom:0;left:0;background-color:#503291}.search-filter-layout-floating-button{width:60px;height:60px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;background-color:#503291;position:fixed;bottom:24px;left:24px;z-index:999}.search-filter-layout-floating-button-icon{width:20px;height:20px;margin-top:-10px;margin-left:-10px;color:#eb3c96;font-size:20px;line-height:65px;position:absolute;top:30%;left:35%}.search-filter-layout-floating-button-icon:before{position:absolute;top:7px;left:6px;font-size:18px}.search-filter-layout-floating-button-icon:after{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:10px;font-style:normal;font-weight:bolder;text-transform:uppercase;content:"filter"}.search-filter-layout-floating-button-icon:after:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 1281px){.search-filter-layout-footer-mobile{display:none}.search-filter-layout-floating-button{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-filter-layout-footer-mobile{display:none}.search-filter-layout-floating-button{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.search-filter-layout-body--open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.search-filter-layout-body-inner{width:100%;background-color:#fff;opacity:0;position:fixed;top:0;bottom:68px;left:100%;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.search-filter-layout-body-inner--open{opacity:1;overflow:scroll;z-index:1000;-webkit-overflow-scrolling:touch;position:fixed;right:0;bottom:68px;left:0}.search-filter-layout-footer-mobile{opacity:0;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.search-filter-layout-footer-mobile--open{opacity:1;z-index:1000}.search-filter-layout-footer-desktop{display:none}}@media all and (min-width: 0)and (max-width: 767px){.search-filter-layout-body--open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.search-filter-layout-body-inner{width:100%;background-color:#fff;opacity:0;position:fixed;top:0;bottom:68px;left:100%;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.search-filter-layout-body-inner--open{opacity:1;overflow:scroll;z-index:1000;-webkit-overflow-scrolling:touch;position:fixed;right:0;bottom:68px;left:0}.search-filter-layout-footer-mobile{opacity:0;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.search-filter-layout-footer-mobile--open{opacity:1;z-index:1000}.search-filter-layout-footer-desktop{display:none}}@-webkit-keyframes se-filter-accordion-fade-in{0%{opacity:0}50%{opacity:1}}@keyframes se-filter-accordion-fade-in{0%{opacity:0}50%{opacity:1}}.se-list-transition{margin:0;list-style:none}.se-pagination-layout-left--mobile .se-pagination-button--previous{position:absolute;bottom:0}.se-filter-body{width:calc(100% + 30px);margin:0 0 0 -15px;padding-right:15px;padding-left:15px}.se-filter-header{position:relative;padding-top:18px !important;padding-bottom:18px !important}.se-filter-header-title{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin-right:16px !important;display:inline-block;margin:0;color:#503291;font-weight:bold}.se-filter-header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-filter-header-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-filter-header-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.se-filter-header-title{font-size:14px;line-height:1.7}}.se-filter-header-close i{color:#eb3c96}.se-filter-header-close-btn{border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.se-filter-footer{padding-top:12px !important;padding-bottom:12px !important;position:fixed;right:0;bottom:0;left:0;width:100%;background-color:#503291}.se-filter--hidden{display:none}.se-filter-section{zoom:1;position:relative;padding-left:0;list-style:none}.se-filter-section:before,.se-filter-section:after{display:table;line-height:0;content:""}.se-filter-section:after{clear:both}.se-filter-section:first-child{border-top:0}.se-filter-section-line{height:1px;background-color:#e1e1e1}.se-filter-section-header{zoom:1;padding-top:18px !important;padding-bottom:18px !important}.se-filter-section-header:before,.se-filter-section-header:after{display:table;line-height:0;content:""}.se-filter-section-header:after{clear:both}.se-filter-section-header--select{cursor:pointer}.se-filter-section-header-left,.se-filter-section-header-right{float:left}.se-filter-section-content{height:0;overflow:hidden;transition:height .5s linear;-moz-transition:height .5s linear;-o-transition:height .5s linear;-webkit-transition:height .5s linear}.se-filter-section-content--open{height:auto;-webkit-animation-name:se-filter-accordion-fade-in;animation-name:se-filter-accordion-fade-in;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.se-filter-section-title{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin:0;color:#503291;font-weight:bold;line-height:32px !important}.se-filter-section-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-filter-section-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-filter-section-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.se-filter-section-title{font-size:14px;line-height:1.7}}.se-filter-section-expand-icon{float:right}.se-filter-controls{margin-top:24px !important}.se-filter-radio-list-item-label{font-size:14px;line-height:24px;margin-bottom:16px !important}.se-filter-radio-list-item-radio{position:relative;width:24px;height:24px;float:left;margin-right:16px !important}.se-filter-radio-list-item-radio-outside{width:20px;height:20px;border:2px solid #eb3c96;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;position:absolute;top:2px;left:2px}.se-filter-radio-list-item-radio-inside{width:0;height:0;background-color:#eb3c96;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;position:absolute;top:12px;left:12px;transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear}.se-filter-radio-list-item.active .se-filter-radio-list-item-radio-inside{width:12px;height:12px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;position:absolute;top:6px;left:6px}.se-filter-select-line{width:0;height:18px;transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear;position:absolute;top:6px;right:100%;transform:translateX(4px);-webkit-transform:translateX(4px);-moz-transform:translateX(4px);-ms-transform:translateX(4px);-o-transform:translateX(4px)}.se-filter-select .se-filter-list-item--active{position:relative;font-weight:bold}.se-filter-select .se-filter-list-item--active>.se-filter-select-line{width:4px;background-color:#eb3c96}.se-filter-select .se-filter-list-item--active>.se-filter-select .se-filter-list-item--active-button>.se-filter-select .se-filter-list-item--active-label{color:#eb3c96}.se-filter-modal-overlay{background-color:rgba(80,50,145,.2);position:fixed;top:0;right:0;bottom:0;left:0;transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);z-index:1000}.se-filter-modal-content{width:80%;background-color:#261845;position:fixed;top:0;right:0;bottom:0;transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear, -webkit-transform .2s linear;-moz-transition:transform .2s linear;-o-transition:transform .2s linear;-webkit-transition:transform .2s linear;overflow:auto;z-index:1000}.se-filter-modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid rgba(255,255,255,.2);margin-right:24px !important;margin-left:24px !important;padding-top:18px !important;padding-bottom:18px !important}.se-filter-modal-header-left{-webkit-box-flex:1;-ms-flex:1;flex:1}.se-filter-modal-header-title{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin:0;color:#fff;font-weight:bold;text-transform:uppercase}.se-filter-modal-header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-filter-modal-header-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-filter-modal-header-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.se-filter-modal-header-title{font-size:14px;line-height:1.7}}.se-filter-modal-close i{color:#eb3c96}.se-filter-modal-list{padding-top:18px !important;padding-bottom:18px !important;margin-right:24px !important;margin-left:24px !important}.se-filter-modal-list-item-label{color:#fff;font-size:14px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:16px !important}.se-filter-modal-list-item-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.se-filter-modal--open .se-filter-modal-overlay{transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0)}.se-filter-modal--open .se-filter-modal-content{transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0)}.se-filter-list-item{position:relative;cursor:pointer}.se-filter-list-item-button{cursor:pointer}.se-filter-list-item-button-label{margin-bottom:0;font-size:14px;line-height:32px}.se-filter-list-item-button-label-hits{color:gray;font-weight:normal}.se-filter-list-item-button:hover .se-filter-list-item-button-label{color:#eb3c96}.se-filter-list-item--0{font-weight:bold}.se-filter-list-item--0:last-child{margin-bottom:24px !important}.se-filter-list-item--1{font-weight:normal;padding-left:12px !important}.se-filter-list-item--active>div>.se-filter-list-item-button-label{color:#eb3c96}.se-filter-list-item--active.se-filter-list-item--1>div>.se-filter-list-item-button-label{font-weight:normal}.se-filter-floating-button{width:60px;height:60px;border:0;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;background-color:#503291;position:fixed;bottom:24px;left:24px;z-index:1}.se-filter-floating-button-icon{width:20px;height:20px;margin-top:-10px;margin-left:-10px;color:#eb3c96;font-size:20px;line-height:65px;position:absolute;top:30%;left:35%}.se-filter-floating-button-icon:before{position:absolute;top:7px;left:6px;font-size:18px}.se-filter-floating-button-icon:after{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:10px;font-style:normal;font-weight:bolder;text-transform:uppercase;content:"filter"}.se-filter-floating-button-icon:after:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.se-filter-button-action{-webkit-appearance:none;-moz-appearance:none;appearance:none}@media all and (min-width: 1281px){.se-filter-header{display:none}.se-filter-footer{display:none}.se-filter-section-header-left{position:relative;width:75%;min-height:1px;padding:0 15px;float:left}.se-filter-section-header-right{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;padding-right:0}.se-filter-section-content{width:100%}.se-filter-floating-button{display:none}.se-filter-list-item{padding-left:15px}.se-filter-modal{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-filter-header{display:none}.se-filter-footer{display:none}.se-filter-section-line{position:absolute;right:0;bottom:0;left:15px}.se-filter-section-header-left{position:relative;width:75%;min-height:1px;padding:0 15px;float:left}.se-filter-section-header-right{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;padding-right:0}.se-filter-section-content{width:100%}.se-filter-floating-button{display:none}.se-filter-list-item{padding-left:15px}.se-filter-modal{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.se-filter-inner-scroll{width:100%;background-color:#fff;opacity:0;position:fixed;top:0;bottom:52px;left:100%;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.se-filter-footer{opacity:0;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.se-filter-controls{display:none}.se-filter--open .se-filter-inner{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.se-filter--open .se-filter-inner-scroll{opacity:1;overflow:scroll;z-index:1000;-webkit-overflow-scrolling:touch;position:fixed;right:0;bottom:68px;left:0}.se-filter--open .se-filter-inner-scroll--stop{overflow:hidden}.se-filter--open .se-filter-footer{opacity:1}.se-filter-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:34px;padding-left:34px}.se-filter-header-close{position:absolute;top:24px;right:0}.se-filter-body{padding-bottom:48px !important}.se-filter-footer{padding-right:34px;padding-left:34px}.se-filter-footer-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.se-filter-section-line{display:block !important;position:absolute;right:34px;bottom:0;left:34px}.se-filter-list-item{padding-left:20px}.se-filter-controls{padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px){.se-filter-inner-scroll{width:100%;background-color:#fff;opacity:0;position:fixed;top:0;bottom:52px;left:100%;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.se-filter-footer{opacity:0;transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.se-filter-controls{display:none}.se-filter--open .se-filter-inner{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.se-filter--open .se-filter-inner-scroll{opacity:1;overflow:scroll;z-index:1000;-webkit-overflow-scrolling:touch;position:fixed;right:0;bottom:68px;left:0}.se-filter--open .se-filter-inner-scroll--stop{overflow:hidden}.se-filter--open .se-filter-footer{opacity:1}.se-filter-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:34px;padding-left:34px}.se-filter-header-title{font-size:16px;line-height:2.2}.se-filter-header-close{position:absolute;top:24px;right:24px}.se-filter-body{padding-bottom:48px !important}.se-filter-footer{padding-right:34px;padding-left:34px}.se-filter-footer-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.se-filter-section-line{display:block !important;position:absolute;right:34px;bottom:0;left:34px}.se-filter-list-item{padding-left:20px}.se-filter-controls{padding-left:20px}}.se-body{display:none}.se-body--initiated{display:block}.se-sidebar,.se-results{float:left}.se-sidebar{z-index:2}@media all and (min-width: 0)and (max-width: 767px){.se-sidebar{padding-top:0px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.se-sidebar{padding-top:0px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-sidebar{padding-top:48px !important}}@media all and (min-width: 1281px){.se-sidebar{padding-top:48px !important}}@media all and (min-width: 0)and (max-width: 767px){.se-sidebar{padding-bottom:0px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.se-sidebar{padding-bottom:0px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-sidebar{padding-bottom:72px !important}}@media all and (min-width: 1281px){.se-sidebar{padding-bottom:72px !important}}.se-results{padding-right:0 !important;padding-left:0 !important}@media all and (min-width: 0)and (max-width: 767px){.se-results{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.se-results{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-results{padding-top:60px !important}}@media all and (min-width: 1281px){.se-results{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.se-results{padding-bottom:0px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.se-results{padding-bottom:0px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-results{padding-bottom:48px !important}}@media all and (min-width: 1281px){.se-results{padding-bottom:48px !important}}.se-load-more{font-size:14px;font-weight:700;text-transform:uppercase}.se-load-more__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:-36px;padding:24px 0}.se-load-more .icon-simple-arrow{display:block;top:5px;right:-2px;width:100%;-webkit-transform:scale(1.5, 1.5) rotate(180deg);transform:scale(1.5, 1.5) rotate(180deg);font-size:25px;text-align:center}@media all and (min-width: 1281px){.se-sidebar{width:25%;position:relative;min-height:1px;padding:0 15px}.se-results{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-sidebar{width:25%;position:relative;min-height:1px;padding:0 15px}.se-results{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}}@media all and (min-width: 768px)and (max-width: 1024px){.se-sidebar,.se-results{width:100%;position:relative;min-height:1px;padding:0 10px}.se-sidebar{display:none;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}.se-sidebar--opened{display:block}.se-load-more__wrapper{margin-top:0;padding:48px 0}}@media all and (min-width: 0)and (max-width: 767px){.se-sidebar,.se-results{width:100%;position:relative;min-height:1px;padding:0 10px}.se-sidebar{display:none;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}.se-sidebar--opened{display:block}.se-load-more__wrapper{margin-top:0;padding:48px 0}}.showingResults{font-size:18px}.se-incomplete-authoring-message{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7}.se-incomplete-authoring-message:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-incomplete-authoring-message{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-incomplete-authoring-message{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.se-incomplete-authoring-message{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.se-incomplete-authoring-content{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-incomplete-authoring-content{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.se-incomplete-authoring-content{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.se-incomplete-authoring-content{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.se-list-item{position:relative;padding-top:40px !important;padding-bottom:40px !important;zoom:1}.se-list-item:before,.se-list-item:after{display:table;line-height:0;content:""}.se-list-item:after{clear:both}.se-list-item-right{display:none;float:right}.se-list-item-left{float:left}.se-list-item-most-relevant{display:inline-block;margin-bottom:16px;padding-right:6px;padding-left:6px;background-color:#ffc832;font-size:12px;font-weight:bold;line-height:1.8;text-transform:uppercase}.se-list-item-title{margin:0;margin-bottom:4px !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:18px;font-weight:bold;text-overflow:ellipsis;text-transform:inherit;overflow:hidden}.se-list-item-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.se-list-item-title a{color:#000}.se-list-item-title a:hover{color:#eb3c96}.se-list-item-title a:hover em{background-color:rgba(0,0,0,0)}.se-list-item-title em{background-color:#96d7d2;font-style:normal;font-weight:bold}.se-list-item-url{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin-bottom:4px !important;color:gray;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.se-list-item-url:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-item-url{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-item-url{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.se-list-item-url{font-size:12px;line-height:1.7}}.se-list-item-description{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin-bottom:8px !important}.se-list-item-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-item-description{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-item-description{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.se-list-item-description{font-size:14px;line-height:1.7}}.se-list-item-description .mark{font-weight:bold}.se-list-item-description em{background-color:#96d7d2;font-style:normal;font-weight:bold}.se-list-item-type{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin-bottom:0;color:#503291;font-weight:bold}.se-list-item-type:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-item-type{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-item-type{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.se-list-item-type{font-size:12px;line-height:1.7}}.se-list-item-type span:after{content:", "}.se-list-item-type span:last-child:after{content:none}.se-list-item-image{position:relative;overflow:hidden;background-repeat:no-repeat;background-size:cover}.se-list-item-image:before{display:block;width:100%;padding-top:56.25%;content:""}.se-list-item-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.se-list-item-image img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-item-image img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-item-image img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.se-list-item-image img{padding:0 10px}}.se-list-item-line{height:1px;background-color:#eee}.se-list-item--image .se-list-item-right{display:block}.se-list-job-item{position:relative;padding-top:24px !important;padding-bottom:24px !important;border-bottom:1px solid #eee;zoom:1}.se-list-job-item:before,.se-list-job-item:after{display:table;line-height:0;content:""}.se-list-job-item:after{clear:both}.se-list-job-item-details{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:1.7;margin-bottom:8px !important;color:gray;font-weight:bold;text-transform:uppercase}.se-list-job-item-details:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-job-item-details{font-size:12px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-job-item-details{font-size:12px;line-height:1.7}}@media all and (min-width: 1281px){.se-list-job-item-details{font-size:12px;line-height:1.7}}.se-list-job-item-title{margin:0;margin-bottom:8px !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:18px;font-weight:bold;text-transform:inherit}.se-list-job-item-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.se-list-job-item-title a{color:#000}.se-list-job-item-title a:hover{color:#eb3c96}.se-list-job-item-title a:hover em{background-color:rgba(0,0,0,0)}.se-list-job-item-title em{background-color:#96d7d2;font-style:normal;font-weight:bold}.se-list-job-item-url{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin-bottom:0px !important;color:gray}.se-list-job-item-url:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-job-item-url{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-job-item-url{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.se-list-job-item-url{font-size:14px;line-height:1.7}}.se-list-job-item-location{margin-bottom:8px !important}.se-list-job-item-call-to-action{float:right}.se-list-job-item-left{float:left}.se-list-job-item-right{float:right}.se-list-loader-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.se-list-sort{position:relative;padding-top:7px;line-height:1.7}.se-list-sort__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;border:0;color:#eb3c96;font-size:12px;font-weight:bold;line-height:2.2;text-transform:uppercase}.se-list-sort__button .icon-caret-down{margin-right:-5px;margin-left:30px;font-size:24px;line-height:1}.se-list-sort__options{position:absolute;left:-25px;width:calc(100% + 50px);padding:10px;background-color:#fff;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:12px;line-height:27px;-webkit-box-shadow:0 7px 30px -11px rgba(37,35,101,.4);box-shadow:0 7px 30px -11px rgba(37,35,101,.4);z-index:2}.se-list-sort__options:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.se-list-sort__option{height:44px;padding:10px;line-height:1}.se-list-sort__option:hover{background-color:#e1e1e1}.se-list-sort__options--active .se-list-sort__option{line-height:2}.se-list-summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:32px}.se-list-summary-label,.se-list-summary-suggestion{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;font-size:18px;text-transform:inherit}.se-list-summary-label:lang(ja),.se-list-summary-suggestion:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.se-list-summary-label{color:#454545}.se-list-summary-label__separator{color:#eb3c96}.se-list-summary-label .chunk-option--active{font-weight:700}.se-list-summary-suggestion{margin-top:-22px;margin-bottom:32px}.se-list-summary-suggestion-highlight{font-weight:600}.se-list-empty{margin-top:24px !important}.se-list-empty-description{margin:0;color:#000;font-size:24px;text-transform:inherit;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:24px !important}.se-list-empty-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.se-list-empty-reset-button{margin-bottom:24px !important}.se-list-empty-suggestion-title{font-weight:bold}.se-list-empty-suggestion-list-item--link{color:#eb3c96;cursor:pointer}.se-list-empty-suggestion-list-item--link:hover{color:rgba(235,60,150,.8)}.se-list .button--magenta{color:#eb3c96}.se-list-magenta-cta{color:#fff}@media all and (min-width: 1281px){.se-list-sort__button{width:100%}.se-list-summary,.se-list-empty{position:relative;width:100%;min-height:1px;padding:0 15px;float:left;float:none}.se-list-summary-suggestion{padding:0 15px}.se-list-item-left{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}.se-list-item-line{position:absolute;right:15px;bottom:0;left:15px}.se-list-item--image .se-list-item-left{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.se-list-item--image .se-list-item-right{position:relative;width:36.3636363636%;min-height:1px;padding:0 15px;float:left}.se-list-job-item-left{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.se-list-job-item-right{position:relative;width:36.3636363636%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-list-sort__button{width:100%}.se-list-summary,.se-list-empty{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left;float:none}.se-list-summary-suggestion{padding:0 15px}.se-list-item-left{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}.se-list-item-line{position:absolute;right:15px;bottom:0;left:15px}.se-list-item--image .se-list-item-left{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.se-list-item--image .se-list-item-right{position:relative;width:36.3636363636%;min-height:1px;padding:0 15px;float:left}.se-list-job-item-left{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.se-list-job-item-right{position:relative;width:36.3636363636%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.se-list-sort__button{width:100%}.se-list-empty{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;float:none}.se-list-summary{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;float:none}.se-list-summary-suggestion{padding:0 10px}.se-list-item{padding-top:15px !important;padding-bottom:15px !important;position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left}.se-list-item-left{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;padding-right:0;padding-left:0}.se-list-item-line{position:absolute;right:10px;bottom:0;left:10px}.se-list-item--image .se-list-item-left{position:relative;width:60%;min-height:1px;padding:0 10px;float:left}.se-list-item--image .se-list-item-right{position:relative;width:40%;min-height:1px;padding:0 10px;float:left}.se-list-job-item-call-to-action{float:none}.se-list-job-item-left{position:relative;width:80%;min-height:1px;padding:0 10px;float:left}.se-list-job-item-right{position:relative;width:20%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.se-list-sort{padding-bottom:24px}.se-list-sort__options{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;left:0}.se-list-sort__option{line-height:2}.se-list-summary{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.se-list-summary,.se-list-empty{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;float:none}.se-list-summary-suggestion{padding:0 10px}.se-list-item{padding-top:15px !important;padding-bottom:15px !important}.se-list-item-left{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.se-list-item-right{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.se-list-item-line{position:absolute;right:10px;bottom:0;left:10px}.se-list-item--image .se-list-item-left{margin-top:12px}.se-list-job-item-call-to-action{float:none}.se-list-job-item-left{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.se-list-job-item-right{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.filtered-index-view .se-list-item-right img{width:100%}.se-no-results-summary{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;margin-bottom:8px !important;color:#454545}.se-no-results-summary:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-no-results-summary{font-size:18px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-no-results-summary{font-size:18px;line-height:1.7}}@media all and (min-width: 1281px){.se-no-results-summary{font-size:18px;line-height:1.7}}.se-no-results-message{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7}.se-no-results-message:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.se-no-results-message{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-no-results-message{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.se-no-results-message{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.se-no-results{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-no-results{position:relative;width:81.8181818182%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.se-no-results{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.se-no-results{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.se-pagination{margin-top:48px !important}.se-pagination [v-cloak]{display:none}.se-pagination-layout{display:-webkit-box;display:-ms-flexbox;display:flex}.se-pagination-layout-center{-webkit-box-flex:1;-ms-flex:1;flex:1}.se-pagination-button{height:48px;color:#eb3c96;font-size:12px;font-weight:bold;line-height:48px;text-transform:uppercase}.se-pagination-button--next,.se-pagination-button--previous{cursor:pointer}.se-pagination-button--previous{padding-right:18px !important;border-right:1px solid #eee}.se-pagination-button--next{padding-left:18px !important;border-left:1px solid #eee}.se-pagination-placer{position:relative;top:-5px;height:58px;padding-top:5px;margin:0 auto;overflow:hidden}.se-pagination-list{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;height:48px;transition:left 200ms linear;-moz-transition:left 200ms linear;-o-transition:left 200ms linear;-webkit-transition:left 200ms linear}.se-pagination-list-item{display:inline-block;position:relative;width:48px;height:48px;line-height:48px;text-align:center;cursor:pointer}.se-pagination-list-item-label{height:48px;margin:0;line-height:48px}.se-pagination-list-item-label:after{position:absolute;top:42px;right:14px;left:14px;height:0;background-color:#eb3c96;content:"";transition:height 200ms linear;-moz-transition:height 200ms linear;-o-transition:height 200ms linear;-webkit-transition:height 200ms linear}.se-pagination-list-item-label:hover:after{height:6px}.se-pagination-list-item-label[tabindex="-1"]{display:none}.se-pagination-list-item-label-btn{border:0}.se-pagination-list-item--active .se-pagination-list-item-label:after{height:6px}.se-pagination-single{width:48px;margin:0 auto}@media all and (min-width: 1281px){.se-pagination{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.se-pagination-layout-left--mobile{display:none}.se-pagination-placer{width:350px}.se-pagination-single{display:none}}@media all and (min-width: 1025px)and (max-width: 1280px){.se-pagination{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.se-pagination-layout-left--mobile{display:none}.se-pagination-placer{width:350px}.se-pagination-single{display:none}}@media all and (min-width: 768px)and (max-width: 1024px){.se-pagination{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.se-pagination-layout-left--mobile{display:none}.se-pagination-placer{width:350px}.se-pagination-single{display:none}}@media all and (min-width: 0)and (max-width: 767px){.se-pagination{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.se-pagination-layout{display:block}.se-pagination-layout-left{float:left}.se-pagination-layout-left--desktop{display:none}.se-pagination-layout-right{float:right}.se-pagination-layout-center{margin-bottom:24px !important}.se-pagination-placer{width:250px}.se-pagination-single{display:none}}@media all and (min-width: 0)and (max-width: 767px){.search-component{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.search-component{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-component{padding-top:60px !important}}@media all and (min-width: 1281px){.search-component{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.search-component{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.search-component{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-component{padding-bottom:60px !important}}@media all and (min-width: 1281px){.search-component{padding-bottom:60px !important}}.search-component-template__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:20px;color:#000;font-size:12px;font-weight:bold}.search-component-template__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.search-component-template__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.search-component-template__loader{display:none !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.search-component-template__clear-all-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:start;margin:8px 0 2px;color:#eb3c96}.ie .search-component-template__clear-all-filters{-ms-flex-item-align:baseline;align-self:baseline}.search-component-template__footer{display:none;width:100%;background-color:#503291}.search-component-template__clear-all-filters,.search-component-template__footer-clear-all-btn,.search-component-template__footer-results-cta{padding:0;border:0;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.search-component-template__footer-results-cta{margin-left:auto;width:130px;height:40px;border-radius:6px;background-color:#eb3c96;font-size:11px}.search-component-template__footer-results-cta--disabled{background-color:#aaa;text-transform:uppercase}.search-component-template__footer-clear-all-btn,.search-component-template__footer-results-cta{color:#fff}.search-component-template__close-btn-dialog{padding:5px;border:0}.search-component-template__results.search-component-template__results--loading{width:100%}.search-component-template__result-line{position:absolute;right:15px;bottom:0;left:15px;height:1px;background-color:#e9e9e9}.search-component-template__filters-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#000;font-size:12px;font-weight:bold}.search-component-template__filters-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.search-component-template__wrapper{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex}.search-component-template__wrapper:before,.search-component-template__wrapper:after{display:table;line-height:0;content:""}.search-component-template__wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.search-component-template__wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.search-component-template__wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-component-template__wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.search-component-template__wrapper{margin-right:-15px;margin-left:-15px}}.search-component-template__results-counter{color:#454545;font-size:18px}[v-cloak] .search-component-template__results-counter{display:none}.search-component-template__results-list{margin:0;list-style:none}.search-component-template__result{zoom:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;width:calc(100% + 30px);padding-left:0}.search-component-template__result:before,.search-component-template__result:after{display:table;line-height:0;content:""}.search-component-template__result:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.search-component-template__result{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.search-component-template__result{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-component-template__result{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.search-component-template__result{margin-right:-15px;margin-left:-15px}}.search-component-template__result::before{display:none}.search-component-template__result-link{color:#000;cursor:pointer}.search-component-template__result-link:hover{color:#eb3c96}.search-component-template__result-image-thumbnail{position:relative;overflow:hidden;background-position:center center;background-size:cover}.search-component-template__result-image-thumbnail:before{display:block;width:100%;padding-top:75%;content:""}.search-component-template__result-image-thumbnail img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.search-component-template__result-image-thumbnail img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-component-template__result-image-thumbnail img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.search-component-template__result-image-thumbnail img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.search-component-template__result-image-thumbnail img{padding:0 10px}}.search-component-template__controls{margin-top:30px;margin-left:10px}.search-component-template__container{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media all and (min-width: 0)and (max-width: 767px){.search-component-template__container{margin-top:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.search-component-template__container{margin-top:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-component-template__container{margin-top:40px !important}}@media all and (min-width: 1281px){.search-component-template__container{margin-top:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.search-component-template__container{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.search-component-template__container{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-component-template__container{margin-bottom:32px !important}}@media all and (min-width: 1281px){.search-component-template__container{margin-bottom:32px !important}}.search-component-template__container:before,.search-component-template__container:after{display:table;line-height:0;content:""}.search-component-template__container:after{clear:both}.search-component-template__date{font-size:12px;line-height:1;margin-bottom:6px !important;color:#aaa;font-weight:bold}@media all and (min-width: 768px)and (max-width: 1024px){.search-component-template__date{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-component-template__date{font-size:12px}}@media all and (min-width: 1281px){.search-component-template__date{font-size:12px}}.search-component-template__title.demoted{display:block;margin-bottom:10px !important;color:#000;font-size:18px}.search-component-template__title.demoted:not(p):hover{color:#eb3c96}.search-component-template__description{margin-bottom:10px !important;font-size:14px}.search-component-template__type,.search-component-template__tags{color:#503291;font-size:12px;font-weight:bold;margin-bottom:0px !important}.search-component-template__pills{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;margin-left:0;padding:0 15px;list-style:none}.search-component-template__pill{padding:0}.search-component-template__pill-label{display:block;position:relative;height:32px;margin-right:8px;margin-bottom:10px;font-size:22px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.search-component-template__pill-label .icon-cross{top:-3px;padding-right:10px;color:#eb3c96;font-size:14px}.search-component-template__pill-input{position:absolute;width:100%;height:100%;cursor:pointer;opacity:0}.search-component-template__pill-input:focus~.search-component-template__pill-checkmark{border:2px solid #0e6aaf}.search-component-template__pill-input:checked~.search-component-template__pill-checkmark:after{display:block}.search-component-template__pill-checkmark{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #503291;border-radius:20px;background-color:#fff}.search-component-template__pill-checkmark::after{display:none;position:absolute;content:""}.search-component-template__pill-checkmark-label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;position:relative;top:-3px;padding-left:15px;font-size:14px;z-index:1}.search-component-template__pill-checkmark-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.search-component-template--loading .search-component-template__results-counter,.search-component-template--loading .search-component-template__results-list,.search-component-template--loading .search-component-template__loader,.search-component-template--loading .search-component-template__pills{display:none}.search-component-template--loading .search-component-template__loader{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.search-component-template--loading .pagination-component{display:none}.search-component-template .se-bar-results-content{width:100%}.search-component-template .se-bar-results-list-item{padding:0 !important}.search-component-template .se-bar-results-list-item:hover{background-color:rgba(0,0,0,0)}.search-component-template .se-bar-results-list-item a{display:block;padding-top:10px !important;padding-right:30px !important;padding-bottom:10px !important;padding-left:100px !important;-webkit-transition:padding-left .2s ease-in-out;transition:padding-left .2s ease-in-out;color:#000;pointer-events:all}.search-component-template .se-bar-results-list-item a:hover,.search-component-template .se-bar-results-list-item a:focus{padding-left:110px !important;background-color:rgba(150,215,210,.4);color:#eb3c96}.search-component-template .se-list-summary-label{padding-top:0;line-height:1}@media all and (min-width: 1281px){.search-component-template .se-results{padding-top:0 !important;padding-bottom:0 !important}.search-component-template .se-list-item{padding-left:0}.search-component-template__wrapper{padding-top:60px;padding-bottom:60px}.search-component-template__filters{width:25%;position:relative;min-height:1px;padding:0 15px}.search-component-template__results{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.search-component-template__result-image{position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left}.search-component-template__result-text{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.search-component-template__result-text--no-image{position:relative;width:90.9090909091%;min-height:1px;padding:0 15px;float:left}.search-component-template__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.search-component-template__controls{margin-top:0;margin-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-component-template .se-results{padding-top:80px !important}.search-component-template .se-list-item{padding-left:0}.search-component-template__filters{padding-top:80px !important;width:25%;position:relative;min-height:1px;padding:0 15px}.search-component-template__results{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.search-component-template__result-image{position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left}.search-component-template__result-text{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.search-component-template__result-text--no-image{position:relative;width:90.9090909091%;min-height:1px;padding:0 15px;float:left}.search-component-template__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.search-component-template__controls{margin-top:0;margin-left:30px}}@media all and (min-width: 768px)and (max-width: 1024px){.search-component-template__filters:not(.search-component-template__modal--opened){display:none}.search-component-template__header,.search-component-template__footer{padding-right:40px;padding-left:40px}.search-component-template__footer{height:80px}.search-component-template__content{bottom:80px}.search-component-template__results{width:100%;position:relative;min-height:1px;padding:0 10px}.search-component-template__result-image{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;float:right}.search-component-template__result-text{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}.search-component-template__result-text--no-image{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.search-component-template__container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media all and (min-width: 0)and (max-width: 767px){.search-component-template__filters:not(.search-component-template__modal--opened){display:none}.search-component-template__header,.search-component-template__footer{padding-right:20px;padding-left:20px}.search-component-template__footer{height:60px}.search-component-template__content{bottom:60px}.search-component-template__pill-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;min-height:32px}.search-component-template__pill-label .icon-cross{top:0}.search-component-template__pill-checkmark-label{padding-top:3px;padding-right:5px}.search-component-template__results{width:100%;position:relative;min-height:1px;padding:0 10px}.search-component-template__result-image{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:30px}.search-component-template__result-text{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0px)and (max-width: 1024px){.search-component-template__title{margin-bottom:0}.search-component-template__result{width:calc(100% + 20px)}.search-component-template__filters{display:none;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}.search-component-template__pills{padding:0 10px}.search-component-template__content{position:fixed;top:0;right:0;left:0;width:100%}.search-component-template__close-btn-dialog{margin-right:-5px}.search-component-template__header{position:absolute;width:100%;height:54px;border-bottom:1px solid #e1e1e1;background-color:#fff}.search-component-template__footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.search-component-template__modal--opened{display:block}.search-component-template .se-bar-results-list{max-height:50%}.search-component-template .se-bar-results-list-item{white-space:normal}.search-component-template .se-bar-results-list-item a{padding-left:30px !important}.search-component-template .se-bar-results-list-item a:focus,.search-component-template .se-bar-results-list-item a:hover{padding-left:40px !important}.search-component-template .se-bar-results-show-all{padding-left:30px !important}}.search-select{position:relative;zoom:1}.search-select:before,.search-select:after{display:table;line-height:0;content:""}.search-select:after{clear:both}.search-select-header{zoom:1;padding-top:18px !important;padding-bottom:18px !important;width:100%;padding-right:0;padding-left:0;border:0;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-select-header:before,.search-select-header:after{display:table;line-height:0;content:""}.search-select-header:after{clear:both}.search-select-header-title{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;line-height:1.7;margin:0;color:#503291;font-weight:bold;line-height:32px !important}.search-select-header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.search-select-header-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-select-header-title{font-size:14px;line-height:1.7}}@media all and (min-width: 1281px){.search-select-header-title{font-size:14px;line-height:1.7}}.search-select-header-expand-icon{float:right}.search-select-header-left,.search-select-header-right{float:left;pointer-events:none}.search-select-content{position:relative;zoom:1;overflow-y:hidden;transition:height .5s linear;-moz-transition:height .5s linear;-o-transition:height .5s linear;-webkit-transition:height .5s linear}.search-select-content:before,.search-select-content:after{display:table;line-height:0;content:""}.search-select-content:after{clear:both}.search-select-content-inner{position:relative;zoom:1}.search-select-content-inner:before,.search-select-content-inner:after{display:table;line-height:0;content:""}.search-select-content-inner:after{clear:both}.search-select-list{zoom:1;margin-bottom:24px !important}.search-select-list:before,.search-select-list:after{display:table;line-height:0;content:""}.search-select-list:after{clear:both}.search-select-list-item{display:block;position:relative;padding-right:0;padding-left:0;border:0;cursor:pointer}.search-select-list-item--0{font-weight:bold}.search-select-list-item--1{font-weight:normal;margin-left:16px !important}.search-select-list-item-line{width:0;height:18px;transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear}.search-select-list-item-line--active{width:4px;background-color:#eb3c96}.search-select-list-item-label{margin-bottom:0;font-size:14px;line-height:32px}.search-select-list-item-label--active{color:#eb3c96}.search-select-list-item-hits{color:gray;font-weight:normal}.search-select-list-item-hits--hidden{display:none}.search-select-list-item-trigger{border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-select-line{height:1px;background-color:#e1e1e1}@media all and (min-width: 1281px){.search-select-header-left{width:80%;text-align:left}.search-select-header-right{width:20%}.search-select-content{margin-left:-15px}.search-select-list{padding-left:15px}.search-select-list-item-line{position:absolute;top:6px;left:-15px}.search-select-line{position:absolute;right:0;bottom:0;left:0}}@media all and (min-width: 1025px)and (max-width: 1280px){.search-select-header-left{width:80%;text-align:left}.search-select-header-right{width:20%}.search-select-content{margin-left:-15px}.search-select-list{padding-left:15px}.search-select-list-item-line{position:absolute;top:6px;left:-15px}.search-select-line{position:absolute;right:0;bottom:0;left:0}}@media all and (min-width: 768px)and (max-width: 1024px){.search-select{padding-right:34px;padding-left:34px}.search-select-header-left{width:80%;text-align:left}.search-select-header-right{width:20%}.search-select-content{margin-left:-10px}.search-select-list{padding-left:10px}.search-select-list-item-line{position:absolute;top:6px;left:-10px}}@media all and (min-width: 0)and (max-width: 767px){.search-select{padding-right:34px;padding-left:34px}.search-select-header-left{width:80%;text-align:left}.search-select-header-right{width:20%}.search-select-content{margin-left:-10px}.search-select-list{padding-left:10px}.search-select-list-item-line{position:absolute;top:6px;left:-10px}}.pop-up-dialog__content{height:75vh}.pop-up-dialog__description{height:55vh}@media all and (min-width: 0)and (max-width: 767px){.semi-gated-cta{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.semi-gated-cta{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.semi-gated-cta{padding-top:60px !important}}@media all and (min-width: 1281px){.semi-gated-cta{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.semi-gated-cta{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.semi-gated-cta{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.semi-gated-cta{padding-bottom:60px !important}}@media all and (min-width: 1281px){.semi-gated-cta{padding-bottom:60px !important}}.semi-gated-cta-title{margin:-10px 0 33px 0;color:#503291;font-size:40px;text-transform:uppercase}.semi-gated-cta-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.semi-gated-cta-image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:25px}.semi-gated-cta-image{position:relative;overflow:hidden;width:85%;background-position:center center;background-size:cover}.semi-gated-cta-image:before{display:block;width:100%;padding-top:75%;content:""}.semi-gated-cta-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.semi-gated-cta-image img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.semi-gated-cta-image img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.semi-gated-cta-image img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.semi-gated-cta-image img{padding:0 10px}}.semi-gated-cta-periodic-elements{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;margin-bottom:15px}.semi-gated-cta-periodic-elements ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;list-style:none}.semi-gated-cta-periodic-elements li{width:75px;height:75px;margin-right:5px;background-position:center center;background-size:contain}.semi-gated-cta-periodic-elements li::before{display:none}.semi-gated-cta-categories,.semi-gated-cta-locations,.semi-gated-cta-industries,.semi-gated-cta-brands{margin:10px 0;color:#503291;font-weight:bold}.semi-gated-cta-categories ul,.semi-gated-cta-locations ul,.semi-gated-cta-industries ul,.semi-gated-cta-brands ul{display:inline;margin:0;color:#000;font-weight:normal;list-style:none}.semi-gated-cta-categories li::before,.semi-gated-cta-locations li::before,.semi-gated-cta-industries li::before,.semi-gated-cta-brands li::before{display:none}.semi-gated-cta-categories li,.semi-gated-cta-locations li,.semi-gated-cta-industries li,.semi-gated-cta-brands li{display:inline}.semi-gated-cta-categories li:after,.semi-gated-cta-locations li:after,.semi-gated-cta-industries li:after,.semi-gated-cta-brands li:after{content:", "}.semi-gated-cta-categories li:last-child:after,.semi-gated-cta-locations li:last-child:after,.semi-gated-cta-industries li:last-child:after,.semi-gated-cta-brands li:last-child:after{content:none}.semi-gated-cta-button{margin-top:10px}.semi-gated-cta-button:hover{background-color:#ff6ab5}@media all and (min-width: 1281px){.semi-gated-cta-header{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left}.semi-gated-cta-content{position:relative;width:62.5%;min-height:1px;padding:0 15px;float:left}.semi-gated-cta-content__no-header{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.semi-gated-cta-header{position:relative;width:33.3333333333%;min-height:1px;padding:0 15px;float:left}.semi-gated-cta-content{position:relative;width:66.6666666667%;min-height:1px;padding:0 15px;float:left}.semi-gated-cta-content__no-header{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.semi-gated-cta-header{position:relative;width:41.6666666667%;min-height:1px;padding:0 10px;float:left}.semi-gated-cta-content{position:relative;width:58.3333333333%;min-height:1px;padding:0 10px;float:left}.semi-gated-cta-content__no-header{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.semi-gated-cta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.semi-gated-cta-header{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.semi-gated-cta-image-container{margin:0 0 15px 0}.semi-gated-cta-image{width:70%}.semi-gated-cta-content{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.audio-player{position:relative;letter-spacing:-0.5px}.audio-player button{width:60px;height:60px;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer}.audio-player p{position:absolute;top:-18px;right:5%;margin:0;padding:0 5px;background:#fff;font-size:28px}.audio-player .controls-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.audio-player .controls-container .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6.5%}.audio-player .controls-container .controls button{background-color:#eb3c96}.audio-player .controls-container .controls button:hover{background-color:#ff6ab5}.audio-player .controls-container .controls .icon-back,.audio-player .controls-container .controls .icon-forward{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;width:50px;height:50px;-webkit-transform:translateY(5px);transform:translateY(5px);border-radius:50%;background-repeat:no-repeat}.audio-player .controls-container .controls .icon-back svg,.audio-player .controls-container .controls .icon-forward svg{width:26px;overflow:inherit}.audio-player .controls-container .controls .icon-back{padding-right:3px}.audio-player .controls-container .controls .icon-forward{padding-left:3px}.audio-player .controls-container .controls .icon-play__animated{padding:18px;border-radius:50%}.audio-player .controls-container .controls .icon-play__animated .internal-icon{width:18px;height:18px;margin-left:6px;-webkit-transition:100ms all ease;transition:100ms all ease;border-width:9px 0px 9px 16px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;-webkit-box-sizing:border-box;box-sizing:border-box;will-change:border-width}.audio-player .controls-container .controls .icon-play__animated.playing .internal-icon{margin-left:4px;border-width:0px 16px 0px 16px;border-style:double}.audio-player .controls-container .icon-volume-new{position:absolute;top:20px;right:6%;width:25px;height:25px}.audio-player .controls-container .volume-container{position:relative}.audio-player .controls-container .volume-container .volume-slider{position:absolute;top:-210px;left:7px}.audio-player path{stroke:rgba(0,0,0,0);fill:#fff;fill-opacity:1}.audio-player .time{display:inline-block;width:37px;margin:28.5px 0 18.5px 0;font-size:14px;text-align:center}.audio-player output{display:inline-block;width:32px;margin:10px 2.5% 0 5%;clear:left;font-size:20px;text-align:center}.audio-player input[type=range].volume-slider{width:8px;height:175px;-webkit-writing-mode:bt-lr;-ms-writing-mode:bt-lr;writing-mode:bt-lr;-webkit-appearance:slider-vertical}.audio-player input[type=range].volume-slider::-webkit-slider-thumb{margin-right:2px}.audio-player input[type=range]:not(.volume-slider){position:relative;width:calc(100% - 120px);height:12px;padding:0;-webkit-appearance:none;margin:24px 15px}.audio-player input[type=range]:not(.volume-slider)::-webkit-slider-runnable-track{width:100%;height:3px;background-color:#fff;cursor:pointer}.audio-player input[type=range]:not(.volume-slider)::before{position:absolute;top:8px;left:0;width:0%;height:3px;background-color:#2dbecd;content:"";cursor:pointer}.audio-player input[type=range]:not(.volume-slider)::-webkit-slider-thumb{position:relative;width:15px;height:15px;margin:-7px 0 0 0;border:1px solid #2dbecd;border-radius:50%;background-color:#2dbecd;cursor:pointer;-webkit-appearance:none;-webkit-box-sizing:content-box;box-sizing:content-box}.audio-player input[type=range]:not(.volume-slider):active::-webkit-slider-thumb{-webkit-transform:scale(1.2);transform:scale(1.2);background:#2dbecd}.audio-player input[type=range]:not(.volume-slider)::-moz-range-track{width:100%;height:3px;background-color:#fff;cursor:pointer}.audio-player input[type=range]:not(.volume-slider)::-moz-range-progress{background-color:#2dbecd}.audio-player input[type=range]:not(.volume-slider)::-moz-focus-outer{border:0}.audio-player input[type=range]:not(.volume-slider)::-moz-range-thumb{width:15px;height:15px;border:1px solid #2dbecd;border-radius:50%;background-color:#2dbecd;cursor:pointer;box-sizing:content-box}.audio-player input[type=range]:not(.volume-slider):active::-moz-range-thumb{transform:scale(1.2);background:#2dbecd}.audio-player input[type=range]:not(.volume-slider)::-ms-track{width:100%;height:3px;border:solid rgba(0,0,0,0);background:rgba(0,0,0,0);color:rgba(0,0,0,0);cursor:pointer}.audio-player input[type=range]:not(.volume-slider)::-ms-fill-lower{background-color:#2dbecd}.audio-player input[type=range]:not(.volume-slider)::-ms-fill-upper{background-color:#fff}.audio-player input[type=range]:not(.volume-slider)::-ms-thumb{width:15px;height:15px;border:1px solid #2dbecd;border-radius:50%;background-color:#2dbecd;cursor:pointer;box-sizing:content-box}.audio-player input[type=range]:not(.volume-slider):active::-ms-thumb{transform:scale(1.2);background:#2dbecd}.seek-slider-label{display:none}@media all and (min-width: 0)and (max-width: 767px){.audio-player .controls-container .controls{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;gap:0}.audio-player .controls-container .icon-volume-new{position:relative;right:10px;margin-left:auto}.audio-player .controls-container .time{font-size:12px}}.dropdown-button-component{position:relative}.dropdown-button-component button{border:0;color:#eb3c96;font-size:14px;font-weight:bold;text-transform:uppercase;cursor:pointer}.dropdown-button-component button>span{margin-right:12px;vertical-align:bottom;pointer-events:none}.dropdown-button-component span.icon{display:inline-block}.dropdown-button-component span.icon::before{content:none}.dropdown-button-component span.icon-follow{width:22px;height:21px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFqADAAQAAAABAAAAFQAAAABbgUmKAAAC7UlEQVQ4EZWUPUwUURDHZ94dBhTQsEfwo/GjIFIYNRZKuPMSYpQCKSSYqAUWcHcWKrVaoa2gBXccGikMiaCVBdrJncROjDESErHzK9zyeQEitzvOPFhZsgfkXrHzZuY/v519O7sIW6xs+NneZWv5DhGdAYRqIJhAxA/FvuIHpe+u/96ilOWbrKmziUa0qJ+AKgBwEREmieAIAO1EwGnyYWvlSPT1JuWg8iVmQ32HwLYHCGkH5yOBfUZ5IB07JlZ8Hee81uUDcMyfL56jXDc/dqlSeNlIxwYdDQ61WLxPmqH4rG3TixywDqDJybutp2M+TwSiMD/uFyO1DnUXSVzyotN6Ts4Ge09m6np+iBWtBzxXnzxMAOWA9MkN8+w5LzrRCywHVhv7+8WK7zmKohVYXBEKwQEPzB1Yy4t+iayUQHUZQZThFz0d70pHfvGsfGPh6Zlw/KCb5ewlLnnRid6PvkaemoTkxYrvAesk4EO2JZYFA9n6viqJOUt8ibNfwucsOtiTjnz0g6+PZ/enWPHzzrG8EDOUGGJ7iTswuY9B/jAm2K/mM2rheTbYf2mkoi1suXnv8pyxSGbOJWVeJ2UvEL7GGCque31f0825g87e07EZjHcw4658cbpbwrcs/kqIJhLxTaCGJ+a87pq/QNbc51nvcoCO3QDOhOKPyKab/Oh/FMK9iqOqH5MRPSROgVhq7y2aHrdbbYJO9qpQ4eNAKnbLrfkPngomuoDs2/xaR0t8xc3b/WQEsvqTWnrF3dcCqu7KdLTDgWuwWZe4YIM9zNAxVVoWNoavzTuC7azZ8LzcXpgfYd1xBarBeB99IzV63Pg8O3l0/iL6rxYCFYDoURVdkXrhSEyWygQTTRw4xcP+NJBqG18NF3bVdVwvHOFpMIDdLBs/qCeF4Taq1+tXeWrt08zurm/f+qezkePxdD1CVvM4i1PBngX+4fh4Hsc86gIDPB0n+EityvSNMj+PxWe+S60emQJB+eU4KvF/dFM629dNEdsAAAAASUVORK5CYII=")}.dropdown-button-component span.icon-share{width:23px;height:19px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAYAAAB7u5a2AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAF6ADAAQAAAABAAAAEwAAAABTZ3dpAAACQ0lEQVQ4EaWTv2/TUBDH715CGgS0VeJACwtCLGVgYQFBhauyVIIWiV8LP8RQmlSwFFaqCHViYOBXIyEwAywgdWBCtPxIWgQS4i9ADEwMxY1oE9ltbR/3TAN5rh2R8Ab73fe+/rzTvTNCC8sceNLuVRavahs338RX56tRCBGVaKR71UUdCMZNqzpd1o3OKG9LcEEiIYFEdMBxrWJFN7rCDmgJroAI9lquNVvWJ3cqOgdNw+nUswQgdCgggt2uA3Nmb2FPvY71QdhewsrfF064QMcR6BABbA/zSQ0RTBDxAa146ZMfRxkpT+LHm8IweHCDu7s1yhfUEXCJYmIoUxx5G1r5/ODDLbiwPMVVHgl+/E8xoi0A98WC5kr/g21OdXWG9YPBXBNxnOHvlcqXeh9lbLI/MmRXE6B1Vm7NdLo7PaRMiw3Lt/8fDFMMPorPT1t/Kp8/XDgGrvdiXRkscCVESCUk/IBIXz2AHv5Dx4JenhYj3aUNM9iVubh8kG4kTcee5AtUF0KFTzc2IN7pKOW+1JI8zyc9HiNlIdxKl3LXkE+v6T7c9KwzrOyoif4b4WVbYtPZ9tcXTEUPCVDAda00OgE4qmR9OHiY5frXmLIFMKH1Z/OYx0B5yrd+u0DQFQbfUzO/IyFHj4D2/03i5cxsbrwRmIT4xvewSgLORYElT6ysOH01MPfrsTaXvV+Lo97y9xZJkcmUck+jPFIX3IzuNcPndCyZa2Suz6VmRn7Wx2F7keoRdyEmBiHV1ofvLtphpla1X9tmuASctjV/AAAAAElFTkSuQmCC")}.dropdown-button-component .dropdownMenu{position:absolute;top:100%;right:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-height:10px;padding:12px 16px;border:1px solid #eee;background:#fff;-webkit-box-shadow:10px 10px 0 0 rgba(0,0,0,.03);box-shadow:10px 10px 0 0 rgba(0,0,0,.03);z-index:1000;-webkit-animation:menu .3s ease forwards;animation:menu .3s ease forwards}.dropdown-button-component__platforms{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;gap:8px}.dropdown-button-component__platform{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;font-size:16px;text-transform:capitalize;gap:6px}.dropdown-button-component__platform:hover{color:#000}.dropdown-button-component__platform-icon{width:38px;height:38px}@-webkit-keyframes menu{from{-webkit-transform:translate3d(0, 30px, 0);transform:translate3d(0, 30px, 0)}to{-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}}@keyframes menu{from{-webkit-transform:translate3d(0, 30px, 0);transform:translate3d(0, 30px, 0)}to{-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}}@media all and (min-width: 0)and (max-width: 767px){.dropdown-button-component button{font-size:0}}.semi-podcast-details{position:relative;padding-top:145px;padding-bottom:60px}.semi-podcast-details.container{zoom:1}.semi-podcast-details.container:before,.semi-podcast-details.container:after{display:table;line-height:0;content:""}.semi-podcast-details.container:after{clear:both}.semi-podcast-details__background{position:absolute;top:0;left:0;width:100vw;height:60%;background-size:cover;overflow:hidden}.semi-podcast-details__background-title{display:block;margin-top:72.5px;color:#fff;font-size:14px;font-weight:bold;line-height:0}.semi-podcast-details__background-title:hover{color:#fff;text-decoration:underline}.semi-podcast-details__background--no-image{background-color:#ffc832}.semi-podcast-details__background--no-image .semi-podcast-details__background-title,.semi-podcast-details__background--white .semi-podcast-details__background-title{color:#eb3c96}.semi-podcast-details__background--no-image .semi-podcast-details__background-title:hover,.semi-podcast-details__background--white .semi-podcast-details__background-title:hover{color:#ff6ab5}.semi-podcast-details__background:before{position:absolute;bottom:0;left:0;width:100%;height:10%;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABXgAAAGOCAMAAAAaUZsSAAAC+lBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////86i/ucAAAA/XRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4CBgoSFhoeIiYqLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaKjpKWmp6ipqqytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+OK09OAAABe5JREFUeNrt3O1a4tYaBmBxTEgGDIYKbdkntM//IEaUhCSorABjZ/8AGZ3Z/ZhWreh9x7ASP3Lhm/BcL0vk6AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF61jhIAvIx8MplMfvn1P4IX4Fllk8lk8uvkl8kkue94//vpU/lFZQCeUDwajcej0fj859HPH7/7aufu6Gg9/XRxMb24uLiY/aZeAH/L8floPBqPR6PReHz2h9/ZuXu4d3d1MZ1OL6fT6fRGFQH+zNl4H7Y/Hf/VH3ocvA/cXl5eXl5dXl5eXTVqC7DXG4/Ho23YjqK/c4DfDd4H1rOrq2JWzGaz2axWc+Ad6o72YTtO/+nB/krwPrQpZ7NyVs6KYlYUaycDeLs+nO+nEUaDpzzwjwbvI4uiKMqiLIqiKOZ3zhJw+GGbn4/G4/H5eDQe/fRcr7ftPFVefqnKopgX86IopTBwMDrZMM/zfHiW53me54OX+OeGzrNE5JemKMt5MS/LspyXS6cWeD36wzzPh/lZPjzL8+HZ8cvfg84L9KZtOS/nVVnNq/m8qq6dduBFpcM8H+Z5nudn+TDPT/79LvvFJwU+13VVNVXVVFVd1VVtVgJ4SnE2yLIsGwz62eB0cDrIBvFru4udfz33rqu6qpqqqauqrqv61mUD/EjMZtk2abPsdJBl2aD7+u9057U1nJt6q9mNwYUF3AfWx35vG7Sn2eA0ywZZlhzk7/Han+mv67qpm7pp6qaum7q59o4+8B4k/X6/t117vX5vu917I++n2Dm0KdbfFk3TNIvtx6JZNAuTxHDYkwX3Advv9XZrv9/78KY798OPreVicb1Y3Fxf31zf3Nzc3tzeLpdBXwyvz0nvYRfb7223o/dXiM7b7Be/hNvl7XJ5u1wulyGE5X4JrUiGZ3ScpGmapmmyvUnSNE2S+/1Yfd508P6BNoQ2hBDaNoQ2rNrQhrZt27YNq7ZtzVvAn/at3TROu8nH9FHEbse0qz6C94d93obwaruu2tX9Xtuu2tCuVkrEW/chSZJukiTdJO1ux27STbppnCRJGidJeqxGgveF5zBW96Hcrtud0Ia2DW0IbdAxcwD96j5Yd2s3SZL46/4HNRK8B2YTdlMZbRtCWIWdNoQQglrzrOKTOIriKIqjeLeZPMjVpJskSdKVq4L33aXy1xxe7sI4hBDCMoSN8rzzR+Lx7y8n0T5QoyiOouib8f7zqih4+TF3IYR2vV5vvq6b9W770bjxsoxDeDof7ZLx2/HkmzGKulEUnXS1oYKX1903Pw7i9eetu924+fzY/b4T/c8cx3Ecfb9GURzHUfckjroPA1a9ELwcHR0d/b9gvtvvb1br75a3fW3se874m5uTKIqibao+CFl/yecJ/Q8hDVOxyn4fXQAAAABJRU5ErkJggg==");background-repeat:no-repeat;background-position:bottom;background-size:100% auto;content:"";z-index:0}.semi-podcast-details-card{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;border-radius:10px;background-color:#503291;color:#fff;font-family:Verdana,Geneva,Tahoma,sans-serif}.semi-podcast-details-card__ctas{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;gap:20px}.semi-podcast-details-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px;color:#fff}.semi-podcast-details-card__header-category{font-size:22px;font-weight:bold;text-transform:capitalize}.semi-podcast-details-card__topics{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:15px;color:#fff;font-size:12px;font-weight:bold;overflow:hidden;gap:35px}.semi-podcast-details-card__title{margin-top:15px;margin-bottom:20px;color:#2dbecd;font-size:30px;text-transform:uppercase}.semi-podcast-details-card__title-episode{color:#ffc832}.semi-podcast-details-card__duration{font-size:14px;font-weight:bold;text-transform:capitalize}.semi-podcast-details-card__description{margin:20px 0;font-size:16px;line-height:25px}.semi-podcast-details-card__speakers{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.semi-podcast-details-card__speakers>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;list-style:none}.semi-podcast-details-card__speakers>ul li{margin:15px 0}.semi-podcast-details-card__speakers>ul li a{display:-webkit-box;display:-ms-flexbox;display:flex}.semi-podcast-details-card__speakers>ul li::before{display:none}.semi-podcast-details-card__speakers>ul li .avatar-container{position:relative;width:100%;padding-bottom:80%}.semi-podcast-details-card__speakers>ul li .avatar-image{background-color:#ffc832;background-repeat:no-repeat;background-size:cover;position:absolute;top:1px;right:1px;bottom:0px;left:1px}.semi-podcast-details-card__speakers>ul li .avatar-mask{position:absolute;top:0;left:-8px;padding-right:8px;overflow:hidden}.semi-podcast-details-card__speakers>ul li .avatar-mask svg{position:relative;width:calc(100% + 8px);height:100%;z-index:1}.semi-podcast-details-card__speakers>ul li .avatar-mask svg g path{fill:#503291}.semi-podcast-details-card__speakers>ul li .name{margin-bottom:5px;color:#ffc832;font-size:12px;font-weight:bold}.semi-podcast-details-card__speakers>ul li .role{font-size:12px;font-style:italic}.semi-podcast-details-card__speakers .speaker__details{overflow-wrap:break-word;word-wrap:break-word;-ms-hyphens:auto;hyphens:auto}.semi-podcast-details-card .dropdown-button-component__platform.social-share-barebones__link:before,.semi-podcast-details-card .dropdown-button-component__platform.social-share-barebones__link:hover{color:#eb3c96}.semi-podcast-details .speaker-info{margin-top:20px;padding:40px;border-radius:10px;background-color:#fff;color:#000;overflow-y:scroll}.semi-podcast-details .speaker-info__details{display:-webkit-box;display:-ms-flexbox;display:flex}.semi-podcast-details .speaker-info__wrapper,.semi-podcast-details .speaker-info__description{display:block}.semi-podcast-details .speaker-info__wrapper{margin:20px 0 0}.semi-podcast-details .speaker-info__description{width:100%}.semi-podcast-details .speaker-info__description::before{display:none}.semi-podcast-details .speaker-info__controls{position:relative;padding-bottom:20px}.semi-podcast-details .speaker-info__close{position:absolute;top:0;right:0;padding:5px;border:0;color:#eb3c96}.semi-podcast-details .speaker-info-enter-active,.semi-podcast-details .speaker-info-leave-active{max-height:1000px;-webkit-transition:all .5s ease;transition:all .5s ease}.semi-podcast-details .speaker-info-enter,.semi-podcast-details .speaker-info-leave-to{max-height:0;padding-top:0;padding-bottom:0;opacity:0}div:not(.cq-Editable-dom)>div>.podcast-details~.experience-fragment-profile{height:0;visibility:hidden}@media all and (min-width: 1281px){.semi-podcast-details-card{width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%;min-height:450px;padding:40px 0}.semi-podcast-details-card>div{width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.semi-podcast-details-card__speakers>ul li{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;padding-left:0}.semi-podcast-details-card__speakers>ul li .avatar,.semi-podcast-details-card__speakers>ul li .speaker__details{width:50%}.semi-podcast-details-card__speakers>ul li .avatar-container{padding-bottom:80%}}@media all and (min-width: 1025px)and (max-width: 1280px){.semi-podcast-details-card{width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%;min-height:450px;padding:40px 0}.semi-podcast-details-card>div{width:87.5%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.semi-podcast-details-card__speakers>ul{zoom:1}.semi-podcast-details-card__speakers>ul:before,.semi-podcast-details-card__speakers>ul:after{display:table;line-height:0;content:""}.semi-podcast-details-card__speakers>ul:after{clear:both}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 0)and (max-width: 767px){.semi-podcast-details-card__speakers>ul{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 768px)and (max-width: 1024px){.semi-podcast-details-card__speakers>ul{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1025px)and (max-width: 1280px){.semi-podcast-details-card__speakers>ul{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px)and (min-width: 1281px){.semi-podcast-details-card__speakers>ul{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.semi-podcast-details-card__speakers>ul li{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;padding-left:0}.semi-podcast-details-card__speakers>ul li .avatar,.semi-podcast-details-card__speakers>ul li .speaker__details{width:50%}}@media all and (min-width: 768px)and (max-width: 1024px){.semi-podcast-details{padding-bottom:40px}.semi-podcast-details-card{min-height:450px;padding:40px 0}.semi-podcast-details-card>div{width:83.3333333333%;position:relative;min-height:1px;padding:0 10px;margin-left:8.3333333333%;padding:0}.semi-podcast-details-card__header-category{font-size:20px}.semi-podcast-details-card__title{font-size:28px}.semi-podcast-details-card__speakers>ul li{width:30%;padding-right:14px}.semi-podcast-details-card__speakers>ul li .avatar,.semi-podcast-details-card__speakers>ul li .speaker__details{width:50%}.semi-podcast-details-card__speakers>ul li .avatar-image{position:absolute;top:3%;right:1px;bottom:0px;left:1px}.semi-podcast-details .speaker-info{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;border-radius:0;z-index:999}.semi-podcast-details .speaker-info__details{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:16px}.semi-podcast-details .speaker-info__details .avatar{width:18%}.semi-podcast-details .speaker-info__details .avatar-mask svg g path{fill:#fff}.semi-podcast-details .speaker-info__details .name{color:#eb3c96}.semi-podcast-details .speaker-info__details .role{color:gray}.semi-podcast-details .speaker-info__details .name,.semi-podcast-details .speaker-info__details .role{font-size:18px}.semi-podcast-details .speaker-info .description{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.semi-podcast-details{padding-bottom:40px}.semi-podcast-details-card{min-height:550px;margin:0 -20px;padding:40px 0}.semi-podcast-details-card>div{width:100%;position:relative;min-height:1px;padding:0 10px;padding:0 20px}.semi-podcast-details-card__header-category{font-size:18px}.semi-podcast-details-card__title{font-size:24px}.semi-podcast-details-card__speakers>ul{zoom:1}.semi-podcast-details-card__speakers>ul:before,.semi-podcast-details-card__speakers>ul:after{display:table;line-height:0;content:""}.semi-podcast-details-card__speakers>ul:after{clear:both}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 0)and (max-width: 767px){.semi-podcast-details-card__speakers>ul{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 768px)and (max-width: 1024px){.semi-podcast-details-card__speakers>ul{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1025px)and (max-width: 1280px){.semi-podcast-details-card__speakers>ul{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1281px){.semi-podcast-details-card__speakers>ul{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 0)and (max-width: 767px){.semi-podcast-details-card__speakers>ul li{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;padding:0}.semi-podcast-details-card__speakers>ul li a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.semi-podcast-details-card__speakers>ul li .avatar{width:100%}.semi-podcast-details-card__speakers>ul li .avatar-container{margin-bottom:8px;padding-bottom:79%}.semi-podcast-details-card__speakers>ul li .speaker__details{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.semi-podcast-details .speaker-info{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;border-radius:0;z-index:999}.semi-podcast-details .speaker-info__details{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:16px}.semi-podcast-details .speaker-info__details .avatar{width:100%}.semi-podcast-details .speaker-info__details .avatar-mask svg g path{fill:#fff}.semi-podcast-details .speaker-info__details .name{color:#eb3c96}.semi-podcast-details .speaker-info__details .name,.semi-podcast-details .speaker-info__details .role{font-size:18px}.semi-podcast-details .speaker-info .description{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.podcast-detail .experience-fragment-profile img{width:200px}@media all and (min-width: 0)and (max-width: 767px){.product-list{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-list{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-list{padding-top:60px !important}}@media all and (min-width: 1281px){.product-list{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.product-list{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-list{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-list{padding-bottom:60px !important}}@media all and (min-width: 1281px){.product-list{padding-bottom:60px !important}}.product-list-template{zoom:1;width:1400px;margin:0 auto}.product-list-template:before,.product-list-template:after{display:table;line-height:0;content:""}.product-list-template:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.product-list-template{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.product-list-template{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-list-template{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.product-list-template{width:1280px;padding-right:30px;padding-left:30px}}.product-list-template__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;margin-bottom:20px;color:#000;font-size:12px;font-weight:bold}.product-list-template__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.product-list-template__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-list-template__loader{display:none !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-list-template__clear-all-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:start;margin:8px 0 2px;color:#eb3c96}.ie .product-list-template__clear-all-filters{-ms-flex-item-align:baseline;align-self:baseline}.product-list-template__footer{display:none;width:100%;background-color:#503291}.product-list-template__clear-all-filters,.product-list-template__footer-clear-all-btn,.product-list-template__footer-results-cta{padding:0;border:0;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer}.product-list-template__footer-results-cta{margin-left:auto;width:130px;height:40px;border-radius:6px;background-color:#eb3c96;font-size:11px}.product-list-template__footer-results-cta--disabled{background-color:#aaa;text-transform:uppercase}.product-list-template__footer-clear-all-btn,.product-list-template__footer-results-cta{color:#fff}.product-list-template__close-btn-dialog{padding:5px;border:0}.product-list-template__results.product-list-template__results--loading{width:100%}.product-list-template__result-line{position:absolute;right:15px;bottom:0;left:15px;height:1px;background-color:#e9e9e9}.product-list-template__filters-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;color:#000;font-size:12px;font-weight:bold}.product-list-template__filters-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.product-list-template__wrapper{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex}.product-list-template__wrapper:before,.product-list-template__wrapper:after{display:table;line-height:0;content:""}.product-list-template__wrapper:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.product-list-template__wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.product-list-template__wrapper{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-list-template__wrapper{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.product-list-template__wrapper{margin-right:-15px;margin-left:-15px}}.product-list-template__results-counter{color:#454545}[v-cloak] .product-list-template__results-counter{display:none}.product-list-template__results-list{margin:0;list-style:none}.product-list-template__result{zoom:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;width:calc(100% + 30px);padding-left:0}.product-list-template__result:before,.product-list-template__result:after{display:table;line-height:0;content:""}.product-list-template__result:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.product-list-template__result{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.product-list-template__result{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-list-template__result{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.product-list-template__result{margin-right:-15px;margin-left:-15px}}.product-list-template__result::before{display:none}.product-list-template__result-link{color:#000;cursor:pointer}.product-list-template__result-link:hover{color:#eb3c96}.product-list-template__result-image-thumbnail{position:relative;overflow:hidden;background-position:center center;background-size:cover}.product-list-template__result-image-thumbnail:before{display:block;width:100%;padding-top:75%;content:""}.product-list-template__result-image-thumbnail img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.product-list-template__result-image-thumbnail img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-list-template__result-image-thumbnail img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.product-list-template__result-image-thumbnail img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.product-list-template__result-image-thumbnail img{padding:0 10px}}.product-list-template__controls{margin-top:30px;margin-left:10px}.product-list-template__container{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media all and (min-width: 0)and (max-width: 767px){.product-list-template__container{margin-top:40px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-list-template__container{margin-top:40px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-list-template__container{margin-top:40px !important}}@media all and (min-width: 1281px){.product-list-template__container{margin-top:40px !important}}@media all and (min-width: 0)and (max-width: 767px){.product-list-template__container{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.product-list-template__container{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-list-template__container{margin-bottom:32px !important}}@media all and (min-width: 1281px){.product-list-template__container{margin-bottom:32px !important}}.product-list-template__container:before,.product-list-template__container:after{display:table;line-height:0;content:""}.product-list-template__container:after{clear:both}.product-list-template__date{font-size:12px;line-height:1;margin-bottom:6px !important;color:#aaa;font-weight:bold}@media all and (min-width: 768px)and (max-width: 1024px){.product-list-template__date{font-size:12px}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-list-template__date{font-size:12px}}@media all and (min-width: 1281px){.product-list-template__date{font-size:12px}}.product-list-template__title.demoted{display:block;margin-bottom:10px !important;color:#000;font-size:18px}.product-list-template__title.demoted:not(p):hover{color:#eb3c96}.product-list-template__description{margin-bottom:10px !important;font-size:14px}.product-list-template__type,.product-list-template__tags{color:#503291;font-size:12px;font-weight:bold;margin-bottom:0px !important}.product-list-template__pills{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;margin-left:0;list-style:none}.product-list-template__pill{padding:0}.product-list-template__pill-label{display:block;position:relative;height:32px;margin-right:8px;margin-bottom:10px;font-size:22px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.product-list-template__pill-label .icon-cross{top:-3px;padding-right:10px;color:#eb3c96;font-size:14px}.product-list-template__pill-input{position:absolute;width:100%;height:100%;cursor:pointer;opacity:0}.product-list-template__pill-input:focus~.product-list-template__pill-checkmark{border:2px solid #0e6aaf}.product-list-template__pill-input:checked~.product-list-template__pill-checkmark:after{display:block}.product-list-template__pill-checkmark{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #503291;border-radius:20px;background-color:#fff}.product-list-template__pill-checkmark::after{display:none;position:absolute;content:""}.product-list-template__pill-checkmark-label{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;position:relative;top:-3px;padding-left:15px;font-size:14px;z-index:1}.product-list-template__pill-checkmark-label:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.product-list-template--loading .product-list-template__results-counter,.product-list-template--loading .product-list-template__results-list,.product-list-template--loading .product-list-template__loader,.product-list-template--loading .product-list-template__pills{display:none}.product-list-template--loading .product-list-template__loader{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.product-list-template--loading .pagination-component{display:none}@media all and (min-width: 1281px){.product-list-template__filters{width:25%;position:relative;min-height:1px;padding:0 15px}.product-list-template__results{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.product-list-template__result-image{position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left}.product-list-template__result-text{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.product-list-template__result-text--no-image{position:relative;width:90.9090909091%;min-height:1px;padding:0 15px;float:left}.product-list-template__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.product-list-template__controls{margin-top:0;margin-left:30px}}@media all and (min-width: 1025px)and (max-width: 1280px){.product-list-template__filters{width:25%;position:relative;min-height:1px;padding:0 15px}.product-list-template__results{width:68.75%;position:relative;min-height:1px;padding:0 15px;margin-left:6.25%}.product-list-template__result-image{position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left}.product-list-template__result-text{position:relative;width:63.6363636364%;min-height:1px;padding:0 15px;float:left}.product-list-template__result-text--no-image{position:relative;width:90.9090909091%;min-height:1px;padding:0 15px;float:left}.product-list-template__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.product-list-template__controls{margin-top:0;margin-left:30px}}@media all and (min-width: 768px)and (max-width: 1024px){.product-list-template__filters:not(.product-list-template__modal--opened){display:none}.product-list-template__header,.product-list-template__footer{padding-right:40px;padding-left:40px}.product-list-template__footer{height:80px}.product-list-template__content{bottom:80px}.product-list-template__results{width:100%;position:relative;min-height:1px;padding:0 10px}.product-list-template__result-image{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;float:right}.product-list-template__result-text{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}.product-list-template__result-text--no-image{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.product-list-template__container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media all and (min-width: 0)and (max-width: 767px){.product-list-template__filters:not(.product-list-template__modal--opened){display:none}.product-list-template__header,.product-list-template__footer{padding-right:20px;padding-left:20px}.product-list-template__footer{height:60px}.product-list-template__content{bottom:60px}.product-list-template__pill-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;min-height:32px}.product-list-template__pill-label .icon-cross{top:0}.product-list-template__pill-checkmark-label{padding-top:3px;padding-right:5px}.product-list-template__results{width:100%;position:relative;min-height:1px;padding:0 10px}.product-list-template__result-image{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-bottom:30px}.product-list-template__result-text{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0px)and (max-width: 1024px){.product-list-template{padding-top:40px}.product-list-template__title{margin-bottom:0}.product-list-template__result{width:calc(100% + 20px)}.product-list-template__filters{display:none;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;margin:0;padding:0;background-color:#fff;z-index:1001}.product-list-template__content{position:fixed;top:0;right:0;left:0;width:100%}.product-list-template__close-btn-dialog{margin-right:-5px}.product-list-template__header{position:absolute;width:100%;height:54px;border-bottom:1px solid #e1e1e1;background-color:#fff}.product-list-template__footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.product-list-template__modal--opened{display:block}}.semi-product{width:100%;min-height:192px;padding:30px 0;overflow:hidden;zoom:1}.semi-product:before,.semi-product:after{display:table;line-height:0;content:""}.semi-product:after{clear:both}.semi-product-image{position:relative;overflow:hidden;background-position:center center;background-size:cover}.semi-product-image:before{display:block;width:100%;padding-top:75%;content:""}.semi-product-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0}@media all and (min-width: 1281px){.semi-product-image img{padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.semi-product-image img{padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.semi-product-image img{padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.semi-product-image img{padding:0 10px}}.semi-product-title.h5.demoted{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;display:block;margin-top:0;margin-bottom:10px;color:#000;font-size:18px;font-weight:bold}.semi-product-title.h5.demoted:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.semi-product-result-link{color:#000;cursor:pointer}.semi-product-result-link:hover{color:#eb3c96}.semi-product-description{font-size:14px;line-height:1.5;margin-bottom:10px;text-align:left}@media all and (min-width: 768px)and (max-width: 1024px){.semi-product-description{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.semi-product-description{font-size:14px}}@media all and (min-width: 1281px){.semi-product-description{font-size:14px}}.semi-product-tag-container{margin-bottom:10px}.semi-product-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:10px;color:#503291;font-size:12px;font-weight:600;text-transform:capitalize}@media all and (min-width: 0)and (max-width: 767px){.semi-product-image-container{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;position:relative}.semi-product-content{margin-top:15px}.semi-product-content.with-image{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.semi-product-content.no-image{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.semi-product-button-container{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media all and (min-width: 768px)and (max-width: 1024px){.semi-product-image-container{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.semi-product-content.with-image{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}.semi-product-content.no-image{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.semi-product-image-container{position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left}.semi-product-content.with-image{position:relative;width:72.7272727273%;min-height:1px;padding:0 15px;float:left}.semi-product-content.no-image{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1281px){.semi-product-image-container{position:relative;width:27.2727272727%;min-height:1px;padding:0 15px;float:left}.semi-product-content.with-image{position:relative;width:72.7272727273%;min-height:1px;padding:0 15px;float:left}.semi-product-content.no-image{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}.semi-product-search .se-bar{background-color:#2dbecd}.semi-product-search .se-bar-icon{cursor:pointer}.semi-product-search .se-bar-input{padding-bottom:6px}.semi-product-search .se-bar-input--desktop::-ms-clear,.semi-product-search .se-bar-input--mobile::-ms-clear{display:none}@media all and (min-width: 1281px){.semi-product-search .se-bar-input{padding-bottom:5px}}@media all and (min-width: 768px)and (max-width: 1024px){.semi-product-search .se-list-item{width:100%}}@media all and (min-width: 0)and (max-width: 767px){.semi-product-search .se-list-item{width:100%}}.story-author{position:relative;zoom:1}.story-author:before,.story-author:after{display:table;line-height:0;content:""}.story-author:after{clear:both}.story-author-container{zoom:1;width:1400px;margin:0 auto}.story-author-container:before,.story-author-container:after{display:table;line-height:0;content:""}.story-author-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-author-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-author-container{width:1280px;padding-right:30px;padding-left:30px}}.story-author-row{zoom:1}.story-author-row:before,.story-author-row:after{display:table;line-height:0;content:""}.story-author-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-author-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-author-row{margin-right:-15px;margin-left:-15px}}.story-author-content{background-color:#fff;zoom:1}@media all and (min-width: 0)and (max-width: 767px){.story-author-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-author-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-author-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-author-content{padding-bottom:60px !important}}.story-author-content:before,.story-author-content:after{display:table;line-height:0;content:""}.story-author-content:after{clear:both}.story-author-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-author-inner>*{padding-left:0px !important;padding-right:0px !important}.story-author-right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.story-author-title{margin-bottom:16px !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;color:#503291}.story-author-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-title{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-title{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.story-author-title{font-size:12px;line-height:1.2}}.story-author-date,.story-author-headline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:16px;color:#000;font-weight:bold;text-transform:none}.story-author-date:lang(ja),.story-author-headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-date,.story-author-headline{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-date,.story-author-headline{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.story-author-date,.story-author-headline{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-date,.story-author-headline{font-size:16px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-date,.story-author-headline{font-size:16px}}@media all and (min-width: 1281px){.story-author-date,.story-author-headline{font-size:16px}}.story-author-byline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;margin-top:-18px;margin-bottom:0;color:gray;font-style:italic;line-height:1.2;text-transform:none}.story-author-byline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-byline{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-byline{font-size:14px}}@media all and (min-width: 1281px){.story-author-byline{font-size:14px}}.story-author-headshot{-webkit-box-flex:0;-ms-flex:0 1 30%;flex:0 1 30%;max-width:102px;margin-top:2px;margin-right:5px;margin-left:-2%}.story-author-headshot-container{position:relative;width:100%;padding-bottom:75%}.story-author-headshot-image{position:absolute;top:1px;right:1px;bottom:1px;left:1px;background-repeat:no-repeat;background-size:cover}.story-author-headshot-mask{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.story-author-headshot-mask svg{width:100%;height:100%}.story-author-headshot-mask svg g path{fill:#fff}.story-author-info{-webkit-box-flex:1;-ms-flex:1;flex:1;vertical-align:top}@media all and (min-width: 0)and (max-width: 767px){.story-author{background-color:#fff}.story-author-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-author-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-author{background-color:#fff}.story-author-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-author-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-author-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-author-left{position:relative;width:42.8571428571%;min-height:1px;padding:0 15px;float:left}.story-author-right{position:relative;width:57.1428571429%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1281px){.story-author-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-author-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-author-left{position:relative;width:42.8571428571%;min-height:1px;padding:0 15px;float:left}.story-author-right{position:relative;width:57.1428571429%;min-height:1px;padding:0 15px;float:left}}.story-contact{position:relative;zoom:1}.story-contact:before,.story-contact:after{display:table;line-height:0;content:""}.story-contact:after{clear:both}.story-contact-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-contact-container{zoom:1;width:1400px;margin:0 auto}.story-contact-container:before,.story-contact-container:after{display:table;line-height:0;content:""}.story-contact-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-contact-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-contact-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-contact-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-contact-container{width:1280px;padding-right:30px;padding-left:30px}}.story-contact-row{zoom:1}.story-contact-row:before,.story-contact-row:after{display:table;line-height:0;content:""}.story-contact-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-contact-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-contact-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-contact-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-contact-row{margin-right:-15px;margin-left:-15px}}.story-contact-content{zoom:1;background-color:#fff}.story-contact-content:before,.story-contact-content:after{display:table;line-height:0;content:""}.story-contact-content:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-contact-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-contact-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-contact-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-contact-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-contact-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-contact-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-contact-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-contact-content{padding-bottom:60px !important}}.story-contact-image{position:relative;width:100%;height:100%}.story-contact-image-image{position:relative;overflow:hidden;background-size:cover}.story-contact-image-image:before{display:block;width:100%;padding-top:100%;content:""}.story-contact-image-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.story-contact-image-mask{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px}.story-contact-image-mask svg{width:100%;height:100%}.story-contact-image-mask svg g path{fill:#fff}.story-contact-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;margin-bottom:0;color:#503291;text-transform:uppercase}.story-contact-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-contact-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-contact-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.story-contact-title{font-size:22px;line-height:1.2}}.story-contact-link{position:relative;font-size:12px;font-weight:bold;text-transform:uppercase;padding-right:6px !important}.story-contact-link:after{position:absolute;top:2px;right:0;bottom:2px;width:2px;background-color:gray;content:" "}.story-contact-link:last-child:after{content:none}.story-contact-left,.story-contact-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-contact{background-color:#fff}.story-contact-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-contact-left{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-contact-right{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-contact{background-color:#fff}.story-contact-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-contact-left{position:relative;width:30%;min-height:1px;padding:0 10px;float:left;margin-left:10%}.story-contact-right{padding-top:36px !important;position:relative;width:40%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-contact-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-contact-left{position:relative;width:30%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-contact-right{padding-top:36px !important;position:relative;width:40%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1281px){.story-contact-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-contact-left{position:relative;width:30%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-contact-right{padding-top:36px !important;position:relative;width:40%;min-height:1px;padding:0 15px;float:left}}.story-header{zoom:1;background-color:rgba(0,0,0,0)}.story-header:before,.story-header:after{display:table;line-height:0;content:""}.story-header:after{clear:both}.story-header-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;-webkit-transition:opacity 300ms linear,visibility 1ms linear;transition:opacity 300ms linear,visibility 1ms linear;overflow:hidden;z-index:2;pointer-events:none}.ie .story-header-wrapper{-webkit-transition:opacity 300ms linear,visibility 1ms linear,-webkit-transform 100ms cubic-bezier(0, 1, 0.5, 1);transition:opacity 300ms linear,visibility 1ms linear,-webkit-transform 100ms cubic-bezier(0, 1, 0.5, 1);transition:opacity 300ms linear,visibility 1ms linear,transform 100ms cubic-bezier(0, 1, 0.5, 1);transition:opacity 300ms linear,visibility 1ms linear,transform 100ms cubic-bezier(0, 1, 0.5, 1),-webkit-transform 100ms cubic-bezier(0, 1, 0.5, 1)}.aem-AuthorLayer-Edit .story-header-wrapper{position:relative}.story-header-components-container{-webkit-transform:translateX(100%);transform:translateX(100%)}.story-header-container{position:relative;zoom:1;width:1400px;margin:0 auto}.story-header-container:before,.story-header-container:after{display:table;line-height:0;content:""}.story-header-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-header-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-header-container{width:1280px;padding-right:30px;padding-left:30px}}.story-header-row{zoom:1}.story-header-row:before,.story-header-row:after{display:table;line-height:0;content:""}.story-header-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-header-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-header-row{margin-right:-15px;margin-left:-15px}}.story-header-background-image{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-size:cover}.story-header-background-shape g path{fill:#503291}.story-header-content{position:relative}@media all and (min-width: 0)and (max-width: 767px){.story-header-content{padding-top:36px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-content{padding-top:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-header-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-header-content{padding-bottom:36px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-content{padding-bottom:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-header-content{padding-bottom:72px !important}}.ie .story-header-content{-webkit-transition:-webkit-transform 100ms cubic-bezier(0, 1, 0.5, 1);transition:-webkit-transform 100ms cubic-bezier(0, 1, 0.5, 1);transition:transform 100ms cubic-bezier(0, 1, 0.5, 1);transition:transform 100ms cubic-bezier(0, 1, 0.5, 1), -webkit-transform 100ms cubic-bezier(0, 1, 0.5, 1)}.story-header-breadcrumb-container{display:block}@media all and (min-width: 0)and (max-width: 767px){.story-header-breadcrumb-container{padding-bottom:36px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-breadcrumb-container{padding-bottom:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-breadcrumb-container{padding-bottom:48px !important}}@media all and (min-width: 1281px){.story-header-breadcrumb-container{padding-bottom:48px !important}}.story-header-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-header-title{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-title{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-title{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.story-header-title{margin-top:-22px;font-size:50px;line-height:1.2}}.story-header-title>span{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-header-title>span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-header-title>span{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-title>span{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-title>span{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.story-header-title>span{margin-top:-22px;font-size:50px;line-height:1.2}}.story-header-text{color:#fff}.story-header-spacer{position:relative;overflow:hidden}.story-header-spacer-container{zoom:1;width:1400px;margin:0 auto;height:100%}.story-header-spacer-container:before,.story-header-spacer-container:after{display:table;line-height:0;content:""}.story-header-spacer-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-header-spacer-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-spacer-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-spacer-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-header-spacer-container{width:1280px;padding-right:30px;padding-left:30px}}.story-header-spacer-row{zoom:1;height:100%}.story-header-spacer-row:before,.story-header-spacer-row:after{display:table;line-height:0;content:""}.story-header-spacer-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-header-spacer-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-spacer-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-spacer-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-header-spacer-row{margin-right:-15px;margin-left:-15px}}.story-header-spacer-content{height:100%;background-color:#fff}.story-header-spacer-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-header--fade .story-header-wrapper{-webkit-transition:opacity 300ms linear,visibility 1ms linear 300ms;transition:opacity 300ms linear,visibility 1ms linear 300ms;opacity:0;visibility:hidden}.story-header-body{pointer-events:all}.story-header-left,.story-header-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-header{margin-top:-40px;margin-bottom:-40px;background-color:#503291}.story-header-wrapper{position:relative;height:auto;background-color:inherit;z-index:0}.story-header-background-image,.story-header-background-shape{display:none}.story-header-body{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header{margin-top:-40px;margin-bottom:-40px}.story-header-wrapper{position:relative;height:auto;background-color:inherit;z-index:0}.story-header-background-shape{position:absolute;top:-305px;left:-435px}.story-header-background-shape-large-vp{display:none}.story-header-background-shape-medium-vp{display:block}.story-header-background-image{background-color:#2dbecd;background-image:none !important}.story-header-body{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-spacer-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-header-background-shape{position:absolute;top:-240px;left:-200px}.story-header-background-shape-large-vp{display:block}.story-header-background-shape-medium-vp{display:none}.story-header-body{width:50%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1281px){.story-header-spacer-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-header-background-shape{position:absolute;top:-240px;left:-200px}.story-header-background-shape-large-vp{display:block}.story-header-background-shape-medium-vp{display:none}.story-header-body{width:50%;position:relative;min-height:1px;padding:0 15px}}.story-image{position:relative;zoom:1}.story-image:before,.story-image:after{display:table;line-height:0;content:""}.story-image:after{clear:both}.story-image-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-image-container{zoom:1;width:1400px;margin:0 auto}.story-image-container:before,.story-image-container:after{display:table;line-height:0;content:""}.story-image-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-image-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-image-container{width:1280px;padding-right:30px;padding-left:30px}}.story-image-row{zoom:1}.story-image-row:before,.story-image-row:after{display:table;line-height:0;content:""}.story-image-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-image-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-image-row{margin-right:-15px;margin-left:-15px}}.story-image-content{background-color:#fff;zoom:1}@media all and (min-width: 0)and (max-width: 767px){.story-image-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-image-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-image-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-image-content{padding-bottom:60px !important}}.story-image-content:before,.story-image-content:after{display:table;line-height:0;content:""}.story-image-content:after{clear:both}.story-image-image{position:relative;overflow:hidden}.story-image-image:before{display:block;width:100%;padding-top:56.25%;content:""}.story-image-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}@media all and (min-width: 0)and (max-width: 767px){.story-image-image{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-image{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-image{margin-bottom:32px !important}}@media all and (min-width: 1281px){.story-image-image{margin-bottom:32px !important}}.story-image-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:16px;line-height:1.2;color:#503291}.story-image-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-title{font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-title{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.story-image-title{font-size:18px;line-height:1.2}}.story-image-title span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:16px;line-height:1.2;color:#503291}.story-image-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-title span{font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-title span{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.story-image-title span{font-size:18px;line-height:1.2}}.story-image-description{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;margin-bottom:0px !important}.story-image-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.story-image-description{font-size:16px;line-height:1.7}}.story-image-left,.story-image-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-image{background-color:#fff}.story-image-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-image-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-image{background-color:#fff}.story-image-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-image-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-image-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}@media all and (min-width: 1281px){.story-image-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-image-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}.story-latest-stories{position:relative;zoom:1}.story-latest-stories:before,.story-latest-stories:after{display:table;line-height:0;content:""}.story-latest-stories:after{clear:both}.story-latest-stories-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#503291}.story-latest-stories-container{zoom:1;width:1400px;margin:0 auto}.story-latest-stories-container:before,.story-latest-stories-container:after{display:table;line-height:0;content:""}.story-latest-stories-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-latest-stories-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-latest-stories-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-latest-stories-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-latest-stories-container{width:1280px;padding-right:30px;padding-left:30px}}.story-latest-stories-row{zoom:1}.story-latest-stories-row:before,.story-latest-stories-row:after{display:table;line-height:0;content:""}.story-latest-stories-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-latest-stories-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-latest-stories-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-latest-stories-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-latest-stories-row{margin-right:-15px;margin-left:-15px}}.story-latest-stories-content{background-color:#503291;zoom:1}.story-latest-stories-content:before,.story-latest-stories-content:after{display:table;line-height:0;content:""}.story-latest-stories-content:after{clear:both}.story-latest-stories-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-latest-stories-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-latest-stories-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-latest-stories-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-latest-stories-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-latest-stories-title{margin-top:-12px;font-size:28px;line-height:1.2}}.story-latest-stories-title>span{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-latest-stories-title>span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-latest-stories-title>span{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-latest-stories-title>span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-latest-stories-title>span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-latest-stories-title>span{margin-top:-12px;font-size:28px;line-height:1.2}}.story-latest-stories .news-container .container{width:100%}.story-latest-stories .news--1 .news-item-image{width:100%;padding:0;float:none !important}.story-latest-stories .news--1 .news-item-info{position:static !important;width:100%;height:auto !important;margin-right:0}.story-latest-stories .news--1 .news-item-description{height:auto}.story-latest-stories-left,.story-latest-stories-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-latest-stories{background-color:#503291}.story-latest-stories-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-latest-stories-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-latest-stories .news-container .container{padding:0}.story-latest-stories .news--2 .news-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;height:auto}.story-latest-stories .news--2 .news-item-description{height:auto}}@media all and (min-width: 768px)and (max-width: 1024px){.story-latest-stories{background-color:#503291}.story-latest-stories-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-latest-stories-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-latest-stories .news-container .container{padding:0}.story-latest-stories .news--1 .news-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-latest-stories .news--1 .news-item-info{width:100%;height:325px}.story-latest-stories .news--1 .news-item-date{left:auto}.story-latest-stories .news--2 .news-item{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-latest-stories-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-latest-stories-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-latest-stories .news-container .container{padding:0}.story-latest-stories .news--1 .news-item{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-latest-stories .news--2 .news-item{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.story-latest-stories .news-item .news-item-info{height:375px}}@media all and (min-width: 1281px){.story-latest-stories-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-latest-stories-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 15px;float:left;margin-left:8.3333333333%}.story-latest-stories .news-container .container{padding:0 15px}.story-latest-stories .news--1 .news-item{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-latest-stories .news--2 .news-item{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.story-latest-stories .news-item .news-item-info{height:375px}.story-latest-stories .component .news-header{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}.story-media-gallery{position:relative;zoom:1}.story-media-gallery:before,.story-media-gallery:after{display:table;line-height:0;content:""}.story-media-gallery:after{clear:both}.story-media-gallery-container{zoom:1;width:1400px;margin:0 auto}.story-media-gallery-container:before,.story-media-gallery-container:after{display:table;line-height:0;content:""}.story-media-gallery-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-media-gallery-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-media-gallery-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-media-gallery-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-media-gallery-container{width:1280px;padding-right:30px;padding-left:30px}}.story-media-gallery-row{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.story-media-gallery-row:before,.story-media-gallery-row:after{display:table;line-height:0;content:""}.story-media-gallery-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-media-gallery-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-media-gallery-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-media-gallery-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-media-gallery-row{margin-right:-15px;margin-left:-15px}}.media-gallery-item .story-media-gallery-row{height:auto}.ie .story-media-gallery .media-gallery-item .story-media-gallery-slide-info{padding-right:0px}.ie .story-media-gallery .media-gallery-item .story-media-gallery-content{padding-right:0px}.ie .story-media-gallery .media-gallery-item .story-media-gallery-item-visual{height:100%;padding:0px}.ie .story-media-gallery .media-gallery-item .story-media-gallery-row{width:100%}.ie .story-media-gallery .media-gallery-item>.story-media-gallery-row{margin-left:0px}.ie .story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item .story-media-gallery-row{height:inherit}.ie .story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item .story-media-gallery-item-visual{height:100%}.ie .story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item .story-media-gallery-item-image{height:100%}.ie .story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item .story-media-gallery-item-image img{height:100%}.story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item{height:100%}.ie .story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item .story-media-gallery-item-visual{position:absolute}.ie .story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item>.story-media-gallery-row{position:relative;padding-bottom:56.25%}.story-media-gallery-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-media-gallery-main{background-color:#fff;zoom:1}@media all and (min-width: 0)and (max-width: 767px){.story-media-gallery-main{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-media-gallery-main{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-media-gallery-main{padding-top:24px !important}}@media all and (min-width: 1281px){.story-media-gallery-main{padding-top:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-media-gallery-main{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-media-gallery-main{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-media-gallery-main{padding-bottom:24px !important}}@media all and (min-width: 1281px){.story-media-gallery-main{padding-bottom:24px !important}}.story-media-gallery-main:before,.story-media-gallery-main:after{display:table;line-height:0;content:""}.story-media-gallery-main:after{clear:both}.story-media-gallery .media-gallery-mask{position:relative;overflow:hidden}.story-media-gallery .media-gallery-mask-slide{width:inherit;height:100%;min-height:inherit;-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out}.story-media-gallery .media-gallery-item{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.story-media-gallery .media-gallery-item .story-media-gallery-row{height:auto}.story-media-gallery-slide-info{height:initial;min-height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;margin-top:32px !important}.ie .story-media-gallery-slide-info{height:100%;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.story-media-gallery-slide-info .story-media-gallery-row{width:100%}.story-media-gallery-item-image{width:100%;margin-left:0;padding:0px;float:none;position:relative;overflow:hidden}.story-media-gallery-item-image:before{display:block;width:100%;padding-top:56.25%;content:""}.story-media-gallery-item-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.story-media-gallery-item.slide .media-gallery-slide-info{-webkit-transition:opacity .1s ease;transition:opacity .1s ease;opacity:0}.story-media-gallery-item.slide-in .media-gallery-slide-info{-webkit-animation-name:show-in;animation-name:show-in;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease;animation-timing-function:ease}.story-media-gallery-current-image{color:#503291;font-size:50px;text-align:center}.story-media-gallery-current-image span{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.story-media-gallery-current-image span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.story-media-gallery-current-image .dash,.story-media-gallery-current-image .imagesTotal{opacity:.3}.story-media-gallery-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:100%;min-height:auto}.story-media-gallery-content-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;margin-bottom:10px;color:#503291}.story-media-gallery-content-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-media-gallery-content-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-media-gallery-content-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.story-media-gallery-content-title{font-size:22px;line-height:1.2}}.story-media-gallery-content-text{color:#503291}.ie .story-media-gallery-content{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.story-media-gallery-selector:not(:lang(ja)){top:-12px}.story-media-gallery-selector:lang(ja){top:0px}.story-media-gallery-nav{display:block;position:absolute;bottom:0;width:100%}.story-media-gallery-nav .arrow-left,.story-media-gallery-nav .arrow-right{display:inline-block;position:absolute;top:-60px;width:35px;font-size:35px;text-indent:-9999px;overflow:hidden}.story-media-gallery-nav .arrow-left:before,.story-media-gallery-nav .arrow-right:before{font-family:"MKGAA-ICONS" !important;float:left;text-indent:0;content:""}.story-media-gallery-nav .arrow{height:40px}.story-media-gallery-nav .arrow-left{left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.story-media-gallery-nav .arrow-right{right:0}@media all and (min-width: 1281px){.story-media-gallery-current-image{font-size:60px;text-align:center}.story-media-gallery-content-title{font-size:18px !important}.story-media-gallery-main{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-media-gallery-inner{position:relative;width:90%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-media-gallery-item-visual{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-slide-info{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-selector{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-content{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-nav .arrow-left,.story-media-gallery-nav .arrow-right{top:-60px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-media-gallery-current-image{font-size:60px;text-align:center}.story-media-gallery-content-title{font-size:18px !important}.story-media-gallery-main{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-media-gallery-inner{position:relative;width:90%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-media-gallery-item-visual{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-slide-info{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-selector{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-content{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-media-gallery{background-color:#fff}.story-media-gallery-current-image{margin-top:-18px}.story-media-gallery-main{width:100%;position:relative;min-height:1px;padding:0 10px}.story-media-gallery-inner{margin-left:0;position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-item-visual{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-slide-info{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-selector{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-selector:lang(ja){top:5px}.story-media-gallery-content{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.story-media-gallery{background-color:#fff}.story-media-gallery-main{width:100%;position:relative;min-height:1px;padding:0 10px}.story-media-gallery-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-item-visual{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-slide-info{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-selector{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-selector:lang(ja){top:5px}.story-media-gallery-content{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.story-pull-quote{position:relative;zoom:1}.story-pull-quote:before,.story-pull-quote:after{display:table;line-height:0;content:""}.story-pull-quote:after{clear:both}.story-pull-quote-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#503291}.story-pull-quote-container{zoom:1;width:1400px;margin:0 auto}.story-pull-quote-container:before,.story-pull-quote-container:after{display:table;line-height:0;content:""}.story-pull-quote-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-pull-quote-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-pull-quote-container{width:1280px;padding-right:30px;padding-left:30px}}.story-pull-quote-row{zoom:1}.story-pull-quote-row:before,.story-pull-quote-row:after{display:table;line-height:0;content:""}.story-pull-quote-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-pull-quote-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-pull-quote-row{margin-right:-15px;margin-left:-15px}}.story-pull-quote-content{background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.story-pull-quote-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-pull-quote-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-pull-quote-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-pull-quote-content{padding-bottom:60px !important}}.story-pull-quote-inner{position:relative}.story-pull-quote-mark{margin-left:-80px !important;color:rgba(255,255,255,.2);font-size:48px}.story-pull-quote-quote{color:#fff;margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;margin-bottom:32px !important}.story-pull-quote-quote:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-quote{font-size:18px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-quote{font-size:18px;line-height:1.7}}@media all and (min-width: 1281px){.story-pull-quote-quote{font-size:18px;line-height:1.7}}.story-pull-quote-author{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#ffc832}.story-pull-quote-author:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-pull-quote-author{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-author{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-author{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-pull-quote-author{margin-top:-12px;font-size:28px;line-height:1.2}}.story-pull-quote-title,.story-pull-quote-subtitle{color:#ffc832;margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;font-weight:bold;margin-bottom:0px !important}.story-pull-quote-title:lang(ja),.story-pull-quote-subtitle:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-title,.story-pull-quote-subtitle{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-title,.story-pull-quote-subtitle{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.story-pull-quote-title,.story-pull-quote-subtitle{font-size:16px;line-height:1.7}}.story-pull-quote-item-left,.story-pull-quote-item-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-pull-quote{background-color:#503291}.story-pull-quote-mark{margin-left:0px !important;margin-bottom:16px !important}.story-pull-quote-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-pull-quote-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote{background-color:#503291}.story-pull-quote-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-pull-quote-header{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}.story-pull-quote-inner{position:relative;width:80%;min-height:1px;padding:0 10px;float:left;margin-left:10%}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-pull-quote-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 15px;float:left;margin-left:16.6666666667%}}@media all and (min-width: 1281px){.story-pull-quote-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-pull-quote-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 15px;float:left;margin-left:16.6666666667%}}.story-spacer{position:relative}.story-spacer-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-spacer-container{zoom:1;width:1400px;margin:0 auto}.story-spacer-container:before,.story-spacer-container:after{display:table;line-height:0;content:""}.story-spacer-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-spacer-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-spacer-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-spacer-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-spacer-container{width:1280px;padding-right:30px;padding-left:30px}}.story-spacer-row{zoom:1}.story-spacer-row:before,.story-spacer-row:after{display:table;line-height:0;content:""}.story-spacer-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-spacer-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-spacer-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-spacer-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-spacer-row{margin-right:-15px;margin-left:-15px}}.story-spacer-content{background-color:#fff}@media all and (min-width: 0)and (max-width: 767px){.story-spacer{background-color:#fff}.story-spacer-content{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-spacer{background-color:#fff}.story-spacer-content{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-spacer-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}}@media all and (min-width: 1281px){.story-spacer-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}}.story{background-color:gray;overflow:hidden}.story-background{position:fixed;top:0;right:0;bottom:0;left:0}.story-background-mask{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#462b7e}.story-background-image{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.story-background-enter-active,.story-background-leave-active{-webkit-transition:opacity .5s;transition:opacity .5s}.story-background-enter,.story-background-leave-to{opacity:0}.aem-AuthorLayer-Edit .story-background{display:none}.story-author{position:relative;zoom:1}.story-author:before,.story-author:after{display:table;line-height:0;content:""}.story-author:after{clear:both}.story-author-container{zoom:1;width:1400px;margin:0 auto}.story-author-container:before,.story-author-container:after{display:table;line-height:0;content:""}.story-author-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-author-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-author-container{width:1280px;padding-right:30px;padding-left:30px}}.story-author-row{zoom:1}.story-author-row:before,.story-author-row:after{display:table;line-height:0;content:""}.story-author-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-author-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-author-row{margin-right:-15px;margin-left:-15px}}.story-author-content{background-color:#fff;zoom:1}@media all and (min-width: 0)and (max-width: 767px){.story-author-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-author-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-author-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-author-content{padding-bottom:60px !important}}.story-author-content:before,.story-author-content:after{display:table;line-height:0;content:""}.story-author-content:after{clear:both}.story-author-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-author-inner>*{padding-left:0px !important;padding-right:0px !important}.story-author-right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.story-author-title{margin-bottom:16px !important;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;color:#503291}.story-author-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-title{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-title{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.story-author-title{font-size:12px;line-height:1.2}}.story-author-date,.story-author-headline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:12px;line-height:1.2;font-size:16px;color:#000;font-weight:bold;text-transform:none}.story-author-date:lang(ja),.story-author-headline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-date,.story-author-headline{font-size:12px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-date,.story-author-headline{font-size:12px;line-height:1.2}}@media all and (min-width: 1281px){.story-author-date,.story-author-headline{font-size:12px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-date,.story-author-headline{font-size:16px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-date,.story-author-headline{font-size:16px}}@media all and (min-width: 1281px){.story-author-date,.story-author-headline{font-size:16px}}.story-author-byline{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:14px;margin-top:-18px;margin-bottom:0;color:gray;font-style:italic;line-height:1.2;text-transform:none}.story-author-byline:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-author-byline{font-size:14px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-byline{font-size:14px}}@media all and (min-width: 1281px){.story-author-byline{font-size:14px}}.story-author-headshot{-webkit-box-flex:0;-ms-flex:0 1 30%;flex:0 1 30%;max-width:102px;margin-top:2px;margin-right:5px;margin-left:-2%}.story-author-headshot-container{position:relative;width:100%;padding-bottom:75%}.story-author-headshot-image{position:absolute;top:1px;right:1px;bottom:1px;left:1px;background-repeat:no-repeat;background-size:cover}.story-author-headshot-mask{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.story-author-headshot-mask svg{width:100%;height:100%}.story-author-headshot-mask svg g path{fill:#fff}.story-author-info{-webkit-box-flex:1;-ms-flex:1;flex:1;vertical-align:top}@media all and (min-width: 0)and (max-width: 767px){.story-author{background-color:#fff}.story-author-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-author-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-author{background-color:#fff}.story-author-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-author-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-author-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-author-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-author-left{position:relative;width:42.8571428571%;min-height:1px;padding:0 15px;float:left}.story-author-right{position:relative;width:57.1428571429%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1281px){.story-author-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-author-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-author-left{position:relative;width:42.8571428571%;min-height:1px;padding:0 15px;float:left}.story-author-right{position:relative;width:57.1428571429%;min-height:1px;padding:0 15px;float:left}}.story-contact{position:relative;zoom:1}.story-contact:before,.story-contact:after{display:table;line-height:0;content:""}.story-contact:after{clear:both}.story-contact-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-contact-container{zoom:1;width:1400px;margin:0 auto}.story-contact-container:before,.story-contact-container:after{display:table;line-height:0;content:""}.story-contact-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-contact-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-contact-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-contact-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-contact-container{width:1280px;padding-right:30px;padding-left:30px}}.story-contact-row{zoom:1}.story-contact-row:before,.story-contact-row:after{display:table;line-height:0;content:""}.story-contact-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-contact-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-contact-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-contact-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-contact-row{margin-right:-15px;margin-left:-15px}}.story-contact-content{zoom:1;background-color:#fff}.story-contact-content:before,.story-contact-content:after{display:table;line-height:0;content:""}.story-contact-content:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-contact-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-contact-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-contact-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-contact-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-contact-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-contact-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-contact-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-contact-content{padding-bottom:60px !important}}.story-contact-image{position:relative;width:100%;height:100%}.story-contact-image-image{position:relative;overflow:hidden;background-size:cover}.story-contact-image-image:before{display:block;width:100%;padding-top:100%;content:""}.story-contact-image-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.story-contact-image-mask{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px}.story-contact-image-mask svg{width:100%;height:100%}.story-contact-image-mask svg g path{fill:#fff}.story-contact-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;margin-bottom:0;color:#503291;text-transform:uppercase}.story-contact-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-contact-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-contact-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.story-contact-title{font-size:22px;line-height:1.2}}.story-contact-link{position:relative;font-size:12px;font-weight:bold;text-transform:uppercase;padding-right:6px !important}.story-contact-link:after{position:absolute;top:2px;right:0;bottom:2px;width:2px;background-color:gray;content:" "}.story-contact-link:last-child:after{content:none}.story-contact-left,.story-contact-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-contact{background-color:#fff}.story-contact-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-contact-left{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-contact-right{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-contact{background-color:#fff}.story-contact-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-contact-left{position:relative;width:30%;min-height:1px;padding:0 10px;float:left;margin-left:10%}.story-contact-right{padding-top:36px !important;position:relative;width:40%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-contact-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-contact-left{position:relative;width:30%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-contact-right{padding-top:36px !important;position:relative;width:40%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1281px){.story-contact-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-contact-left{position:relative;width:30%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-contact-right{padding-top:36px !important;position:relative;width:40%;min-height:1px;padding:0 15px;float:left}}.story-header{zoom:1;background-color:rgba(0,0,0,0)}.story-header:before,.story-header:after{display:table;line-height:0;content:""}.story-header:after{clear:both}.story-header-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;-webkit-transition:opacity 300ms linear,visibility 1ms linear;transition:opacity 300ms linear,visibility 1ms linear;overflow:hidden;z-index:2;pointer-events:none}.ie .story-header-wrapper{-webkit-transition:opacity 300ms linear,visibility 1ms linear,-webkit-transform 100ms cubic-bezier(0, 1, 0.5, 1);transition:opacity 300ms linear,visibility 1ms linear,-webkit-transform 100ms cubic-bezier(0, 1, 0.5, 1);transition:opacity 300ms linear,visibility 1ms linear,transform 100ms cubic-bezier(0, 1, 0.5, 1);transition:opacity 300ms linear,visibility 1ms linear,transform 100ms cubic-bezier(0, 1, 0.5, 1),-webkit-transform 100ms cubic-bezier(0, 1, 0.5, 1)}.aem-AuthorLayer-Edit .story-header-wrapper{position:relative}.story-header-components-container{-webkit-transform:translateX(100%);transform:translateX(100%)}.story-header-container{position:relative;zoom:1;width:1400px;margin:0 auto}.story-header-container:before,.story-header-container:after{display:table;line-height:0;content:""}.story-header-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-header-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-header-container{width:1280px;padding-right:30px;padding-left:30px}}.story-header-row{zoom:1}.story-header-row:before,.story-header-row:after{display:table;line-height:0;content:""}.story-header-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-header-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-header-row{margin-right:-15px;margin-left:-15px}}.story-header-background-image{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-size:cover}.story-header-background-shape g path{fill:#503291}.story-header-content{position:relative}@media all and (min-width: 0)and (max-width: 767px){.story-header-content{padding-top:36px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-content{padding-top:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-header-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-header-content{padding-bottom:36px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-content{padding-bottom:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-header-content{padding-bottom:72px !important}}.ie .story-header-content{-webkit-transition:-webkit-transform 100ms cubic-bezier(0, 1, 0.5, 1);transition:-webkit-transform 100ms cubic-bezier(0, 1, 0.5, 1);transition:transform 100ms cubic-bezier(0, 1, 0.5, 1);transition:transform 100ms cubic-bezier(0, 1, 0.5, 1), -webkit-transform 100ms cubic-bezier(0, 1, 0.5, 1)}.story-header-breadcrumb-container{display:block}@media all and (min-width: 0)and (max-width: 767px){.story-header-breadcrumb-container{padding-bottom:36px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-breadcrumb-container{padding-bottom:48px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-breadcrumb-container{padding-bottom:48px !important}}@media all and (min-width: 1281px){.story-header-breadcrumb-container{padding-bottom:48px !important}}.story-header-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-header-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-header-title{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-title{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-title{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.story-header-title{margin-top:-22px;font-size:50px;line-height:1.2}}.story-header-title>span{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-header-title>span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-header-title>span{margin-top:-14px;font-size:32px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-title>span{margin-top:-14px;font-size:36px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-title>span{margin-top:-16px;font-size:40px;line-height:1.2}}@media all and (min-width: 1281px){.story-header-title>span{margin-top:-22px;font-size:50px;line-height:1.2}}.story-header-text{color:#fff}.story-header-spacer{position:relative;overflow:hidden}.story-header-spacer-container{zoom:1;width:1400px;margin:0 auto;height:100%}.story-header-spacer-container:before,.story-header-spacer-container:after{display:table;line-height:0;content:""}.story-header-spacer-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-header-spacer-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-spacer-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-spacer-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-header-spacer-container{width:1280px;padding-right:30px;padding-left:30px}}.story-header-spacer-row{zoom:1;height:100%}.story-header-spacer-row:before,.story-header-spacer-row:after{display:table;line-height:0;content:""}.story-header-spacer-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-header-spacer-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header-spacer-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-spacer-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-header-spacer-row{margin-right:-15px;margin-left:-15px}}.story-header-spacer-content{height:100%;background-color:#fff}.story-header-spacer-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-header--fade .story-header-wrapper{-webkit-transition:opacity 300ms linear,visibility 1ms linear 300ms;transition:opacity 300ms linear,visibility 1ms linear 300ms;opacity:0;visibility:hidden}.story-header-body{pointer-events:all}.story-header-left,.story-header-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-header{margin-top:-40px;margin-bottom:-40px;background-color:#503291}.story-header-wrapper{position:relative;height:auto;background-color:inherit;z-index:0}.story-header-background-image,.story-header-background-shape{display:none}.story-header-body{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-header{margin-top:-40px;margin-bottom:-40px}.story-header-wrapper{position:relative;height:auto;background-color:inherit;z-index:0}.story-header-background-shape{position:absolute;top:-305px;left:-435px}.story-header-background-shape-large-vp{display:none}.story-header-background-shape-medium-vp{display:block}.story-header-background-image{background-color:#2dbecd;background-image:none !important}.story-header-body{width:66.6666666667%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-header-spacer-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-header-background-shape{position:absolute;top:-240px;left:-200px}.story-header-background-shape-large-vp{display:block}.story-header-background-shape-medium-vp{display:none}.story-header-body{width:50%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1281px){.story-header-spacer-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-header-background-shape{position:absolute;top:-240px;left:-200px}.story-header-background-shape-large-vp{display:block}.story-header-background-shape-medium-vp{display:none}.story-header-body{width:50%;position:relative;min-height:1px;padding:0 15px}}.story-image{position:relative;zoom:1}.story-image:before,.story-image:after{display:table;line-height:0;content:""}.story-image:after{clear:both}.story-image-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-image-container{zoom:1;width:1400px;margin:0 auto}.story-image-container:before,.story-image-container:after{display:table;line-height:0;content:""}.story-image-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-image-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-image-container{width:1280px;padding-right:30px;padding-left:30px}}.story-image-row{zoom:1}.story-image-row:before,.story-image-row:after{display:table;line-height:0;content:""}.story-image-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-image-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-image-row{margin-right:-15px;margin-left:-15px}}.story-image-content{background-color:#fff;zoom:1}@media all and (min-width: 0)and (max-width: 767px){.story-image-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-image-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-image-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-image-content{padding-bottom:60px !important}}.story-image-content:before,.story-image-content:after{display:table;line-height:0;content:""}.story-image-content:after{clear:both}.story-image-image{position:relative;overflow:hidden}.story-image-image:before{display:block;width:100%;padding-top:56.25%;content:""}.story-image-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}@media all and (min-width: 0)and (max-width: 767px){.story-image-image{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-image{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-image{margin-bottom:32px !important}}@media all and (min-width: 1281px){.story-image-image{margin-bottom:32px !important}}.story-image-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:16px;line-height:1.2;color:#503291}.story-image-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-title{font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-title{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.story-image-title{font-size:18px;line-height:1.2}}.story-image-title span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:16px;line-height:1.2;color:#503291}.story-image-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-title span{font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-title span{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.story-image-title span{font-size:18px;line-height:1.2}}.story-image-description{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;margin-bottom:0px !important}.story-image-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-image-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.story-image-description{font-size:16px;line-height:1.7}}.story-image-left,.story-image-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-image{background-color:#fff}.story-image-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-image-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-image{background-color:#fff}.story-image-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-image-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-image-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-image-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}@media all and (min-width: 1281px){.story-image-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-image-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}.story-latest-stories{position:relative;zoom:1}.story-latest-stories:before,.story-latest-stories:after{display:table;line-height:0;content:""}.story-latest-stories:after{clear:both}.story-latest-stories-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#503291}.story-latest-stories-container{zoom:1;width:1400px;margin:0 auto}.story-latest-stories-container:before,.story-latest-stories-container:after{display:table;line-height:0;content:""}.story-latest-stories-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-latest-stories-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-latest-stories-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-latest-stories-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-latest-stories-container{width:1280px;padding-right:30px;padding-left:30px}}.story-latest-stories-row{zoom:1}.story-latest-stories-row:before,.story-latest-stories-row:after{display:table;line-height:0;content:""}.story-latest-stories-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-latest-stories-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-latest-stories-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-latest-stories-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-latest-stories-row{margin-right:-15px;margin-left:-15px}}.story-latest-stories-content{background-color:#503291;zoom:1}.story-latest-stories-content:before,.story-latest-stories-content:after{display:table;line-height:0;content:""}.story-latest-stories-content:after{clear:both}.story-latest-stories-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-latest-stories-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-latest-stories-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-latest-stories-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-latest-stories-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-latest-stories-title{margin-top:-12px;font-size:28px;line-height:1.2}}.story-latest-stories-title>span{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-latest-stories-title>span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-latest-stories-title>span{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-latest-stories-title>span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-latest-stories-title>span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-latest-stories-title>span{margin-top:-12px;font-size:28px;line-height:1.2}}.story-latest-stories .news-container .container{width:100%}.story-latest-stories .news--1 .news-item-image{width:100%;padding:0;float:none !important}.story-latest-stories .news--1 .news-item-info{position:static !important;width:100%;height:auto !important;margin-right:0}.story-latest-stories .news--1 .news-item-description{height:auto}.story-latest-stories-left,.story-latest-stories-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-latest-stories{background-color:#503291}.story-latest-stories-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-latest-stories-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-latest-stories .news-container .container{padding:0}.story-latest-stories .news--2 .news-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;height:auto}.story-latest-stories .news--2 .news-item-description{height:auto}}@media all and (min-width: 768px)and (max-width: 1024px){.story-latest-stories{background-color:#503291}.story-latest-stories-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-latest-stories-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-latest-stories .news-container .container{padding:0}.story-latest-stories .news--1 .news-item{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-latest-stories .news--1 .news-item-info{width:100%;height:325px}.story-latest-stories .news--1 .news-item-date{left:auto}.story-latest-stories .news--2 .news-item{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-latest-stories-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-latest-stories-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-latest-stories .news-container .container{padding:0}.story-latest-stories .news--1 .news-item{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-latest-stories .news--2 .news-item{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.story-latest-stories .news-item .news-item-info{height:375px}}@media all and (min-width: 1281px){.story-latest-stories-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-latest-stories-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 15px;float:left;margin-left:8.3333333333%}.story-latest-stories .news-container .container{padding:0 15px}.story-latest-stories .news--1 .news-item{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-latest-stories .news--2 .news-item{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}.story-latest-stories .news-item .news-item-info{height:375px}.story-latest-stories .component .news-header{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}.story-media-gallery{position:relative;zoom:1}.story-media-gallery:before,.story-media-gallery:after{display:table;line-height:0;content:""}.story-media-gallery:after{clear:both}.story-media-gallery-container{zoom:1;width:1400px;margin:0 auto}.story-media-gallery-container:before,.story-media-gallery-container:after{display:table;line-height:0;content:""}.story-media-gallery-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-media-gallery-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-media-gallery-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-media-gallery-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-media-gallery-container{width:1280px;padding-right:30px;padding-left:30px}}.story-media-gallery-row{zoom:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.story-media-gallery-row:before,.story-media-gallery-row:after{display:table;line-height:0;content:""}.story-media-gallery-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-media-gallery-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-media-gallery-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-media-gallery-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-media-gallery-row{margin-right:-15px;margin-left:-15px}}.media-gallery-item .story-media-gallery-row{height:auto}.ie .story-media-gallery .media-gallery-item .story-media-gallery-slide-info{padding-right:0px}.ie .story-media-gallery .media-gallery-item .story-media-gallery-content{padding-right:0px}.ie .story-media-gallery .media-gallery-item .story-media-gallery-item-visual{height:100%;padding:0px}.ie .story-media-gallery .media-gallery-item .story-media-gallery-row{width:100%}.ie .story-media-gallery .media-gallery-item>.story-media-gallery-row{margin-left:0px}.ie .story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item .story-media-gallery-row{height:inherit}.ie .story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item .story-media-gallery-item-visual{height:100%}.ie .story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item .story-media-gallery-item-image{height:100%}.ie .story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item .story-media-gallery-item-image img{height:100%}.story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item{height:100%}.ie .story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item .story-media-gallery-item-visual{position:absolute}.ie .story-media-gallery .media-gallery-mask--calculated-height .media-gallery-item>.story-media-gallery-row{position:relative;padding-bottom:56.25%}.story-media-gallery-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-media-gallery-main{background-color:#fff;zoom:1}@media all and (min-width: 0)and (max-width: 767px){.story-media-gallery-main{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-media-gallery-main{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-media-gallery-main{padding-top:24px !important}}@media all and (min-width: 1281px){.story-media-gallery-main{padding-top:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-media-gallery-main{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-media-gallery-main{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-media-gallery-main{padding-bottom:24px !important}}@media all and (min-width: 1281px){.story-media-gallery-main{padding-bottom:24px !important}}.story-media-gallery-main:before,.story-media-gallery-main:after{display:table;line-height:0;content:""}.story-media-gallery-main:after{clear:both}.story-media-gallery .media-gallery-mask{position:relative;overflow:hidden}.story-media-gallery .media-gallery-mask-slide{width:inherit;height:100%;min-height:inherit;-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out}.story-media-gallery .media-gallery-item{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.story-media-gallery .media-gallery-item .story-media-gallery-row{height:auto}.story-media-gallery-slide-info{height:initial;min-height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;margin-top:32px !important}.ie .story-media-gallery-slide-info{height:100%;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.story-media-gallery-slide-info .story-media-gallery-row{width:100%}.story-media-gallery-item-image{width:100%;margin-left:0;padding:0px;float:none;position:relative;overflow:hidden}.story-media-gallery-item-image:before{display:block;width:100%;padding-top:56.25%;content:""}.story-media-gallery-item-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.story-media-gallery-item.slide .media-gallery-slide-info{-webkit-transition:opacity .1s ease;transition:opacity .1s ease;opacity:0}.story-media-gallery-item.slide-in .media-gallery-slide-info{-webkit-animation-name:show-in;animation-name:show-in;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease;animation-timing-function:ease}.story-media-gallery-current-image{color:#503291;font-size:50px;text-align:center}.story-media-gallery-current-image span{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.story-media-gallery-current-image span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.story-media-gallery-current-image .dash,.story-media-gallery-current-image .imagesTotal{opacity:.3}.story-media-gallery-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:100%;min-height:auto}.story-media-gallery-content-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;margin-bottom:10px;color:#503291}.story-media-gallery-content-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-media-gallery-content-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-media-gallery-content-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.story-media-gallery-content-title{font-size:22px;line-height:1.2}}.story-media-gallery-content-text{color:#503291}.ie .story-media-gallery-content{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.story-media-gallery-selector:not(:lang(ja)){top:-12px}.story-media-gallery-selector:lang(ja){top:0px}.story-media-gallery-nav{display:block;position:absolute;bottom:0;width:100%}.story-media-gallery-nav .arrow-left,.story-media-gallery-nav .arrow-right{display:inline-block;position:absolute;top:-60px;width:35px;font-size:35px;text-indent:-9999px;overflow:hidden}.story-media-gallery-nav .arrow-left:before,.story-media-gallery-nav .arrow-right:before{font-family:"MKGAA-ICONS" !important;float:left;text-indent:0;content:""}.story-media-gallery-nav .arrow{height:40px}.story-media-gallery-nav .arrow-left{left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.story-media-gallery-nav .arrow-right{right:0}@media all and (min-width: 1281px){.story-media-gallery-current-image{font-size:60px;text-align:center}.story-media-gallery-content-title{font-size:18px !important}.story-media-gallery-main{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-media-gallery-inner{position:relative;width:90%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-media-gallery-item-visual{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-slide-info{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-selector{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-content{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-nav .arrow-left,.story-media-gallery-nav .arrow-right{top:-60px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-media-gallery-current-image{font-size:60px;text-align:center}.story-media-gallery-content-title{font-size:18px !important}.story-media-gallery-main{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-media-gallery-inner{position:relative;width:90%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-media-gallery-item-visual{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-slide-info{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-selector{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.story-media-gallery-content{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-media-gallery{background-color:#fff}.story-media-gallery-current-image{margin-top:-18px}.story-media-gallery-main{width:100%;position:relative;min-height:1px;padding:0 10px}.story-media-gallery-inner{margin-left:0;position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-item-visual{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-slide-info{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-selector{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-selector:lang(ja){top:5px}.story-media-gallery-content{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.story-media-gallery{background-color:#fff}.story-media-gallery-main{width:100%;position:relative;min-height:1px;padding:0 10px}.story-media-gallery-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-item-visual{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-slide-info{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-selector{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-media-gallery-selector:lang(ja){top:5px}.story-media-gallery-content{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}.story-pull-quote{position:relative;zoom:1}.story-pull-quote:before,.story-pull-quote:after{display:table;line-height:0;content:""}.story-pull-quote:after{clear:both}.story-pull-quote-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#503291}.story-pull-quote-container{zoom:1;width:1400px;margin:0 auto}.story-pull-quote-container:before,.story-pull-quote-container:after{display:table;line-height:0;content:""}.story-pull-quote-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-pull-quote-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-pull-quote-container{width:1280px;padding-right:30px;padding-left:30px}}.story-pull-quote-row{zoom:1}.story-pull-quote-row:before,.story-pull-quote-row:after{display:table;line-height:0;content:""}.story-pull-quote-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-pull-quote-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-pull-quote-row{margin-right:-15px;margin-left:-15px}}.story-pull-quote-content{background-color:#503291}@media all and (min-width: 0)and (max-width: 767px){.story-pull-quote-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-pull-quote-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-pull-quote-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-pull-quote-content{padding-bottom:60px !important}}.story-pull-quote-inner{position:relative}.story-pull-quote-mark{margin-left:-80px !important;color:rgba(255,255,255,.2);font-size:48px}.story-pull-quote-quote{color:#fff;margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;margin-bottom:32px !important}.story-pull-quote-quote:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-quote{font-size:18px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-quote{font-size:18px;line-height:1.7}}@media all and (min-width: 1281px){.story-pull-quote-quote{font-size:18px;line-height:1.7}}.story-pull-quote-author{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#ffc832}.story-pull-quote-author:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-pull-quote-author{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-author{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-author{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-pull-quote-author{margin-top:-12px;font-size:28px;line-height:1.2}}.story-pull-quote-title,.story-pull-quote-subtitle{color:#ffc832;margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;font-weight:bold;margin-bottom:0px !important}.story-pull-quote-title:lang(ja),.story-pull-quote-subtitle:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote-title,.story-pull-quote-subtitle{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-title,.story-pull-quote-subtitle{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.story-pull-quote-title,.story-pull-quote-subtitle{font-size:16px;line-height:1.7}}.story-pull-quote-item-left,.story-pull-quote-item-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-pull-quote{background-color:#503291}.story-pull-quote-mark{margin-left:0px !important;margin-bottom:16px !important}.story-pull-quote-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-pull-quote-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-pull-quote{background-color:#503291}.story-pull-quote-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-pull-quote-header{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}.story-pull-quote-inner{position:relative;width:80%;min-height:1px;padding:0 10px;float:left;margin-left:10%}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-pull-quote-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-pull-quote-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 15px;float:left;margin-left:16.6666666667%}}@media all and (min-width: 1281px){.story-pull-quote-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-pull-quote-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 15px;float:left;margin-left:16.6666666667%}}.story-text-image{position:relative;zoom:1}.story-text-image:before,.story-text-image:after{display:table;line-height:0;content:""}.story-text-image:after{clear:both}.story-text-image-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#503291}.story-text-image-container{zoom:1;width:1400px;margin:0 auto}.story-text-image-container:before,.story-text-image-container:after{display:table;line-height:0;content:""}.story-text-image-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-text-image-container{width:1280px;padding-right:30px;padding-left:30px}}.story-text-image-row{zoom:1}.story-text-image-row:before,.story-text-image-row:after{display:table;line-height:0;content:""}.story-text-image-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-text-image-row{margin-right:-15px;margin-left:-15px}}.story-text-image-content{background-color:#503291;zoom:1}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-text-image-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-text-image-content{padding-bottom:60px !important}}.story-text-image-content:before,.story-text-image-content:after{display:table;line-height:0;content:""}.story-text-image-content:after{clear:both}.story-text-image-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-text-image-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-text-image-title{margin-top:-12px;font-size:28px;line-height:1.2}}.story-text-image-title span{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-text-image-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-title span{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-title span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-title span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-text-image-title span{margin-top:-12px;font-size:28px;line-height:1.2}}.story-text-image-item{position:relative;zoom:1}.story-text-image-item:before,.story-text-image-item:after{display:table;line-height:0;content:""}.story-text-image-item:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-item{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-item{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-item{padding-bottom:24px !important}}@media all and (min-width: 1281px){.story-text-image-item{padding-bottom:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-item{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-item{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-item{margin-bottom:32px !important}}@media all and (min-width: 1281px){.story-text-image-item{margin-bottom:32px !important}}.story-text-image-item-line-inner{height:1px;background-color:rgba(255,255,255,.2)}.story-text-image-item-image{position:relative;overflow:hidden}.story-text-image-item-image:before{display:block;width:100%;padding-top:100%;content:""}.story-text-image-item-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.story-text-image-item-image-image{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:cover}.story-text-image-item-image-masks{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px}.story-text-image-item-image-masks svg{width:100%;height:100%}.story-text-image-item-image-masks svg g path{fill:#503291}.story-text-image-item-image-mask{width:100%;height:100%}.story-text-image-item--even .story-text-image-item-image-mask--odd{display:none}.story-text-image-item--odd .story-text-image-item-image-mask--even{display:none}.story-text-image-item--last{margin-bottom:0px !important}.story-text-image-item--last .story-text-image-item-line{display:none}.story-text-image-item-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;color:#fff}.story-text-image-item-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-item-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-item-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.story-text-image-item-title{font-size:22px;line-height:1.2}}.story-text-image-item-title span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;color:#fff}.story-text-image-item-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-item-title span{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-item-title span{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.story-text-image-item-title span{font-size:22px;line-height:1.2}}.story-text-image-item-description{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;color:#fff}.story-text-image-item-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-item-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-item-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.story-text-image-item-description{font-size:16px;line-height:1.7}}.story-text-image-item-left,.story-text-image-item-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-text-image{background-color:#503291}.story-text-image-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-text-image-header{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-text-image-item-line{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;position:absolute;bottom:0}.story-text-image-item-left{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-text-image-item-right{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image{background-color:#503291}.story-text-image-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-text-image-header{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}.story-text-image-item-line{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%;position:absolute;bottom:0}.story-text-image-item-left{position:relative;width:25%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}.story-text-image-item-right{position:relative;width:58.3333333333%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-text-image-header{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-text-image-item-line{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%;position:absolute;bottom:0}.story-text-image-item-left{position:relative;width:30%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-text-image-item-right{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1281px){.story-text-image-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-text-image-header{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-text-image-item-line{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%;position:absolute;bottom:0}.story-text-image-item-left{position:relative;width:30%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-text-image-item-right{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}}.story-text{position:relative;zoom:1}.story-text:before,.story-text:after{display:table;line-height:0;content:""}.story-text:after{clear:both}.story-text-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-text-container{zoom:1;width:1400px;margin:0 auto}.story-text-container:before,.story-text-container:after{display:table;line-height:0;content:""}.story-text-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-text-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-text-container{width:1280px;padding-right:30px;padding-left:30px}}.story-text-row{zoom:1}.story-text-row:before,.story-text-row:after{display:table;line-height:0;content:""}.story-text-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-text-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-text-row{margin-right:-15px;margin-left:-15px}}.story-text-content{zoom:1;background-color:#fff}.story-text-content:before,.story-text-content:after{display:table;line-height:0;content:""}.story-text-content:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-text-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-text-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-text-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-text-content{padding-bottom:60px !important}}.story-text-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-text-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-text-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-text-title{margin-top:-12px;font-size:28px;line-height:1.2}}.story-text-title>span{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-text-title>span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-text-title>span{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-title>span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-title>span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-text-title>span{margin-top:-12px;font-size:28px;line-height:1.2}}.story-text-left,.story-text-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-text{background-color:#fff}.story-text-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-text-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text{background-color:#fff}.story-text-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-text-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-text-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}@media all and (min-width: 1281px){.story-text-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-text-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}.story-video{position:relative;zoom:1}.story-video:before,.story-video:after{display:table;line-height:0;content:""}.story-video:after{clear:both}.story-video-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-video-container{zoom:1;width:1400px;margin:0 auto}.story-video-container:before,.story-video-container:after{display:table;line-height:0;content:""}.story-video-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-video-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-video-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-video-container{width:1280px;padding-right:30px;padding-left:30px}}.story-video-row{zoom:1}.story-video-row:before,.story-video-row:after{display:table;line-height:0;content:""}.story-video-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-video-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-video-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-video-row{margin-right:-15px;margin-left:-15px}}.story-video-content{background-color:#fff;zoom:1}@media all and (min-width: 0)and (max-width: 767px){.story-video-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-video-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-video-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-video-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-video-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-video-content{padding-bottom:60px !important}}.story-video-content:before,.story-video-content:after{display:table;line-height:0;content:""}.story-video-content:after{clear:both}.story-video .moving-image-video{margin-bottom:24px !important}.story-video-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:16px;line-height:1.2;color:#503291}.story-video-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-video-title{font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-title{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.story-video-title{font-size:18px;line-height:1.2}}.story-video-title span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:16px;line-height:1.2;color:#503291}.story-video-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-video-title span{font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-title span{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.story-video-title span{font-size:18px;line-height:1.2}}.story-video-left,.story-video-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-video{background-color:#fff}.story-video-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-video-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-video{background-color:#fff}.story-video-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-video-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-video-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}@media all and (min-width: 1281px){.story-video-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-video-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}.story{background-color:gray;overflow:hidden}.story-background{position:fixed;top:0;right:0;bottom:0;left:0}.story-background-mask{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#462b7e}.story-background-image{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.story-background-enter-active,.story-background-leave-active{-webkit-transition:opacity .5s;transition:opacity .5s}.story-background-enter,.story-background-leave-to{opacity:0}.aem-AuthorLayer-Edit .story-background{display:none}.story-text-image{position:relative;zoom:1}.story-text-image:before,.story-text-image:after{display:table;line-height:0;content:""}.story-text-image:after{clear:both}.story-text-image-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#503291}.story-text-image-container{zoom:1;width:1400px;margin:0 auto}.story-text-image-container:before,.story-text-image-container:after{display:table;line-height:0;content:""}.story-text-image-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-text-image-container{width:1280px;padding-right:30px;padding-left:30px}}.story-text-image-row{zoom:1}.story-text-image-row:before,.story-text-image-row:after{display:table;line-height:0;content:""}.story-text-image-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-text-image-row{margin-right:-15px;margin-left:-15px}}.story-text-image-content{background-color:#503291;zoom:1}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-text-image-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-text-image-content{padding-bottom:60px !important}}.story-text-image-content:before,.story-text-image-content:after{display:table;line-height:0;content:""}.story-text-image-content:after{clear:both}.story-text-image-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-text-image-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-text-image-title{margin-top:-12px;font-size:28px;line-height:1.2}}.story-text-image-title span{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-text-image-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-title span{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-title span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-title span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-text-image-title span{margin-top:-12px;font-size:28px;line-height:1.2}}.story-text-image-item{position:relative;zoom:1}.story-text-image-item:before,.story-text-image-item:after{display:table;line-height:0;content:""}.story-text-image-item:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-item{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-item{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-item{padding-bottom:24px !important}}@media all and (min-width: 1281px){.story-text-image-item{padding-bottom:24px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-text-image-item{margin-bottom:32px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-item{margin-bottom:32px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-item{margin-bottom:32px !important}}@media all and (min-width: 1281px){.story-text-image-item{margin-bottom:32px !important}}.story-text-image-item-line-inner{height:1px;background-color:rgba(255,255,255,.2)}.story-text-image-item-image{position:relative;overflow:hidden}.story-text-image-item-image:before{display:block;width:100%;padding-top:100%;content:""}.story-text-image-item-image img{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.story-text-image-item-image-image{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:cover}.story-text-image-item-image-masks{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px}.story-text-image-item-image-masks svg{width:100%;height:100%}.story-text-image-item-image-masks svg g path{fill:#503291}.story-text-image-item-image-mask{width:100%;height:100%}.story-text-image-item--even .story-text-image-item-image-mask--odd{display:none}.story-text-image-item--odd .story-text-image-item-image-mask--even{display:none}.story-text-image-item--last{margin-bottom:0px !important}.story-text-image-item--last .story-text-image-item-line{display:none}.story-text-image-item-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;color:#fff}.story-text-image-item-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-item-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-item-title{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.story-text-image-item-title{font-size:22px;line-height:1.2}}.story-text-image-item-title span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:18px;line-height:1.2;color:#fff}.story-text-image-item-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-item-title span{font-size:20px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-item-title span{font-size:20px;line-height:1.2}}@media all and (min-width: 1281px){.story-text-image-item-title span{font-size:22px;line-height:1.2}}.story-text-image-item-description{margin:0 0 24px;font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;font-size:16px;line-height:1.7;color:#fff}.story-text-image-item-description:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image-item-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-item-description{font-size:16px;line-height:1.7}}@media all and (min-width: 1281px){.story-text-image-item-description{font-size:16px;line-height:1.7}}.story-text-image-item-left,.story-text-image-item-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-text-image{background-color:#503291}.story-text-image-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-text-image-header{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-text-image-item-line{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;position:absolute;bottom:0}.story-text-image-item-left{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.story-text-image-item-right{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-image{background-color:#503291}.story-text-image-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-text-image-header{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}.story-text-image-item-line{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%;position:absolute;bottom:0}.story-text-image-item-left{position:relative;width:25%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}.story-text-image-item-right{position:relative;width:58.3333333333%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-image-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-text-image-header{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-text-image-item-line{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%;position:absolute;bottom:0}.story-text-image-item-left{position:relative;width:30%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-text-image-item-right{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1281px){.story-text-image-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-text-image-header{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-text-image-item-line{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%;position:absolute;bottom:0}.story-text-image-item-left{position:relative;width:30%;min-height:1px;padding:0 15px;float:left;margin-left:10%}.story-text-image-item-right{position:relative;width:50%;min-height:1px;padding:0 15px;float:left}}.story-text{position:relative;zoom:1}.story-text:before,.story-text:after{display:table;line-height:0;content:""}.story-text:after{clear:both}.story-text-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-text-container{zoom:1;width:1400px;margin:0 auto}.story-text-container:before,.story-text-container:after{display:table;line-height:0;content:""}.story-text-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-text-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-text-container{width:1280px;padding-right:30px;padding-left:30px}}.story-text-row{zoom:1}.story-text-row:before,.story-text-row:after{display:table;line-height:0;content:""}.story-text-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-text-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-text-row{margin-right:-15px;margin-left:-15px}}.story-text-content{zoom:1;background-color:#fff}.story-text-content:before,.story-text-content:after{display:table;line-height:0;content:""}.story-text-content:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-text-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-text-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-text-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-text-content{padding-bottom:60px !important}}.story-text-title{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-text-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-text-title{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-title{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-text-title{margin-top:-12px;font-size:28px;line-height:1.2}}.story-text-title>span{margin-bottom:24px;font-weight:normal;text-transform:uppercase;font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;overflow-wrap:break-word;word-wrap:break-word;-webkit-word-wrap:break-word;-moz-word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;hyphens:auto;color:#2dbecd}.story-text-title>span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}@media all and (min-width: 0)and (max-width: 767px){.story-text-title>span{margin-top:-10px;font-size:24px;line-height:1.2}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text-title>span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-title>span{margin-top:-12px;font-size:28px;line-height:1.2}}@media all and (min-width: 1281px){.story-text-title>span{margin-top:-12px;font-size:28px;line-height:1.2}}.story-text-left,.story-text-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-text{background-color:#fff}.story-text-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-text-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-text{background-color:#fff}.story-text-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-text-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-text-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-text-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}@media all and (min-width: 1281px){.story-text-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-text-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}.story-video{position:relative;zoom:1}.story-video:before,.story-video:after{display:table;line-height:0;content:""}.story-video:after{clear:both}.story-video-background{position:absolute;top:0;bottom:0;left:0;width:400%;background-color:#fff}.story-video-container{zoom:1;width:1400px;margin:0 auto}.story-video-container:before,.story-video-container:after{display:table;line-height:0;content:""}.story-video-container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-video-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-video-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.story-video-container{width:1280px;padding-right:30px;padding-left:30px}}.story-video-row{zoom:1}.story-video-row:before,.story-video-row:after{display:table;line-height:0;content:""}.story-video-row:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.story-video-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.story-video-row{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-row{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.story-video-row{margin-right:-15px;margin-left:-15px}}.story-video-content{background-color:#fff;zoom:1}@media all and (min-width: 0)and (max-width: 767px){.story-video-content{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-video-content{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-content{padding-top:60px !important}}@media all and (min-width: 1281px){.story-video-content{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.story-video-content{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.story-video-content{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-content{padding-bottom:60px !important}}@media all and (min-width: 1281px){.story-video-content{padding-bottom:60px !important}}.story-video-content:before,.story-video-content:after{display:table;line-height:0;content:""}.story-video-content:after{clear:both}.story-video .moving-image-video{margin-bottom:24px !important}.story-video-title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:16px;line-height:1.2;color:#503291}.story-video-title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-video-title{font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-title{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.story-video-title{font-size:18px;line-height:1.2}}.story-video-title span{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:0;font-weight:bold;text-transform:none;font-size:16px;line-height:1.2;color:#503291}.story-video-title span:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}@media all and (min-width: 768px)and (max-width: 1024px){.story-video-title span{font-size:16px;line-height:1.2}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-title span{font-size:18px;line-height:1.2}}@media all and (min-width: 1281px){.story-video-title span{font-size:18px;line-height:1.2}}.story-video-left,.story-video-right{float:left}@media all and (min-width: 0)and (max-width: 767px){.story-video{background-color:#fff}.story-video-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-video-inner{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.story-video{background-color:#fff}.story-video-content{width:100%;position:relative;min-height:1px;padding:0 10px}.story-video-inner{position:relative;width:83.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:8.3333333333%}}@media all and (min-width: 1025px)and (max-width: 1280px){.story-video-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-video-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}@media all and (min-width: 1281px){.story-video-content{width:62.5%;position:relative;min-height:1px;padding:0 15px;margin-left:37.5%}.story-video-inner{position:relative;width:80%;min-height:1px;padding:0 15px;float:left;margin-left:10%}}.testimonials__background--theme--cyan{background-color:#2dbecd}.testimonials__background--theme--purple{background-color:#503291}.testimonials__background--theme--white{background-color:#fff}.testimonials__container{zoom:1;width:1400px;margin:0 auto}.testimonials__container:before,.testimonials__container:after{display:table;line-height:0;content:""}.testimonials__container:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.testimonials__container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px){.testimonials__container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 1025px)and (max-width: 1280px){.testimonials__container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 1281px){.testimonials__container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px){.testimonials__container{padding-top:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.testimonials__container{padding-top:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.testimonials__container{padding-top:60px !important}}@media all and (min-width: 1281px){.testimonials__container{padding-top:60px !important}}@media all and (min-width: 0)and (max-width: 767px){.testimonials__container{padding-bottom:24px !important}}@media all and (min-width: 768px)and (max-width: 1024px){.testimonials__container{padding-bottom:24px !important}}@media all and (min-width: 1025px)and (max-width: 1280px){.testimonials__container{padding-bottom:60px !important}}@media all and (min-width: 1281px){.testimonials__container{padding-bottom:60px !important}}.testimonials__header{font-family:"MKGAA","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif;margin-bottom:40px;font-size:28px;line-height:1.2}.testimonials__header:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN","MKGAA","Noto Sans",SimHei,SimSong,"Yu Gothic",Meiryo,sans-serif}.testimonials__header--theme--purple{color:#2dbecd}.testimonials__header--theme--cyan,.testimonials__header--theme--white{color:#503291}.testimonials__item{zoom:1}.testimonials__item:before,.testimonials__item:after{display:table;line-height:0;content:""}.testimonials__item:after{clear:both}@media all and (min-width: 0)and (max-width: 767px){.testimonials__item{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 768px)and (max-width: 1024px){.testimonials__item{margin-right:-10px;margin-left:-10px}}@media all and (min-width: 1025px)and (max-width: 1280px){.testimonials__item{margin-right:-15px;margin-left:-15px}}@media all and (min-width: 1281px){.testimonials__item{margin-right:-15px;margin-left:-15px}}.testimonials__item::before{content:none}.testimonials__item-description{margin-bottom:18px;font-size:18px;line-height:1.5}.testimonials__item-description--theme--purple{color:#fff}.testimonials__item-description--theme--cyan,.testimonials__item-description--theme--white{color:#000}.testimonials__item-image{width:100%;height:100%}.testimonials__item-image--container>svg{height:210px;margin-top:-12px}.testimonials__item-subtitle{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-bottom:18px;font-size:16px;font-weight:bold;line-height:1.6;text-transform:capitalize}.testimonials__item-subtitle:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.testimonials__item-subtitle--theme--purple{color:#fec832}.testimonials__item-subtitle--theme--cyan,.testimonials__item-subtitle--theme--white{color:#503291}.testimonials__item-title{margin-bottom:24px;font-size:28px;line-height:1}.testimonials__item-title--theme--purple{color:#fec832}.testimonials__item-title--theme--cyan,.testimonials__item-title--theme--white{color:#503291}.testimonials__item-link{font-size:16px;font-weight:bold;line-height:1;text-transform:uppercase}.testimonials__item_list{width:100%;margin:0}.testimonials__item_wrapper{min-height:0 !important}.testimonials__content_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:28px}.testimonials__content_dots{margin:0;z-index:999 !important}.testimonials-quotation-marks{margin-bottom:4px;color:#e1e1e1;font-size:26px}.testimonials-quotation-marks--theme--cyan{color:#65d6e1}.testimonials-quotation-marks--theme--purple{color:#735ba7}.testimonials-quotation-marks--theme--white{color:#e1e1e1}@media all and (min-width: 1281px){.testimonials__content_wrapper{width:100%;position:relative;min-height:1px;padding:0 15px}.testimonials__content_dots{width:100%;position:relative;min-height:1px;padding:0 15px}.testimonials__item-image--container{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left}.testimonials__item-image--container>svg{height:270px;margin-top:32px}.testimonials__item-content{position:relative;width:62.5%;min-height:1px;padding:0 15px;float:left}.testimonials__header{width:100%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 1025px)and (max-width: 1280px){.testimonials__arrow.icon-arrow-carousel.carousel__next-btn{right:-25px}.testimonials__arrow.icon-arrow-carousel.carousel__previous-btn{left:-25px}.testimonials__content_wrapper{width:100%;position:relative;min-height:1px;padding:0 15px}.testimonials__content_dots{width:100%;position:relative;min-height:1px;padding:0 15px}.testimonials__item-image--container{position:relative;width:37.5%;min-height:1px;padding:0 15px;float:left}.testimonials__item-image--container>svg{margin-top:32px}.testimonials__item-content{position:relative;width:62.5%;min-height:1px;padding:0 15px;float:left}.testimonials__header{width:100%;position:relative;min-height:1px;padding:0 15px}}@media all and (min-width: 768px)and (max-width: 1024px){.testimonials__arrow.icon-arrow-carousel{display:none}.testimonials__content_wrapper{width:100%;position:relative;min-height:1px;padding:0 10px}.testimonials__content_dots{width:100%;position:relative;min-height:1px;padding:0 10px}.testimonials__item-image--container{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left}.testimonials__item-image--container>svg{width:100%}.testimonials__item-content{position:relative;width:66.6666666667%;min-height:1px;padding:0 10px;float:left}.testimonials__header{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 0)and (max-width: 767px){.testimonials__content_wrapper{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:48px}.testimonials__content_dots{width:100%;position:relative;min-height:1px;padding:0 10px}.testimonials__item-image--container{width:100%;position:relative;min-height:1px;padding:0 10px;margin-bottom:24px}.testimonials__item-image--container>svg{width:100%;height:197px}.testimonials__item-content{width:100%;position:relative;min-height:1px;padding:0 10px}.testimonials__item_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-flow:column-reverse wrap;flex-flow:column-reverse wrap}.testimonials__header{width:100%;position:relative;min-height:1px;padding:0 10px}}@media all and (min-width: 768px){.video-gallery-card__container{position:relative;width:50%;min-height:1px;padding:0 15px;float:left;margin-top:56px}.video-gallery-card__cta-load-more{position:relative;width:25%;min-height:1px;padding:0 15px;float:left;margin-left:37.5%;margin-top:60px}.video-gallery-card__cta-load-more>button{width:100%}.video-gallery-container{zoom:1;width:1400px;margin:0 auto}.video-gallery-container:before,.video-gallery-container:after{display:table;line-height:0;content:""}.video-gallery-container:after{clear:both}}@media all and (min-width: 768px)and (min-width: 0)and (max-width: 767px){.video-gallery-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (min-width: 768px)and (max-width: 1024px){.video-gallery-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (min-width: 1025px)and (max-width: 1280px){.video-gallery-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 768px)and (min-width: 1281px){.video-gallery-container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 768px){.video-gallery-container .icon-video-file{font-size:92px}}@media all and (min-width: 768px){.video-gallery-counter{margin-bottom:20px}}@media all and (min-width: 768px){.video-gallery-filters-container,.video-gallery-counter{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px){.video-gallery-filters-container__text{margin-bottom:20px}}@media all and (min-width: 768px){.video-gallery-search-bar{margin-bottom:40px}.video-gallery-search-bar-button{position:absolute;right:15px}}@media all and (min-width: 1281px){.video-gallery-card__title{margin-bottom:18px}.video-gallery-card__image{margin-bottom:24px}.video-gallery-filters-dropdown{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.video-gallery-search-bar{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 1025px)and (max-width: 1280px){.video-gallery-card__image{margin-bottom:24px}.video-gallery-filters-dropdown{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}.video-gallery-search-bar{position:relative;width:100%;min-height:1px;padding:0 15px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.video-gallery-card__container{position:relative;width:50%;min-height:1px;padding:0 10px;float:left}.video-gallery-card__cta-load-more{position:relative;width:33.3333333333%;min-height:1px;padding:0 10px;float:left;margin-left:33.3333333333%}.video-gallery-card__cta-load-more>button{width:100%}.video-gallery-card__title{margin-bottom:16px}.video-gallery-card__image{margin-bottom:20px}.video-gallery-container{zoom:1;width:1400px;margin:0 auto;padding-top:40px;padding-bottom:40px}.video-gallery-container:before,.video-gallery-container:after{display:table;line-height:0;content:""}.video-gallery-container:after{clear:both}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 0)and (max-width: 767px){.video-gallery-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 768px)and (max-width: 1024px){.video-gallery-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1025px)and (max-width: 1280px){.video-gallery-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 768px)and (max-width: 1024px)and (min-width: 1281px){.video-gallery-container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 768px)and (max-width: 1024px){.video-gallery-filters--container,.video-gallery-counter,.video-gallery-search-bar{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 768px)and (max-width: 1024px){.video-gallery-filters__content{position:fixed;top:0;right:0;bottom:60px;left:0;width:100%;margin-right:auto;margin-left:auto}}@media all and (min-width: 768px)and (max-width: 1024px){.video-gallery-filters-container__text{margin-bottom:0}}@media all and (min-width: 768px)and (max-width: 1024px){.video-gallery-filters__header{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:54px;padding-right:40px;padding-left:40px;border-bottom:1px solid #e1e1e1;background-color:#fff}}@media all and (min-width: 0)and (max-width: 767px){.video-gallery-card__container{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-top:56px}.video-gallery-card__cta-load-more{position:relative;width:100%;min-height:1px;padding:0 10px;float:left;margin-top:80px}.video-gallery-card__cta-load-more>button{width:100%}.video-gallery-card__title{margin-bottom:16px}.video-gallery-card__image{margin-bottom:20px}.video-gallery-container{zoom:1;width:1400px;margin:0 auto;padding-top:40px;padding-bottom:40px}.video-gallery-container:before,.video-gallery-container:after{display:table;line-height:0;content:""}.video-gallery-container:after{clear:both}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 0)and (max-width: 767px){.video-gallery-container{width:100%;padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 768px)and (max-width: 1024px){.video-gallery-container{width:768px;padding-right:20px;padding-left:20px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1025px)and (max-width: 1280px){.video-gallery-container{width:1024px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px)and (min-width: 1281px){.video-gallery-container{width:1280px;padding-right:30px;padding-left:30px}}@media all and (min-width: 0)and (max-width: 767px){.video-gallery-container .icon-video-file{font-size:54px}}@media all and (min-width: 0)and (max-width: 767px){.video-gallery-counter{margin-top:40px;margin-bottom:56px}}@media all and (min-width: 0)and (max-width: 767px){.video-gallery-filters--container,.video-gallery-counter{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}}@media all and (min-width: 0)and (max-width: 767px){.video-gallery-filters__content{position:fixed;top:0;right:0;bottom:60px;left:0;width:100%;margin-right:auto;margin-left:auto}}@media all and (min-width: 0)and (max-width: 767px){.video-gallery-filters-container__text{margin-bottom:0}}@media all and (min-width: 0)and (max-width: 767px){.video-gallery-search-bar{position:relative;width:100%;min-height:1px;padding:0 10px;float:left}.video-gallery-search-bar-button{position:absolute;right:10px}}@media all and (min-width: 0)and (max-width: 767px){.video-gallery-filters__header{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:54px;padding-right:20px;padding-left:20px;border-bottom:1px solid #e1e1e1;background-color:#fff}}.video-gallery-card__downloads{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:16px;gap:16px}.video-gallery-card__downloads a,.video-gallery-card__downloads span{color:#000;font-size:12px;font-weight:700;line-height:14px}.video-gallery-card__downloads .media-cart__add-text,.video-gallery-card__downloads .media-cart__remove-text{white-space:nowrap}.video-gallery-card__downloads .icon-download-files,.video-gallery-card__downloads .media-cart__icon-cta{width:24px;min-width:24px;height:24px;font-size:13px}.video-gallery-card__downloads .media-cart__icon-cta .icon-delete-files,.video-gallery-card__downloads .media-cart__icon-cta .icon-add-files{font-size:13px}.video-gallery-card__downloads>*{margin:0}.video-gallery-card__downloads .icon-download-files{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:5px;border-radius:50%;background:#eb3c96;color:#fff}.video-gallery-card__description{margin:0;font-size:14px;line-height:1.7}.video-gallery-card__title{display:block;color:#000;font-size:18px;font-weight:bold;line-height:1.4}.video-gallery-card__image{width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:16/9}.video-gallery-card__image-backup{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iIiBoZWlnaHQ9IiIgdmlld0JveD0iMCAwIDI3OSAyMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgc3R5bGU9IgogICAgd2lkdGg6IDEwMCU7CiAgICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgICB0b3A6IDA7CiAgICBsZWZ0OiAwOwoiPjxkZWZzPjxwb2x5Z29uIGlkPSJwYXRoLXV3aDQyZWw4NmQtMSIgcG9pbnRzPSIwIC0zLjQ0MTY5MTM4ZS0xNSAyNzkgLTMuNDQxNjkxMzhlLTE1IDI3OSAyMTAgMCAyMTAiPjwvcG9seWdvbj48L2RlZnM+IDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGlkPSJEZWZhdWx0LUltYWdlLS0tTWVkaWEtQ2FyZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIC0wLjAwMDAwMCkiPjxnIGlkPSJNYXNrIiBmaWxsPSIjMkRCRUNEIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iMCAtMy40NDE2OTEzOGUtMTUgMjc5IC0zLjQ0MTY5MTM4ZS0xNSAyNzkgMjEwIDAgMjEwIj48L3BvbHlnb24+PC9nPiA8ZyBpZD0ib3JnYW5pYy1jZWxscy1DbGlwcGVkIj48bWFzayBpZD0ibWFzay11d2g0MmVsODZkLTIiIGZpbGw9IndoaXRlIj48dXNlIHhsaW5rOmhyZWY9IiNwYXRoLXV3aDQyZWw4NmQtMSI+PC91c2U+PC9tYXNrPiA8ZyBpZD0icGF0aC0xIj48L2c+IDxwYXRoIGQ9Ik0tNDk0LjQ1NjAxLDM2OS4wMTcxNjUgQy00ODIuOTExODIyLDM5My45MjAzNTcgLTQ2Ny4wMTc1MjgsNDI2LjA0MzEyNiAtNDY2LjExNDM2OSw0MjcuOTA2NzQ1IEMtNDUwLjEwNTcxOSw0NjAuOTUwMjkyIC00MzUuMTc0MzYxLDQ5NC43NjA4MyAtNDI4LjAzMDk2LDUyOS45NDUwNzMgQy00MTQuNzk0ODEyLDU5NS4xMjQzNjcgLTQxNy43NzEzMzcsNjY3LjM0MDI1IC00MzguMDY1MTE5LDczMS4zMDYxMTYgQy00NTMuMzkzNDc2LDc3OS42MTU1MDUgLTQ5OC42MjA5MzYsNzc4LjU3MDEzOSAtNTM2LjM4NjYxNSw3NTYuMDUxNjI3IEMtNTc3LjU4Mjk5OCw3MzEuNDg5NzUyIC02MTIuMjY3NTQxLDY5NC45NDU0MyAtNjQxLjgyNTUyMiw2NTcuOTI4NzE1IEMtNjY2LjI4MzU3OSw2MjcuMzAwOTk0IC02ODguMjk2NjExLDU5My43NDYxMiAtNzA0LjUwNDA4Nyw1NTguNDQxMTgzIEMtNzIzLjM2Nzc1OCw1MTcuMzUxMzcgLTcyMi43NzE5MzQsNDc1LjcwNDE1OCAtNzAwLjcyNTc2NCw0MzcuNzk3MTYzIEMtNjg5LjkzMjY5Myw0MTkuMjM4ODQgLTY0MC42NTA3NjYsMzYyLjcyNDIwNyAtNjE1LjgxOTA5OSwzMzcuOTQ3NTQ4IEMtNTg3LjQ2NzA2MywzMDkuNjYwMzgyIC01MTYuMDg3NjM1LDMyMi4zNDY4NzggLTQ5NC40NTYwMSwzNjkuMDE3MTY1IFogTS0yNDIuMzA5MjgyLDQxMi41NzI4MzkgQy0yMTMuNjkwNTA5LDQwOC4xMTE3MjggLTE5Mi44MjA4NTgsNDI5Ljg3MjQzOCAtMTc4LjYyODM5Nyw0NzIuMDY3NzA0IEMtMTU4LjEyODQ2Nyw1MzMuMDE1MDU0IC0xMzkuMTQwNzM2LDU5NC4yMTE4MjcgLTEyMy41MDI3MDUsNjU2LjkwNzczIEMtMTE5Ljk3NjYzNiw2NzEuMTE1MTMgLTEwMC4yMDU2OTYsNzI5LjYyNTkwOCAtMTI2LjI0OTQ4NSw3MzUuNjA0OTM2IEMtMTQ1LjY4MTQwNCw3NDAuMDY1Mzk5IC0xNzIuMjcyNTg5LDcwNS41MjMyMTIgLTE4Mi4zNTk1NzcsNjk0LjA1NTU3OSBDLTIzMS4xMzU5OTQsNjM4LjU5NTUzOCAtMzE2Ljg5MTcxNyw1NTYuNjY2MTk2IC0zNDYuOTQ4MjIyLDQ4OS4zMTg3MTQgQy0zNjEuMzk3Mzk3LDQ1Ni45NDEwMDEgLTMyMS4yNTkxMyw0MjguODA5OTYgLTI5NS4yMjc3NTIsNDIyLjM2NTEyNiBDLTI4MS4xOTUzMyw0MTguODg4NzUxIC0yNjAuNjk1NCw0MTUuNDM3NjQyIC0yNDIuMzA5MjgyLDQxMi41NzI4MzkgWiBNMzc1LjQwODY0NCw1MjAuOTE3MDM3IEM0MDEuNDI5MjE5LDU0MS43NjYwOTggNDIyLjE1ODk3NSw1NjkuNjAyNjEgNDMzLjUzNTI3Niw2MDEuNzg5MDIzIEM0NDEuNzQ2NjA0LDYyNS4wMjgyMiA0NDguNTgwNDY4LDY1MC4yNTM4NzggNDQ2LjY3OTUyOSw2NzUuNzQ4NDM1IEM0NDUuNTcyNjAzLDY5OC45NjE1ODggNDIxLjQ0MzE5LDY5OC40MTI3MjMgNDA0LjgzNDA5MSw2OTIuNjgxMjE3IEMzNjcuNTI5Nzg1LDY3OS44MDY2NTEgMzMxLjU3MjMwNSw2NTUuMjU0MjE1IDMwMS41MDA4MjYsNjMxLjI5MzYxNiBDMjc2LjE2NTM5OSw2MTEuMTAyMTUxIDIxMy4zMzkyMjIsNTUwLjM1MTMxMiAyNTkuNDU0NjAzLDUxNy4wNTM0OTUgQzI5MC40Nzc4NTUsNDk0LjY1MDk0NCAzNDcuMjM1NDk4LDQ5OC4zNDEyOTcgMzc1LjQwODY0NCw1MjAuOTE3MDM3IFogTTk3MS4xNDYyODEsNDAxLjY5MjgyOCBDOTU4LjA1NDMyNCw0NzcuMzU1OTE1IDg4NS4zODQzNTQsNTM0LjQ0MDUzMSA4MjUuNzczMjI3LDU3Mi42NTkwOTkgQzc2Ni4wMTc5NjIsNjEwLjk3MjIyMiA2OTguODQ4NjM5LDY0MC4zMDkxMiA2MjguMTMyMzMzLDY1NS40MDA3ODUgQzU5Mi42MzkxMzEsNjYwLjc2NTY1MiA1NjAuNzY4MjI4LDY1Ny45Mjc2OTEgNTI3LjgyNzk3MSw2NDUuOTM1NDgxIEM0OTIuNjM1MzgzLDYzMy4xMjQyMjcgNDU3LjU0OTkyNSw2MDguMTY0OTEgNDM2LjQ2MTUxMiw1NzYuOTc1MzgxIEM0MTIuMzY1NjYyLDU0MS4zMzUyMzcgNDA2Ljk3Mjc5NCw1MDIuNTE5MzQxIDQxNi4zMzk4NjcsNDU5Ljc3MTI1MyBDNDIzLjgzNzY4MSw0MjUuNTU3MjYyIDQ2Mi4yODI0ODIsNDA2LjkxMTYyNCA0OTEuNTQzOTU0LDM5NC43NTk2NDggQzU0OS41MzkwMzgsMzcwLjY3NDgwNCA2MTMuMTExMzg0LDM1OS41NzAxMDggNjc0LjM4MDEwNiwzNDkuNTgwNTEzIEM3MjAuNDQ0MTM1LDM0Mi4wNzE1MjQgOTg5LjAzMjQ3NiwyOTguMzMyMjM2IDk3MS4xNDYyODEsNDAxLjY5MjgyOCBaIE0tMTY4Ljc4MDc2OSwzMjcuMTY3ODg4IEMtMTYyLjczMzQzMiwzMTAuOTYwMzU1IC0xNTAuMTEyNzA2LDI3Ny4zNzE1MTYgLTExNS43MTgzMTcsMzEyLjI5MzE4MyBDLTgzLjEwMTcxNDgsMzQ1LjQxMzI5MyAtOS4yNzczOTA5Niw0MjAuNzMyMDY3IDM0LjEwMzQ3MDMsNDY0LjkzMDI5OSBDNTkuNjY2MTQ3MSw0OTAuOTc1OTY1IDU5Ljc2NTYzNTUsNTI0LjYyMDYzNiA1My43MDY1OTQ0LDUzNC43OTUwNTggQzQ1LjkxNzIzNDgsNTQ3Ljg3Nzk0MyAzNS41MDk5NjM3LDU1OS4zMjgwNjQgMTguOTY0MzIwOSw1NzEuMjc3NDI3IEMtMi43MDQwMDExNyw1ODYuNjczNDQ4IC0yOC41NTQwODksNTcyLjUzMTcwMSAtNDYuMjQ2MTI0Nyw1NTkuNzMxMjIzIEMtODIuNjM4NzM1OSw1MzMuNDAwNTU1IC0xNjAuMjM0NTE3LDQ4My4zNjkxNjggLTE3Ny43MTg0NzIsNDQyLjQ5NDI0MyBDLTE5Ni42NjQxOTIsMzk4LjIwNTc3IC0xODIuOTkyNjYsMzY1LjI1MzgwNiAtMTY4Ljc4MDc2OSwzMjcuMTY3ODg4IFogTTM1MS4yNTI1MDgsMjY2LjUxOTIyNSBDNDIwLjE4NTkxNiwzMDMuMzY5NTQ2IDQzMS4xNDM5OTgsNDAyLjMyMjA2MyAzODkuOTIyMDcxLDQ2My43NzU3OTUgQzM2NS41MzgzMTYsNDk2LjUxMTYwNSAzMTkuNDk4NTg4LDQ5Ny4zNTI2NjQgMjg0LjMwMDg2Nyw0OTAuNjg0NDk5IEMyMzkuNDYxMDI1LDQ4Mi4xOTAyNTYgMTk5LjMwOTIxMyw0NTIuNzM4MjcyIDE2NS40OTg1MzMsNDIxLjg0NDEwMiBDMTI2LjY2MzMzNCwzODYuMzU4MTUyIDEzOC4zMjk2MSwzMTQuODk2NjYgMTgzLjEyODM2OSwyOTAuMzgxNDQxIEMyMDcuNjE1ODEsMjc2Ljk4MDkxMSAyMzUuMTM3NTI1LDI2OC42MjE1NDkgMjYxLjg2NTYyMSwyNjIuNTk2MDEyIEMyODkuMjA5OTYzLDI1Ni40MzEwNTUgMzI1LjA4ODQ4OCwyNTIuNTMwNTM4IDM1MS4yNTI1MDgsMjY2LjUxOTIyNSBaIE0tMTQ2LjY1Mzc0NSwyNDIuNjM5OTk0IEMtMTM3LjkyNTA2MiwyMDguMzM3MzY5IC0xMTUuMDg0MjUzLDE4OC41MzkxMzEgLTc0LjI3OTc3NjYsMTk1LjMyNTYwNiBDLTM2Ljk1OTExNjksMjAxLjUzNDcxNyAtNi4zNzgyNjE0MSwyMjEuOTI4OTY1IDIzLjAzMzA4NDksMjQzLjQwNjg5OCBMMjUuNDE1MzM1NywyNDUuMTUwNDY4IEMyNi4yMDg2Mzg0LDI0NS43MzIyNzcgMjcuMDAxMTk2NywyNDYuMzE0NjE5IDI3Ljc5MzEyMDgsMjQ2Ljg5NzIzNiBMMzAuMTY3MDk5NywyNDguNjQ1NjQ5IEMzMS43NDg2MzAzLDI0OS44MTE0NjIgMzMuMzI4MDYzNCwyNTAuOTc3MzM3IDM0LjkwNjI3ODgsMjUyLjE0MTIwNiBMMzcuMjcyNzk4NiwyNTMuODg1MjQ1IEM0Mi43OTMwNjAyLDI1Ny45NDk5NTEgNDguMzAzNzkzMiwyNjEuOTc3NDAyIDUzLjg0MjcxNzEsMjY1Ljg3ODg3OSBDMTAxLjQ1ODU1NSwyOTkuNDE5MDY2IDExNy45MDEzNjQsMzM2LjM5ODYxMSAxMzQuMzc1MzcsMzg3Ljg4MTg5OCBDMTQ2LjMwMDQ0LDQyNS4xNDgzNjMgMTI2LjcyMzY1Miw0MzkuNzMxNTg4IDEwNS44MjY2NzIsNDU1LjE0NDU5NiBMMTA0LjMxNDE2OSw0NTYuMjYwNTY0IEMxMDAuNTI5Mjc1LDQ1OS4wNTU3NDEgOTYuNzI1MDE2MSw0NjEuODk2NTI1IDkzLjA3OTU0MDIsNDY0LjkyMTcwMiBDODUuMTg2Njc5OSw0NzEuNDcyMDkyIDY0LjM1NDE4MjEsNDc5LjM0MTU4OSA0OS45MjE2MzQ1LDQ2NC42OTMzNTggQzYuMDE4ODk4NjQsNDIwLjEyOTQyMyAtODcuMzM5NjUyOCwzMjUuNDA5MDUxIC0xMjQuNzg1ODk0LDI4Ny43NzYwOCBDLTE0My45NjYyNDYsMjY4LjQ5OTAzNSAtMTQ4LjM5MTAzMiwyNDkuNDY3NzUxIC0xNDYuNjUzNzQ1LDI0Mi42Mzk5OTQgWiBNLTM1Mi4xNzEzOTcsMjQ4LjEyNDIxNSBDLTMxOC40MDMzMTMsMjM3LjI0NDcwOSAtMzEzLjkzMTA4NiwyNzEuMDcyNTQ5IC0zMTMuOTk5MjI2LDI4My42MDcwNzMgQy0zMTQuMjM2NjE4LDMyNS45OTU1OTQgLTMyNC4yMzM4MiwzNjcuNTM5NTYxIC0zMzkuMzM5NzIsNDA2LjM3NjgzNyBDLTM1MS44MjI4NjksNDM0LjM3ODM0NyAtMzcyLjUwNTg2MSw0NzUuNDEzNTIzIC00MTAuMTQwOTcyLDQ2OS40MDgzNzUgQy00NDguNTk0OTU5LDQ2My4yNzAwOCAtNDY5LjI1MTg5Myw0MTcuNTQwNjQ5IC00NzkuOTM3NjgyLDM4NS4xODcwNzkgQy00ODUuODEzMTQsMzY3LjM5Njc2NSAtNDg2Ljg5NjUwNiwzNDcuNjMzNjggLTQ4NS4zODcwODksMzI3LjQyMzU1MyBDLTQ4NC40OTA2ODksMzE1LjQyNjEyMyAtNDc0Ljc4MzM4MywyODkuOTI5MzMxIC00NTEuMDQyNDY5LDI4MS40NTk5ODggQy00MzcuMTcyNTA3LDI3Ni41MTI0ODMgLTQxNC45Nzc4NzYsMjY4LjkwNzIyNiAtMzkyLjM3MzU1NiwyNjEuMzQ4MjUgTC0zOTAuMTg1MDI4LDI2MC42MTY5NzIgTC0zOTAuMTg1MDI4LDI2MC42MTY5NzIgTC0zODYuOTAwOTI3LDI1OS41MjE3ODcgTC0zODYuOTAwOTI3LDI1OS41MjE3ODcgTC0zODQuNzEyOTc4LDI1OC43OTM2MTQgTC0zODQuNzEyOTc4LDI1OC43OTM2MTQgTC0zODIuNTI4MDUxLDI1OC4wNjc2MzUgQy0zNzEuOTc3NDQsMjU0LjU2NDkyMSAtMzYxLjU4ODU2NSwyNTEuMTU4MjEgLTM1Mi4xNzEzOTcsMjQ4LjEyNDIxNSBaIE0tNjczLjkwMjcwNywxOTguMDM4OTc4IEMtNjUyLjE4OTE2LDE5OC42NTU0MjkgLTYzMi40ODU5OTQsMjEyLjQzNjU2NSAtNjIzLjcwNTE5NCwyMzIuNDg0OTQ3IEMtNjA5LjYxMTE5NSwyNjQuNjc1MTc4IC02MjAuMDUzNDIsMzAxLjMxNDA2MSAtNjMzLjcxNjM5MiwzMzAuNzg1ODkgQy02NTQuOTA1MjExLDM3Ni40OTA5MTQgLTY5My43NDY3NDgsNDEyLjE4NDgzNSAtNzM5Ljc2Nzc1OCw0MzEuNTU2NTYxIEMtNzc1LjkwMTY0NSw0NDYuNzY2OTIgLTgxNS4yNzk1NDIsNDU2LjgzMjk5MyAtODU1LjE2Nzk1LDQ1OC45NzAyODMgQy04NTcuMzcyMzMzLDQ1OC45Njg3NzEgLTg1OS43OTUxMDcsNDU4Ljk5Mzk1MiAtODYyLjM1ODM1Miw0NTguOTk5NjI4IEwtODYzLjc2OTk0OCw0NTguOTk5NjI4IEMtODg0LjQyNjUwOCw0NTguOTcwNDI1IC05MTIuOTgzODEsNDU3LjE1NjA4IC05MTAuODkxMjY4LDQzMC40MzU1NjQgQy05MDcuODAxNzAzLDM5MC45NDM0NyAtODY5LjQ3OTA3OSwzMDEuMzQ0ODE4IC04MzAuNjg4NTkzLDI3NS4zNDAwMzMgQy04MjkuODY2MjYyLDI3NC43ODkxNDEgLTgxMS4xMDY3MjIsMjYyLjQ0NDkxOSAtNzkxLjk4NjM4NiwyNDkuODcwNjgzIEwtNzg5LjY0NDUxMiwyNDguMzMwNjE3IEMtNzcwLjUyNDAwNCwyMzUuNzU2ODY4IC03NTEuNzYwMTA0LDIyMy40MjUwNzYgLTc1MC45MjkyMjQsMjIyLjg5ODU1NCBDLTcyNi40MDE0LDIwNy4zNTI0ODUgLTcwMC4xNjA0NTQsMTk3LjI5MTY0NyAtNjczLjkwMjcwNywxOTguMDM4OTc4IFogTS0yNjYuNzU5ODc1LDIyNC43MjEyMzEgQy0yMzYuMzk2NTI2LDIxMC4wOTI1NjMgLTIwNi4yODM3NDMsMjU4LjI4NDM3NCAtMTk5LjYxOTA2LDI3Ny45NTk3ODcgQy0xOTIuNjU0MTczLDI5OC41MTM1MzggLTE5NS4wMzg4MjQsMzIzLjc1ODU3NiAtMTk3LjMwMjMyMywzNDguOTQ3MDEzIEwtMTk3LjQ3ODI4OSwzNTAuOTA5NTUxIEwtMTk3LjQ3ODI4OSwzNTAuOTA5NTUxIEwtMTk3LjY1Mjc2OCwzNTIuODcxMzYgQy0xOTcuNjgxNjY5LDM1My4xOTgyNCAtMTk3LjcxMDQ2NiwzNTMuNTI1MDY4IC0xOTcuNzM5MTM5LDM1My44NTE4MzUgTC0xOTcuOTA5NTIyLDM1NS44MTE2MTYgQy0xOTguMjQ2NjQ0LDM1OS43MjkzNjggLTE5OC41NTk5MTMsMzYzLjYzNTI2MiAtMTk4LjgxMzQ4MiwzNjcuNTExMzI3IEMtMTk5LjQxNTIzMiwzNzYuNzE2OTgzIC0yMDMuOTA1MzA3LDM5NS42MTUzNzggLTIyMS42MjQxMzEsMzk4LjA5OTEyNyBDLTIzNi40OTk5MTYsNDAwLjE4Mjg5MyAtMjU4LjE1MzU3Miw0MDMuNzI5ODA4IC0yNzkuNjEwMzgxLDQwNy40NDk5MjMgTC0yODEuOTA4MjUzLDQwNy44NDkxMSBDLTI4Mi4yOTEwMDEsNDA3LjkxNTczMiAtMjgyLjY3MzYwNiw0MDcuOTgyMzk1IC0yODMuMDU2MDI5LDQwOC4wNDkwOTEgTC0yODUuMzQ4MDY4LDQwOC40NDk2MDYgQy0yODkuOTI2NTA4LDQwOS4yNTExOTcgLTI5NC40NjczMTUsNDEwLjA1NTQ1MyAtMjk4LjkwMTg1OCw0MTAuODQ5NjgxIEMtMzA4LjE5NzQ5LDQxMi41MTI2IC0zMjAuMzUxOTE4LDQwMC4zMzA5NTcgLTMxNC40NDIxODEsMzc2LjY2Mjg2MiBDLTMwMS43ODcyNjksMzI1Ljk4Mjc5MyAtMjkzLjczMDE4OSwyMzcuNzEyMTA2IC0yNjYuNzU5ODc1LDIyNC43MjEyMzEgWiBNLTYxNi41MDk3MjcsODAuOTI0MzMxOSBDLTYwNi4yMjE3NTQsNjAuNjg3MjU3MSAtNTkwLjQ3MDM0MSw3MC43OTU3MDA0IC01NzUuNjc2MDA3LDkzLjA1MjkwMDggQy01NzEuMjY0Miw5OS42ODk3NDkyIC01NjYuODExODc4LDEwNi42MDQwNzYgLTU2Mi40MTg5NjEsMTEzLjU3Mjg1IEwtNTYxLjEwMjk2OCwxMTUuNjY0ODkzIEMtNTYwLjQ0NTk2MiwxMTYuNzExNTA4IC01NTkuNzkwNTE4LDExNy43NTg4NDcgLTU1OS4xMzY5NzMsMTE4LjgwNjE1NSBMLTU1Ny44MzI1MTQsMTIwLjkwMDUxMSBDLTU0MS45OTQ4MjYsMTQ2LjM3NTkzMiAtNTI3LjQxNDQ5MSwxNzEuNTM2NzgzIC01MTguOTUwMzkxLDE4NS41Mzc3OTggQy00OTMuOTIwNjg2LDIyNi45MzY2OTggLTUyMC41NTI3OTUsMjY0LjIwMDI2OCAtNTQ5LjgyMDA4MywyNzguNTY0NTIxIEMtNTY4LjgyOTU0NywyODcuODk1MzkxIC01ODUuNTg4NzE3LDI4MC41OTI0NjEgLTU5MS4zOTE0OTgsMjc0LjEyMTgwNyBDLTYwOC44MDA0ODMsMjU0LjcwODU0MiAtNjQ0Ljg2NDE5NiwxODMuODAyMjYxIC02MzIuNDUyOTQyLDEyMi4xMDUwNjkgQy02MzEuNDc5OTQ5LDExNy4yNjcyMjIgLTYyOC41NTY1MzksMTA5LjAzMTUxNCAtNjI1LjMyMDIyLDEwMC45MjY3NzIgTC02MjQuNzQ2MTksOTkuNDk4NjAyMiBDLTYyMS43NjcwMyw5Mi4xMzQxNjYgLTYxOC42MDc4MTksODUuMDUxMTY4MSAtNjE2LjUwOTcyNyw4MC45MjQzMzE5IFogTTYwLjA5ODI2MzYsOTggQzE0NS4xOTI1MzIsOTggMTkwLjMyOTQwNywxNDUuNDU1ODUyIDIxMi4xNzE5NDksMTY5LjY0NDgzNyBDMjIzLjExODkxMywxODEuNzY5MzI4IDIzNC4xMTQwMDksMTk2Ljg5MTAzMSAyNDQuMTM3MzQzLDIxMC43NjMyNDMgQzI1Ni43MDAwMDksMjI4LjE1MzcyMyAyNjAuMzkwNjI1LDI0OS4zODEzNjQgMjM2LjIyMjc0NywyNTkuMzcwNzY2IEMyMjAuNDQxMDM3LDI2NS44OTQ3MjMgMjAwLjEwMTAxOSwyNzMuMDU3NzcyIDE4My43Mzk3NjQsMjY4LjYyOTc3NiBDMTU3LjMyMjAwMiwyNjEuNDc1MjA1IDEzMC40MDYsMjQyLjU0MzczIDEwNi4yMzM1NjksMjI2LjgxODE1MSBDODcuMDcwODUzOCwyMTQuMzUxMjg5IDY5LjU2MjIxNjMsMTk4LjY5ODc0OSA1NS44NTg2NzMsMTgwLjE0MzU1NiBDNDQuMDY1NDgyMywxNjQuNTIxNjY2IDE2Ljg1NDE3OTQsMTIwLjg5MjU0MSAzNy41MjU5MjM2LDEwNC44ODcxOTYgQzQzLjcwOTY4OTcsMTAwLjA5ODU3IDUxLjU4MDcwNjMsOTggNjAuMDk4MjYzNiw5OCBaIE0tMzExLjg4NTU1OSwtMjEuOTk1ODQwNCBDLTMwMS4wMjY5MDcsLTI1LjYwMTUwMDEgLTI2Ny44MTYwMiwtMzAuMjY0MDcgLTI2NC4wOTkzNzUsLTcuMzcyNDE0ODcgQy0yNTYuMTYyMDY2LDQxLjUxMjI5OTIgLTI5My40ODg4ODYsNzIuMTQ4OTYxMiAtMzAyLjg3MDE3NCwxNTUuNDIwNTM3IEMtMzAzLjk3MDUwNiwxNjUuMTc5Mjk4IC0zMDUuMjU1NDI1LDE3NS4wMTg1MDQgLTMwNS44MTYzOTEsMTg0Ljk3MjE2NiBDLTMwNy4yNjQ5NTMsMjEwLjY3ODc2IC0zMjcuNzA0NTM3LDIyOC40Mzk1NjEgLTM0OC42MDIzMTksMjM1Ljk1ODI3MyBDLTM3NS44NzgyMjYsMjQ1Ljc3MTMxOSAtNDAyLjkzNzQ3LDI1NC44MTk4MDQgLTQzNC4wMzczNzEsMjY0Ljg5NTc2OSBDLTQ1MS43MjkwNzIsMjcwLjYyNzAyMiAtNDcxLjA5MTg5LDI1My4yMjQ2MjkgLTQ2Ni4yNDM0OTQsMjMxLjc0MzcxMyBDLTQ1Mi4xODIwMzQsMTY5LjQ0MzU2NCAtNDI5LjUyNDExNSw4Ny42NjUxMzU4IC0zOTguMDg5MDc1LDMzLjA0MTk3NDggQy0zNzcuMzI0MTcsLTMuMDQzMzk5NTMgLTM2NS4wMDA1OTIsLTQuMzU5OTU5MTEgLTMxMS44ODU1NTksLTIxLjk5NTg0MDQgWiBNLTYxMy40ODMwOTcsNDIuODgyNTg3MyBDLTYyOC44MDE2OTIsOTcuNTcyOTE2NiAtNjU4LjI5Mjc3NCwxNDMuNTA1NTQ4IC03MDEuODEyOTE3LDE3OC40NjQ0MSBDLTcyNy43NDE4NDEsMTk5LjI4OTkxMyAtNzcwLjc1NTU1NywyMjMuMDk0NDQ1IC04MTMuODUxMDc4LDI0OC4yMjQ5NTEgTC04MTYuODIzMTA2LDI0OS45NjAxNzEgQy04MjIuMjcxMzA0LDI1My4xNDUxODkgLTgyNy43MTQ1NjIsMjU2LjM1MDc5NyAtODMzLjExODUxMSwyNTkuNTczNjUzIEMtODcxLjE1MTI4OSwyNzMuMDEzOTM3IC05MDYsMjI4LjM0NTI5NyAtOTA2LDE4MS42MDExNzQgQy05MDYsMTE4LjI0OTI3IC04ODguODQyOTM5LDg5LjAyNjQyODcgLTg1OS45MDIwOTMsNjAuMTY5NzcxNiBDLTgzMC4xODAyMjUsMzAuNTMyMzU2NSAtNjkxLjQwMzQxOCwxMC40OTIyNDg0IC02NDcuNjA4MTU3LDYuMjMyMDgyNDYgQy02MjQuMjQwMDgsMy45NTg0NjgyMSAtNjA2LjY2OTY5LDE4LjU1MjIzMzggLTYxMy40ODMwOTcsNDIuODgyNTg3MyBaIE0zMjcuMzYyMDA4LDEzNCBDMzYwLjc3MDA2NCwxMzQgNDExLjIwNDA5MywxNTAuNjY0NjkxIDQzNy41NjY0OTIsMTU5LjM0NDc5MSBDNDYxLjc0Njk1OSwxNjcuMzA1ODA2IDU0Ny44NjQxNywxODUuNDI0Mzg0IDQ5MC44NDUyNDQsMjI2LjY5OTA2NCBDNDU5LjI2OTgwMiwyNDkuNTU1ODc0IDQwMS43MDYwNDQsMjUxLjcyNjIyNyAzNjQuOTMxODk2LDI1Mi44NDE1MjkgQzMzMS4zNDkxODIsMjUzLjg1NzI4NSAyOTAuMzA1NjY5LDI1MC42OTQ3NTMgMjY0Ljg4NDM0MywyMjIuMzM4NzEyIEMyNTEuMjQzMzYxLDIwNy4xMjIwMTQgMjQ5LjY0NDA2LDE4MC41NTg0NDcgMjY0LjU1MTMxOCwxNjQuNzI2NzkzIEMyODQuNjcxNjIsMTQzLjM2MDU0NSAzMDguNTMyMDk2LDEzNCAzMjcuMzYyMDA4LDEzNCBaIE0tMTg3LjU0NzQxMSw2OC4yNDMzNzcxIEMtMTU0LjczNTg3Niw2OS44MTU0NzUyIC0xMzAuNDI2NzgzLDkzLjAzNzM0NzUgLTExNy44MjgxNzcsMTIxLjU4MzQxIEMtMTE1LjkxMzM3OSwxMjUuOTI0Mjk3IC0xMDguODkzNTUzLDE0NS4xNDA1MTMgLTEwNy41MzE2ODQsMTQ5LjY2OTc2MyBDLTk3LjkyNTM2MywxODEuNTg5ODc2IC0xMTYuOTcxMDcxLDE5Ni41NDM1NzkgLTE0Mi41MDc0MjksMjEwLjQ5MTU4NyBDLTE2OS41NTI3OTYsMjI1LjI2MjE5NyAtMjA2LjkxODQxLDIyNy4xNjg4NjggLTIzNy41ODIyMywyMTkuODQ3MTE5IEMtMjM4LjUxNTk0MiwyMTkuNjI0MDQ4IC0yMzkuNDQ4MTQ0LDIxOS40MDEzMyAtMjQwLjM3NzU1OCwyMTkuMTc2ODA0IEwtMjQxLjQ5MTQzNiwyMTguOTA2MzY2IEMtMjU4LjczMzI2NywyMTQuNjk2ODQ5IC0yNzQuODMzODYsMjA5LjU2MjkzNiAtMjgxLjU2ODQ3OSwxODkuNjAzODIzIEMtMjk1LjE4Mzg2NywxNTYuOTMyMjM4IC0yOTYuOTAxMzc5LDExMS43NTYzMTQgLTI2Ny40MjkxOTQsODkuMDIxMTUzNyBDLTI0NC42NzY2MTYsNzEuNDY1OTQ3OCAtMjE3LjU1NjAzLDY2LjgwODI2OTQgLTE4Ny41NDc0MTEsNjguMjQzMzc3MSBaIE0tNTIwLjA4NzA1MSwtMzMuMzg3NjkxIEMtMzU4LjYyMjYyOSwtOTMuNzA3OTkzOCAtNDM1LjA1MTEzOSw3OS4xNjAwMDA2IC00NTEuMTI0NDA5LDEzMC41NTM3MzcgQy00NTcuNjM5NDI5LDE1MS4zODUyMyAtNDYzLjI1MDE0MiwxNzIuMzM5MTg0IC00NjguOTY5NDUsMTkyLjQxNjI2NCBDLTQ3Ni43NzIwODksMjE5LjgwMTcyMSAtNDkxLjI3OTE0MywyMTIuNTA1MTMyIC01MDUuODI2OTIsMTg4Ljk4OTk3MSBDLTUxNS4yNzg2NTksMTczLjcxMzQzNCAtNTI1LjQ1MzcwNCwxNTYuOTA4NzE5IC01MzUuNjkwMTg0LDEzOS45NzkwNTUgTC01MzguOTgxNzgzLDEzNC41MzQ4MDEgQy01NTMuOTc5MDY1LDEwOS43MjkzMTcgLTU2OC45NTYwMjIsODQuOTc4Mjg3OCAtNTgxLjgzNDYyNiw2NC42ODczMTkxIEMtNTk3LjEwMDU0OSw0MC42MzU4MTgxIC01OTAuODYyODMyLDE0LjkwNTIyNDEgLTU4MC43MzQ0NjEsMi42NzIyMDYzOSBDLTU2Ni4wNTU0NjYsLTE1LjA1OTEyMDQgLTU0NC41MzQzNzUsLTI0LjI1NDgzOTYgLTUyMC4wODcwNTEsLTMzLjM4NzY5MSBaIE03LjcxNDk0NTg0LDk1Ljc2MzQ0NjMgQzI0LjY3MTY3NDIsMTE5LjU3MjY3OSAzNC42MDExNDk5LDE1NS40MDQ3NTcgMjcuODc2MzYwNSwxODMuMzUwMzIxIEMxOS4xODc4MjY0LDIxOS40NjU4ODEgLTM3LjE2MTAyNTEsMTk5LjUyMTQxOCAtNTYuNDE1MDQ5OCwxODguMzc2ODM5IEMtOTIuNDg4NDk2MiwxNjcuNDk5Nzk3IC0xMDguNTE4NDA0LDExOC43MDU2NzMgLTEwOC45NjY1OTQsMTA4LjYwNjkzNCBDLTEwOS42NDE0Nyw5My4zNzYzNjMyIC0xMDAuMDg5NTg3LDg3LjE5NTM4MTEgLTgwLjQyMTA1MTgsNzguODkwOTI4MyBDLTQzLjMxOTc0ODIsNjMuMjI1MTk4NyAtMTQuNjk5MDc1Nyw2NC4yOTc1MzE1IDcuNzE0OTQ1ODQsOTUuNzYzNDQ2MyBaIE0yNTcuNTQ2MTYyLC0xMi4xNTEyMjc4IEMyOTQuNTYwNTEsMTEuMjk4MDUyNCAzNDIuNjY4MDQ1LDc2LjA1MDU1ODEgMzA4LjEwMDE3NSwxMTYuNzIzNzg5IEMyOTIuMzE4MDY4LDEzNS4yOTUzMTggMjczLjU3OTM5MSwxNDUuNjMyMTU0IDI1MS41MjExOTQsMTQ3LjU0Njc5MiBDMjI4LjAzMDE2MiwxNDkuNTgzNDA1IDIwOC43OTk3MDQsMTQ0LjY5MjAyOSAxOTAuODc1MjEyLDEzNC4xNjI0OTYgQzE1MC42NDY2MzIsMTEwLjUyNzAwOCAxNDQuODc4MDE4LDU4LjcwMzk4MiAxNTUuOTY0MDExLDE4Ljk4NTE0OTcgQzE3MC43NTQwNTUsLTM0LjAwMzEzODUgMjIyLjY4ODU4NiwtMzQuMjMyODE3MiAyNTcuNTQ2MTYyLC0xMi4xNTEyMjc4IFogTTUyNS4yMjIwNDIsLTU1Ljk1OTEyODQgQzU1Ny42MzgxNzEsLTgzLjgzOTE0MSA1NjkuNzI5NzQ3LC0zOS41OTM0NjYgNTcyLjY3NDY1NSwtMjUuOTM2MzM5NyBDNTc1LjY3OTQ3NywtMTIuMDA2MzU1NSA1ODIuMzU5MjQ3LDE2LjM2MjQ3MzkgNTg0LjYzMDEyMSw0MC45MTA2NDQyIEM1ODcuODE3MjksNzUuMzcyMjI1MiA1NjkuOTQ1OTU4LDk4LjI4Mzg5NCA1NDguNzk1NjMzLDExNy45MDUxMDIgQzUyNy4yNDg3MDIsMTM3Ljg5NDIxNSA0OTEuNjUzODcsMTYzLjE2MjAzMyA0MjMuNDE4MjMxLDEzNi40MTI4OTQgQzM2MS4yMDY1NjQsMTEyLjAyNTcyMiA0MzAuMDc2NTExLDM0LjI1NDA3MjIgNDUxLjU2ODczNywxMy45OTA4MDc0IEM0NzYuMDM2NDgsLTkuMDc0NzQ4MTggNDk5LjQyMTg2MiwtMzMuNzY3NzUzMSA1MjUuMjIyMDQyLC01NS45NTkxMjg0IFogTTE4Ni44NTQxMzgsLTU0Ljg2NTYxNzEgQzE4My41MTQzMSwtMjYuOTE2MTIyNyAxNjQuNzc4MTA0LC0yNy43Mjg0ODcgMTQxLjkzMzI5MywyMC45NjkxNDI4IEMxMTguMjc2MTI2LDcxLjM5OTQ2OTYgNDMuNDkwMDAxNiwxMTcuMjQ5NTk2IDEwLjQ3NjExMzgsODcuNjgwNTc2OSBDNy42MDk0Njg4NCw4NS4xMTIxODEgMC43Nzg4MjgyOTEsNzkuODYwODUwNCAtNS44NTg0NTAxNSw3NC4zNTg1ODcxIEwtNi45MDQyMjg0OCw3My40ODgwNzggQy0xMi42NDA1MDQxLDY4LjY5MjcwODcgLTE4LjA2NTkzOTMsNjMuODA0NjI5MiAtMjAuNDU3NzgsNjAuNDE2NjE2NSBDLTUyLjkwMzIxNDIsMTQuNDU4NTIxIDY0Ljk4OTEyNjEsLTg3LjUzOTcwMjcgMTI4LjU3MTM4LC0xMTAuMDU4OTA5IEMxNDkuNjU2ODQ3LC0xMTcuNTI1NjM3IDE4OS43MTk4MiwtNzguODM5MTQ0NCAxODYuODU0MTM4LC01NC44NjU2MTcxIFogTS05NS40NjY0OTMzLC01My4xMTUyNjQgQy03Mi42NDEwMjI0LC00NC45NzUxNzEyIC0zNy41OTYxMTg0LC0zMS4zNTQ4OTEgLTMxLjEwOTk0MjksLTQuMjk5NDgwOTcgQy0yNS4yMjQ3OTc5LDIwLjI1MTE4NDkgLTMxLjEyODg0NzMsNDguMDIxMTE4NiAtNTEuNzUxNjI2LDYyLjA2Mzg1NDQgQy02MC4zODExNzI5LDY3Ljk0MDQxOTggLTEwMC44MzUzNTIsNzkuMDI4NTc0NCAtMTA4LjA1Njg0NCw3OS4wMDAwNTUxIEMtMTM5LjMwNTIxNyw3OC44NzYwMjEgLTE3MS40NTc3NDMsNjUuMDg3NTQwOSAtMTk4LjUyMzY3Myw0Ny4zMTgzMjk5IEMtMjIzLjQ0ODA1MSwzMC45NTM3NTEgLTI0Mi43OTk5MDMsMTUuMTcwNjI5NCAtMjU1LjAwNDI2NiwtMTIuNTY4MDI2OSBMLTI1NS4zNzE5MDUsLTEzLjQxMjI2NDYgQy0yNjAuNjkzMTc3LC0zNy4yMzQwNjQyIC0yMzAuOTU5NzY2LC01Mi41NDQ4MTg2IC0yMTMuMTE1OTM5LC01OC40NzgxMDI2IEMtMTc1LjUzMzkzLC03MC45Njk4Nzg4IC0xMzQuNDc3NDE3LC02Ny4wMjMwNDg3IC05NS40NjY0OTMzLC01My4xMTUyNjQgWiBNNDIzLjI1MDUyMSwyOS42NTkzNzQyIEM0MDEuODI5MDk0LDUyLjExMTczNzQgMzYwLjQwNDk5Niw2Ni4zMzA5ODE3IDMyOC41NDE2MTUsNTcuMTkzMzM5MSBDMzAxLjQ0MjU1MSw0OS40MTk2NDAzIDMwMi45ODQzOTEsMTYuNzUzOTY3IDMwNy43NTc4NzUsLTUuMDI0ODgzODUgQzMxNi4xMTc4NTUsLTQzLjE3MTcxMSAzNDUuMzQ3MzQyLC03Ni40NzA1NTEgMzY3LjU4MjU3MiwtMTA3LjU3MzgwNiBDMzk1Ljc2NDUyNCwtMTQ2Ljk5NjcyOCA0MjIuOTQwODQzLC0xODguNzg1MDc3IDQ0NS4wMDQ1MzksLTIzMS4wMzc0MDEgQzUwNi45ODA2MSwtMzQ5LjcyMDAzNCA1OTYuMzI5NDEzLC0xNTEuNzQzODUxIDQyMy4yNTA1MjEsMjkuNjU5Mzc0MiBaIE02MTEuOTM2NDU1LC0xMzQuNzE2NDE1IEM2NDIuNTIyMTAzLC0xNjAuNzIyMjQ4IDc4Ni40NTkzODQsLTI3Ni40MDEyMjggNzgyLjkzNjQyMywtMTYzLjE5MzMzMiBDNzgwLjk2MzE5OCwtOTkuNzYxODg4NiA3MTAuOTIyMjIxLC0zMy40NjY2ODA4IDY3MC42MDgxMTMsOC40MzQ1ODI0OSBDNjUzLjk4Nzc4NywyNS43MDkyOTggNTk5LjUzMjAxMyw2MC4yOTEzOTc4IDU4NC4yMzUyNTYsLTE4Ljg0NDY4ODQgQzU3OC41ODMwNDcsLTQ4LjA4NjA1OTYgNTY4LjM3OTk2NCwtOTcuNjgwMjE5NyA2MTEuOTM2NDU1LC0xMzQuNzE2NDE1IFogTS02MTEuNTYyMDQxLC0xNjQuMDkwMTc0IEMtNTk2LjI3OTQ5LC0xNjkuNDA3MDE2IC01NjYuMzg5MDI2LC0xNzMuMjQzMTM2IC01NzIuOTE4NzY3LC0xNDguMDMwODg3IEMtNTgwLjU0OTk4OCwtMTE4LjU2NTE2NCAtNTg5LjgwNTUzNiwtNzQuOTQ3NDAyMSAtNTkxLjc5MjQ4MiwtNTQuNDQyMDE1OSBDLTU5My41NjAxNywtMzYuMjA2MTk3MyAtNjA0Ljk1NTEwNiwtMTcuMzU1ODEzNCAtNjQ3LjM4OTM0MSwtNy4zNTA0NTMzOSBDLTY4Ni42MDgwMDUsMS44OTYyMDAxMyAtNzI2LjcwNSw2LjIxNzE1ODEyIC03NjcuMjMwNzgsMTEuNzM3MTA4MyBDLTc4OC43NjIxODksMTQuNjcxNjkwNyAtNzg0LjA5MTYwMiwtNy4zODQ1MjMxMiAtNzc3LjM4NTQxNiwtMzMuMzA1Njg0NyBDLTc2MS4yMzQ5MTQsLTk1LjcyOTkzMjQgLTY4OS4wNjIwMSwtMTM3LjEyOTIzMSAtNjExLjU2MjA0MSwtMTY0LjA5MDE3NCBaIE0tMjk0LjQzMDE0NSwtNzguNzgzNTczMyBDLTI3OC4yNjUzMTgsLTY3LjA0OTc4OCAtMjY4LjE5OTk3LC00Ni4xNjMyNjA2IC0zMTUuNjg2Njc3LC0zNC4wNDQyMzU2IEMtMzI5LjA2ODg3MywtMzAuNjI5MjM5NyAtMzU0LjAzOTQ5MywtMjAuMDg1MTA5OCAtMzY0Ljc2MDM4MywtMTYuNjk1MjUxOSBDLTQwMC45Mjc0MDYsLTUuMjU1NTgxMTIgLTQwOS42Mzg2MTgsLTE2LjU4NTI3MzIgLTQxNC40NTA0OTUsLTMwLjcxMTU2NjYgQy00MTkuMjYzNjc2LC00NC44Mzg0ODg1IC00MTQuMzU3ODcxLC01Ny42MTczODU3IC0zNzguMTkwMTk2LC02OS4wNTQ1NDI3IEMtMzY5Ljc3NDQ2NywtNzEuNzE2NjU1OCAtMzU5LjU2MTA1MSwtNzUuNDI2Mzk0NyAtMzQ4LjkyMTY5NywtNzguODA4NzExMyBDLTMzMS4zNTcwNzUsLTg0LjM5MTIzMDQgLTMwMi4xODE4NTIsLTg0LjQxMTM0MDggLTI5NC40MzAxNDUsLTc4Ljc4MzU3MzMgWiBNLTM4OC40MDkyMjQsLTIwMy44ODA1MjMgQy0zNTYuOTcyNjM0LC0yMDMuNzI4MDQxIC0yNzcsLTIwOC4xNjc1MyAtMjc3LC0xNzQuNjgzODQ0IEMtMjc3LC0xNzQuNTgyMDk1IC0yNzcsLTE3NC40Nzg4IC0yNzcsLTE3NC4zNzQwMiBMLTI3NywtMTczLjcyODAxMiBDLTI3Ny4wMDMxNTYsLTE3MS42MjkwMSAtMjc3LjAxMzM5MSwtMTY5LjAzODM3NiAtMjc3LjAyNjY3OSwtMTY2LjM3ODQzMSBMLTI3Ny4wMzA5NzEsLTE2NS41MzY2MzcgQy0yNzcuMDYwOTE4LC0xNTkuNzc1MzY1IC0yNzcuMTAyODA0LC0xNTMuODk4MzUgLTI3Ny4xMTAwMTQsLTE1Mi4xNDkxNzUgTC0yNzcuMTEwODE2LC0xNTEuOTIzMTU4IEMtMjc3LjExMDk5NywtMTUxLjg1Nzk2OSAtMjc3LjExMTA5LC0xNTEuODAzMDk2IC0yNzcuMTExMDksLTE1MS43NTkwMyBDLTI3Ny4xMTEwOSwtODkuOTcyMTQzNiAtNDEwLjExMzQsLTc1Ljg5MjU2NjUgLTUyNC45MjgwOTMsLTM4LjM1MTU2OTcgQy01NTkuNjM4OTIyLC0yNy4wMDA0NDE5IC01NzUuMTg5NjA4LC00Ny40MTg3MTYxIC01NzUuODQxODU3LC01Ni4wNjAyMTE0IEMtNTc3LjUyNTc1MSwtNzguMzU0OTgzOSAtNTY1LjM5MTU3OCwtMTIyLjc1MTE2OSAtNTU3LjA3MjgwMiwtMTQzLjUwNzQ5OSBDLTU0MS4xMTI4MzcsLTE4My4zMzc2NjggLTQ3OC45MjExMzksLTE5My45NDU4NTMgLTQ1OS4xNjY1NjUsLTE5Ny4yNTc2MjYgQy00MzYuMTc5OTc5LC0yMDEuMTA4NiAtNDEyLjIwNzg3MywtMjAzLjk5NjY2OCAtMzg4LjQwOTIyNCwtMjAzLjg4MDUyMyBaIE0tMjMuMzk3OTQ1NSwtMTkxLjg1MjkxIEMtMTEuMjcwNjU2NywtMTg1LjQ3MTMwNSAtMy43OTgxODkxNCwtMTczLjc5ODg4NCAwLjA0NDQwNzQwMzYsLTE2Ny4xMjUwOTIgQzIuNzQ2NjY2MiwtMTYyLjQyOTEzMyAxNi40NDQyNTYyLC0xMzguNTU4MjIzIDE3LjM5OTU4NzIsLTEzMy4zODc5NTEgQzIxLjg0MTk5MjMsLTEwOS4zMjg2MzMgMC44NzA5NTc3MTksLTkzLjgxNDc1ODYgLTIwLjM1MTc3NTIsLTc4LjkyMDc2NzYgTC0yMS45MjM5MTExLC03Ny44MTg1MjM1IEMtMjYuMzc3NDU0LC03NC42OTgwMzQ3IC0zMC44MTQ3MTc3LC03MS41OTYyMzA2IC0zNS4wMDMwODk5LC02OC40Mzk4NDIyIEMtNDguNzg1NzcwMSwtNTguMDUyMTI4IC03My40MjMyNTM3LC01My45MTE3MTcyIC05OS40MjM0Njk5LC02My4wNTU5OTc5IEMtMjM3LjYxNzA2MiwtMTExLjY1NjY5IC0yNjYuMTc5MDA5LC0xMTAuOTYzNTY1IC0yNjcuOTExMTExLC0xNDguOTQzMzE3IEMtMjY3Ljk3MjEzOSwtMTUwLjI3MzI2MSAtMjY3Ljk5NTUzNSwtMTUyLjIxODUwMyAtMjY3Ljk5OTQyMywtMTU0LjY0ODQ1OCBMLTI2Ny45OTk0MjMsLTE1Ni4yNDYzOTggQy0yNjcuOTkzMjYsLTE2MC44MTEyNjggLTI2Ny45Mzk2OTUsLTE2Ni43NTU0MDYgLTI2Ny45MzM1OTMsLTE3My4zOTQ2MzggTC0yNjcuOTMzMDI4LC0xNzQuNjA5Mjc4IEwtMjY3LjkzMzAyOCwtMTc0LjYwOTI3OCBDLTI2Ny45MzMwMjgsLTE5MS45NzU0MTkgLTI0MC42NzcwODcsLTE5Ny40MTY5MTQgLTIxOC4wMTA4NiwtMTk5LjU1Mzk0MyBDLTIwNi4yMzgzNCwtMjAwLjY2NDU4NyAtMTkyLjA3MDMzNiwtMjAxLjk3NDQ4IC0xNzcuNzU2Njg3LC0yMDMuMjYxNDgzIEwtMTcxLjk1MTQyOSwtMjAzLjc4MTQzOSBDLTE1MS44MzczNjgsLTIwNS41NzU4MDQgLTEzMi4wMzYxNDUsLTIwNy4yNjU2NjcgLTExOC43OTMwOTYsLTIwOC4yMzQzOTMgQy03OC43MTIzODM4LC0yMTEuMTY1NDM3IC01MC4wOTI0MjA1LC0yMDUuNjc1NDYyIC0yMy4zOTc5NDU1LC0xOTEuODUyOTEgWiBNMzEyLjMwNDAyOSwtMjA0LjA1NTU5IEMzMzEuNzYyOTQ3LC0xNjUuMjYwNDM0IDMyMS44OTU1NzUsLTEwNi44OTE1ODYgMjgzLjAzNjg5LC04My43MTg0MDk0IEMyMjguMDI3OTE0LC01MC45MTUwNDE0IDE3MS43MDQxMDMsLTc5LjQ0ODE5ODQgMTYxLjYyNDU1NywtMTQyLjYzNDA4OSBDMTUxLjE0MzgxLC0xOTEuMTAyMjQ5IDE3Mi45NzIwMDMsLTIyNC4xNDIzODIgMjEwLjcxNjQ1MywtMjUwLjU1NDM4IEMyNDguMDUyNjI5LC0yNzYuNjgyMjU5IDI5NS44NzU5ODIsLTIzNi44MDk2NTkgMzEyLjMwNDAyOSwtMjA0LjA1NTU5IFogTTc4LjY4NDUyNDMsLTI0MC4wMDAxNDIgQzEzMS4zMTYwMDMsLTI0MC4xMjQyMTUgMTU2LjkzOTA0NCwtMTU5LjA1MjU1OSAxMjcuNzY0OTE1LC0xMjcuMTgzNzAyIEMxMDMuOTAwOTMzLC0xMDEuMTEzNDQ1IDQxLjE4MzE0OTUsLTExOS4xMzY4OTMgMjkuNDQxODY4NSwtMTM0Ljc4MjU2MyBDMjcuNjk5MDAzOSwtMTM3LjEwNTM4OCAyMi44OTUwNDI1LC0xNDQuNzI0NTggMTcuODk1MjUxLC0xNTIuODYyNzg5IEwxNy4yMjc3MDMyLC0xNTMuOTUwNTQgQzExLjMyNTIyNDEsLTE2My41Nzg3NjQgNS4zMjc3NDU1NSwtMTczLjYzMjQxNiAzLjkxNjQ0NTEzLC0xNzYuMzA2NDE5IEMtMTUuMTc5NzgzMiwtMjEyLjQ3MTgxMiAxNi4wNzE0NzAyLC0yMzYuMzk3MzgxIDM5LjIyMjM5MDUsLTIzOS4xNTUzOTUgQzQyLjExNTQwNjUsLTIzOS40OTk0MjcgNTAuMDE3NjgzNCwtMjM5LjcwNTE2NCA1OC4xNDM4OTM1LC0yMzkuODI3NTA4IEw1OS4zNjM5MDYzLC0yMzkuODQ1MjQxIEM1OS41NjczMjIzLC0yMzkuODQ4MDk1IDU5Ljc3MDcyODcsLTIzOS44NTA4OTggNTkuOTc0MDUwOCwtMjM5Ljg1MzY1MSBMNjEuMTkyMzcyOCwtMjM5Ljg2OTU4NSBDNjguNDg5MDUzMSwtMjM5Ljk2MTcwNCA3NS40ODI2MDQ5LC0yMzkuOTkxODM0IDc4LjY4NDUyNDMsLTI0MC4wMDAxNDIgWiBNNDIyLjYzMjE4OCwtMzY4Ljg4OTg5OCBDNDQ2LjI4NjcyNSwtMzMzLjYxOTU5NCA0NDUuMjk3MTcyLC0yODEuMjcwMzAzIDQzNS40MTQ2MTksLTI0Mi44NDIwOTYgQzQyNi4zODIxMDgsLTIwNy43MTQ0MTUgNDA4LjE4Mjc2NiwtMTcxLjk4NjI4MyAzNzcuMDA3NjI0LC0xNDkuNzIwMTA0IEMzNDQuOTcyNzA3LC0xMjYuODM4NDk1IDMzMi41NDEzMjQsLTE3OC43MTYyODIgMzI3Ljg4ODE1NCwtMTk3LjkxOTY0IEMzMTcuMzkxMTA0LC0yNDEuMjQzOTMyIDMwMS4yNjk0OTksLTI4OS42NzY2MTYgMzA0LjM5NTE4OSwtMzMzLjMxOTM2OCBDMzA2LjMyMDQzOCwtMzYwLjIyNjk5NCAzMTQuNzE3MDM5LC0zOTkuNjI5NDY4IDM0Ni43MTgyMTQsLTQwOC4zMjgxOTIgQzM3Ny4xMTMzOTMsLTQxNi41OTE4ODEgNDA2Ljk1MTgyNiwtMzkyLjc2MTQwNCA0MjIuNjMyMTg4LC0zNjguODg5ODk4IFogTTYyNS4wODk2OTgsLTcyNi45OTM0MzkgQzY4Ny41MTYwNTcsLTcyNS42OTc1NTIgNzM2LjY4NTA3MSwtNjU2LjcxODcwOCA3NjMuNTk1MzI1LC02MDkuNjU2MjYzIEM3OTUuODQzNzY1LC01NTMuMjUzNjkgODEyLjcyNzEzMywtNDkxLjExOTk4NiA4MDguMzA0NzU1LC00MjQuMzUwOTY5IEM3OTkuNTA5NjA3LC0zMjYuNDAyMDc2IDczOS43MDk5MTMsLTIxNy42MTcxMDIgNjQyLjY2MzAyMywtMTgzLjg4NTA3NSBDNjA0LjY1MDE1MSwtMTcwLjY3MTU3OSA2MDMuNTUyODc5LC0yMzAuNDYxNjQ1IDYwMS4wNDg5MzIsLTI1My4xMDg4MDYgQzU5NS4zNDA2MzcsLTMwNC43MDU4ODEgNTk1LjUxMDM1MiwtMzU4LjU5NDYyOCA1OTMuOTIxNTU5LC00MTAuMTYwNTIzIEM1OTIuMTE3MzU5LC00NjguNzkwNDYyIDU4Ny45Njc4MywtNTI5LjczODA1NyA1ODcuMDI5MTc2LC01ODguNjM2OTE3IEM1ODYuNjAyOTMxLC02MTUuMzQzMjI0IDU3Ny4xNDc4NTMsLTcyNy45ODkyMjYgNjI1LjA4OTY5OCwtNzI2Ljk5MzQzOSBaIE0tODQwLjI3MjY3NCwtMzc4LjczOTgzMyBDLTg2NC43MjQ0MjcsLTQ0MS42MTgxNDEgLTgzNS40OTc0MjUsLTUyNS40MTgzNjYgLTY4OS41MTIxNDksLTQ5NC4yOTExOTMgQy02NjIuODA1MjU0LC00ODguNTk3NDYgLTYzMi43MjgwMTcsLTQ4MS4wNTAwNTkgLTYwMi4wMzY4NjUsLTQ3Mi43NDAxMSBDLTU3Ny4yMTQwMywtNDY2LjAyMTYyMiAtNTI5LjA3ODA4LC00NDMuNDE3MTU2IC01MzQuNDA4NjUyLC0zOTUuNjEyMTc4IEMtNTM2LjI5NTY0MSwtMzc4LjY5MTUxNiAtNTM4LjQ2OTU4OSwtMzU5LjQ5MDc1IC01NDAuNjE1MjU1LC0zNDAuMjc4ODE0IEwtNTQwLjk5MzU0NCwtMzM2Ljg4ODgxOCBDLTU0NS4wMjQxMjksLTMwMC43Mzc0NzkgLTU0OC44ODg3OTgsLTI2NS4wMTk0NzIgLTU1MC40ODUwMDEsLTI0NC44Njc4MDcgQy01NTIuMTUyOTIsLTIyMy44MzkxODYgLTU1OC45MjA5NSwtMTg1IC02MDkuOTY4OTIzLC0xODUgQy02OTguMjUwODIzLC0xODUgLTc4My41NDcxMzUsLTIzMi44NjY3ODkgLTg0MC4yNzI2NzQsLTM3OC43Mzk4MzMgWiBNLTUxNy43NjU4OTIsLTM5Mi4zNjQxMjUgQy01MTAuODY3NDM4LC00MzkuMDA2MDcgLTQ2NS42MzU5NCwtNDMxLjU1MTcyMiAtNDQ2LjEyMzQxNCwtNDI1LjUyNzk3NCBDLTQyMC40MTg4NTgsLTQxNy41OTA5NTEgLTM5OS43NDE4NDYsLTQxMS4wMjc3NDMgLTM4Ny40ODM2MDcsLTQwNy4xNjQ0MTQgQy0yNjEuMDAyNzc4LC0zNjcuMzA0NDI5IC0yOTQuNDEwNTA5LC0zMjEuMjUyOTIxIC0zMDkuNTc4OTgxLC0zMTAuNjkwODc0IEMtMzUzLjE3ODEwMSwtMjgwLjMyNzU2OCAtNDE2LjMyNTEzNCwtMjM5LjgyMTAwNyAtNDg0LjY5MzY4LC0yMTIuMjY4NTY5IEMtNTI4LjU3NzIwNSwtMTk0LjU4MzIwNSAtNTM3LjU0ODQwNiwtMjE2LjkxNzIxMiAtNTM0LjQ0MjIzNCwtMjQ2Ljg4MjM3NSBDLTUzMi45MDkyOTIsLTI2MS42NjM0NDEgLTUzMS4xNTMzNTUsLTI3OC4zNTk2ODUgLTUyOS4zMjY5NSwtMjk1LjI2MjY1OCBMLTUyOC45NzI2MTMsLTI5OC41MzYzMjQgTC01MjguOTcyNjEzLC0yOTguNTM2MzI0IEwtNTI4LjQzODM0NiwtMzAzLjQ1MDQ4MSBDLTUyOC4zMTkzMDMsLTMwNC41NDI0MzEgLTUyOC4yMDAwNjksLTMwNS42MzQwOTMgLTUyOC4wODA2ODUsLTMwNi43MjUwMTEgTC01MjcuNzIyMTI0LC0zMDkuOTk1MDY5IEMtNTI0LjEzMjgzNywtMzQyLjY2NDExNyAtNTIwLjQ0NTQ1NywtMzc0LjI0OTUxNyAtNTE3Ljc2NTg5MiwtMzkyLjM2NDEyNSBaIE0tMTE5LjA3Nzc4OCwtMzI1LjU4Nzc1MiBDLTk2LjI2MTE1NTMsLTMxOS43MTkwMDcgLTkwLjQxNzQ5MTUsLTMwNi45MjQwNzIgLTgzLjUzMTEwNDIsLTI4Ni4zOTE3MTQgQy03NS44MTgwNjQ5LC0yNjMuMzkzOTY4IC04NS4yNzU4OTc5LC0yMjEuMTc4NzM4IC0xMTguMjEyODUzLC0yMTcuODgwOTkzIEMtMTMyLjMyNTYzMiwtMjE2LjQ3MTA2OCAtMjA0LjU0MzQ4LC0yMTAuMjE0MTk3IC0yMTcuMDA0OTAyLC0yMDkuNTg2NDY0IEMtMjUzLjc2ODIwNCwtMjA3Ljc0MDg4OCAtMjkxLjM2ODU0MSwtMjEwLjYyODcyNSAtMzI2LjE1NDc1NywtMjEzLjAyNjEyNSBDLTM5My41NTIxOTgsLTIxNy42NzU3MDkgLTMxNC44NjY0OCwtMjkyLjQ0MTMyMSAtMjk3LjgxNzU5NCwtMzA4LjU2MDQwNCBDLTI2NC41MDg4NCwtMzQwLjA0NDc2MSAtMjU2LjIwMzM4OSwtMzYwLjg0Nzc1MSAtMTE5LjA3Nzc4OCwtMzI1LjU4Nzc1MiBaIE0tMzYuODk3MTQ0OSwtNDg0LjE2OTYzIEMtOC44NjMxNDMxOCwtNDY3LjM3OTU2IDE3LjUxNDM3NDksLTQ0Ni4xMjE5NDMgMzguODgzNDA0NiwtNDI1LjA1ODg3NyBDNzIuMDAwMDY1NiwtMzkyLjQxODMxNiAxMDkuNDQwMTEsLTM0OC45NzcxNjggMTE3LjA3MzIwNywtMzAwLjQzNDA2MSBDMTIxLjEwMjUxLC0yNzEuNDYxMzY2IDEyMC43MDE3MjYsLTI1My4zNDg0NyA5Ni45MTMwMzM0LC0yNTEuMTEyMDkzIEM4Ni41MDc2MzU0LC0yNTAuMTMxNTIzIDQ0LjU2MDczMjQsLTI0Ny43NjU2NjEgMzIuOTgwMzExLC0yNDkuODAyOTMxIEMtMjkuODE5Njc4NSwtMjYwLjg1MjA3NyAtMTAxLjkyNDIxNCwtNDQ0LjI5MjIzOSAtMTE0LjE2ODI2OSwtNDY4LjQ4NzAxMiBDLTEyOC4yMDQxMzgsLTQ5Ni4yMjAxNjggLTU3LjYyNzI2MzgsLTQ5Ni41ODMyNDUgLTM2Ljg5NzE0NDksLTQ4NC4xNjk2MyBaIE0xODQuOTk2MDkzLC00OTAuNDY4MTQxIEMyMTUuNDU3MjQyLC00NjEuOTIxNDg4IDI0NC44OTczNiwtNDI4LjYzMDg3MyAyNjYuMzMxNzk4LC0zOTMuMjI2MjkgQzI4Mi4yNDY1NCwtMzY2Ljk0MDU3OCAzMDIuODkzMDEsLTMyMi42ODY0NjggMjg1LjIxMzY2MiwtMjkxLjY0OTAyNSBDMjY3LjIyMjI2MSwtMjYwLjA2OTAwNyAyMzUuNjY1NjYxLC0yNjcuOTk5MTM2IDIwOC45MTMyNTIsLTI4NC4xNDk0NTggQzE3MC42MTU1MDcsLTMwNy4yNjk3MjIgMTM4LjEyMDc4NywtMzM5LjM0OTU4MSAxMDUuODEwODE4LC0zNjkuODk3NTQzIEwxMDMuNjQ0MTQ0LC0zNzIuMDI3NTUgQzEwMi41NTk5NzEsLTM3My4wOTI4MjggMTAxLjQ3NDY1NSwtMzc0LjE1ODU2NyAxMDAuMzg4NzAyLC0zNzUuMjI0OTc5IEw5OC4yMTYwOTU2LC0zNzcuMzU4NzY4IEw5OC4yMTYwOTU2LC0zNzcuMzU4NzY4IEw5Ni4wNDI2ODksLTM3OS40OTQ3MzYgQzk1LjY4MDQzNzgsLTM3OS44NTA5MzQgOTUuMzE4MTkwNiwtMzgwLjIwNzIzOCA5NC45NTU5NjYzLC0zODAuNTYzNjU3IEw5Mi43ODMwNDM1LC0zODIuNzAzNjExIEM5MS4zMzQ4MTA1LC0zODQuMTMxMjQ5IDg5Ljg4NzU0MTIsLTM4NS41NjA5NzcgODguNDQyNDMzNywtMzg2Ljk5MzMwMiBMODYuMjc2NTQzNiwtMzg5LjE0MzgwMyBDODUuMTk0NTU4OSwtMzkwLjIyMDA5MSA4NC4xMTQxMjczLC0zOTEuMjk3OTgzIDgzLjAzNTc1MzksLTM5Mi4zNzc2OTUgTDgwLjg4MTkwMTUsLTM5NC41Mzk2MDcgQzU3LjU4MTQ3NjgsLTQxNy45ODc5NzQgMzUuNDA1NTExMywtNDQyLjM1NzQ1MyAxOS40OTQ2NTY1LC00NjkuODMwODk5IEMzLjc0ODk5Nzg3LC00OTcuMDIzMDU4IC0wLjkyMDA1NzY3LC01MjcuMzQ2MzUgMS42NzQ5NTAxMywtNTU4LjQ5MTkyIEM3LjMyNTIxMjM5LC02MjYuMjg5MDg3IDE2OC45MDQ0MzQsLTUwNS41NDc1NTkgMTg0Ljk5NjA5MywtNDkwLjQ2ODE0MSBaIE0tMTk5LjEwOTAxNiwtNTUyLjA5MDQ2NCBDLTEzOC45NjMzMTksLTUwOC40OTE2OSAtMTA1LjY2ODg1NiwtNDQ3LjI1NjM1NSAtOTIuNDg5NzI5OSwtMzc4LjE3NDkyNiBDLTg3LjU1ODYxNCwtMzUyLjMzNDIzNSAtODYuMDU4MjA3MSwtMzIzLjg0MDI4NiAtMTI2LjUwNDgwNSwtMzM1LjgxODE3MiBDLTIwMi43ODgxNjcsLTM1OC40MTA0MDEgLTI3Ny4zNzkyNjQsLTM4My4wNTM0OTkgLTM1MS42NzM3OTEsLTQwNi4zNTk4NDEgQy0zNTYuOTQ1OTk0LC00MDguMDEzNjgxIC0zNjIuMjkxNDg2LC00MDkuNjE5OTM5IC0zNjcuNjYyNjMxLC00MTEuMjE5MzU4IEwtMzcwLjU5NDYwNCwtNDEyLjA5MTMzNSBDLTQxMy4xMzY4MDIsLTQyNC43MzIyNzYgLTQ1Ni43NDE5MTUsLTQzNy40MDg4OTYgLTQ3Ny44NDI1OTEsLTQ3MC4yNzk3OTUgQy00OTIuODA2MzM2LC00OTMuNTg5NDA0IC00NzEuODk3NTQ2LC01MTUuMDgwMDgzIC00NTcuMTc4MzQsLTUzMS43MjI4OTYgQy00NDMuMTk0MDU1LC01NDcuNTM3OTEzIC0zODcuMTMwNzM5LC02MjMuODU5MTI2IC0zNTkuOTQ1ODY0LC02MjQuOTE5NTE1IEMtMzAzLjE0MTc3NiwtNjI3LjEzMzcyMiAtMjQyLjAwMjMxMSwtNTgzLjE4NDA5OCAtMTk5LjEwOTAxNiwtNTUyLjA5MDQ2NCBaIE0tNjk2LjExMTcwMiwtNzIxLjIxNzM2MSBDLTY0Ny4zNjk5MzQsLTY5MS40MzgwMzYgLTU5OC4yNzEzOTcsLTY1OC40NDMxNzQgLTU0Ny4xNTQ4NjEsLTYzMi45NzgzMjcgQy01MTMuNDI5Mzc0LC02MTYuMTc4MiAtNDI0Ljk3NzI2MiwtNTYwLjI3NDAxNSAtNDc5LjE1NzMyLC01MTcuNjYyNDUyIEMtNTI1LjI2MDE2NywtNDgxLjQwMDY4MiAtNjA3LjkyOTYxMiwtNDgzLjMzMDAwNCAtNjY3LjI0ODU4NywtNDk3LjM1NDgyIEMtODM5LjA0OTExNiwtNTM3Ljk2NzQ4MyAtNzg1LjQ3NTYzMSwtNjQ0LjEyMTE4OSAtNzYzLjY3MDk0NSwtNzMwLjM1NDE2OSBDLTc1Ni43Njk3MDQsLTc2Mi4zOTU3NSAtNzA4Ljg0Mzg3NSwtNzI4Ljk5NjQyNiAtNjk2LjExMTcwMiwtNzIxLjIxNzM2MSBaIiBpZD0ib3JnYW5pYy1jZWxscyIgZmlsbD0iIzUwMzI5MSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stdXdoNDJlbDg2ZC0yKSI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");background-position:center;background-size:cover}.video-gallery-counter{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin-top:20px;color:#454545;line-height:1.2}.video-gallery-counter:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.video-gallery-container .download-cart__empty-container{height:unset}.video-gallery-container .icon-video-file{display:block;margin:0 auto;color:#503291;opacity:.5}.video-gallery-container__result-list{display:none;opacity:0;visibility:hidden}.video-gallery-container__result-list .loaded{display:block;opacity:1;visibility:visible}.video-gallery__loader{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.video-gallery__loader.loaded{display:none}.video-gallery-filters-dropdown{padding:0 15px}.video-gallery-filters-container{margin-bottom:68px}.video-gallery-filters-container__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.video-gallery-filters__title{font-family:Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC","MS Gothic","Hiragino Kaku Gothic ProN",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif;margin:0;color:#2dbecd;font-size:12px;font-weight:bold;line-height:1.3}.video-gallery-filters__title:lang(ja){font-family:"MS PGothic","MS Gothic","Hiragino Kaku Gothic ProN",Verdana,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Noto Sans SC","Noto Sans TC",SimHei,SimSong,"Yu Gothic",Meiryo,Arial,sans-serif}.video-gallery-filters__button{border:0;color:#eb3c96;font-size:12px;font-weight:bold;line-height:1.3;text-transform:uppercase;cursor:pointer}.video-gallery-search-bar-button{position:absolute;top:33%;right:22px;border:0}.video-gallery-search-bar-input{position:relative;width:100%;padding:23px;border:1px solid #e1e1e1}*{margin:0;padding:0}.hide-box-when-wireframe{display:none !important}.authoring-mode .hide-box-when-wireframe{display:block !important}.wireframe--content-box{position:absolute;width:100%;background-color:#fff;z-index:9999}.wireframe--content-box .old .wireframe__container{overflow:hidden}.wireframe--content-box .old .wf-wrapper{width:1400px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.wireframe--content-box .old .nav__top{height:50px;border-bottom:1px solid #aaa;background-color:gray}.wireframe--content-box .old .nav__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:40px;background-color:gray}.wireframe--content-box .old .nav-mobile{display:none}.wireframe--content-box .old .logo{-ms-flex-negative:0;flex-shrink:0;width:140px;height:25px;margin:30px 30px 29px 0;border-radius:3px;background-color:#454545;-webkit-box-sizing:border-box;box-sizing:border-box}.wireframe--content-box .old .nav-container{position:absolute;left:0;width:100%}.wireframe--content-box .old.header__ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;padding:0 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.wireframe--content-box .old.header__link{display:block;height:12px;border-radius:3px;background-color:#aaa}.wireframe--content-box .old.header__link:before{content:none}.wireframe--content-box .old.header__link:not(:first-child){margin-left:40px}.wireframe--content-box .old.header__link:nth-child(1){width:77px}.wireframe--content-box .old.header__link:nth-child(2){width:83px}.wireframe--content-box .old.header__link:nth-child(3){width:126px}.wireframe--content-box .old.header__link:nth-child(4){width:133px}.wireframe--content-box .old.header__link:nth-child(5){width:70px}.wireframe--content-box .old.header__link:nth-child(6){width:88px}.wireframe--content-box .old .hero__image{position:relative;width:100%;height:580px;background-color:#aaa;overflow:hidden}.wireframe--content-box .old .hero__image svg{position:absolute;bottom:-945px;left:-150px;width:100%;height:1920px;-webkit-transform:scale(2) rotate(6deg);transform:scale(2) rotate(6deg);z-index:1}.wireframe--content-box .old .hero__copy{margin-top:0;margin-bottom:0;padding-top:20px;padding-bottom:60px;background-color:#e6e6e6}.wireframe--content-box .old .hero__copy--wrapper{padding-left:50px}.wireframe--content-box .old .hero__copy *{border-radius:3px}.wireframe--content-box .old .hero__copy .pre-title{width:230px;height:12px;background-color:#aaa}.wireframe--content-box .old .hero__copy .title{width:470px;height:38px;margin-top:19px;margin-bottom:24px;background-color:#807f83}.wireframe--content-box .old .hero__copy .copy__line{display:block;height:12px;background-color:#d8d8d8}.wireframe--content-box .old .hero__copy .copy__line:nth-child(1){width:810px;margin-bottom:10px}.wireframe--content-box .old .hero__copy .copy__line:nth-child(2){width:460px;margin-bottom:10px}.wireframe--content-box .old .hero__copy .copy__line:nth-child(3){width:540px}.wireframe--content-box .old .hero__copy .button{display:block;width:138px;height:45px;margin-top:1.5rem;border-radius:6px;background-color:#807f83}.wireframe--content-box .old .who-we-are{position:relative;margin-bottom:60px;background-color:#e6e6e6}.wireframe--content-box .old .who-we-are__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:60px 30px}.wireframe--content-box .old .who-we-are .merk-logo{width:31.25%;padding:0 15px}.wireframe--content-box .old .who-we-are .merk-logo svg{width:360px;height:auto;fill:#807f83}.wireframe--content-box .old .who-we-are__content{width:62.5%;margin-left:6.25%;padding:0 15px}.wireframe--content-box .old .who-we-are__content *{border-radius:3px}.wireframe--content-box .old .who-we-are__content .title{margin-bottom:35px}.wireframe--content-box .old .who-we-are__content .elements{display:-webkit-box;display:-ms-flexbox;display:flex}.wireframe--content-box .old .who-we-are__content .title-line{display:block;width:100%;height:38px;background-color:#807f83}.wireframe--content-box .old .who-we-are__content .title-line:last-child{width:90%;margin-top:20px}.wireframe--content-box .old .who-we-are__content .description{width:50%;padding-right:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.wireframe--content-box .old .who-we-are__content .description span{display:block;height:12px}.wireframe--content-box .old .who-we-are__content .desc-title{margin-bottom:35px}.wireframe--content-box .old .who-we-are__content .desc-title-line{background-color:#aaa}.wireframe--content-box .old .who-we-are__content .desc-title-line:last-child{width:85%;margin-top:14px}.wireframe--content-box .old .who-we-are__content .desc-text-line{width:100%;margin-bottom:8px;background-color:#d8d8d8}.wireframe--content-box .old .who-we-are__content .items{width:50%;padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.wireframe--content-box .old .who-we-are__content .item{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:35px}.wireframe--content-box .old .who-we-are__content .item-image{width:80px;height:60px;margin-right:19px;background-color:#aaa;clip-path:ellipse(50% 42% at 50% 42%)}.wireframe--content-box .old .who-we-are__content .item-content{width:100%}.wireframe--content-box .old .who-we-are__content .item-link,.wireframe--content-box .old .who-we-are__content .item-text{display:block;height:12px;margin-bottom:12px}.wireframe--content-box .old .who-we-are__content .item-link{width:80%;background-color:#807f83}.wireframe--content-box .old .who-we-are__content .item-text{width:100%;background-color:#d8d8d8}.wireframe--content-box .old .who-we-are__content .item:nth-child(1) .item-link{width:40%}.wireframe--content-box .old .who-we-are__content .item:nth-child(1) .item-text{width:80%}.wireframe--content-box .old .who-we-are__content .item:nth-child(2) .item-link{width:55%}.wireframe--content-box .old .who-we-are__content .item:nth-child(2) .item-text:last-child{width:70%}.wireframe--content-box .old .who-we-are::after{position:absolute;top:100%;left:0;width:0;height:0;border-width:60px 100vw 0 0;border-style:solid;border-color:#e6e6e6 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);content:""}.wireframe--content-box .old .editorial{padding:60px 0}.wireframe--content-box .old .editorial__wrapper{padding:0 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.wireframe--content-box .old .editorial__title .pre-title{display:block;width:160px;height:12px;margin-bottom:22px;border-radius:3px;background-color:#aaa}.wireframe--content-box .old .editorial__title .filter{width:74%;height:38px;border-radius:3px;background-color:#807f83}.wireframe--content-box .old .editorial__title .filter:last-child{width:66%;margin-top:28px}.wireframe--content-box .old .editorial__content{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}.wireframe--content-box .old .editorial__content--left{width:62.5%;padding-right:15px}.wireframe--content-box .old .editorial__content--left .card{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:50px}.wireframe--content-box .old .editorial__content--left .card__image{width:50%;height:200px;margin-right:30px;background-color:#d8d8d8}.wireframe--content-box .old .editorial__content--left .card__text{width:50%}.wireframe--content-box .old .editorial__content--left .subtitle{display:block;width:100%;height:12px;border-radius:3px;background-color:#aaa}.wireframe--content-box .old .editorial__content--left .subtitle:first-child{width:15%;margin-bottom:10px}.wireframe--content-box .old .editorial__content--left .text{margin-top:18px}.wireframe--content-box .old .editorial__content--left .text-line{display:block;width:100%;height:12px;margin-bottom:10px;border-radius:3px;background-color:#d8d8d8}.wireframe--content-box .old .editorial__content--left .button{display:block;width:185px;height:40px;margin:30px auto 0;border-radius:6px;background-color:#807f83}.wireframe--content-box .old .editorial__content--right{width:25%;margin-left:12.5%;padding:0 15px}.wireframe--content-box .old .editorial__content--right .card{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}.wireframe--content-box .old .editorial__content--right .card__group{margin-top:50px}.wireframe--content-box .old .editorial__content--right .card__group:last-child{margin-top:100px}.wireframe--content-box .old .editorial__content--right .card__image{width:78px;height:78px;margin-right:23px;background-color:#aaa}.wireframe--content-box .old .editorial__content--right .card__text{width:65%}.wireframe--content-box .old .editorial__content--right .card__text .title{display:block;width:100%;height:14px;margin-bottom:12px;border-radius:3px;background-color:#807f83}.wireframe--content-box .old .editorial__content--right .card__text .text-line{display:block;width:100%;height:12px;margin-bottom:4px;border-radius:3px;background-color:#d8d8d8}.wireframe--content-box .old .editorial__content--right .card__text .text-line:nth-child(1){width:55%}.wireframe--content-box .old .editorial__content--right .card__text .text-line:nth-child(2){width:80%}.wireframe--content-box .old .work{position:relative;margin-top:60px;padding:60px 0;background-color:#e6e6e6}.wireframe--content-box .old .work::after{position:absolute;bottom:100%;left:0;width:0;height:0;border-width:0 0 60px 100vw;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #e6e6e6 rgba(0,0,0,0);content:""}.wireframe--content-box .old .work__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:60px;padding:0 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.wireframe--content-box .old .work__left{width:50%;padding-right:55px;-webkit-box-sizing:border-box;box-sizing:border-box}.wireframe--content-box .old .work__left .pre-title{display:block;width:100px;height:12px;border-radius:3px;background-color:#aaa}.wireframe--content-box .old .work__left .title-line{display:block;width:100%;height:25px;margin-top:20px;border-radius:3px;background-color:#807f83}.wireframe--content-box .old .work__left .title-line:last-child{width:65%}.wireframe--content-box .old .work__left .text{margin-top:90px}.wireframe--content-box .old .work__left .text-line{display:block;width:100%;height:12px;margin-top:10px;border-radius:3px;background-color:#d8d8d8}.wireframe--content-box .old .work__left .button{display:block;width:120px;height:40px;margin-top:35px;margin-bottom:65px;border-radius:6px;background-color:#807f83}.wireframe--content-box .old .work__left .links *{display:block;height:12px;border-radius:3px}.wireframe--content-box .old .work__left .link{width:25%;background-color:#aaa}.wireframe--content-box .old .work__left .link--title{width:35%;margin-bottom:28px;background-color:#aaa}.wireframe--content-box .old .work__left .link--text{width:45%;margin-bottom:16px;background-color:#d8d8d8}.wireframe--content-box .old .work__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;padding-left:55px;-webkit-box-sizing:border-box;box-sizing:border-box}.wireframe--content-box .old .work__right .card{width:50%}.wireframe--content-box .old .work__right .card:first-child{margin-right:15px}.wireframe--content-box .old .work__right .card:last-child{margin-left:15px}.wireframe--content-box .old .work__right .card__image{width:100%;height:186px;background-color:#807f83}.wireframe--content-box .old .work__right .card__text{padding:30px 38px;background-color:#fff}.wireframe--content-box .old .work__right .card__title{display:block;width:100%;height:25px;border-radius:3px;background-color:#807f83}.wireframe--content-box .old .work__right .text-line{display:block;width:100%;height:12px;margin-top:10px;border-radius:3px;background-color:#d8d8d8}.wireframe--content-box .old .work__right .text-line:nth-child(2){width:80%}.wireframe--content-box .old .footer{width:100%;height:800px;background-color:#d8d8d8}@media(min-width: 1025px)and (max-width: 1280px){.wireframe--content-box .old .wf-wrapper{width:1024px}}@media(min-width: 1281px){.wireframe--content-box .old .wf-wrapper{width:1280px}}@media(max-width: 1639px){.wireframe--content-box .old .nav-container{position:inherit;width:unset}.wireframe--content-box .old .header__ul{padding:0}}@media(max-width: 1024px){.wireframe--content-box .old .wf-wrapper{width:100%;padding-right:20px;padding-left:20px}.wireframe--content-box .old .nav__top,.wireframe--content-box .old .nav-container{display:none}.wireframe--content-box .old .nav__bottom{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 12px 0 20px}.wireframe--content-box .old .nav-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;width:28px;height:29px;padding-right:12px;-webkit-box-sizing:content-box;box-sizing:content-box}.wireframe--content-box .old .nav-bar{width:100%;height:3px;border-radius:2px;background-color:#fff}.wireframe--content-box .old .logo{margin:19px 30px 20px 0}.wireframe--content-box .old .hero__image{height:50vh}.wireframe--content-box .old .hero__image svg{bottom:-956px;left:110px;-webkit-transform:scale(3.5) rotate(4deg);transform:scale(3.5) rotate(4deg)}.wireframe--content-box .old .hero__copy .title,.wireframe--content-box .old .hero__copy .copy>.copy__line{width:100%}.wireframe--content-box .old .who-we-are__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wireframe--content-box .old .who-we-are .merk-logo{width:100%;margin-bottom:31px;padding:0}.wireframe--content-box .old .who-we-are .merk-logo svg{width:100%}.wireframe--content-box .old .who-we-are__content{width:100%;margin:0;padding:0}.wireframe--content-box .old .who-we-are__content .elements{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wireframe--content-box .old .who-we-are__content .elements .description{margin-bottom:24px}.wireframe--content-box .old .who-we-are__content .elements .description,.wireframe--content-box .old .who-we-are__content .elements .items{width:100%;padding:0}.wireframe--content-box .old .editorial__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wireframe--content-box .old .editorial__content--left,.wireframe--content-box .old .editorial__content--right{width:100%;padding:0}.wireframe--content-box .old .editorial__content--left .card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wireframe--content-box .old .editorial__content--left .card__image,.wireframe--content-box .old .editorial__content--left .card__text{width:100%}.wireframe--content-box .old .editorial__content--left .card__text{margin-top:15px}.wireframe--content-box .old .editorial__content--left .button{margin:30px 0 0}.wireframe--content-box .old .editorial__content--right{margin-left:0}.wireframe--content-box .old .work__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wireframe--content-box .old .work__left,.wireframe--content-box .old .work__right{width:100%;padding:0}.wireframe--content-box .old .work__right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:30px}.wireframe--content-box .old .work__right .card{width:100%}.wireframe--content-box .old .work__right .card:first-child{margin-right:0}.wireframe--content-box .old .work__right .card:last-child{margin-top:30px;margin-left:0}}.wireframe--content-box .wireframe__container{overflow:hidden}.wireframe--content-box .wf-wrapper{width:1280px;margin:0 auto;padding-right:30px;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.wireframe--content-box .nav__top{height:50px;border-bottom:1px solid #aaa;background-color:gray}.wireframe--content-box .nav__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:40px;background-color:gray}.wireframe--content-box .nav-mobile{display:none}.wireframe--content-box .logo{-ms-flex-negative:0;flex-shrink:0;width:140px;height:25px;margin:30px 30px 29px 10px;border-radius:3px;background-color:#454545;-webkit-box-sizing:border-box;box-sizing:border-box}.wireframe--content-box .nav-container{position:absolute;left:0;width:95%}.wireframe--content-box .header__ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;margin:auto;padding:0 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.wireframe--content-box .header__link{display:block;height:12px;border-radius:3px;background-color:#aaa}.wireframe--content-box .header__link:before{content:none}.wireframe--content-box .header__link:not(:first-child){margin-left:40px}.wireframe--content-box .header__link:nth-child(1){width:77px}.wireframe--content-box .header__link:nth-child(2){width:83px}.wireframe--content-box .header__link:nth-child(3){width:126px}.wireframe--content-box .header__link:nth-child(4){width:133px}.wireframe--content-box .header__link:nth-child(5){width:70px}.wireframe--content-box .header__link:nth-child(6){width:88px;margin-right:20px}.wireframe--content-box .hero__image,.wireframe--content-box .timeline__image{position:relative;width:100%;height:710px;background-color:#aaa;overflow:hidden}.wireframe--content-box .hero__copy,.wireframe--content-box .timeline__copy{min-height:330px;margin-top:80px;margin-bottom:80px;background-color:#fff}.wireframe--content-box .hero__copy--wrapper,.wireframe--content-box .timeline__copy--wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wireframe--content-box .hero__copy *,.wireframe--content-box .timeline__copy *{border-radius:3px}.wireframe--content-box .hero__copy .title,.wireframe--content-box .timeline__copy .title{width:470px;height:38px;margin-bottom:24px;background-color:gray}.wireframe--content-box .hero__copy .subtitle,.wireframe--content-box .timeline__copy .subtitle{margin-bottom:24px}.wireframe--content-box .hero__copy .subtitle .subtitle__line,.wireframe--content-box .timeline__copy .subtitle .subtitle__line{display:block;height:12px;margin-bottom:10px;background-color:gray}.wireframe--content-box .hero__copy .subtitle .subtitle__line:nth-child(1),.wireframe--content-box .timeline__copy .subtitle .subtitle__line:nth-child(1){width:734px}.wireframe--content-box .hero__copy .subtitle .subtitle__line:nth-child(2),.wireframe--content-box .timeline__copy .subtitle .subtitle__line:nth-child(2){width:350px}.wireframe--content-box .hero__copy .copy__line,.wireframe--content-box .timeline__copy .copy__line{display:block;height:12px;margin-bottom:10px;background-color:#d8d8d8}.wireframe--content-box .hero__copy .copy__line:nth-child(1),.wireframe--content-box .timeline__copy .copy__line:nth-child(1){width:420px}.wireframe--content-box .hero__copy .copy__line:nth-child(2),.wireframe--content-box .timeline__copy .copy__line:nth-child(2){width:420px}.wireframe--content-box .hero__copy .copy__line:nth-child(3),.wireframe--content-box .hero__copy .copy__line:nth-child(4),.wireframe--content-box .hero__copy .copy__line:nth-child(5),.wireframe--content-box .timeline__copy .copy__line:nth-child(3),.wireframe--content-box .timeline__copy .copy__line:nth-child(4),.wireframe--content-box .timeline__copy .copy__line:nth-child(5){width:734px}.wireframe--content-box .hero__copy .button,.wireframe--content-box .timeline__copy .button{display:block;width:153px;height:40px;margin-top:70px;border-radius:6px;background-color:#807f83}.wireframe--content-box .hero__copy .dotsContainer,.wireframe--content-box .timeline__copy .dotsContainer{position:relative;min-height:330px;margin-right:30px}.wireframe--content-box .hero__copy .dotsContainer .line,.wireframe--content-box .timeline__copy .dotsContainer .line{position:absolute;left:9px;height:100%;border-left:2px solid #d8d8d8}.wireframe--content-box .hero__copy .dotsContainer .dots,.wireframe--content-box .timeline__copy .dotsContainer .dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;list-style:none}.wireframe--content-box .hero__copy .dotsContainer .dots .dotsWrapper,.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wireframe--content-box .hero__copy .dotsContainer .dots .dotsWrapper .dot,.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper .dot{width:20px;height:20px;padding:0;border:0;border-radius:100%;background-color:#807f83;z-index:5}.wireframe--content-box .hero__copy .dotsContainer .dots .dotsWrapper .dotTitle,.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper .dotTitle{display:block;height:12px;margin-left:10px;background-color:#807f83}.wireframe--content-box .hero__copy .dotsContainer .dots .dotsWrapper:nth-child(1) .dotTitle,.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(1) .dotTitle{width:90px}.wireframe--content-box .hero__copy .dotsContainer .dots .dotsWrapper:nth-child(2) .dotTitle,.wireframe--content-box .hero__copy .dotsContainer .dots .dotsWrapper:nth-child(3) .dotTitle,.wireframe--content-box .hero__copy .dotsContainer .dots .dotsWrapper:nth-child(4) .dotTitle,.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(2) .dotTitle,.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(3) .dotTitle,.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(4) .dotTitle{width:120px}.wireframe--content-box .hero__copy .dotsContainer .dots .dotsWrapper:nth-child(5) .dotTitle,.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(5) .dotTitle{width:160px}.wireframe--content-box .grid__copy{margin-top:80px;margin-bottom:130px;background-color:#fff}.wireframe--content-box .grid__copy *{border-radius:3px}.wireframe--content-box .grid__copy .title{width:426px;height:33px;margin-bottom:40px;background-color:gray}.wireframe--content-box .grid__copy .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wireframe--content-box .grid__copy .imgContainer{width:280px;height:210px;margin-bottom:30px;background-color:#d8d8d8}.wireframe--content-box .grid__copy .imgContainer svg{-webkit-transform:scale(1.3);transform:scale(1.3)}.wireframe--content-box .grid__copy .subtitle{margin-bottom:17px}.wireframe--content-box .grid__copy .subtitle .subtitle__line{display:block;width:190px;height:12px;margin-bottom:10px;background-color:gray}.wireframe--content-box .grid__copy .description__line{display:block;height:12px;margin-bottom:10px;background-color:#d8d8d8}.wireframe--content-box .grid__copy .description__line:nth-child(1){width:350px}.wireframe--content-box .grid__copy .description__line:nth-child(2){width:350px}.wireframe--content-box .grid__copy .description__line:nth-child(3){width:197px}.wireframe--content-box .grid__copy .button{display:block;width:153px;height:40px;margin-top:25px;border-radius:6px;background-color:#807f83}.wireframe--content-box .pioneering__copy{background-color:#fff}.wireframe--content-box .pioneering__copy--wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px;margin-bottom:80px}.wireframe--content-box .pioneering__copy *{border-radius:3px}.wireframe--content-box .pioneering__copy .pioneering__info .title{background-color:gray}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(1){width:427px;height:14px;margin-bottom:12px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(2){width:348px;height:12px;margin-bottom:40px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(3){width:120px;height:32px;margin-bottom:20px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(4){width:197px;height:32px;margin-bottom:27px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(5){width:197px;height:13px;margin-bottom:15px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(6){width:151px;height:12px}.wireframe--content-box .pioneering__copy .pioneering__info .imagesWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:-25px}.wireframe--content-box .pioneering__copy .pioneering__info .imgContainer{width:168px;height:147px;margin-bottom:30px;-webkit-transform:scale(0.7);transform:scale(0.7);background-color:#fff}.wireframe--content-box .pioneering__copy .pioneering__info .previous-btn{display:none}.wireframe--content-box .pioneering__copy .pioneering__info .next-btn{display:none}.wireframe--content-box .pioneering__copy .pioneering__info .copy__line{display:block;height:12px;margin-bottom:10px;background-color:#d8d8d8}.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(1),.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(2),.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(3){width:424px}.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(4),.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(5){width:500px}.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(6){width:120px;margin-bottom:30px}.wireframe--content-box .pioneering__copy .pioneeringImage{width:100%;background-color:#aaa}.wireframe--content-box .footer{width:100%;height:800px;background-color:#d8d8d8}@media(min-width: 1025px)and (max-width: 1280px){.wireframe--content-box .wf-wrapper{width:1024px}.wireframe--content-box .header__ul{padding:0}.wireframe--content-box .timeline__copy .subtitle .subtitle__line:nth-child(1){width:634px}.wireframe--content-box .timeline__copy .subtitle .subtitle__line:nth-child(2){width:350px}.wireframe--content-box .timeline__copy .copy__line:nth-child(3),.wireframe--content-box .timeline__copy .copy__line:nth-child(4),.wireframe--content-box .timeline__copy .copy__line:nth-child(5){width:634px}.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(1) .dotTitle{width:70px}.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(2) .dotTitle,.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(3) .dotTitle,.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(4) .dotTitle{width:100px}.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(5) .dotTitle{width:130px}.wireframe--content-box .grid__copy .description__line:nth-child(1),.wireframe--content-box .grid__copy .description__line:nth-child(2){width:270px}.wireframe--content-box .grid__copy .description__line:nth-child(3){width:147px}.wireframe--content-box .pioneering__copy .pioneering__info .icon-arrow{display:none}}@media(min-width: 768px)and (max-width: 1024px){.wireframe--content-box .wf-wrapper{width:768px;padding-right:20px;padding-left:20px}.wireframe--content-box .timeline__copy--wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wireframe--content-box .timeline__copy .title{width:435px}.wireframe--content-box .timeline__copy .subtitle{margin-bottom:45px}.wireframe--content-box .timeline__copy .subtitle .subtitle__line:nth-child(1){width:502px}.wireframe--content-box .timeline__copy .subtitle .subtitle__line:nth-child(2){width:365px}.wireframe--content-box .timeline__copy .copy__line:nth-child(1),.wireframe--content-box .timeline__copy .copy__line:nth-child(2),.wireframe--content-box .timeline__copy .copy__line:nth-child(3),.wireframe--content-box .timeline__copy .copy__line:nth-child(4),.wireframe--content-box .timeline__copy .copy__line:nth-child(5){width:502px}.wireframe--content-box .timeline__copy .button{width:165px;margin-top:58px}.wireframe--content-box .timeline__copy .dotsContainer .line{left:39px}.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper{margin-left:30px}.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(1) .dotTitle{width:70px}.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(2) .dotTitle,.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(3) .dotTitle,.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(4) .dotTitle{width:100px}.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper:nth-child(5) .dotTitle{width:140px}.wireframe--content-box .grid__copy{margin-bottom:80px}.wireframe--content-box .grid__copy .title{margin-bottom:10px}.wireframe--content-box .grid__copy .content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wireframe--content-box .grid__copy .card:nth-child(1),.wireframe--content-box .grid__copy .card:nth-child(2){margin-right:10px}.wireframe--content-box .grid__copy .imgContainer{width:240px;height:180px;margin-left:-10px}.wireframe--content-box .grid__copy .imgContainer svg{-webkit-transform:scale(1.1);transform:scale(1.1)}.wireframe--content-box .grid__copy .subtitle .subtitle__line{width:170px;height:13px;margin-bottom:14px}.wireframe--content-box .grid__copy .description__line{height:13px;margin-bottom:10px;background-color:#d8d8d8}.wireframe--content-box .grid__copy .description__line:nth-child(1),.wireframe--content-box .grid__copy .description__line:nth-child(2){width:220px}.wireframe--content-box .grid__copy .description__line:nth-child(3){width:170px}.wireframe--content-box .grid__copy .button{display:block;width:133px;height:40px}.wireframe--content-box .pioneering__copy--wrapper{display:block;margin-top:30px;margin-bottom:80px}.wireframe--content-box .pioneering__copy .pioneering__info .title{background-color:gray}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(1){width:607px;height:24px;margin-bottom:11px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(2){display:none}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(3){width:283px;height:24px;margin-bottom:24px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(4){width:160px;height:10px;margin-bottom:12px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(5){width:0px;height:0px;margin-bottom:0px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(6){width:133px;height:10px;margin-bottom:0px}.wireframe--content-box .pioneering__copy .pioneering__info .imagesContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wireframe--content-box .pioneering__copy .pioneering__info .imagesWrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wireframe--content-box .pioneering__copy .pioneering__info .imgContainer{width:168px;height:147px;margin-bottom:30px;-webkit-transform:scale(0.7);transform:scale(0.7)}.wireframe--content-box .pioneering__copy .pioneering__info .imgContainer:nth-child(4){display:none}.wireframe--content-box .pioneering__copy .pioneering__info .copy__line{height:12px}.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(1),.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(2),.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(3),.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(4),.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(5){width:452px}.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(6){width:243px;height:10px;margin-bottom:27px}.wireframe--content-box .pioneering__copy .pioneeringImage{width:0}}@media(min-width: 0px)and (max-width: 767px){.wireframe--content-box .wf-wrapper{width:100%;padding-right:20px;padding-left:20px}.wireframe--content-box .nav__bottom{padding-left:20px}.wireframe--content-box .logo{width:100px}.wireframe--content-box .timeline__copy .title-mobile{height:33px;margin-right:20px;margin-left:20px;background-color:gray}.wireframe--content-box .timeline__copy .title-mobile:nth-child(1){width:80%;margin-bottom:10px}.wireframe--content-box .timeline__copy .title-mobile:nth-child(2){width:50%;margin-bottom:24px}.wireframe--content-box .timeline__copy .timeline__info{display:none}.wireframe--content-box .timeline__copy .dotsContainer .line{left:9px}.wireframe--content-box .timeline__copy .dotsContainer .dots .dotsWrapper{margin-left:0px}.wireframe--content-box .grid__copy{margin-bottom:20px}.wireframe--content-box .grid__copy .title{width:85%;margin-bottom:10px}.wireframe--content-box .grid__copy .title-mobile{width:50%;height:33px;margin-bottom:30px;background-color:gray}.wireframe--content-box .grid__copy .content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wireframe--content-box .grid__copy .imgContainer{width:100%;height:100%;margin-left:-10px}.wireframe--content-box .grid__copy .imgContainer svg{-webkit-transform:scale(1.1);transform:scale(1.1)}.wireframe--content-box .grid__copy .subtitle .subtitle__line{width:70%;height:13px;margin-bottom:14px}.wireframe--content-box .grid__copy .description__line:nth-child(1),.wireframe--content-box .grid__copy .description__line:nth-child(2){width:90%}.wireframe--content-box .grid__copy .description__line:nth-child(3){width:60%}.wireframe--content-box .grid__copy .button{display:block;width:40%;height:40px}.wireframe--content-box .grid__copy .button:nth-of-type(1),.wireframe--content-box .grid__copy .button:nth-of-type(2){margin-bottom:10px}.wireframe--content-box .pioneering__copy--wrapper{display:block;margin-top:30px;margin-bottom:30px}.wireframe--content-box .pioneering__copy .pioneering__info .title{background-color:gray}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(1){width:70%;height:24px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(2){width:50%;height:24px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(3){width:40%;height:20px;margin-bottom:10px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(4){width:50%;height:20px;margin-bottom:20px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(5){width:60%;height:10px;margin-bottom:12px}.wireframe--content-box .pioneering__copy .pioneering__info .title:nth-of-type(6){width:50%;height:10px;margin-bottom:0px}.wireframe--content-box .pioneering__copy .pioneering__info .imagesContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wireframe--content-box .pioneering__copy .pioneering__info .imagesWrapper{width:80%}.wireframe--content-box .pioneering__copy .pioneering__info .imgContainer{width:100%;height:100%;margin-bottom:30px;-webkit-transform:scale(0.7);transform:scale(0.7);background-color:#fff}.wireframe--content-box .pioneering__copy .pioneering__info .imgContainer:nth-child(3),.wireframe--content-box .pioneering__copy .pioneering__info .imgContainer:nth-child(4){display:none}.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(1),.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(2),.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(3),.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(4),.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(5){width:90%}.wireframe--content-box .pioneering__copy .pioneering__info .copy__line:nth-child(6){width:50%}.wireframe--content-box .pioneering__copy .pioneeringImage{width:0}}@media(max-width: 1024px){.wireframe--content-box .header__ul{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wireframe--content-box .header__link{height:24px}.wireframe--content-box .header__link:not(:first-child){margin-left:12px}.wireframe--content-box .header__link:nth-child(1),.wireframe--content-box .header__link:nth-child(2),.wireframe--content-box .header__link:nth-child(3){width:24px}.wireframe--content-box .header__link:nth-child(4),.wireframe--content-box .header__link:nth-child(5),.wireframe--content-box .header__link:nth-child(6){display:none}.wireframe--content-box .pioneering__copy .pioneering__info .icon-arrow{position:relative;top:-10px;width:15px;height:15px;border-top:#fff;border-right:5px solid #d8d8d8;border-bottom:5px solid #d8d8d8;border-left:#fff;background-color:#fff}.wireframe--content-box .pioneering__copy .pioneering__info .previous-btn{display:block;margin-right:5%;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.wireframe--content-box .pioneering__copy .pioneering__info .next-btn{display:block;margin-left:5%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.ht-skip>div>div[side=right]>button[side=right]{display:none !important}.ht-skip>div>div>div+div>div{display:none}.dAstylere,#dAopener{display:none !important}@media(min-width: 660px){#digiAccess.da-container{height:94vh !important}}
