*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper,
.dnd-section > .row-fluid,
.page-center{
  margin: 0 auto;
  padding-left:1.25rem;
  padding-right:1.25rem;
}


.banner-section .dnd-section > .row-fluid {
  padding: 0 !important;
}

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

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html{
  font-size:16px;
}

body {
  line-height: 1.5;
  max-width: 100%;
  min-width: 100%;
  overflow-wrap: break-word;
  overflow-x: hidden;
  position: relative;
}

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

@font-face {
  font-family: arkhe-icon;
  font-style: normal;
  font-weight: 400;
  src: url('//20844026.fs1.hubspotusercontent-na1.net/hubfs/20844026/raw_assets/public/Naruto_Feb2022/fonts/icomoon.woff2') format("woff2"),
    url('//20844026.fs1.hubspotusercontent-na1.net/hubfs/20844026/raw_assets/public/Naruto_Feb2022/fonts/icomoon.woff') format("woff");
      }

[class*=" arkhe-icon-"],[class^=arkhe-icon-] {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: arkhe-icon!important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none
}

.arkhe-icon-person:before {
  content: "\e910"
}

.arkhe-icon-check:before {
  content: "\e900"
}

.arkhe-icon-chevron-down:before,.c-submenuToggleBtn:before {
  content: "\e901"
}

.arkhe-icon-chevron-left:before,.c-pnNav__item.-prev .c-pnNav__link:before {
  content: "\e902"
}

.arkhe-icon-chevron-right:before,.c-pnNav__item.-next .c-pnNav__link:before {
  content: "\e903"
}

.arkhe-icon-chevron-up:before {
  content: "\e904"
}

.arkhe-icon-close:before {
  content: "\e905"
}

.arkhe-icon-menu:before {
  content: "\e906"
}

.arkhe-icon-search:before {
  content: "\e907"
}

.arkhe-icon-link:before {
  content: "\e908"
}

.arkhe-icon-modified:before {
  content: "\e909"
}

.arkhe-icon-posted:before {
  content: "\e90a"
}

.arkhe-icon-comment:before,.comment-reply-title:before {
  content: "\e90b"
}

.arkhe-icon-tag:before {
  content: "\e90c"
}

.arkhe-icon-folder:before,.p-entry__foot .-category>.c-postTerms__link:before,.widget_categories>ul>.cat-item>a:before,.wp-block-categories>.cat-item>a:before {
  content: "\e90d"
}

.arkhe-icon-rss:before {
  content: "\e90e"
}

.arkhe-icon-home:before {
  content: "\e90f"
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  text-decoration:none;
  transition-duration: .32s;
  transition-timing-function: ease-in-out;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin-top:0;
  margin-bottom: 2.5rem;
}

/* Lists */

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

.body-container-wrapper ul{
  list-style: none;
  padding-left: 0;
}

.body-container-wrapper ul li{
  margin: 0;
  padding-left: 2rem;
  position: relative;
}

.body-container-wrapper ul li:before{
  background:#004896;
  border-radius: 100%;
  content: "";
  height: 7px;
  left: 1rem;
  transform: translate(-50%,-50%);
  width: 7px;
  position: absolute;
  top: 1rem;
}

blockquote{
  background: none;
  border-left: 2px solid rgba(199, 199, 199, 0.5);
  padding: 0.25rem 1rem;
  margin-bottom: 0;
  margin-top: 2rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  padding:1rem 2.5rem;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border:1px solid;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline:none;
}
}

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

ul.inputs-list.multi-container li {
  margin: 0;
  padding: 0;
}
.hs-search-module .hs-input {
  margin-bottom: 20px;
}

ul.inputs-list.multi-container li:before {
  content: none;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg,
ul.no-list.hs-error-msgs.inputs-list label{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
   padding: 1rem 5rem;
   border-radius:40px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */
.header {
  background: unset;
  font-weight: 500;
  transition-duration: .32s;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  will-change: background-color;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header-wrapper{
  min-height:4rem;
  position:relative;
  z-index:100;
}

.mobile-btn {
  display: none;
}
.l-header__left {
  display: none;
}
.header .content-wrapper{
  max-width: calc(1280px + 1.25rem*2);
  display: flex;
  height: 5.5rem;
  justify-content: space-between;
  align-items: center;
  column-gap: 0;
  position: relative;
  width: 100%;
  z-index: 1;
  padding:0;
}

header.header .l-header__center {
  pointer-events: auto;
  z-index: 2;
  grid-area: center;
}

header.header .l-header__center .l-header__logo.has-text {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
}
header.header .c-headLogo.header_logo {
  font-size: .75em;
  line-height: 1.5;
  height: 40px;
  width: 272px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-weight: 400;
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  transition-duration: .32s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  will-change: opacity;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:50% 50%;
}

header.header .header__right {
  pointer-events: auto;
  z-index: 2;
  align-self: unset;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  grid-area: right;
  justify-self: end;
}
header.header .c-headLogo.header_logo:hover {
  opacity: 0.75;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  align-items: center;
  display: flex;
  gap: min(2.5vw,2rem);
  font-size: .8125rem;
}
.custom-menu-primary .hs-menu-wrapper>ul > li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  transition-duration: .32s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  will-change: opacity;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > a:after {
  background-color: #004896;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition-duration: .32s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  width: 100%;
  will-change: transform;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > a:hover:after {
  transform: scaleX(1);
  transform-origin: 0 0;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > ul {
  background: #f8fafc;
  padding: 0.25rem 1rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 3px 10px rgb(15 23 42/5%);
  color: rgb(0 72 150);
  left: -1em;
  opacity: 0;
  position: absolute;
  top: calc(100% + 0.75rem);
  transition-duration: .32s;
  transition-property: opacity,visibility;
  transition-timing-function: ease-in-out;
  visibility: hidden;
  white-space: nowrap;
  will-change: opacity,visibility;
}

.custom-menu-primary .hs-menu-wrapper>ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > ul > li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > ul:before {
  content: "";
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: -0.75rem;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > ul > li > a {
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  transition-duration: .32s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  will-change: opacity;
  padding: 0.75rem 1.25rem 0.75rem 0;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > ul > li:not(:first-child) {
  border-top: 1px solid rgb(226 232 240);
}
.ark-block-columns .ark-block-column:hover p a:after {
  top: calc(50% - 1px);
  transform: rotate(-135deg);
}
.ark-block-columns {
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin: 0 0 0 min(3.125vw,2.5rem);
  display: flex;
  justify-content: flex-start;
}

.ark-block-columns .ark-block-column {
  margin: 0;
  position: relative;
  width: unset;
}

.ark-block-columns .arkb-columns__item{
  border: 1px solid;
  border-radius: 0.125rem;
  font-size: .75rem;
  overflow: hidden;
}

.ark-block-columns .arkb-columns__item .hs-button {
  padding: 0.25rem 1rem;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  transition-duration: .32s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  will-change: opacity;
}

.ark-block-columns .ark-block-column p {
  border: 1px solid;
  border-radius: 0.125rem;
  font-size: .75rem;
  overflow: hidden;
  margin: 0;
}

.ark-block-columns .ark-block-column p a {
  padding: 0.25rem 1rem;
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  transition-duration: .32s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  will-change: opacity;
  padding-right: 1.5rem;
}

.ark-block-columns .ark-block-column dl.ark-block-dl {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  box-shadow: 0 3px 10px rgb(15 23 42/5%);
  left: -1em;
  opacity: 0;
  position: absolute;
  top: calc(100% + 0.75rem);
  transition-duration: .32s;
  transition-property: opacity,visibility;
  transition-timing-function: ease-in-out;
  visibility: hidden;
  white-space: nowrap;
  will-change: opacity,visibility;
  padding: 1rem;
  margin:0;
}

.ark-block-columns .ark-block-column p a:after {
  border-color: currentcolor;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  height: 6px;
  position: absolute;
  right: 0.75rem;
  top: calc(50% - 3px);
  transform: rotate(45deg);
  transition-duration: .32s;
  transition-property: top,transform;
  transition-timing-function: ease-in-out;
  width: 6px;
  will-change: top,transform;
}

.ark-block-columns .ark-block-column:hover dl.ark-block-dl {
  opacity: 1;
  visibility: visible;
}


.ark-block-columns .ark-block-column dl.ark-block-dl:before {
  content: "";
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: -0.75rem;
  width: 100%;
}

.ark-block-columns .ark-block-column dl.ark-block-dl dt.ark-block-dl__dt {
  border: 0;
  color: rgb(51 65 85);
  font-size: .75rem;
  font-weight: unset;
  padding: 0;
}

.ark-block-columns .ark-block-column dl.ark-block-dl dt.ark-block-dl__dt span {
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  transition-duration: .32s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  will-change: opacity;
}


.ark-block-columns .ark-block-column dl.ark-block-dl dd.ark-block-dl__dd.ark-keep-mt--s {
  font-size: .875rem;
  margin-top: 0.5rem;
  padding: 0;
  margin-left: 0;
}

.ark-block-columns .ark-block-column dl.ark-block-dl dd.ark-block-dl__dd.ark-keep-mt--s .hs-button {
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  transition-duration: .32s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  will-change: opacity;
  border: 1px solid rgb(0 72 150);
  border-radius: 0.125rem;
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
}

.ark-block-columns .ark-block-column dl.ark-block-dl dd.ark-block-dl__dd.ark-keep-mt--s .hs-button:after {
  border: 0;
  height: 1rem;
  right: 0.75rem;
  top: calc(50% - 0.5rem);
  transform: none;
  width: 1rem;
  position: absolute;
  content: "";
  background: url(//20844026.fs1.hubspotusercontent-na1.net/hubfs/20844026/raw_assets/public/Naruto_Feb2022/images/icon_external_navy.svg) no-repeat;
}

.ark-block-columns .ark-block-column dl.ark-block-dl dt.ark-block-dl__dt:not(:first-child) {
  margin-top: 1rem;
}

header.header{
  position: fixed;
}
@media(min-width:1000px){
  .drawer_menu{
    display:none;
  }
  .header-wrapper{
    min-height:6.5rem;
    position:relative;
  }
  header.header{
    position: fixed;
    margin-bottom: 1rem;
  }
  header.header .l-header__center .l-header__logo.has-text{
    justify-content: flex-start;
    font-size:32px;
  }
}


@media(max-width:999px){
  .mobile-btn {
    height: 3.5rem;
    order: 2;
    width: 3.5rem;
    display: inherit;
    line-height: 1.25;
    position: relative;
    text-align: center;
    flex-shrink: 0;
    grid-area: menu;
    z-index: 2;
  }

  .header .content-wrapper {
    height: 4rem;
    max-width: calc(1280px + 1rem*2);
    padding-left: 1rem;
  }

  header.header .l-header__center {
    flex-basis: 100%;
  }

  header.header .header__right {
    display: none;
    align-items: center;
    grid-area: right;
    justify-self: end;
    align-self: unset;
    justify-content: flex-end;
  }

  header.header .l-header__center .l-header__logo.has-text {
    justify-content: unset;
  }

  header.header .c-headLogo.header_logo {
    font-size: .75em;
    line-height: 1.5;
    height: 32px;
    width: 218px;
  }

  button.mobile-trigger {
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    background: none !important;
    border: none;
    color: inherit;
    cursor: pointer;
    height: 100%;
    padding: 0;
    text-decoration: none;
    width: 100%;
    border-radius: 0;
  }

  button.mobile-trigger .c-iconBtn__icon {
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 1;
    position: relative;
    width: 24px;
  }

  button.mobile-trigger .c-iconBtn__icon i.__open.arkhe-icon-menu {
    display: block;
    transform-origin: 50% 50%;
    transition: .25s;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: arkhe-icon!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #004896;
  }

  button.mobile-trigger .c-iconBtn__icon i.__open.arkhe-icon-menu:before {
    content: "\e906";
    display: block;
  }
  button.mobile-trigger .c-iconBtn__icon i.__close {
    display: none;
  }

  .drawer_menu {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    height: calc(100% - 64px);
    top: 64px;
    color: #fff;
    font-size: .9rem;
    left: 0;
    position: fixed;
    transition: opacity .5s,visibility .5s;
    width: 100%;
    z-index: 1;
  }

  .mobile-open .drawer_menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .drawer_menu .drawer__inner {
    margin: 0 auto;
    max-width: 600px;
    margin-right: 0;
    background-color: rgb(241 245 249);
    color: rgb(0 72 150);
    width: min(100vw,480px);
    height: 100%;
    overflow-y: auto;
    pointer-events: auto;
    position: relative;
    z-index: 1;
  }


  .drawer_menu .drawer__inner .drawer__body {
    padding: 0;
    position: relative;
  }

  .drawer_menu .gnav-wrap .hs-menu-wrapper > ul {
    background-color: #fff;
    padding: 2rem 1rem;
    font-size: .8125rem;
  }

  .drawer_menu .gnav-wrap .hs-menu-wrapper > ul > li {
    border-top: 1px solid rgb(226 232 240);
    position: relative;
  }

  .drawer_menu .gnav-wrap .hs-menu-wrapper > ul > li > a {
    padding: 1rem 0;
    color: inherit;
    cursor: pointer;
    display: block;
    position: relative;
    text-decoration: none;
    transition-duration: .32s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    will-change: opacity;
  }

  .drawer_menu .gnav-wrap .hs-menu-wrapper > ul > li > ul > li {
    border-top: 1px solid rgb(226 232 240);
    position: relative;
  }

  .drawer_menu .gnav-wrap .hs-menu-wrapper > ul > li > ul > li > a {
    padding: 1rem;
    color: inherit;
    cursor: pointer;
    display: block;
    position: relative;
    text-decoration: none;
    transition-duration: .32s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    will-change: opacity;
  }
  .drawer_menu .gnav-wrap .hs-menu-wrapper > ul > li:last-child {
    border-bottom: 1px solid rgb(226 232 240);
  }
  .drawer_menu  .button_group {
    margin-top: 0;
    padding: 2rem 1rem;
    overflow: hidden;
    position: relative;
  }

  .drawer_menu .button_group .wp-block-group__inner-container {
    position: relative;
    z-index: 2;
  }

  .drawer_menu .button_group .wp-block-group__inner-container p {
    color: rgb(51 65 85);
    font-size: .9375rem;
    font-weight: 700;
    padding-bottom: 0.625rem;
    position: relative;
  }

  .drawer_menu .button_group .wp-block-group__inner-container p:after{
    background-color: rgb(203, 213, 225);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
  }

  .drawer_menu .button_group  dl.ark-block-dl {
    margin: 0;
    margin-top: 1.5rem;
  }

  .drawer_menu .button_group dl.ark-block-dl dt.ark-block-dl__dt {
    border: 0;
    color: rgb(51 65 85);
    font-size: .75rem;
    font-weight: unset;
    padding: 0;
    line-height: inherit;
    margin: 0;
  }

  .drawer_menu .button_group dl.ark-block-dl dt.ark-block-dl__dt:not(:first-child) {
    margin-top: 1rem;
  }

  .drawer_menu .button_group dl.ark-block-dl dd.ark-block-dl__dd {
    margin: 0;
    font-size: .875rem;
    margin-top: 0.5rem;
    padding: 0;
  }

  .drawer_menu .button_group dl.ark-block-dl dd.ark-block-dl__dd .hs-button {
    border: 1px solid rgb(0 72 150);
    border-radius: 0.125rem;
    padding: 0.75rem 2.25rem 0.75rem 0.75rem;
    color: inherit;
    cursor: pointer;
    display: block;
    position: relative;
    text-decoration: none;
    transition-duration: .32s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    will-change: opacity;
  }

  .drawer_menu .button_group dl.ark-block-dl dd.ark-block-dl__dd .hs-button[target="_blank"]:after {
    content: "";
    position: absolute;
    background: url(//20844026.fs1.hubspotusercontent-na1.net/hubfs/20844026/raw_assets/public/Naruto_Feb2022/images/icon_external_navy.svg) no-repeat;
    border: 0;
    height: 1rem;
    right: 0.75rem;
    top: calc(50% - 0.5rem);
    transform: none;
    width: 1rem;
  }

  .drawer_menu .button_group  a#hs-button_button_3 {
    border: 1px solid rgb(0 72 150);
    border-radius: 0.125rem;
    padding: 0.75rem 2.25rem 0.75rem 0.75rem;
    background: rgb(0 72 150);
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    text-decoration: none;
    transition-duration: .32s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    will-change: opacity;
    font-size: .875rem;
    margin-top: 2.5rem;
  }

  .drawer_menu .button_group a#hs-button_button_3:after {
    border-color: currentcolor;
    border-style: solid;
    border-width: 1.5px 1.5px 0 0;
    content: "";
    height: 0.5rem;
    position: absolute;
    right: 0.75rem;
    top: calc(50% - 0.25rem);
    transform: rotate(45deg);
    width: 0.5rem;
  }
  
  
  .drawer_menu .button_group dl.ark-block-dl dd.ark-block-dl__dd .hs-button:hover,
  .drawer_menu .button_group a#hs-button_button_3:hover{
    opacity: .75;
}
  .drawerUnderlayer {
    background: none;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: opacity .5s,visibility .5s;
    visibility: hidden;
    width: 100%;
    z-index: 99;
    height: calc(100% - 64px);
    top: 64px;
  }

  .mobile-open .drawerUnderlayer {
    opacity: 1;
    visibility: visible;
    background: rgba(0,0,0,.92);
  }

  /*   button.mobile-trigger .c-iconBtn__icon i.__open.arkhe-icon-menu {
  display: none;
} */

  /*   .mobile-open button.mobile-trigger .c-iconBtn__icon i.__close {
  display: inherit;
} */

  body.mobile-open {
    overflow-y: hidden;
    touch-action: none;
  }

  button.mobile-trigger .c-iconBtn__icon i.__close {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    z-index: 1;
    display: block;
    display: block;
    transform-origin: 50% 50%;
    transition: .25s;
  }

  .mobile-open button.mobile-trigger .c-iconBtn__icon i.__close {
    opacity: 1;
    transform: rotate(0);
  }

  .mobile-open button.mobile-trigger .c-iconBtn__icon i.__open.arkhe-icon-menu {
    opacity: 0;
    transform: rotate(-180deg);
  }

  button.mobile-trigger .c-iconBtn__icon i.__open.arkhe-icon-menu {
    display: block;
    transform-origin: 50% 50%;
    transition: .25s;
  }
}



/* note */
.footer {
  padding: 3rem 0 2rem;
  position: relative;
  z-index: 0;
}

.footer .footer__inner {
  margin: 0 auto;
  max-width: calc(1200px + 1.25rem*2);
  padding: 0 1.25rem;
}

.footer_logo {
  display: table;
  margin: 0 0 1rem;
}

.footer_logo .c-headLogo {
  height: 64px;
  width: 216px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat:no-repeat;
  margin-bottom:0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  transition-duration: .32s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  will-change: opacity;
}

.footer_logo .c-headLogo:hover{
  opacity:0.75;
}

.footer .wp-block-group {
  margin-top: 6rem;
  overflow: hidden;
  position: relative;
  margin-top: 0;
}
.footer .ark-block-dl {
  font-size: .8125rem;
  margin-top: 2rem;
  width: 100%;
  margin-bottom:0;
}
.l-footer-copy {
  margin: 0;
  margin-top: 2rem;
  text-align: center;
  font-size: .6875rem;
  width: 100%;
}


.footer .wp-block-group .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}

.footer .wp-block-group .menu-footernav .hs-menu-wrapper > ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .8725rem;
  gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer .wp-block-group .menu-footernav .hs-menu-wrapper > ul > li {
  position: relative;
}

.footer .wp-block-group .menu-footernav .hs-menu-wrapper > ul > li > a {
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  transition-duration: .32s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  will-change: opacity;
}

.footernav-bottom .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.75rem;
  font-size: .8125rem;
  gap: 0.75rem;
}

.footernav-bottom .hs-menu-wrapper > ul > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footernav-bottom .hs-menu-wrapper > ul > li > a {
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  transition-duration: .32s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  will-change: opacity;
}

.footernav-bottom .hs-menu-wrapper > ul > li:not(:first-child):before {
  content: "｜";
  display: inline-block;
  margin-right: min(0.75rem,8px);
}
.footer .wp-block-group .menu-footernav .hs-menu-wrapper > ul > li > a:after,
.footernav-bottom .hs-menu-wrapper > ul > li > a:after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition-duration: .32s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  width: 100%;
  will-change: transform;
}

.footer .wp-block-group .menu-footernav .hs-menu-wrapper > ul > li > a:hover:after, 
.footernav-bottom .hs-menu-wrapper > ul > li > a:hover:after {
  transform: scaleX(1);
  transform-origin: 0 0;
}

.footer .ark-block-dl dt.ark-block-dl__dt {
  border: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.footer .ark-block-dl dd.ark-block-dl__dd{
  margin: 0;
}
.footer .ark-block-dl dd.ark-block-dl__dd p {
  margin: 0;
}

@media(min-width:600px){
  .footer .footer__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .wp-block-group {
    margin-left: auto;
    width: min(40rem,100%);
  }
  .footer .ark-block-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .l-footer-copy {
    margin-top: 0;
    text-align: right;
  }
  .footer .ark-block-dl dt.ark-block-dl__dt{
    width: 6rem;
  }
  .footer .ark-block-dl dd.ark-block-dl__dd {
    width: calc(100% - 6rem);
  }

}



@media(max-width:999px){
  .footer .footer__inner {
    padding: 0 1rem;
  }
}



@media(max-width:599px){
  .footer_logo {
    margin: 0 auto;
  }

  .footer .wp-block-group .menu-footernav .hs-menu-wrapper > ul {
    gap: 1rem;
    margin-top: 2rem;
    flex-direction: column;
  }

  .footernav-bottom .hs-menu-wrapper > ul {
    font-size: .8125rem;
    margin-top: 2rem;
    flex-direction: column;
  }

  .footernav-bottom .hs-menu-wrapper > ul > li:not(:first-child):before {
    content: none;
  }


}
/* Menu and simple menu */

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