/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans');
@font-face {
  font-family: 'simplon';
  font-weight: 400;
  src: url('../fonts/SimplonNorm-Regular-WebXL.eot');
  src: url('../fonts/SimplonNorm-Regular-WebXL.eot#iefix')
      format('embedded-opentype'),
    url('../fonts/SimplonNorm-Regular-WebXL.woff2') format('woff2'),
    url('../fonts/SimplonNorm-Regular-WebXL.woff') format('woff'),
    url('../fonts/SimplonNorm-Regular-WebXL.ttf') format('truetype'),
    url('../fonts/SimplonNorm-Regular-WebXL.svg#Font') format('svg');
}

@font-face {
  font-family: 'simplon';
  font-weight: 500;
  src: url('../fonts/SimplonNorm-Medium-WebXL.eot');
  src: url('../fonts/SimplonNorm-Medium-WebXL.eot#iefix')
      format('embedded-opentype'),
    url('../fonts/SimplonNorm-Medium-WebXL.woff2') format('woff2'),
    url('../fonts/SimplonNorm-Medium-WebXL.woff') format('woff'),
    url('../fonts/SimplonNorm-Medium-WebXL.ttf') format('truetype'),
    url('../fonts/SimplonNorm-Medium-WebXL.svg#Font') format('svg');
}

@font-face {
  font-family: 'simplon';
  font-weight: 700;
  src: url('../fonts/SimplonNorm-Bold-WebXL.eot');
  src: url('../fonts/SimplonNorm-Bold-WebXL.eot#iefix')
      format('embedded-opentype'),
    url('../fonts/SimplonNorm-Bold-WebXL.woff2') format('woff2'),
    url('../fonts/SimplonNorm-Bold-WebXL.woff') format('woff'),
    url('../fonts/SimplonNorm-Bold-WebXL.ttf') format('truetype'),
    url('../fonts/SimplonNorm-Bold-WebXL.svg#Font') format('svg');
} */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

* {
  font-family: var(
    --wipo-font,
    'simplon',
    arial,
    meiryo,
    sans-serif
  ) !important;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Generic
------------------------------------------ */
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

:root {
  --h1: 16px;
  --white: #ffffff;
  --float: left;
  --left: 1.5em;
  --right: auto;
  --marginleft: -22px;
  --marginRight: 0;
  --rotate: rotate(0deg);
  --m-left-panel-actions: 0;
  --pos-right: 0;
  --pos-left: auto;
  --test: 1px;
  --gray-69: #696969;
  --border-default: 1px solid #cccccc;
  --table-bg-color: white;
  --table-hover-bg-color: #f0f0f0;
  --sort-icon-size: 0.7em;
  --wu-siebar-section--transform: left bottom;
  --wu-sidebar-section-rotate: rotate(270deg) translate(-100%, 4px);
  --wu-page-header-padding-right: 0;
  --wu-page-header-font-size: 38px;
  --wu-page-header-font-weight-400: 400 !important;
  --wu-page-header-font-weight-300: 300 !important;
  --wu-page-header-line-height: 55px !important;
  --wu-page-header-text-transform: none;
  --wu-page-header-b-portfolio__dropdown--is-active-right: -300px;
  --wu-page-header-b-portfolio__dropdown--is-active-left: unset;
  --wu-page-header-b-portfolio__dropdown--is-active-right-left: 45px;
  --wu-page-header-b-portfolio__dropdown--is-active-right-right: unset;
  --wu-step-margin-bottom: 12.2px;
  --wu-maroon: #570a2c;
  --wu-black: #303030;
}

#machine-translation.wu-translation {
  color: var(--white);
}

#machine-translation.wu-translation .translation-container {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  background: var(--wu-maroon);
  border-radius: 4px;
}

#machine-translation.wu-translation .translation-container .translation-label {
  align-self: flex-start;
}

#machine-translation.wu-translation .translation-container.open {
  border-radius: 4px 4px 0 0;
}

#machine-translation.wu-translation .translation-container .icons {
  align-self: flex-end;
  font-size: 18px;
  vertical-align: bottom;
  /* transition: all linear 0.1s; */
}

#machine-translation.wu-translation .translation-logo {
  font-size: 20px;
}

#machine-translation.wu-translation .translation-drop-down {
  background: var(--white);
  box-shadow: 0px 5px 10px #00000012;
  border-radius: 0 0 4px 4px;
}

#machine-translation.wu-translation .translation-drop-down ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* .wu-translation .translation-drop-down ul ul {
  display: none;
} */

#machine-translation.wu-translation .translation-drop-down ul li {
  color: var(--wu-black);
  font-size: 16px;
  line-height: 32px;
}

#machine-translation.wu-translation
  .translation-drop-down
  .translation-languages
  li:hover {
  background-color: #f8f8f8;
  color: #0065df;
}

#machine-translation.wu-translation
  .translation-drop-down
  .translation-languages
  li:hover
  a {
  color: #0065df;
}

#machine-translation.wu-translation .open .icons {
  transform: rotate(45deg);
}

#machine-translation.wu-translation .icons.close-translation {
  transform: rotate(45deg);
}

#machine-translation.wu-translation
  .translation-container
  .translation-heading {
  font-size: 16px;
  color: var(--white);
  margin-bottom: 0;
}

#machine-translation.wu-translation .translation-container .translation-heading,
#machine-translation.wu-translation .translation-drop-down a {
  font-family: var(
    --wipo-font,
    'simplon',
    arial,
    meiryo,
    sans-serif
  ) !important;
}

#machine-translation.wu-translation .open .icons.close-translation {
  transform: rotate(0deg);
}

#machine-translation.wu-translation .icons {
  cursor: pointer;
}

#machine-translation.wu-translation .float-right {
  float: right;
}

#machine-translation.wu-translation .active {
  background: #e5f1ff;
}

#machine-translation.wu-translation .translation-drop-down a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: var(--wu-black);
}

#machine-translation.wipo-translate.active .icons {
  transform: rotate(180deg);
}

#machine-translation.wu-translation .translation-drop-down a:hover,
#machine-translation.wu-translation .translation-drop-down a:active,
#machine-translation.wu-translation .translation-drop-down a:focus {
  color: #000;
}

#machine-translation.wu-translation
  .translation-drop-down
  .translation-languages {
  width: 90%;
  border-left: 1px solid #f0f0f0;
  margin: auto;
}

#machine-translation.wu-translation .translation-drop-down .icons {
  color: #727272;
  font-size: 20px;
}

#machine-translation.wu-translation .google-translate a {
  padding: 0;
  display: inline-block;
}

#machine-translation.wu-translation .google-translate {
  padding: 0 15px;
}

#machine-translation.wu-translation .google-translate select.goog-te-combo {
  display: block;
  width: 100%;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #1f1f1f;
  color: var(--wu-black);
  margin: 0;
}

#machine-translation.wu-translation .icons,
.translation-logo.icons {
  font-family: var(--wipo-icon-font, 'Material Symbols Outlined') !important;
}

@media only screen and (min-width: 767px) {
  #machine-translation.wu-translation {
    max-width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .translation-logo.circle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: var(--wu-maroon);
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    box-shadow: 0px 5px 10px #00000012;
  }
  #machine-translation.wu-translation {
    color: #ffffff;
    position: fixed;
    bottom: 10px;
    width: 90%;
    left: 5%;
  }
}

.law {
  --wu-page-font-size: 0.65em !important;
  --wu-page-header-padding: 1.9375em;
}

[dir='rtl'] {
  --float: right;
  --left: auto;
  --right: 1.5em;
  --marginleft: 1px;
  --marginRight: -22px;
  --rotate: rotate(180deg);
  --m-left-panel-actions: 3em;
  --pos-right: auto;
  --pos-left: 0;
  --wu-page-section-footer: left;
  --wu-page-section-left: auto;
  --wu-page-section-right: -0.75em;
  --wu-page-section-rotate: rotate(90deg);
  --wu-siebar-section--transform: right bottom;
  --wu-sidebar-section-rotate: rotate(-270deg) translate(100%, 4px);
  --wu-filter-padding-left: 0;
  --wu-filter-padding-right: 3em;
  --wu-view-panel-padding-left: 4.875em;
  --wu-view-panel-padding-right: 1.75em;
  --wu-landing-align: right;
  --wu-icon-margin-left: 0.21em;
  --wu-icon-margin-right: 0;
  --wu-view-align: right;
  --wu-multi-search-input: 0.6875rem 1.0625rem 0.75rem 3rem;
  --wu-multi-search-badge: 0 0 0.3em 0.3em;
  --wu-input-text-no-margin: 0;
  --wu-input-text-margin: 1px;
  --wu-button-border-right: 1px solid rgb(204, 204, 204);
  --wu-button-border-left: 0;
  --wu-page-header-padding-left: 0;
  --wu-page-header-b-portfolio__dropdown--is-active-right: unset;
  --wu-page-header-b-portfolio__dropdown--is-active-left: -300px;
  --wu-page-header-b-portfolio__dropdown--is-active-right-left: unset;
  --wu-page-header-b-portfolio__dropdown--is-active-right-right: 45px;
}

/* Base styles
------------------------------------------ */
html {
  /* min-width: 1080px; */
  background-color: #f7f7f7;
  color: #1a1a1a;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lt-ie9 html {
  width: 1080px;
}

body {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}

::-moz-selection {
  background-color: #b2d7ff;
}

::selection {
  background-color: #b2d7ff;
}

a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #808080;
}
a:focus {
  outline: 0;
}

fieldset {
  margin-right: 0;
  margin-left: 0;
  border: 0;
  padding: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a1a1a;
}

p {
  margin-top: 1em;
  margin-bottom: 0;
}
p:first-child {
  margin-top: 0;
}

ul {
  margin-top: 1.5em;
  margin-bottom: 0;
  padding-left: 1em;
}
ul:first-child {
  margin-top: 0;
}

.placeholder {
  color: #bababa;
}

.g-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  width: 100%;
  height: 100%;
  background: rgba(247, 247, 247, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99F7F7F7', endColorstr='#99F7F7F7')";
}

.g-overlay--white {
  background: rgba(255, 255, 255, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99FFFFFF', endColorstr='#99FFFFFF')";
}

.g-wrapper {
  position: relative;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3em;
  padding-left: 3em;
}
.lt-ie9 .g-wrapper {
  width: 1080px;
}
.g-wrapper:after {
  display: table;
  clear: both;
  content: '';
}

/*
    Custom CSS added
*/

h1 {
  font-size: 48px;
  margin: 0;
}

wu-step h3 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  letter-spacing: 1.75px;
}

wu-step,
wu-button,
wu-field,
wu-filter,
wu-input-search,
wu-page-header,
wu-page-section,
wu-select-one,
wu-slot,
wu-sticky-bar,
wu-sticky-bar-link,
wu-view-panel,
wu-sidebar-section,
wu-sidebar,
wu-block-ui,
wu-landing,
wu-view {
  opacity: 0;
}
wu-step[loaded],
wu-button[loaded],
wu-field[loaded],
wu-filter[loaded],
wu-input-search[loaded],
wu-page-header[loaded],
wu-page-section[loaded],
wu-select-one[loaded],
wu-slot[loaded],
wu-sticky-bar[loaded],
wu-sticky-bar-link[loaded],
wu-view-panel[loaded],
wu-sidebar-section[loaded],
wu-sidebar[loaded],
wu-block-ui[loaded],
wu-landing[loaded],
wu-view[loaded] {
  opacity: 1;
}

wu-button {
  height: 100%;
  display: inline-block;
}

wu-page-header .b-page-header {
  margin-top: 0 !important;
}

wu-page-header h1,
wu-page-header h2 {
  display: inline-block;
  font-size: 48px;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}

wipo-footer a:first-child {
  padding-left: 0;
}

wipo-footer a {
  padding: 0 10px;
  color: #666666;
  text-decoration: none;
}

wu-page-header ul {
  font-size: 16px;
  padding: 0;
}
wu-page-header ul li {
  margin-bottom: 15px;
  list-style: none;
  padding-left: 15px;
}

wu-sticky-bar a {
  display: inline-block;
  margin: 1em 1.2858em 1em 0px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  color: inherit !important;
}

wu-sticky-bar a:hover {
  color: #000;
  text-decoration: none;
}

wu-sticky-bar a.selected {
  color: #000 !important;
  text-decoration: none;
  padding-bottom: 1px;
}

wu-sticky-bar a.selected:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  border-width: 0 0 2px;
  border-style: solid;
}

/* wu-view-panel*/

wu-view-panel {
  position: relative;
}

wu-view-panel h1 {
  font-size: var(--h1);
}

wu-slot {
  flex: 1 1 200px;
  position: relative;
  width: auto;
}

wu-view-panel wu-slot wu-field {
  display: block;
}

wu-view-panel wu-slot {
  min-width: 300px;
  width: auto;
  overflow: visible;
}

:host .b-navigation__shortcut-list {
  background-color: red;
}

::shadow .b-navigation__shortcut-list {
  background-color: red;
}

::shadow
  .b-navigation-floater
  .b-navigation__in-page-nav
  .b-navigation__shortcut-list {
  float: right;
}

[dir='rtl'] .w-sticky-bar {
  float: right;
}

[dir='rtl'] wu-sticky-bar a {
  float: right;
  margin-right: 0;
  margin-left: 1.2858em;
}

.w-sticky-bar {
  display: none;
}

/* wu-filter */
wu-filter {
  /* font-size: 0; */
}
wu-filter a {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  border-radius: 0;
  vertical-align: top;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.9375em;
  padding: 0.75em 1.0625em 0.6875em;
  transition: all 160ms ease-in;
  border: 0;
  background-color: #ffffff;
  color: #767676 !important;
  font-size: 16px;
  outline: 1px solid #cccccc;
  display: inline-block;
}

wu-filter a:hover {
  color: #1a1a1a !important;
  outline: 1px solid #cccccc;
  text-decoration: none;
}

wu-filter a:focus {
  outline: 1px solid #cccccc;
}

/* wu-input-search {
  float: left;
  width: 35%;
} */

@media (max-width: 767px) {
  wu-page-header h1,
  wu-page-header h2 {
    font-size: 39px;
  }
  wu-page-header h3 {
    font-size: 26px;
  }
}

/* wu-select-one */

wu-select-one[is-option-selected] select {
  padding-top: 30px;
}

wu-select-one select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA8CAAAAAAFq2YgAAAAU0lEQVRIx+3SoQ0AIAxEUfZXZ7B4JmAEDBaPxRBGQMAALfqf7kt6TUPbvgQAAAAAfIGil2IEK9/5vKwrzSRJado7jCjF4Sndpe67Uq28BgAAANwcU6t408wIgs4AAAAASUVORK5CYII=);
  background-position: right center;
  appearance: none;
  width: 100%;
  border: 0px;
  background-size: 3em;
  background-repeat: repeat-y;
  cursor: pointer;
  text-overflow: ellipsis;
  appearance: none;
  width: 100%;
  height: 4.4375em;
  outline: 0px;
  border-radius: 0px;
  padding: 1.4375em 1.0625em 0.5em;
  background-color: transparent;
  color: rgb(26, 26, 26);
  line-height: 1.5;
  background-size: 46px 50px !important;
}

wu-select-one select:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA8CAAAAAAFq2YgAAAAUUlEQVR4AWM484w0QJ6GUQ2jGkY1jGoY1dDuAgXtRGp4nAdRn/eYWCfdjgGpj7lNvB/O+rm4+J0lxdO73Nx2kRZKixaNJg0IGNUwqmFUw6gGAK0oAvc72rLJAAAAAElFTkSuQmCC);
}

[dir='rtl'] wu-select-one select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA8CAAAAAAFq2YgAAAAU0lEQVR4AWP4QBo4Q56GUQ2jGkY1jGoY1bB9AhRsJ1LDu5UQ9SvfEeukl/NA6ue9JN4PD6ZOmDD1ASmevjphwlXSQun48dGkAQGjGkY1jGoY1QAA4Ep40xolxm4AAAAASUVORK5CYII=);
  background-position: left center;
}

[dir='rtl'] wu-select-one select:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA8CAAAAAAFq2YgAAAAUUlEQVR4AWN4Rho4Q56GUQ2jGkY1jGoY1dDuAgXtRGp4nAdRn/eYWCfdjgGpj7lNvB/O+rm4+J0lxdO73Nx2kRZKixaNJg0IGNUwqmFUw6gGAMufAveecOoFAAAAAElFTkSuQmCC);
  background-position: left center;
}

wu-filter wu-select-one select {
  height: 2.9375em;
  padding-top: 6px;
  width: 348px;
}

wu-filter wu-select-one {
  --w-select-padding: 0.7em 1.0625em;
  font-size: 16px;
  padding-left: 15px;
  min-width: 348px;
  display: inline-block;
}

[dir='rtl'] wu-filter wu-select-one {
  padding-right: 20px;
}

wu-filter {
  --w-select-align: inline-block;
  --w-select-margin: 15px;
}

/* wu-page-section */
wu-page-section h2 {
  margin: 0;
  font-size: 32px;
}

/****** table base style starts ******/
.datatable {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  white-space: nowrap;
  font-size: 1em;
  color: #808080;
}

.datatable th,
.datatable td {
  vertical-align: top;
  font-weight: 400;
  padding: 1.125em 0.875em;
  text-align: left;
}

.datatable th a,
.datatable td a {
  color: #1a1a1a;
}

.datatable.striped tr:nth-child(even) {
  background: #efefef !important;
}

.datatable > thead > tr {
  background-color: #f0f0f0;
}

.datatable > thead > tr > th {
  color: var(--gray-69);
  border: var(--border-default);
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
}

[dir='rtl'] .datatable > thead > tr > th,
[dir='rtl'] .datatable > tbody > tr > td {
  text-align: right;
}

.datatable > thead > tr > th .clf-sort,
.datatable > thead > tr > th sort-icon {
  width: 1em;
  height: 1em;
  margin-bottom: 0.17em;
  display: inline-block;
  background-size: contain;
  position: relative;
  background-position: center;
}

.datatable > thead > tr > th sort-icon .pi-sort-amount-up,
.datatable > thead > tr > th sort-icon .sort-up {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAARUlEQVR4AWMY1GAUZAEhCcCF4TcQuhCrXI3hHcN/IHwHZBEBBBluAhVD4E0gjwBgYdgNVIiAu4EieMFUiEIEBIqMSDAKAMUeHePsdwJ2AAAAAElFTkSuQmCC');
  background-size: contain;
  opacity: 0.5;
}

.datatable > thead > tr > th sort-icon .pi-sort-amount-up::before,
.datatable > thead > tr > th sort-icon .sort-up::before {
  opacity: 0;
}

.datatable > thead > tr > th sort-icon .sort-down {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAQUlEQVR4AWMYoWAUTGX4jwan4tfAwrAbRfluoAgBIMhwE678JpBHBFBjeAdW/g7IIhK4MPwGQhdSPJ8FhIMYjAIAdFgd4yIUYiYAAAAASUVORK5CYII=');
  background-size: contain;
  opacity: 0.5;
}

.datatable > thead > tr > th sort-icon .sort-down::before {
  opacity: 0;
}

.datatable > thead > tr > th sort-icon .sort-default::before,
.datatable > thead > tr > th sort-icon .sort-default::after {
  content: '';
  position: absolute;
  width: var(--sort-icon-size);
  height: var(--sort-icon-size);
  left: 0.23em;
  right: 0.23em;
  background-size: contain;
  opacity: 1;
}

.datatable > thead > tr > th sort-icon i {
  display: inline-block;
  width: 16px;
  vertical-align: top;
  padding-top: 3px;
}

.datatable .sortable-column .sort-up,
.datatable .sortable-column .sort-down {
  height: 1em;
  margin-top: 4px;
}

.datatable > thead > tr > th sort-icon .sort-default::before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAMUlEQVR4AWMYxGAU2DP8B0J74pW/AWIwSbRyBIto5QgeQeV4RQhKIkQJSGDKDG0wCgBWEhN1Xq8YVAAAAABJRU5ErkJggg==');
}

.datatable > thead > tr > th sort-icon .sort-default::after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAM0lEQVR4AWMY6mAU2DO8AWISZBAShEUxJTFFCGnB5BHWgmARpQVCEh9i/4HQfvBG6SgAAAHBE3XWoR1/AAAAAElFTkSuQmCC');
  top: 0.676667em;
}

.sortable-column {
  cursor: pointer;
}

.datatable > tbody > tr {
  background-color: var(--table-bg-color);
  border-bottom: var(--border-default);
}

.datatable > tbody > tr > td {
  word-wrap: break-word;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}

.datatable > tbody > tr:hover {
  background-color: var(--table-hover-bg-color);
}

.datatable > tbody > tr td:last-child {
  position: relative;
  background-clip: padding-box;
  overflow: visible;

  /* .row-overflow,
  w-button-group {
    @include button-group-in-table ;
  } */
}

.datatable tr td .mobile-only {
  display: none;
}

@media screen and (max-width: 960px) {
  .datatable tr td {
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
  .datatable tr td:last-child {
    padding-bottom: 1.125em;
  }
  .datatable > thead > tr > th {
    display: none;
  }
  .datatable tr td .mobile-only {
    display: block;
    color: #808080;
  }
}

/****** table base style ends ******/

wu-sidebar .title {
  margin: 1em 2em;
  padding: 0;
  margin: 0;
  font-weight: 100;
  padding: 0;
  font-size: 24px;
}

wu-sidebar-section {
  display: block;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

wu-sidebar-section:last-of-type {
  border-bottom: 1px solid #ccc;
}

.b-input-checkbox {
  background-color: #f0f0f0;
  outline: none;
  height: 100%;
  font-size: 16px;
  margin: 0 21px;
  display: flex;
  flex-direction: row;
}
.b-input-checkbox span {
  padding-right: 0;
  padding-left: 0.375em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  vertical-align: baseline;
}

wu-step.treaty {
  --wu-step-font-size: 19px;
  --wu-step-margin-top: 0 !important;
  --wu-step-margin-bottom: 0.7em !important;
}

wu-step.treaty h3 {
  font-size: 38px;
}

.two-columns {
  --wu-view-panel-padding-b: 0;
  --wu-slot-margin-bottom: 20px;
}
/* wu-step::part(wu-b-step) .b-step__heading {
  margin-bottom: 0.7em!important;
} */

.landing-inside small,
.landing-content__discover small {
  text-transform: lowercase;
  margin-right: -10px;
  font-size: 1em;
}
.landing-content__discover small {
  margin-right: -5px;
}

wu-landing h2 {
  margin: 0;
  padding: 0;
  font-size: 32px;
}

wu-view h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  width: 100%;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

wu-pay-box h4 {
  color: rgb(0, 146, 190);
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: bold;
  padding: 0.75rem 0.75rem 1.125rem;
  margin: 0px;
}

wu-view wu-pay-box {
  /* --wu-view-flex: flex;
  --wu-view-flex-start: flex-start;
  --wu-view-margin-auto: 16px auto;
  --wu-view-margin-16: 16px */
  display: flex;
  justify-content: flex-start;
  margin: 16px auto;
  margin: 16px;
}

wu-pay-box wu-button {
  --wu-button-margin: 0;
}

wipo-footer a {
  color: #666666;
  text-decoration: none;
  font-size: 16px;
}

wipo-footer a:hover {
  color: #808080;
}

wu-step wu-edit-panel {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  max-width: 983px;
}

wu-button,
[dir='ltr'] wu-button {
  margin-left: 0;
  margin-right: 1.125rem;
}

wu-button:first-child,
[dir='ltr'] wu-button:first-child {
  margin-left: 0;
}

wu-button:last-child {
  margin-left: 0;
  margin-right: 0;
}

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

wu-multi-search {
  position: relative;
}

wu-multi-search[disabled]:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*
 @media queries
*/

@media (min-width: 1280px) {
  wu-step wu-edit-panel {
    max-width: none;
  }
}
