@charset "UTF-8";
@import "../third-party/mmenu/mmenu.css";
@import "../third-party/select2/css/select2.css";
@import "../third-party/swiper/swiper-bundle.min.css";
@import "../third-party/magnific-popup/magnific-popup.css";
@font-face {
  font-family: "tradegothic_ltregular";
  src: url("../fonts/trade-gothic/trade-gothic-lt_regular-webfont.woff2") format("woff2"), url("../fonts/trade-gothic/trade-gothic-lt_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tradegothic_ltbold";
  src: url("../fonts/trade-gothic/trade_gothic_lt_bold-webfont.woff2") format("woff2"), url("../fonts/trade-gothic/trade_gothic_lt_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lixil";
  src: url("../fonts/lixil/lixil.eot?65817501");
  src: url("../fonts/lixil/lixil.eot?65817501#iefix") format("embedded-opentype"), url("../fonts/lixil/lixil.woff2?65817501") format("woff2"), url("../fonts/lixil/lixil.woff?65817501") format("woff"), url("../fonts/lixil/lixil.ttf?65817501") format("truetype"), url("../fonts/lixil/lixil.svg?65817501#twitter") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, .product-compare__header span, .lixil-product-compare .the-compare__tr.the-line span, h5, .h5, h4, .h4, .project-segment-detail .accordion .accordion-header .accordion-button, .lixil-card-product--categories .card-action a, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4, .project-segment-detail .accordion .accordion-header .accordion-button, .lixil-card-product--categories .card-action a {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4, .project-segment-detail .accordion .accordion-header .accordion-button, .lixil-card-product--categories .card-action a {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6, .product-compare__header span, .lixil-product-compare .the-compare__tr.the-line span {
  font-size: 1rem;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs,
.container-xxs {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 402) {
  .container-xxs, .container {
    max-width: 402;
  }
}
@media (min-width: 480px) {
  .container-xs, .container-xxs, .container {
    max-width: 480;
  }
}
@media (min-width: 576px) {
  .container-sm, .container-xs, .container-xxs, .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1600px;
  }
}
:root {
  --bs-breakpoint-vs: 0;
  --bs-breakpoint-xxs: 402;
  --bs-breakpoint-xs: 480px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-xxxl: 1600px;
}

.row, .lixil-product-list .the-list__information, .lixil-product-list .the-list__wrp, .lixil-product-detail, .lixil-popup-global .modal-body.modal-body--contact {
  display: flex;
  flex-wrap: wrap;
}
.row > *, .lixil-product-list .the-list__information > *, .lixil-product-list .the-list__wrp > *, .lixil-product-detail > *, .lixil-popup-global .modal-body.modal-body--contact > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 402) {
  .col-xxs {
    flex: 1 0 0%;
  }
  .row-cols-xxs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxs-0 {
    margin-left: 0;
  }
  .offset-xxs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxs-3 {
    margin-left: 25%;
  }
  .offset-xxs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxs-6 {
    margin-left: 50%;
  }
  .offset-xxs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxs-9 {
    margin-left: 75%;
  }
  .offset-xxs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxs-11 {
    margin-left: 91.66666667%;
  }
  .g-xxs-0,
  .gx-xxs-0 {
    --bs-gutter-x: 0;
  }
  .g-xxs-0,
  .gy-xxs-0 {
    --bs-gutter-y: 0;
  }
  .g-xxs-1,
  .gx-xxs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxs-1,
  .gy-xxs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxs-2,
  .gx-xxs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxs-2,
  .gy-xxs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxs-3,
  .gx-xxs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxs-3,
  .gy-xxs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxs-4,
  .gx-xxs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxs-4,
  .gy-xxs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxs-5,
  .gx-xxs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxs-5,
  .gy-xxs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 480px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 401.98) {
  .table-responsive-xxs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 479.98px) {
  .table-responsive-xs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 402) {
  .dropdown-menu-xxs-start {
    --bs-position: start;
  }
  .dropdown-menu-xxs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxs-end {
    --bs-position: end;
  }
  .dropdown-menu-xxs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 480px) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 402) {
  .navbar-expand-xxs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxs .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxs .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxs .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxs .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 480px) {
  .navbar-expand-xs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xs .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 402) {
  .list-group-horizontal-xxs {
    flex-direction: row;
  }
  .list-group-horizontal-xxs > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxs > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxs > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxs > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 480px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 401.98) {
  .modal-fullscreen-xxs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxs-down .modal-header,
  .modal-fullscreen-xxs-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxs-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 479.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header,
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.offcanvas, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xs, .offcanvas-xxs {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 401.98) {
  .offcanvas-xxs {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 401.98) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxs {
    transition: none;
  }
}
@media (max-width: 401.98) {
  .offcanvas-xxs.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxs.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxs.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxs.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxs.showing, .offcanvas-xxs.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxs.showing, .offcanvas-xxs.hiding, .offcanvas-xxs.show {
    visibility: visible;
  }
}
@media (min-width: 402) {
  .offcanvas-xxs {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxs .offcanvas-header {
    display: none;
  }
  .offcanvas-xxs .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 479.98px) {
  .offcanvas-xs {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 479.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xs {
    transition: none;
  }
}
@media (max-width: 479.98px) {
  .offcanvas-xs.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xs.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xs.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xs.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xs.showing, .offcanvas-xs.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xs.showing, .offcanvas-xs.hiding, .offcanvas-xs.show {
    visibility: visible;
  }
}
@media (min-width: 480px) {
  .offcanvas-xs {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xs .offcanvas-header {
    display: none;
  }
  .offcanvas-xs .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1599.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1599.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 1599.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1600px) {
  .offcanvas-xxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 402) {
  .sticky-xxs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxs-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 480px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xs-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

body {
  font-family: "tradegothic_ltregular", sans-serif;
  letter-spacing: 0.4px;
  overflow-wrap: break-word;
  overflow-x: hidden;
  transition: all 0.3s ease;
}

a {
  transition: 0.3s ease;
  text-decoration: underline;
}

h1, .h1, .h1-light,
h2, .h2, .h2-light,
h3, .h3, .h3-light,
h4, .h4, .project-segment-detail .accordion .accordion-header .accordion-button, .lixil-card-product--categories .card-action a, .h4-light,
h5, .h5, .h5-light,
h6, .h6, .product-compare__header span, .lixil-product-compare .the-compare__tr.the-line span, .h6-light {
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
h1 a, .h1 a, .h1-light a,
h2 a, .h2 a, .h2-light a,
h3 a, .h3 a, .h3-light a,
h4 a, .h4 a, .project-segment-detail .accordion .accordion-header .accordion-button a, .lixil-card-product--categories .card-action a a, .h4-light a,
h5 a, .h5 a, .h5-light a,
h6 a, .h6 a, .product-compare__header span a, .lixil-product-compare .the-compare__tr.the-line span a, .h6-light a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  color: inherit;
  text-decoration: underline;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4, .project-segment-detail .accordion .accordion-header .accordion-button, .lixil-card-product--categories .card-action a,
h5, .h5,
h6, .h6, .product-compare__header span, .lixil-product-compare .the-compare__tr.the-line span {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
}
h1--with-underline, .h1--with-underline,
h2--with-underline, .h2--with-underline,
h3--with-underline, .h3--with-underline,
h4--with-underline, .h4--with-underline,
h5--with-underline, .h5--with-underline,
h6--with-underline, .h6--with-underline {
  position: relative;
  padding-bottom: 1.25rem;
}
h1--with-underline:after, .h1--with-underline:after,
h2--with-underline:after, .h2--with-underline:after,
h3--with-underline:after, .h3--with-underline:after,
h4--with-underline:after, .h4--with-underline:after,
h5--with-underline:after, .h5--with-underline:after,
h6--with-underline:after, .h6--with-underline:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 4px;
  margin-left: -40px;
  background-color: #EF6D22;
  content: "";
  transition: 0.3s ease;
}

.h1-light,
.h2-light,
.h3-light,
.h4-light,
.h5-light,
.h6-light {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
}

h1, .h1, .h1-light {
  font-size: 2rem;
}

h2, .h2, .h2-light {
  font-size: 1.875rem;
}

h3, .h3, .h3-light {
  font-size: 1.75rem;
}

h4, .h4, .project-segment-detail .accordion .accordion-header .accordion-button, .lixil-card-product--categories .card-action a, .h4-light {
  font-size: 1.5rem;
}

h5, .h5, .h5-light {
  font-size: 1.375rem;
}

h6, .h6, .product-compare__header span, .lixil-product-compare .the-compare__tr.the-line span, .h6-light {
  font-size: 1.25rem;
}

.visually-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lixil-paragraph,
.lixil-paragraph-sm,
.lixil-paragraph-lg,
.lixil-paragraph-xl{
  max-width: 100%;
}
.lixil-paragraph h1, .lixil-paragraph .h1, .lixil-paragraph .h1-light,
.lixil-paragraph h2, .lixil-paragraph .h2, .lixil-paragraph .h2-light,
.lixil-paragraph h3, .lixil-paragraph .h3, .lixil-paragraph .h3-light,
.lixil-paragraph h4, .lixil-paragraph .h4, .lixil-paragraph .project-segment-detail .accordion .accordion-header .accordion-button, .project-segment-detail .accordion .accordion-header .lixil-paragraph .accordion-button, .lixil-paragraph .lixil-card-product--categories .card-action a, .lixil-card-product--categories .card-action .lixil-paragraph a, .lixil-paragraph .h4-light,
.lixil-paragraph h5, .lixil-paragraph .h5, .lixil-paragraph .h5-light,
.lixil-paragraph h6, .lixil-paragraph .h6, .lixil-paragraph .product-compare__header span, .product-compare__header .lixil-paragraph span, .lixil-paragraph .lixil-product-compare .the-compare__tr.the-line span, .lixil-product-compare .the-compare__tr.the-line .lixil-paragraph span, .lixil-paragraph .h6-light,
.lixil-paragraph-sm h1,
.lixil-paragraph-sm .h1,
.lixil-paragraph-sm .h1-light,
.lixil-paragraph-sm h2,
.lixil-paragraph-sm .h2,
.lixil-paragraph-sm .h2-light,
.lixil-paragraph-sm h3,
.lixil-paragraph-sm .h3,
.lixil-paragraph-sm .h3-light,
.lixil-paragraph-sm h4,
.lixil-paragraph-sm .h4,
.lixil-paragraph-sm .project-segment-detail .accordion .accordion-header .accordion-button,
.project-segment-detail .accordion .accordion-header .lixil-paragraph-sm .accordion-button,
.lixil-paragraph-sm .lixil-card-product--categories .card-action a,
.lixil-card-product--categories .card-action .lixil-paragraph-sm a,
.lixil-paragraph-sm .h4-light,
.lixil-paragraph-sm h5,
.lixil-paragraph-sm .h5,
.lixil-paragraph-sm .h5-light,
.lixil-paragraph-sm h6,
.lixil-paragraph-sm .h6,
.lixil-paragraph-sm .product-compare__header span,
.product-compare__header .lixil-paragraph-sm span,
.lixil-paragraph-sm .lixil-product-compare .the-compare__tr.the-line span,
.lixil-product-compare .the-compare__tr.the-line .lixil-paragraph-sm span,
.lixil-paragraph-sm .h6-light,
.lixil-paragraph-lg h1,
.lixil-paragraph-lg .h1,
.lixil-paragraph-lg .h1-light,
.lixil-paragraph-lg h2,
.lixil-paragraph-lg .h2,
.lixil-paragraph-lg .h2-light,
.lixil-paragraph-lg h3,
.lixil-paragraph-lg .h3,
.lixil-paragraph-lg .h3-light,
.lixil-paragraph-lg h4,
.lixil-paragraph-lg .h4,
.lixil-paragraph-lg .project-segment-detail .accordion .accordion-header .accordion-button,
.project-segment-detail .accordion .accordion-header .lixil-paragraph-lg .accordion-button,
.lixil-paragraph-lg .lixil-card-product--categories .card-action a,
.lixil-card-product--categories .card-action .lixil-paragraph-lg a,
.lixil-paragraph-lg .h4-light,
.lixil-paragraph-lg h5,
.lixil-paragraph-lg .h5,
.lixil-paragraph-lg .h5-light,
.lixil-paragraph-lg h6,
.lixil-paragraph-lg .h6,
.lixil-paragraph-lg .product-compare__header span,
.product-compare__header .lixil-paragraph-lg span,
.lixil-paragraph-lg .lixil-product-compare .the-compare__tr.the-line span,
.lixil-product-compare .the-compare__tr.the-line .lixil-paragraph-lg span,
.lixil-paragraph-lg .h6-light,
.lixil-paragraph-xl h1,
.lixil-paragraph-xl .h1,
.lixil-paragraph-xl .h1-light,
.lixil-paragraph-xl h2,
.lixil-paragraph-xl .h2,
.lixil-paragraph-xl .h2-light,
.lixil-paragraph-xl h3,
.lixil-paragraph-xl .h3,
.lixil-paragraph-xl .h3-light,
.lixil-paragraph-xl h4,
.lixil-paragraph-xl .h4,
.lixil-paragraph-xl .project-segment-detail .accordion .accordion-header .accordion-button,
.project-segment-detail .accordion .accordion-header .lixil-paragraph-xl .accordion-button,
.lixil-paragraph-xl .lixil-card-product--categories .card-action a,
.lixil-card-product--categories .card-action .lixil-paragraph-xl a,
.lixil-paragraph-xl .h4-light,
.lixil-paragraph-xl h5,
.lixil-paragraph-xl .h5,
.lixil-paragraph-xl .h5-light,
.lixil-paragraph-xl h6,
.lixil-paragraph-xl .h6,
.lixil-paragraph-xl .product-compare__header span,
.product-compare__header .lixil-paragraph-xl span,
.lixil-paragraph-xl .lixil-product-compare .the-compare__tr.the-line span,
.lixil-product-compare .the-compare__tr.the-line .lixil-paragraph-xl span,
.lixil-paragraph-xl .h6-light {
  color: inherit;
  text-align: inherit;
  margin-bottom: 1rem;
}
.lixil-paragraph p,
.lixil-paragraph-sm p,
.lixil-paragraph-lg p,
.lixil-paragraph-xl p {
  color: inherit;
  text-align: inherit;
  font-weight: inherit;
  margin-bottom: 1rem;
}
.lixil-paragraph p b,
.lixil-paragraph p strong,
.lixil-paragraph-sm p b,
.lixil-paragraph-sm p strong,
.lixil-paragraph-lg p b,
.lixil-paragraph-lg p strong,
.lixil-paragraph-xl p b,
.lixil-paragraph-xl p strong {
  font-weight: 500;
}
.lixil-paragraph p i,
.lixil-paragraph-sm p i,
.lixil-paragraph-lg p i,
.lixil-paragraph-xl p i {
  font-style: italic;
}
.lixil-paragraph p a,
.lixil-paragraph-sm p a,
.lixil-paragraph-lg p a,
.lixil-paragraph-xl p a {
  font-weight: 500;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: #EF6D22;
  text-decoration: none;
}
.lixil-paragraph p a:hover,
.lixil-paragraph-sm p a:hover,
.lixil-paragraph-lg p a:hover,
.lixil-paragraph-xl p a:hover {
  text-decoration: underline;
}
.lixil-paragraph p br,
.lixil-paragraph-sm p br,
.lixil-paragraph-lg p br,
.lixil-paragraph-xl p br {
  display: none;
}
.lixil-paragraph ul,
.lixil-paragraph ol,
.lixil-paragraph-sm ul,
.lixil-paragraph-sm ol,
.lixil-paragraph-lg ul,
.lixil-paragraph-lg ol,
.lixil-paragraph-xl ul,
.lixil-paragraph-xl ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.lixil-paragraph ul li,
.lixil-paragraph ol li,
.lixil-paragraph-sm ul li,
.lixil-paragraph-sm ol li,
.lixil-paragraph-lg ul li,
.lixil-paragraph-lg ol li,
.lixil-paragraph-xl ul li,
.lixil-paragraph-xl ol li {
  margin-bottom: 0.5rem;
}
.lixil-paragraph ul li::marker,
.lixil-paragraph ol li::marker,
.lixil-paragraph-sm ul li::marker,
.lixil-paragraph-sm ol li::marker,
.lixil-paragraph-lg ul li::marker,
.lixil-paragraph-lg ol li::marker,
.lixil-paragraph-xl ul li::marker,
.lixil-paragraph-xl ol li::marker {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.lixil-paragraph ul li:last-of-type,
.lixil-paragraph ol li:last-of-type,
.lixil-paragraph-sm ul li:last-of-type,
.lixil-paragraph-sm ol li:last-of-type,
.lixil-paragraph-lg ul li:last-of-type,
.lixil-paragraph-lg ol li:last-of-type,
.lixil-paragraph-xl ul li:last-of-type,
.lixil-paragraph-xl ol li:last-of-type {
  margin-bottom: 0;
}
.lixil-paragraph ul li > ul,
.lixil-paragraph ul li > ol,
.lixil-paragraph ol li > ul,
.lixil-paragraph ol li > ol,
.lixil-paragraph-sm ul li > ul,
.lixil-paragraph-sm ul li > ol,
.lixil-paragraph-sm ol li > ul,
.lixil-paragraph-sm ol li > ol,
.lixil-paragraph-lg ul li > ul,
.lixil-paragraph-lg ul li > ol,
.lixil-paragraph-lg ol li > ul,
.lixil-paragraph-lg ol li > ol,
.lixil-paragraph-xl ul li > ul,
.lixil-paragraph-xl ul li > ol,
.lixil-paragraph-xl ol li > ul,
.lixil-paragraph-xl ol li > ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.lixil-paragraph ol,
.lixil-paragraph-sm ol,
.lixil-paragraph-lg ol,
.lixil-paragraph-xl ol {
  list-style: decimal;
}
.lixil-paragraph .logo-brand,
.lixil-paragraph-sm .logo-brand,
.lixil-paragraph-lg .logo-brand,
.lixil-paragraph-xl .logo-brand {
  text-align: center;
}
.lixil-paragraph .logo-brand li,
.lixil-paragraph-sm .logo-brand li,
.lixil-paragraph-lg .logo-brand li,
.lixil-paragraph-xl .logo-brand li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 8px;
}
.lixil-paragraph .logo-brand li:last-of-type,
.lixil-paragraph-sm .logo-brand li:last-of-type,
.lixil-paragraph-lg .logo-brand li:last-of-type,
.lixil-paragraph-xl .logo-brand li:last-of-type {
  margin-right: 0;
}
.lixil-paragraph .logo-brand span,
.lixil-paragraph-sm .logo-brand span,
.lixil-paragraph-lg .logo-brand span,
.lixil-paragraph-xl .logo-brand span {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding: 4px;
  border-radius: 4px;
}
.lixil-paragraph .logo-brand span img,
.lixil-paragraph-sm .logo-brand span img,
.lixil-paragraph-lg .logo-brand span img,
.lixil-paragraph-xl .logo-brand span img {
  width: auto;
  height: 30px;
  display: block;
}
.lixil-paragraph .lixil-media,
.lixil-paragraph-sm .lixil-media,
.lixil-paragraph-lg .lixil-media,
.lixil-paragraph-xl .lixil-media {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.lixil-paragraph .lixil-media a,
.lixil-paragraph-sm .lixil-media a,
.lixil-paragraph-lg .lixil-media a,
.lixil-paragraph-xl .lixil-media a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.lixil-paragraph .lixil-media img,
.lixil-paragraph-sm .lixil-media img,
.lixil-paragraph-lg .lixil-media img,
.lixil-paragraph-xl .lixil-media img {
  width: 100%;
  height: auto;
}
.lixil-paragraph .box-information,
.lixil-paragraph-sm .box-information,
.lixil-paragraph-lg .box-information,
.lixil-paragraph-xl .box-information {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 1rem;
}
.lixil-paragraph .box-information .information p,
.lixil-paragraph-sm .box-information .information p,
.lixil-paragraph-lg .box-information .information p,
.lixil-paragraph-xl .box-information .information p {
  text-align: center;
  margin-bottom: 0;
}

.lixil-paragraph-with-underline p {
  position: relative;
  padding-bottom: 28px;
}
.lixil-paragraph-with-underline p:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 8px;
  background-color: #EF6D22;
  content: "";
  transform: translateX(-50%);
}
.lixil-paragraph-with-underline p:last-of-type {
  margin-bottom: 0;
}

.lixil-paragraph p,
.lixil-paragraph ul li,
.lixil-paragraph ol li {
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  letter-spacing: inherit !important;
}

.lixil-paragraph-sm p,
.lixil-paragraph-sm ul li,
.lixil-paragraph-sm ol li {
  font-size: 0.875rem;
  line-height: 1.6;
}

.lixil-paragraph-lg p,
.lixil-paragraph-lg ul li,
.lixil-paragraph-lg ol li {
  font-size: 1.125rem;
  line-height: 1.6;
}

.lixil-paragraph-xl p,
.lixil-paragraph-xl ul li,
.lixil-paragraph-xl ol li {
  font-size: 1.25rem;
  line-height: 1.6;
}

@media screen and (min-width: 576px) {
  h1, .h1, .h1-light {
    font-size: 2.5rem;
  }
  h2, .h2, .h2-light {
    font-size: 2.375rem;
  }
  h3, .h3, .h3-light {
    font-size: 2rem;
  }
  h4, .h4, .project-segment-detail .accordion .accordion-header .accordion-button, .lixil-card-product--categories .card-action a, .h4-light {
    font-size: 1.75rem;
  }
  h5, .h5, .h5-light {
    font-size: 1.5rem;
  }
  h6, .h6, .product-compare__header span, .lixil-product-compare .the-compare__tr.the-line span, .h6-light {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  h1--with-underline:after, .h1--with-underline:after,
  h2--with-underline:after, .h2--with-underline:after,
  h3--with-underline:after, .h3--with-underline:after,
  h4--with-underline:after, .h4--with-underline:after,
  h5--with-underline:after, .h5--with-underline:after,
  h6--with-underline:after, .h6--with-underline:after {
    height: 6px;
  }
  h1, .h1, .h1-light {
    font-size: 2.75rem;
  }
  h2, .h2, .h2-light {
    font-size: 2.5rem;
  }
  h3, .h3, .h3-light {
    font-size: 2.25rem;
  }
  h4, .h4, .project-segment-detail .accordion .accordion-header .accordion-button, .lixil-card-product--categories .card-action a, .h4-light {
    font-size: 1.875rem;
  }
  h5, .h5, .h5-light {
    font-size: 1.75rem;
  }
  h6, .h6, .product-compare__header span, .lixil-product-compare .the-compare__tr.the-line span, .h6-light {
    font-size: 1.5rem;
  }
  .lixil-paragraph p,
  .lixil-paragraph ul li,
  .lixil-paragraph ol li {
    font-size: 1.125rem;
  }
  .lixil-paragraph-sm p,
  .lixil-paragraph-sm ul li,
  .lixil-paragraph-sm ol li {
    font-size: 1rem;
  }
  .lixil-paragraph-lg p,
  .lixil-paragraph-lg ul li,
  .lixil-paragraph-lg ol li {
    font-size: 1.25rem;
  }
  .lixil-paragraph-xl p,
  .lixil-paragraph-xl ul li,
  .lixil-paragraph-xl ol li {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  h1, .h1, .h1-light {
    font-size: 3rem;
  }
  h2, .h2, .h2-light {
    font-size: 2.625rem;
  }
  .lixil-paragraph .box-information,
  .lixil-paragraph-sm .box-information,
  .lixil-paragraph-lg .box-information,
  .lixil-paragraph-xl .box-information {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1.5rem;
  }
  .lixil-paragraph .box-information .information--left p,
  .lixil-paragraph-sm .box-information .information--left p,
  .lixil-paragraph-lg .box-information .information--left p,
  .lixil-paragraph-xl .box-information .information--left p {
    text-align: right;
  }
  .lixil-paragraph .box-information .information--right p,
  .lixil-paragraph-sm .box-information .information--right p,
  .lixil-paragraph-lg .box-information .information--right p,
  .lixil-paragraph-xl .box-information .information--right p {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  h1--with-underline:after, .h1--with-underline:after,
  h2--with-underline:after, .h2--with-underline:after,
  h3--with-underline:after, .h3--with-underline:after,
  h4--with-underline:after, .h4--with-underline:after,
  h5--with-underline:after, .h5--with-underline:after,
  h6--with-underline:after, .h6--with-underline:after {
    height: 8px;
  }
  h1, .h1, .h1-light {
    font-size: 3.25rem;
  }
  h2, .h2, .h2-light {
    font-size: 3rem;
  }
  h3, .h3, .h3-light {
    font-size: 2.5rem;
  }
  h4, .h4, .project-segment-detail .accordion .accordion-header .accordion-button, .lixil-card-product--categories .card-action a, .h4-light {
    font-size: 2rem;
  }
  .lixil-paragraph-xl p,
  .lixil-paragraph-xl ul li,
  .lixil-paragraph-xl ol li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  h1, .h1, .h1-light {
    font-size: 3.75rem;
  }
  h2, .h2, .h2-light {
    font-size: 3.25rem;
  }
  h3, .h3, .h3-light {
    font-size: 3rem;
  }
  h4, .h4, .project-segment-detail .accordion .accordion-header .accordion-button, .lixil-card-product--categories .card-action a, .h4-light {
    font-size: 2.5rem;
  }
  h5, .h5, .h5-light {
    font-size: 2rem;
  }
  h6, .h6, .product-compare__header span, .lixil-product-compare .the-compare__tr.the-line span, .h6-light {
    font-size: 1.75rem;
  }
}
.accordion.accordion--white .accordion-item {
  background-color: #FFFFFF;
  color: #2E2E2E;
  border-color: transparent;
}
.accordion.accordion--white .accordion-button {
  display: block;
  border-radius: 0 !important;
  background-color: #FFFFFF;
  color: #2E2E2E;
  padding-left: 0rem;
  padding-right: 0rem;
}
.accordion.accordion--white .accordion-button:after {
  display: none;
}
.accordion.accordion--white .accordion-button:not(.collapsed) {
  color: #EF6D22;
}
.accordion.accordion--white .accordion-button:not(.collapsed) .lixil-icon {
  transform: rotate(45deg);
}
.accordion.accordion--white .accordion-body {
  padding: 0;
}

.btn {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  box-shadow: none;
}
.btn__wrp {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
.btn span {
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-transform: inherit;
}
.btn .lixil-icon {
  display: block;
  font-size: 1.25rem;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
  border-color: #2E2E2E;
  color: #2E2E2E;
}

.btn.btn--inline {
  display: inline-block;
  width: auto;
}
.btn.btn--block {
  display: block;
  width: 100%;
}

.btn.btn--underline {
  text-decoration: underline;
}
.btn.btn--transparent {
  color: #55585A;
  border-color: transparent;
  background-color: transparent;
}
.btn.btn--outline {
  color: #2E2E2E;
  border-color: #2E2E2E;
  background-color: transparent;
}
.btn.btn--outline:hover {
  color: #EF6D22;
  border-color: #EF6D22;
}
.btn.btn--outline-black-1 {
  color: #55585A;
  border-color: #55585A;
  background-color: transparent;
}
.btn.btn--outline-black-1:hover {
  color: #EF6D22;
  border-color: #EF6D22;
}
.btn.btn--brand {
  color: #FFFFFF;
  border-color: #EF6D22;
  background-color: #EF6D22;
}
.btn.btn--brand:hover, .btn.btn--brand:active {
  background-color: #FFFFFF;
  color: #EF6D22;
}
.btn.btn--outline-brand {
  border-color: #EF6D22;
  color: #EF6D22;
  background-color: transparent;
}
.btn.btn--outline-brand:hover {
  color: #FFFFFF;
  background-color: #EF6D22;
}
.btn.btn--transparent-brand {
  color: #EF6D22;
  border-color: transparent;
}
.btn.btn--red {
  color: #FFFFFF;
  border-color: #FF0000;
  background-color: #FF0000;
}
.btn.btn--icon-only span {
  display: none;
}

.btn.btn--icon-only {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
}
.btn.btn--rounded {
  border-radius: 9999px;
}
.btn.btn--sm {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  font-size: 0.875rem;
}
.btn.btn--sm.btn--icon-only {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}
.btn.btn--lg {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.btn.btn--lg.btn--icon-only {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.btn.btn--xl {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.btn.btn--xl .lixil-icon {
  font-size: 1.5rem;
  line-height: 1.75rem;
  width: 28px;
  height: 28px;
}
.btn.btn--xl.btn--icon-only {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.base-container, .lixil-wrp,
.lixil-wrp-fluid,
.lixil-wrp-max-sm,
.lixil-wrp-max-md,
.lixil-wrp-max-lg,
.lixil-wrp-max-xl,
.lixil-wrp-max-xxl {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.lixil-wrp,
.lixil-wrp-fluid,
.lixil-wrp-max-sm,
.lixil-wrp-max-md,
.lixil-wrp-max-lg,
.lixil-wrp-max-xl,
.lixil-wrp-max-xxl {
  max-width: 100%;
}

@media screen and (min-width: 576px) {
  .lixil-wrp-fluid,
  .lixil-wrp-max-sm {
    max-width: 576px;
  }
}
@media screen and (min-width: 768px) {
  .base-container, .lixil-wrp,
  .lixil-wrp-fluid,
  .lixil-wrp-max-sm,
  .lixil-wrp-max-md,
  .lixil-wrp-max-lg,
  .lixil-wrp-max-xl,
  .lixil-wrp-max-xxl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lixil-wrp-fluid,
  .lixil-wrp-max-md {
    max-width: 768px;
  }
}
@media screen and (min-width: 992px) {
  .lixil-wrp-fluid,
  .lixil-wrp-max-lg {
    max-width: 992px;
  }
}
@media screen and (min-width: 1200px) {
  .base-container, .lixil-wrp,
  .lixil-wrp-fluid,
  .lixil-wrp-max-sm,
  .lixil-wrp-max-md,
  .lixil-wrp-max-lg,
  .lixil-wrp-max-xl,
  .lixil-wrp-max-xxl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lixil-wrp-fluid,
  .lixil-wrp-max-xl {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .lixil-wrp-fluid,
  .lixil-wrp-max-xxl {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1600px) {
  .lixil-wrp,
  .lixil-wrp-fluid,
  .lixil-wrp-max-xxl {
    max-width: 1600px;
  }
}
.column-flex, .mm-navbars .mm-navbar .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.column-flex article .card-wrp, .mm-navbars .mm-navbar .header article .card-wrp {
  width: 100%;
  height: 100%;
}
.column-flex--1 article, .column-flex--2 article, .column-flex--3 article, .column-flex--4 article {
  width: 100%;
}
.column-flex > *, .mm-navbars .mm-navbar .header > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0 !important;
}

.column-grid, .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .filler-more-show.show,
.lixil-product-search .lixil-product-fillter__forms,
.lixil-product-search .filler-more-show.show {
  display: grid;
  gap: 1.5rem;
}
.column-grid article, .lixil-product-fillter .lixil-product-fillter__forms article, .lixil-product-fillter .filler-more-show.show article,
.lixil-product-search .lixil-product-fillter__forms article,
.lixil-product-search .filler-more-show.show article {
  width: 100%;
}
.column-grid article .card-wrp, .lixil-product-fillter .lixil-product-fillter__forms article .card-wrp, .lixil-product-fillter .filler-more-show.show article .card-wrp,
.lixil-product-search .lixil-product-fillter__forms article .card-wrp,
.lixil-product-search .filler-more-show.show article .card-wrp {
  width: 100%;
  height: 100%;
}
.column-grid--1, .column-grid--2, .column-grid--3, .column-grid--4 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.column-grid > *, .lixil-product-fillter .lixil-product-fillter__forms > *, .lixil-product-fillter .filler-more-show.show > *,
.lixil-product-search .lixil-product-fillter__forms > *,
.lixil-product-search .filler-more-show.show > * {
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .column-flex--2 article, .column-flex--3 article, .column-flex--4 article {
    width: 50%;
  }
  .column-grid--2, .column-grid--3, .column-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .column-grid, .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .filler-more-show.show,
  .lixil-product-search .lixil-product-fillter__forms,
  .lixil-product-search .filler-more-show.show {
    gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .column-flex--3 article, .column-flex--4 article {
    width: 33.3333333333%;
  }
  .column-grid--3, .column-grid--4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .column-grid, .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .filler-more-show.show,
  .lixil-product-search .lixil-product-fillter__forms,
  .lixil-product-search .filler-more-show.show {
    gap: 2.5rem;
  }
  .column-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1400px) {
  .column-flex--4 article {
    width: 25%;
  }
  .column-grid, .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .filler-more-show.show,
  .lixil-product-search .lixil-product-fillter__forms,
  .lixil-product-search .filler-more-show.show {
    gap: 3rem;
  }
}
.form-label {
  display: inline-block;
  width: auto;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.form-control {
  padding: 0.6875rem 1rem;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #2E2E2E;
  background-color: #FFFFFF;
  border-radius: 0.375rem;
  background-clip: padding-box;
  border: 1px solid #2E2E2E;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  box-shadow: none;
  transition: 0.3s ease;
}
.form-control:focus, .form-control:active {
  color: #2E2E2E;
  background-color: #FFFFFF;
  border-color: #2E2E2E;
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
}
.form-control::placeholder {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
}

.form-control.form-control--sm {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  font-size: 0.875rem;
}
.form-control.form-control--sm::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.form-control.form-control--sm::placeholder {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.form-control.form-control--lg {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.form-control.form-control--xl {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.form-control.form-control--xl::-moz-placeholder {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.form-control.form-control--xl::placeholder {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.form-control.form-control--outline-brand {
  border-color: #EF6D22;
}
.form-control.form-control--outline-brand::-moz-placeholder {
  color: #EF6D22;
}
.form-control.form-control--outline-brand::placeholder {
  color: #EF6D22;
}

.form-check {
  position: relative;
  display: block;
  width: 100%;
  min-height: 24px;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
}
.form-check__wrp {
  display: inline-block;
  width: auto;
  max-width: 100%;
  position: relative;
  padding-left: 2rem;
}
.form-check .form-check-label {
  position: relative;
  width: 100%;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #2E2E2E;
}
.form-check .form-check-input {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-width: 0;
  border-color: transparent;
  color: transparent;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
  z-index: 2;
}
.form-check .form-check-input:before {
  display: block;
  width: 24px;
  height: 24px;
  border-width: 1px;
  border-style: solid;
  content: "";
  transition: all 0.3s;
}
.form-check .form-check-input:after {
  content: "";
  transition: all 0.3s;
}
.form-check .form-check-input[type=checkbox]:before {
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  border-color: #B7B7B7;
}
.form-check .form-check-input[type=checkbox]:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  font-family: "lixil";
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  content: "\e826";
}
.form-check .form-check-input[type=radio]:before {
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  border-color: #B7B7B7;
}
.form-check .form-check-input[type=radio]:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  font-family: "lixil";
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  content: "\e826";
}
.form-check .form-check-input[type=checkbox]:checked,
.form-check .form-check-input[type=radio]:checked {
  background-image: none;
}
.form-check .form-check-input[type=checkbox]:checked:before,
.form-check .form-check-input[type=radio]:checked:before {
  background-color: #EF6D22;
  border-color: #EF6D22;
}
.form-check .form-check-input[type=checkbox]:checked:after,
.form-check .form-check-input[type=radio]:checked:after {
  opacity: 1;
}
.form-check .form-check-input:checked + .form-check-label {
  color: #EF6D22;
}

.form-check.form-check--label-only .form-check__wrp {
  padding-left: 0;
}
.form-check.form-check--label-only .form-check-input {
  width: 100%;
  height: 100%;
}
.form-check.form-check--label-only .form-check-input:before {
  display: none;
}
.form-check.form-check--label-only .form-check-input:after {
  opacity: 0;
}
.form-check.form-check--label-only .form-check-input:checked {
  background-image: none;
}
.form-check.form-check--label-only .form-check-input:checked:after {
  opacity: 0;
}
.form-check.form-check--rounded .form-check-input:before {
  border-radius: 50%;
  background-color: #B08B45;
  border-color: #B08B45;
}
.form-check.form-check--rounded .form-check-input:after {
  opacity: 0;
}

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

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
  padding-right: 3rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  font-family: "tradegothic_ltregular", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  top: 50%;
  right: 16px;
  margin-top: -12px;
  font-family: "lixil";
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #2E2E2E;
  transition: 0.2s ease;
}
.select2-container .select2-selection--single .select2-selection__arrow:before {
  content: "\e827";
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-dropdown {
  border-radius: 0.9375rem;
  border: 0;
  background-color: #F5F5F5;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  overflow-x: hidden;
}
.select2-container .select2-dropdown.select2-dropdown--below {
  top: 0.375rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container .select2-dropdown.select2-dropdown--above {
  top: -0.5rem;
}
.select2-container .select2-dropdown .select2-results__option {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "tradegothic_ltregular", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #54585A;
  letter-spacing: 0;
  text-transform: capitalize;
}
.select2-container .select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #EF6D22;
  color: #FFFFFF;
}
.select2-container .select2-dropdown .select2-results__option--selected {
  background-color: #F5F5F5;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(-180deg);
}
.select2-container .select2-dropdown.dropdown-sort-by {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
.select2-container .select2-dropdown.dropdown-sort-by .select2-results {
  background-color: #FFFFFF;
}
.select2-container .select2-dropdown.dropdown-sort-by .select2-results__option {
  padding-left: 108px;
}
.select2-container .select2-dropdown.dropdown-sort-by .select2-results__option:first-of-type:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #FFFFFF;
  content: "";
}
.select2-container .select2-dropdown.dropdown-sort-by.select2-dropdown--below {
  top: 0px;
}
.select2-container .select2-dropdown.dropdown-sort-by.select2-dropdown--above {
  top: 0px;
}
.select2-container .select2-dropdown.dropdown-type-default {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.select2-container .select2-dropdown.dropdown-type-default .select2-results {
  background-color: #FFFFFF;
}
.select2-container .select2-dropdown.dropdown-type-default.select2-dropdown--below {
  top: 0;
}
.select2-container .select2-dropdown.dropdown-type-default.select2-dropdown--above {
  top: 0;
}
@media screen and (min-width: 992px) {
  .select2-container .select2-dropdown.dropdown-sort-by.select2-dropdown--below {
    top: 8px;
  }
  .select2-container .select2-dropdown.dropdown-sort-by.select2-dropdown--above {
    top: 8px;
  }
}

.form-select-type-1 .select2-container .selection {
  position: relative;
}
.form-select-type-1 .select2-container .selection:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #FFFFFF;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  content: "";
  opacity: 0;
}
.form-select-type-1 .select2-container.select2-container--open .selection::before {
  opacity: 1;
}
.form-select-type-1 .select2-container.select2-container--open.select2-container--above .selection::before {
  top: 0;
}
.form-select-type-1 .select2-container.select2-container--open.select2-container--below .selection::before {
  bottom: 0;
}
.form-select-type-1--lg .select2-container .select2-selection {
  position: relative;
}
.form-select-type-1--lg .select2-container .select2-selection__rendered {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

/*dropdown open */
.select2-container.select2-container--open {
  z-index: 10001;
}

.select2-container .select2-dropdown {
  box-shadow: none;
}
.select2-container .select2-dropdown.dropdown-type-1 {
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  border: 1px solid #979797;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.select2-container .select2-dropdown.dropdown-type-1.select2-dropdown--above {
  top: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.25);
}
.select2-container .select2-dropdown.dropdown-type-1.select2-dropdown--below {
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.select2-container .select2-dropdown.dropdown-type-2,
.select2-container .select2-dropdown.dropdown-type-2-center {
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  border: 1px solid #979797;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.select2-container .select2-dropdown.dropdown-type-2 .select2-results .select2-results__option,
.select2-container .select2-dropdown.dropdown-type-2-center .select2-results .select2-results__option {
  font-family: "tradegothic_ltregular", sans-serif;
  color: #000000;
  border-bottom: 1px solid #979797;
}
.select2-container .select2-dropdown.dropdown-type-2 .select2-results .select2-results__option.select2-results__option--highlighted,
.select2-container .select2-dropdown.dropdown-type-2-center .select2-results .select2-results__option.select2-results__option--highlighted {
  color: #ffffff;
  border-color: #EF6D22;
}
.select2-container .select2-dropdown.dropdown-type-2 .select2-results .select2-results__option:last-of-type,
.select2-container .select2-dropdown.dropdown-type-2-center .select2-results .select2-results__option:last-of-type {
  border-bottom: 0px;
}
.select2-container .select2-dropdown.dropdown-type-2.select2-dropdown--above,
.select2-container .select2-dropdown.dropdown-type-2-center.select2-dropdown--above {
  top: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.25);
}
.select2-container .select2-dropdown.dropdown-type-2.select2-dropdown--below,
.select2-container .select2-dropdown.dropdown-type-2-center.select2-dropdown--below {
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.select2-container .select2-dropdown.dropdown-type-2-center .select2-results .select2-results__option {
  text-align: center;
}

.form .form__wrp.column-flex, .form .mm-navbars .mm-navbar .form__wrp.header, .mm-navbars .mm-navbar .form .form__wrp.header {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -2rem;
  justify-content: flex-start;
  align-items: flex-start;
}
.form .form__wrp.column-flex .form__box, .form .mm-navbars .mm-navbar .form__wrp.header .form__box, .mm-navbars .mm-navbar .form .form__wrp.header .form__box {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 2rem;
}
.form .form__wrp.column-grid, .form .lixil-product-fillter .form__wrp.lixil-product-fillter__forms, .form .lixil-product-fillter .form__wrp.filler-more-show.show, .lixil-product-fillter .form .form__wrp.lixil-product-fillter__forms, .lixil-product-fillter .form .form__wrp.filler-more-show.show,
.form .lixil-product-search .form__wrp.lixil-product-fillter__forms,
.form .lixil-product-search .form__wrp.filler-more-show.show,
.lixil-product-search .form .form__wrp.lixil-product-fillter__forms,
.lixil-product-search .form .form__wrp.filler-more-show.show {
  row-gap: 2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.form .form__box {
  position: relative;
}
.form .form__box--action-absolute-right .form-control {
  padding-right: 3rem;
}
.form .form__box--action-absolute-right .form-control.form-control--sm {
  padding-right: 2.5rem;
}
.form .form__box--action-absolute-right .form-control.form-control--lg {
  padding-right: 3.5rem;
}
.form .form__box--action-absolute-right .form-control.form-control--xl {
  padding-right: 3.75rem;
}
.form .form__box--action-absolute-right .btn {
  position: absolute;
  top: 50%;
  right: 0;
  border-color: transparent;
  background-color: transparent;
  transform: translateY(-50%);
}
.form .form__box--action-absolute-right .btn .lixil-icon {
  font-size: 1.375rem;
}
.form .form__box .error-message {
  display: none;
  margin-top: 0.5rem;
}
.form .form__with-icon {
  position: relative;
}
.form .form__with-icon .icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.form .form__with-icon .icon .img {
  display: block;
  height: 100%;
  width: auto;
}
.form .form__with-icon .form-control {
  padding-right: 48px;
}
.form .form__box.has-error .form-control,
.form .form__box.has-error .select2-container .select2-selection {
  border-color: #FF0000 !important;
}
.form .form__box.has-error .error-message {
  display: block;
}

.mm-menu {
  display: none;
  width: 0;
  height: 100%;
  max-height: 100vh;
  padding-top: 0;
  opacity: 0;
  left: -100%;
}
.mm-menu--opened {
  display: flex;
  width: 100%;
  opacity: 1;
  left: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.mm-menu--opened .mm-has-mega-menu {
  opacity: 1;
}

.mm-wrapper--position-left {
  --mm-translate-horizontal: clamp(100%, 100%, 100%);
}
.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout {
  transform: translate3d(100%, 0, 0);
}

.mm-blocker.mm-slideout {
  transform: translate3d(100%, 0, 0) !important;
  display: none;
  width: 0;
  height: 0;
}

.mm-panel {
  background-color: #F5F5F5;
}

#mm-1 .mm-navbar {
  display: none;
}

.mm-navbars .mm-navbar {
  background: #F5F5F5;
  border-bottom: 1px solid #B7B7B7;
  color: #2E2E2E;
}
.mm-navbars .mm-navbar .mm-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mm-navbars .mm-navbar .mm-btn:before {
  border: 2px solid #EF6D22;
  border-bottom: none;
  border-right: none;
}
.mm-navbars .mm-navbar__title {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mm-navbars .mm-navbar__title span {
  color: #000000;
}
.mm-navbars .mm-navbar .header {
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.mm-navbars .mm-navbar .header .lixil-brand {
  display: block;
  width: 90px;
  height: 31px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.mm-navbars .mm-navbar .header .lixil-brand .brand {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  text-decoration: none;
  outline: none;
  background: url("../img/logo/lixil-logo-color.png") no-repeat;
  background-size: 100% 100%;
}
.mm-navbars .mm-navbar .header .lixil-brand .brand:active {
  outline: none;
}
.mm-navbars .mm-navbar .header .nav-close {
  width: 48px;
  height: 48px;
}
.mm-navbars .mm-navbar .header .nav-close .lixil-icon {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 40px;
  line-height: 48px;
  color: #EF6D22;
}
.mm-navbars .mm-navbar .form {
  display: block;
}
.mm-navbars .mm-navbar .form .form-control {
  width: 100%;
  height: auto;
  border-color: #FFFFFF;
  border-radius: 0;
  background-color: #FFFFFF;
}
.mm-navbars .mm-navbar .form .form-control:focus, .mm-navbars .mm-navbar .form .form-control:active {
  outline: 0;
}
.mm-navbars .mm-navbar .form .form-control::-moz-placeholder {
  color: #B7B7B7;
}
.mm-navbars .mm-navbar .form .form-control::placeholder {
  color: #B7B7B7;
}
.mm-navbars .mm-navbar .form .btn {
  color: #B7B7B7;
}
.mm-navbars .mm-navbar:first-of-type {
  border-bottom: 0px;
}
.mm-navbars.mm-navbars--top .mm-navbar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.mm-listview .mm-listitem {
  color: #000000;
}
.mm-listview .mm-listitem .form {
  width: 100%;
}
.mm-listview .mm-listitem .form .form-control {
  width: 100%;
  height: auto;
  border-color: #FFFFFF;
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
.mm-listview .mm-listitem .form .form-control:focus, .mm-listview .mm-listitem .form .form-control:active {
  outline: 0;
}
.mm-listview .mm-listitem__text {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 1rem;
}
.mm-listview .mm-listitem:after {
  display: none;
  inset-inline-start: 16px;
  inset-inline-end: 16px;
  border-bottom: 1px solid #B7B7B7;
}
.mm-listview .mm-has-child.mm-listitem .mm-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 50px;
}
.mm-listview .mm-has-child.mm-listitem .mm-btn:after {
  width: 24px;
  height: 24px;
  border: 0;
  font-family: "lixil";
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #EF6D22;
  content: "\e80f";
  transform: rotate(0);
}
.mm-listview .mm-underline.mm-listitem:after {
  display: block;
}
.mm-listview .mm-lang.mm-listitem {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.mm-listview .mm-lang.mm-listitem .btn {
  width: calc(50% - 8px);
}
.mm-listview .mm-lang.mm-listitem .btn.btn-active {
  background-color: #EF6D22;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.mm-listview .mm-lang.mm-listitem .btn:first-of-type {
  margin-right: 0.5rem;
}
.mm-listview .mm-lang.mm-listitem .btn:last-of-type {
  margin-left: 0.5rem;
}
.mm-listview .mm-action {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
}
.mm-listview .mm-action .btn {
  color: #FFFFFF;
}

.mm-has-mega-menu {
  background-color: #FFFFFF;
  opacity: 0;
}
.mm-has-mega-menu .mm-listview {
  padding-top: 2rem;
  display: grid;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  row-gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.mm-has-mega-menu .mm-listitem__text {
  text-overflow: unset;
  white-space: unset;
  padding: 0;
}
.mm-has-mega-menu .mm-listitem__text .mm-megamenu {
  width: 100%;
  display: block;
}
.mm-has-mega-menu .mm-listitem__text .mm-megamenu-thumbs {
  position: relative;
  padding-top: 54.5454545455%;
  overflow: hidden;
}
.mm-has-mega-menu .mm-listitem__text .mm-megamenu-thumbs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mm-has-mega-menu .mm-listitem__text .mm-megamenu-thumbs span {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(239, 109, 34, 0.6);
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #FFFFFF;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: 0.3s ease;
}
.mm-has-mega-menu .mm-listitem__text .mm-megamenu-information {
  padding-top: 1.5rem;
}
.mm-has-mega-menu .mm-listitem__text .mm-megamenu-information .mm-megamenu-title,
.mm-has-mega-menu .mm-listitem__text .mm-megamenu-information .mm-megamenu-info {
  display: block;
  width: 100%;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.mm-has-mega-menu .mm-listitem__text .mm-megamenu-information .mm-megamenu-title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #EF6D22;
  text-transform: capitalize;
}
.mm-has-mega-menu .mm-listitem__text .mm-megamenu-information .mm-megamenu-info {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.mm-has-mega-menu .mm-listitem__text:hover .mm-megamenu-thumbs span {
  opacity: 1;
}

.mm-has-mega-menu.mm-mega-menu-3-column .mm-listview {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media screen and (min-width: 992px) {
  .mm-has-mega-menu .mm-listview {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mm-has-mega-menu.mm-mega-menu-3-column .mm-listview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.modal {
  padding: 48px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 90vw;
  max-height: 95vh;
  padding: 0;
  margin: 0;
}

.modal-content {
  background-color: #FFFFFF;
  border-width: 0;
  border-color: transparent;
}

.modal-header {
  border-bottom: 0;
}

.modal-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.modal-body.padd-text {
  padding-left: 5%;
  padding-right: 5%;
}
.modal-body.padd-text .lixil-paragraph-lg,
.modal-body.padd-text .lixil-paragraph-xl {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #54585A;
  letter-spacing: 0;
}
.modal-body.padd-text .lixil-paragraph-lg p,
.modal-body.padd-text .lixil-paragraph-xl p {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #54585A;
  letter-spacing: 0;
}
.modal-body .the-head .lixil-paragraph-lg h2, .modal-body .the-head .lixil-paragraph-lg .h2,
.modal-body .the-head .lixil-paragraph-lg h3, .modal-body .the-head .lixil-paragraph-lg .h3 {
  -moz-columns: #54585A;
       columns: #54585A;
}
.modal-body .the-head .lixil-paragraph-lg p {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #54585A;
  letter-spacing: 0;
}

.modal.fade .modal-dialog {
  transform: none !important;
  opacity: 0;
}

.modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.modal.fade.show .modal-dialog {
  opacity: 1;
}

.lixil-popup-fillter .modal-content {
  padding-top: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.lixil-popup-fillter .modal-content .lixil-product-fillter__more .filler-more-show {
  margin-top: 1rem;
}
.lixil-popup-fillter .modal-header {
  padding: 0 0;
  margin-top: -40px;
  position: sticky;
  top: 0;
  z-index: 10;
  border-radius: 10px;
}
.lixil-popup-fillter .modal-header .btn {
  border-radius: 10px;
}
.lixil-popup-fillter .modal-body {
  overflow-y: scroll;
  max-height: 80vh;
}
.lixil-popup-fillter .modal-body .lixil-product-fillter .form-check .form-check-label {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #54585A;
}
.lixil-popup-fillter .modal-body .lixil-product-fillter .form-check .form-check-input:checked + .form-check-label {
  color: #54585A;
}
.lixil-popup-fillter .modal-body .lixil-product-fillter .form-check.form-check--label-only .form-check-input:checked + .form-check-label {
  color: #EF6D22;
}
.lixil-popup-fillter .modal-body .lixil-product-fillter .lixil-product-fillter__forms, .lixil-popup-fillter .modal-body .lixil-product-fillter .filler-more-show.show {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 8px;
}
.lixil-popup-fillter .modal-body .lixil-product-fillter .lixil-product-fillter__forms.fillter-brand .form-check .form-check-label, .lixil-popup-fillter .modal-body .lixil-product-fillter .fillter-brand.filler-more-show.show .form-check .form-check-label {
  font-family: "tradegothic_ltbold", sans-serif;
}
.lixil-popup-fillter .modal-body .lixil-product-fillter .lixil-product-fillter__more a {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
}
.lixil-popup-fillter .modal-body .accordion .accordion-button {
  text-transform: uppercase;
  color: #54585A;
  padding-top: 10px;
  padding-bottom: 10px;
}
.lixil-popup-fillter .modal-body .accordion .btn .lixil-icon {
  color: #EF6D22;
}

.lixil-popup-message .modal-dialog {
  overflow: unset;
  max-width: 80%;
  max-height: 80%;
}
.lixil-popup-message .modal-content {
  border-radius: 0;
}
.lixil-popup-message .modal-body {
  overflow-y: auto;
  max-height: 80vh;
}
.lixil-popup-message .modal-body .lixil-paragraph h2, .lixil-popup-message .modal-body .lixil-paragraph .h2 {
  color: #EF6D22;
}
.lixil-popup-message .btn {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  font-size: 0.8125rem;
  padding: 0 0;
  background-color: #F5F5F5;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .lixil-popup-message .modal-dialog {
    max-width: 500px;
  }
  .lixil-popup-message .modal-body {
    padding: 1.5rem;
  }
  .lixil-popup-message .btn {
    position: absolute;
    top: -26px;
    right: -26px;
    width: 52px;
    height: 52px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .lixil-popup-message .btn {
    position: absolute;
    top: -28px;
    right: -28px;
    width: 56px;
    height: 56px;
    font-size: 1rem;
  }
  .lixil-popup-message .modal-dialog {
    max-width: 550px;
  }
  .lixil-popup-message .modal-body {
    padding: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .lixil-popup-message .modal-dialog {
    max-width: 650px;
  }
  .lixil-popup-message .modal-body {
    padding: 3rem;
  }
}

.lixil-popup-global .modal-dialog {
  overflow-y: unset;
  overflow-x: unset;
}
.lixil-popup-global .modal-dialog--w-auto {
  width: auto;
  max-width: 80%;
}
.lixil-popup-global .modal-content {
  background-color: #F5F5F5;
  border-radius: 0;
}
.lixil-popup-global .modal-content .btn-closed {
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0 0;
  border-radius: 50%;
  border-color: #FF0000;
  background-color: #FF0000;
  font-size: 0.625rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  text-transform: capitalize;
}
.lixil-popup-global .modal-content .btn-closed:hover, .lixil-popup-global .modal-content .btn-closed:active, .lixil-popup-global .modal-content .btn-closed:focus {
  border-color: #FF0000;
  background-color: #FF0000;
  color: #FFFFFF;
}
.lixil-popup-global .modal-content .btn-closed .lixil-icon {
  font-size: 24px;
}
.lixil-popup-global .modal-body {
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #F5F5F5;
  padding-left: 0rem;
  padding-right: 0rem;
}
.lixil-popup-global .modal-body .form .form-label {
  color: #EF6D22;
}
.lixil-popup-global .modal-body .form .form-control {
  background-color: #FFFFFF;
  border-color: #979797;
  border-radius: 0.625rem;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #2E2E2E;
}
.lixil-popup-global .modal-body .form .form-control:focus, .lixil-popup-global .modal-body .form .form-control:active {
  border-color: #EF6D22;
}
.lixil-popup-global .modal-body .form .form-control::-moz-placeholder {
  color: #979797;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
}
.lixil-popup-global .modal-body .form .form-control::placeholder {
  color: #979797;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
}
.lixil-popup-global .modal-body .form .form-select-type-1 {
  display: block;
}
.lixil-popup-global .modal-body .form .form-select-type-1 .select2 .select2-selection {
  border-radius: 10px;
  border-color: #979797;
}
.lixil-popup-global .modal-body .form .form-select-type-1 .select2 .select2-selection__rendered {
  font-family: "tradegothic_ltregular", sans-serif;
  color: #979797;
}
.lixil-popup-global .modal-body .form .form-select-type-1 .select2 .select2-selection__arrow {
  width: 16px;
  height: 12px;
  margin-top: -6px;
  background: url("../img/icons/arrow-small.png") no-repeat;
  background-size: 100% 100%;
}
.lixil-popup-global .modal-body .form .form-select-type-1 .select2 .select2-selection__arrow:before {
  display: none;
}
.lixil-popup-global .modal-body .form .form-select-type-1 .select2.select2-container--focus .select2-selection__rendered, .lixil-popup-global .modal-body .form .form-select-type-1 .select2.select2-container--below .select2-selection__rendered, .lixil-popup-global .modal-body .form .form-select-type-1 .select2.select2-container--above .select2-selection__rendered {
  color: #000000;
}
.lixil-popup-global .modal-body .form .form-select-type-1 .select2.select2-container--focus .select2-selection__arrow, .lixil-popup-global .modal-body .form .form-select-type-1 .select2.select2-container--below .select2-selection__arrow, .lixil-popup-global .modal-body .form .form-select-type-1 .select2.select2-container--above .select2-selection__arrow {
  background: url("../img/icons/arrow-small-black.png") no-repeat;
  background-size: 100% 100%;
}
.lixil-popup-global .modal-body .form .form-select-type-1 .select2.select2-container--open .select2-selection {
  border-color: #EF6D22;
}
.lixil-popup-global .modal-body .form textarea.form-control {
  height: 200px;
  padding-bottom: 56px;
}
.lixil-popup-global .modal-body .form .btn-submit-absolute {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.lixil-popup-global .modal-body .form .btn-submit-absolute .btn {
  min-width: 120px;
}
.lixil-popup-global .modal-body .the-head {
  padding-left: 2rem;
  padding-right: 2rem;
}
.lixil-popup-global .modal-body .the-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
}
.lixil-popup-global .modal-body .btn-action a {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto 16px auto;
}
.lixil-popup-global .modal-body .btn-action a:last-of-type {
  margin-bottom: 0;
}
.lixil-popup-global .modal-body.modal-body--contact {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.lixil-popup-global .modal-body.modal-body--contact .the-body .form__box {
  width: 100%;
}
.lixil-popup-global .modal-body.modal-body--contact .the-body .form__box:last-of-type {
  width: 100%;
}
.lixil-popup-global .modal-body.modal-body--contact .the-footer {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.lixil-popup-global .modal-body.modal-body--contact .the-footer .lixil-paragraph-lg,
.lixil-popup-global .modal-body.modal-body--contact .the-footer .lixil-paragraph {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.lixil-popup-global .modal-body.modal-body--contact .the-footer .lixil-paragraph-lg p,
.lixil-popup-global .modal-body.modal-body--contact .the-footer .lixil-paragraph p {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.lixil-popup-global .modal-body.modal-body--contact .the-footer .lixil-paragraph-lg p br,
.lixil-popup-global .modal-body.modal-body--contact .the-footer .lixil-paragraph p br {
  display: block;
}
.lixil-popup-global .modal-body.modal-body--contact .column-left,
.lixil-popup-global .modal-body.modal-body--contact .column-right {
  width: 100%;
}
.lixil-popup-global .modal-body.modal-body--contact .column-left {
  padding-top: 2rem;
}
.lixil-popup-global .modal-body.modal-body--contact .column-right {
  margin-top: 2rem;
}
.lixil-popup-global .modal-body.modal-body--sign .the-head .lixil-paragraph-lg h4, .lixil-popup-global .modal-body.modal-body--sign .the-head .lixil-paragraph-lg .h4, .lixil-popup-global .modal-body.modal-body--sign .the-head .lixil-paragraph-lg .project-segment-detail .accordion .accordion-header .accordion-button, .project-segment-detail .accordion .accordion-header .lixil-popup-global .modal-body.modal-body--sign .the-head .lixil-paragraph-lg .accordion-button, .lixil-popup-global .modal-body.modal-body--sign .the-head .lixil-paragraph-lg .lixil-card-product--categories .card-action a, .lixil-card-product--categories .card-action .lixil-popup-global .modal-body.modal-body--sign .the-head .lixil-paragraph-lg a,
.lixil-popup-global .modal-body--form-sm .the-head .lixil-paragraph-lg h4,
.lixil-popup-global .modal-body--form-sm .the-head .lixil-paragraph-lg .h4,
.lixil-popup-global .modal-body--form-sm .the-head .lixil-paragraph-lg .project-segment-detail .accordion .accordion-header .accordion-button,
.project-segment-detail .accordion .accordion-header .lixil-popup-global .modal-body--form-sm .the-head .lixil-paragraph-lg .accordion-button,
.lixil-popup-global .modal-body--form-sm .the-head .lixil-paragraph-lg .lixil-card-product--categories .card-action a,
.lixil-card-product--categories .card-action .lixil-popup-global .modal-body--form-sm .the-head .lixil-paragraph-lg a {
  margin-bottom: 0.5rem;
}
.lixil-popup-global .modal-body.modal-body--sign .the-head .lixil-paragraph-lg h3, .lixil-popup-global .modal-body.modal-body--sign .the-head .lixil-paragraph-lg .h3,
.lixil-popup-global .modal-body--form-sm .the-head .lixil-paragraph-lg h3,
.lixil-popup-global .modal-body--form-sm .the-head .lixil-paragraph-lg .h3 {
  color: #EF6D22;
}
.lixil-popup-global .modal-body.modal-body--sign .the-body,
.lixil-popup-global .modal-body--form-sm .the-body {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
.lixil-popup-global .modal-body.modal-body--sign .the-body .form__wrp,
.lixil-popup-global .modal-body--form-sm .the-body .form__wrp {
  justify-content: flex-start;
}
.lixil-popup-global .modal-body.modal-body--sign .the-body .form__box,
.lixil-popup-global .modal-body--form-sm .the-body .form__box {
  text-align: center;
}
.lixil-popup-global .modal-body.modal-body--sign .the-body .form .form-control,
.lixil-popup-global .modal-body--form-sm .the-body .form .form-control {
  text-align: center;
}
.lixil-popup-global .modal-body.modal-body--sign .the-body .form .form-control::-moz-placeholder, .lixil-popup-global .modal-body--form-sm .the-body .form .form-control::-moz-placeholder {
  text-align: center;
}
.lixil-popup-global .modal-body.modal-body--sign .the-body .form .form-control::placeholder,
.lixil-popup-global .modal-body--form-sm .the-body .form .form-control::placeholder {
  text-align: center;
}
.lixil-popup-global .modal-body.modal-body--sign .the-body .form .btn,
.lixil-popup-global .modal-body--form-sm .the-body .form .btn {
  min-width: 150px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.lixil-popup-global .modal-body.modal-body--sign .the-body .form .lixil-paragraph-sm,
.lixil-popup-global .modal-body--form-sm .the-body .form .lixil-paragraph-sm {
  margin-bottom: 1rem;
}
.lixil-popup-global .modal-body.modal-body--sign .the-body .form .lixil-paragraph-sm a,
.lixil-popup-global .modal-body--form-sm .the-body .form .lixil-paragraph-sm a {
  color: #0047FF;
  text-decoration: underline;
}
.lixil-popup-global .modal-body.modal-body--sign .the-body .form .lixil-paragraph-lg,
.lixil-popup-global .modal-body--form-sm .the-body .form .lixil-paragraph-lg {
  margin-top: 1rem;
}
.lixil-popup-global .modal-body.modal-body--sign .the-body .form .lixil-paragraph-lg a,
.lixil-popup-global .modal-body--form-sm .the-body .form .lixil-paragraph-lg a {
  text-decoration: underline;
}
.lixil-popup-global .modal-body.modal-body--register .the-head .lixil-paragraph-lg h4, .lixil-popup-global .modal-body.modal-body--register .the-head .lixil-paragraph-lg .h4, .lixil-popup-global .modal-body.modal-body--register .the-head .lixil-paragraph-lg .project-segment-detail .accordion .accordion-header .accordion-button, .project-segment-detail .accordion .accordion-header .lixil-popup-global .modal-body.modal-body--register .the-head .lixil-paragraph-lg .accordion-button, .lixil-popup-global .modal-body.modal-body--register .the-head .lixil-paragraph-lg .lixil-card-product--categories .card-action a, .lixil-card-product--categories .card-action .lixil-popup-global .modal-body.modal-body--register .the-head .lixil-paragraph-lg a {
  margin-bottom: 0.5rem;
}
.lixil-popup-global .modal-body.modal-body--register .the-head .lixil-paragraph-lg h3, .lixil-popup-global .modal-body.modal-body--register .the-head .lixil-paragraph-lg .h3 {
  color: #EF6D22;
}
.lixil-popup-global .modal-body.modal-body--register .the-body {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form__wrp {
  justify-content: flex-start;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form .form-select-type-1 .select2 .select2-selection__rendered {
  text-align: center;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form .form__box.form__box--full {
  width: 100%;
  text-align: center;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form .form-label {
  display: block;
  text-align: center;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form .form-control {
  text-align: center;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form .form-control::-moz-placeholder {
  text-align: center;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form .form-control::placeholder {
  text-align: center;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form .btn {
  min-width: 150px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form .lixil-paragraph-sm p {
  margin-bottom: 0;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form .lixil-paragraph-sm a {
  color: #0047FF;
  text-decoration: underline;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form .lixil-paragraph-lg {
  margin-top: 1rem;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form .lixil-paragraph-lg p {
  margin-bottom: 0;
}
.lixil-popup-global .modal-body.modal-body--register .the-body .form .lixil-paragraph-lg a {
  text-decoration: underline;
}
.lixil-popup-global .modal-body--form-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 480px) {
  .lixil-popup-global .modal-body.modal-body--sign .the-body,
  .lixil-popup-global .modal-body.modal-body--register .the-body {
    max-width: 320px;
  }
  .lixil-popup-global .modal-body--form-sm .the-body {
    max-width: 350px;
  }
}
@media (min-width: 576px) {
  .lixil-popup-global .the-head .lixil-paragraph-lg br {
    display: block;
  }
  .lixil-popup-global .modal-body .btn-action {
    text-align: center;
  }
  .lixil-popup-global .modal-body .btn-action a {
    display: inline-block;
    width: auto;
    min-width: 180px;
    max-width: 100%;
    margin: 0 32px 0 0;
  }
  .lixil-popup-global .modal-body .btn-action a:last-of-type {
    margin-right: 0;
  }
  .lixil-popup-global .modal-body.modal-body--sign .the-body {
    max-width: 350px;
  }
  .lixil-popup-global .modal-body.modal-body--register .the-body {
    max-width: 90%;
  }
  .lixil-popup-global .modal-body.modal-body--form-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lixil-popup-global .modal-body.modal-body--form-sm .the-body {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .lixil-popup-global .modal-content .btn-closed {
    top: -1.5625rem;
    right: -1.5625rem;
    width: 50px;
    height: 50px;
    font-size: 0.8125rem;
    line-height: 3.125rem;
  }
  .lixil-popup-global .modal-body.modal-body--contact .the-body .form__box {
    width: 50%;
  }
  .lixil-popup-global .modal-body.modal-body--contact .the-body .form .form__box.form__box--full {
    width: 100%;
  }
  .lixil-popup-global .modal-body.modal-body--register .the-body {
    max-width: 100%;
  }
  .lixil-popup-global .modal-body.modal-body--register .the-body .form .form__box {
    width: 50%;
  }
  .lixil-popup-global .modal-body.modal-body--register .the-body .form .form__box.form__box--top-3,
  .lixil-popup-global .modal-body.modal-body--register .the-body .form .form__box.form__box--full {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .lixil-popup-global .modal-body.modal-body--contact .the-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lixil-popup-global .modal-body.modal-body--contact .the-body .form__box {
    width: 100%;
  }
  .lixil-popup-global .modal-body.modal-body--contact .the-footer {
    width: 100%;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-end;
  }
  .lixil-popup-global .modal-body.modal-body--contact .column-left {
    width: calc(100% - 400px);
    padding-bottom: 2rem;
  }
  .lixil-popup-global .modal-body.modal-body--contact .column-right {
    width: 400px;
    margin-top: 0;
  }
  .lixil-popup-global .modal-body.modal-body--register .the-body {
    max-width: 992px;
  }
  .lixil-popup-global .modal-body.modal-body--register .the-body .form .form__box {
    width: 25%;
  }
  .lixil-popup-global .modal-body.modal-body--register .the-body .form .form__box.form__box--top-3 {
    width: 33.33%;
  }
  .lixil-popup-global .modal-body.modal-body--register .the-body .form .form__box.form__box--full {
    width: 100%;
  }
  .lixil-popup-global .modal-body.modal-body--form-sm {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .lixil-popup-global .modal-body.modal-body--contact .the-body .form__box {
    width: 50%;
  }
  .lixil-popup-global .modal-body.modal-body--contact .the-body .form__box:last-of-type {
    width: 100%;
  }
  .lixil-popup-global .modal-body.modal-body--register .the-body {
    max-width: 1200px;
    padding: 0 5%;
  }
}
@media (min-width: 1400px) {
  .lixil-popup-global .modal-dialog {
    max-width: 1200px;
  }
  .lixil-popup-global .modal-dialog--w-auto {
    width: auto;
    max-width: 1200px;
  }
  .lixil-popup-global .modal-body.modal-body--form-sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.lixil-pagination {
  display: block;
  width: 100%;
}
.lixil-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.lixil-pagination ul li {
  display: inline-block;
  margin: 0 0.125rem;
  vertical-align: middle;
}
.lixil-pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #757575;
  text-decoration: none;
  text-transform: capitalize;
}
.lixil-pagination ul li span {
  display: block;
  width: 2px;
  height: 16px;
  background-color: #757575;
  transform: rotate(15deg);
}
.lixil-pagination ul li.active a,
.lixil-pagination ul li:hover a {
  color: #EF6D22;
}

.lixil-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.lixil-block-t-0 {
  padding-bottom: 3rem;
}

.lixil-block-b-0 {
  padding-top: 3rem;
}

.lixil-block-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.lixil-block-sm-t-0 {
  padding-bottom: 2rem;
}

.lixil-block-sm-b-0 {
  padding-top: 2rem;
}

.lixil-block-lg {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.lixil-block-lg-t-0 {
  padding-bottom: 3.5rem;
}

.lixil-block-lg-b-0 {
  padding-top: 3.5rem;
}

@media screen and (min-width: 768px) {
  .lixil-block {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lixil-block-t-0 {
    padding-bottom: 3.5rem;
  }
  .lixil-block-b-0 {
    padding-top: 3.5rem;
  }
  .lixil-block-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lixil-block-sm-t-0 {
    padding-bottom: 3rem;
  }
  .lixil-block-sm-b-0 {
    padding-top: 3rem;
  }
  .lixil-block-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lixil-block-lg-t-0 {
    padding-bottom: 4rem;
  }
  .lixil-block-lg-b-0 {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .lixil-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lixil-block-t-0 {
    padding-bottom: 4rem;
  }
  .lixil-block-b-0 {
    padding-top: 4rem;
  }
  .lixil-block-lg {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lixil-block-lg-t-0 {
    padding-bottom: 4.5rem;
  }
  .lixil-block-lg-b-0 {
    padding-top: 4.5rem;
  }
}
.scrollbar-to-x{
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  transition: 0.3s ease;
}

.scrollbar-to-x::-webkit-scrollbar-track{
  border-radius: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(207 207 215 / var(--tw-bg-opacity));
}

.scrollbar-to-x::-webkit-scrollbar {
  border-radius: 1.25rem;
  height: 0.625em;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(207 207 215 / var(--tw-bg-opacity));
}

.scrollbar-to-x::-webkit-scrollbar-thumb {
  border-radius: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(153 159 167 / var(--tw-bg-opacity));
}

.scrollbar-to-y{
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
  transition: 0.3s ease;
}

.scrollbar-to-y::-webkit-scrollbar-track {
  border-radius: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(207 207 215 / var(--tw-bg-opacity));
}

.scrollbar-to-y::-webkit-scrollbar {
  border-radius: 1.25rem;
  height: 0.625em;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(207 207 215 / var(--tw-bg-opacity));
}

.scrollbar-to-y::-webkit-scrollbar-thumb {
  border-radius: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(153 159 167 / var(--tw-bg-opacity));
}

.scrollbar-to-x.scrollbar-to-x--bar-hide::-webkit-scrollbar-track,
.scrollbar-to-x.scrollbar-to-x--bar-hide::-webkit-scrollbar,
.scrollbar-to-x.scrollbar-to-x--bar-hide::-webkit-scrollbar-thumb,
.scrollbar-to-y.scrollbar-to-y--bar-hide::-webkit-scrollbar-track,
.scrollbar-to-y.scrollbar-to-y--bar-hide::-webkit-scrollbar,
.scrollbar-to-y.scrollbar-to-y--bar-hide::-webkit-scrollbar-thumb{
  background-color: transparent;
  opacity: 0;
}

.scrollbar-to-x.scrollbar-to-x--bar-hide::-webkit-scrollbar,
.scrollbar-to-y.scrollbar-to-y--bar-hide::-webkit-scrollbar {
  height: 0 !important;
}

.sw-carousel {
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.sw-carousel .swiper-slide {
  height: auto;
}
.sw-carousel .swiper-slide article {
  width: 100%;
  height: 100%;
}
.sw-carousel .sw-btn-prev,
.sw-carousel .sw-btn-next {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}
.sw-carousel .sw-btn-prev .lixil-icon,
.sw-carousel .sw-btn-next .lixil-icon {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  line-height: 2rem;
  color: #2E2E2E;
}
.sw-carousel .sw-btn-prev:hover .lixil-icon, .sw-carousel .sw-btn-prev:active .lixil-icon,
.sw-carousel .sw-btn-next:hover .lixil-icon,
.sw-carousel .sw-btn-next:active .lixil-icon {
  color: #EF6D22;
}
.sw-carousel .sw-btn-next {
  right: 0;
}
.sw-carousel .sw-btn-prev {
  left: 0;
}
.sw-carousel .sw-btn-prev.swiper-button-disabled .lixil-icon,
.sw-carousel .sw-btn-next.swiper-button-disabled .lixil-icon {
  color: #808080;
  opacity: 0.5;
}
.sw-carousel .sw-bullet-pagination {
  position: relative;
  display: inline-block;
  top: 100%;
  height: 24px;
  bottom: 0 !important;
  text-align: center;
}
.sw-carousel .sw-bullet-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  background-color: transparent;
  opacity: 1;
  margin: 0 0.5rem 0 0;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
.sw-carousel .sw-bullet-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.sw-carousel .sw-bullet-pagination .swiper-pagination-bullet:active,
.sw-carousel .sw-bullet-pagination .swiper-pagination-bullet:focus {
  background-color: transparent;
  box-shadow: none;
}
.sw-carousel .sw-bullet-pagination .swiper-pagination-bullet:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 99999px;
  box-sizing: border-box;
  background: rgba(239, 109, 34, 0.5);
  border: 1px solid rgba(239, 109, 34, 0.2);
  content: "";
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.sw-carousel .sw-bullet-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  height: 14px;
  width: 14px;
  background: #EF6D22;
  border-color: #EF6D22;
}
.sw-carousel .sw-bullet-pagination.swiper-pagination-lock,
.sw-carousel .sw-btn-prev.swiper-button-lock,
.sw-carousel .sw-btn-next.swiper-button-lock {
  display: none;
}
.sw-carousel .sw-footer {
  margin-top: 2rem;
}

.sw-carousel.sw-off {
  padding-left: 0rem;
  padding-right: 0rem;
}
.sw-carousel.sw-off .swiper-wrapper {
  justify-content: center;
}
.sw-carousel.sw-off .swiper-slide:last-of-type {
  margin-right: 0 !important;
}
.sw-carousel.sw-off .sw-btn-next,
.sw-carousel.sw-off .sw-btn-prev,
.sw-carousel.sw-off .sw-footer {
  display: none;
}

.sw-carousel.sw-hide-all {
  padding-left: 0rem;
  padding-right: 0rem;
}
.sw-carousel.sw-hide-all .sw-btn-next,
.sw-carousel.sw-hide-all .sw-btn-prev,
.sw-carousel.sw-hide-all .sw-footer {
  display: none;
}

.sw-carousel.sw-hide-pagination .sw-footer {
  display: none;
}

@media screen and (min-width: 992px) {
  .sw-carousel {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sw-carousel .sw-btn-prev,
  .sw-carousel .sw-btn-next {
    width: 40px;
    height: 40px;
  }
  .sw-carousel .sw-btn-prev .lixil-icon,
  .sw-carousel .sw-btn-next .lixil-icon {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.lixil-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  font-family: "lixil";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  transition: 0.2s ease;
}
.lixil-icon:before {
  content: "";
}
.lixil-icon--inline-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-right: 0;
}
.lixil-icon--inline-left {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0.5rem;
}

.lixil-icon--youtube:before {
  content: "\e800";
}
.lixil-icon--linkedin:before {
  content: "\e801";
}
.lixil-icon--x:before {
  content: "\e802";
}
.lixil-icon--facebook:before {
  content: "\e803";
}
.lixil-icon--instagram:before {
  content: "\e804";
}
.lixil-icon--down-open:before {
  content: "\e805";
}
.lixil-icon--left-open:before {
  content: "\e806";
}
.lixil-icon--right-open:before {
  content: "\e807";
}
.lixil-icon--up-open:before {
  content: "\e808";
}
.lixil-icon--search:before {
  content: "\e809";
}
.lixil-icon--heart:before {
  content: "\e80a";
}
.lixil-icon--heart-empty:before {
  content: "\e80b";
}
.lixil-icon--cancel:before {
  content: "\e80c";
}
.lixil-icon--cancel-circled:before {
  content: "\e80d";
}
.lixil-icon--cancel-squared:before {
  content: "\e80e";
}
.lixil-icon--plus:before {
  content: "\e80f";
}
.lixil-icon--plus-circled:before {
  content: "\e810";
}
.lixil-icon--plus-squared:before {
  content: "\e811";
}
.lixil-icon--minus:before {
  content: "\e812";
}
.lixil-icon--minus-circled:before {
  content: "\e813";
}
.lixil-icon--minus-squared:before {
  content: "\e814";
}
.lixil-icon--down-open-big:before {
  content: "\e815";
}
.lixil-icon--left-open-big:before {
  content: "\e816";
}
.lixil-icon--right-open-big:before {
  content: "\e817";
}
.lixil-icon--up-open-big:before {
  content: "\e818";
}
.lixil-icon--article:before {
  content: "\e819";
}
.lixil-icon--whatsapp:before {
  content: "\e81a";
}
.lixil-icon--attention-circled:before {
  content: "\e81b";
}
.lixil-icon--attention:before {
  content: "\e81c";
}
.lixil-icon--bell:before {
  content: "\e81d";
}
.lixil-icon--chat:before {
  content: "\e81e";
}
.lixil-icon--comment:before {
  content: "\e81f";
}
.lixil-icon--mail:before {
  content: "\e820";
}
.lixil-icon--calendar:before {
  content: "\e821";
}
.lixil-icon--calendar-1:before {
  content: "\e822";
}
.lixil-icon--calendar-2:before {
  content: "\e823";
}
.lixil-icon--calendar-3:before {
  content: "\e824";
}
.lixil-icon--vector:before {
  content: "\e825";
}
.lixil-icon--ok:before {
  content: "\e826";
}
.lixil-icon--down-dir:before {
  content: "\e827";
}
.lixil-icon--up-dir:before {
  content: "\e828";
}
.lixil-icon--left-dir:before {
  content: "\e829";
}
.lixil-icon--right-dir:before {
  content: "\e82a";
}
.lixil-icon--menu:before {
  content: "\f008";
}
.lixil-icon--th-list:before {
  content: "\f009";
}
.lixil-icon--th-thumb:before {
  content: "\f00a";
}
.lixil-icon--th-thumb-empty:before {
  content: "\f00b";
}
.lixil-icon--user:before {
  content: "\f061";
}
.lixil-icon--info-circled:before {
  content: "\f085";
}
.lixil-icon--info-circled-alt:before {
  content: "\f086";
}
.lixil-icon--github-circled:before {
  content: "\f09b";
}
.lixil-icon--gplus-squared:before {
  content: "\f0d4";
}
.lixil-icon--gplus:before {
  content: "\f0d5";
}
.lixil-icon--mail-alt:before {
  content: "\f0e0";
}
.lixil-icon--linkedin-1:before {
  content: "\f0e1";
}
.lixil-icon--comment-empty:before {
  content: "\f0e5";
}
.lixil-icon--chat-empty:before {
  content: "\f0e6";
}
.lixil-icon--bell-alt:before {
  content: "\f0f3";
}
.lixil-icon--doc-text:before {
  content: "\f0f6";
}
.lixil-icon--angle-double-left:before {
  content: "\f100";
}
.lixil-icon--angle-double-right:before {
  content: "\f101";
}
.lixil-icon--angle-double-up:before {
  content: "\f102";
}
.lixil-icon--angle-double-down:before {
  content: "\f103";
}
.lixil-icon--angle-left:before {
  content: "\f104";
}
.lixil-icon--angle-right:before {
  content: "\f105";
}
.lixil-icon--angle-up:before {
  content: "\f106";
}
.lixil-icon--angle-down:before {
  content: "\f107";
}
.lixil-icon--attention-alt:before {
  content: "\f12a";
}
.lixil-icon--youtube-1:before {
  content: "\f167";
}
.lixil-icon--google:before {
  content: "\f1a0";
}
.lixil-icon--bell-off:before {
  content: "\f1f6";
}
.lixil-icon--bell-off-empty:before {
  content: "\f1f7";
}
.lixil-icon--download:before {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/icons/icon-download.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.lixil-icon--hello:before {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/icons/icon-hello.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.lixil-card-product .card-wrp {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
.lixil-card-product .card-thumbnail {
  position: relative;
  transition: 0.3s ease;
}
.lixil-card-product .card-thumbnail a,
.lixil-card-product .card-thumbnail .thumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  border: 0;
  overflow: hidden;
}
.lixil-card-product .card-thumbnail a--with-blur,
.lixil-card-product .card-thumbnail .thumbs--with-blur {
  filter: blur(2px);
}
.lixil-card-product .card-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease;
}
.lixil-card-product .card-thumbnail:hover {
  cursor: pointer;
}
.lixil-card-product .card-thumbnail:hover img {
  transform: scale(1.2);
}
.lixil-card-product .product-type span {
  position: relative;
  display: block;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
.lixil-card-product .product-type:before {
  position: absolute;
  bottom: 8px;
  left: -1px;
  border-top: 16px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid;
  content: "";
  display: none;
}
.lixil-card-product .product-type--luxury span {
  background-color: #424242;
}
.lixil-card-product .product-type--luxury:before {
  border-right-color: #424242;
}
.lixil-card-product .product-type--grand-luxury span {
  background-color: #B08B45;
}
.lixil-card-product .product-type--grand-luxury:before {
  border-right-color: #B08B45;
}
.lixil-card-product .product-type--entry-luxury span {
  background-color: #7E7E7E;
}
.lixil-card-product .product-type--entry-luxury:before {
  border-right-color: #7E7E7E;
}
.lixil-card-product .product-type--mass span {
  background-color: #BB4A31;
}
.lixil-card-product .product-type--mass:before {
  border-right-color: #424242;
}
.lixil-card-product .product-type--economy span {
  background-color: #0066FF;
}
.lixil-card-product .product-type--economy:before {
  border-right-color: #0066FF;
}
.lixil-card-product .product-type--sm span {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 110px;
}
.lixil-card-product .product-type--sm:before {
  display: none;
}
.lixil-card-product .product-type--abs {
  position: absolute;
  top: 1rem;
  left: -0.5rem;
  width: auto;
  height: auto;
  overflow: hidden;
  padding-bottom: 1rem;
}
.lixil-card-product .product-type--abs span {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.lixil-card-product .product-type--abs:before {
  display: block;
}
.lixil-card-product .product-brand--abs {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.lixil-card-product .product-brand--abs img {
  display: block;
  width: auto;
  height: 40px;
}
.lixil-card-product .product-brand--sm img {
  max-width: 110px;
  width: 100%;
  height: auto;
}
.lixil-card-product--landing .card-wrp {
  border-radius: 1rem;
  border: 2px solid #808080;
  padding-bottom: 5.125rem;
}
.lixil-card-product--landing .card-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.lixil-card-product--landing .card-header img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.lixil-card-product--landing .card-thumbnail {
  padding-top: 100%;
}
.lixil-card-product--landing .card-thumbnail span {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 100px;
  transform: translateX(-50%);
}
.lixil-card-product--landing .card-information {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.lixil-card-product--landing .card-information .lixil-paragraph {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #54585A;
}
.lixil-card-product--landing .card-footer {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.lixil-card-product--landing .card-footer .btn {
  min-width: 240px;
}
.lixil-card-product--landing .card-wrp:hover {
  border-color: #EF6D22;
  cursor: pointer;
}
.lixil-card-product--landing .card-wrp:hover .card-thumbnail img {
  transform: scale(1.2);
}
.lixil-card-product--landing .card-wrp:hover .card-footer .btn {
  border-color: #EF6D22;
  color: #EF6D22;
}
.lixil-card-product--categories .card-thumbnail {
  padding-top: 100%;
  overflow: hidden;
}
.lixil-card-product--categories .card-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease;
}
.lixil-card-product--categories .card-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: linear-gradient(180deg, rgba(39, 39, 39, 0) 51.89%, rgba(39, 39, 39, 0.69) 100%);
  transition: 0.5 ease;
}
.lixil-card-product--categories .card-action a {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  color: #FFFFFF;
  text-decoration: none;
}
.lixil-card-product--categories .card-wrp:hover {
  cursor: pointer;
}
.lixil-card-product--categories .card-wrp:hover .card-thumbnail img {
  transform: scale(1.2);
}
.lixil-card-product--categories .card-wrp:hover .card-action {
  background-color: rgba(231, 84, 0, 0.6);
}
.lixil-card-product--categories .card-wrp:hover .card-action a {
  text-decoration: underline;
}
.lixil-card-product--catalog .product-brand {
  display: block;
  min-height: 40px;
  margin-bottom: 14px;
}
.lixil-card-product--catalog .product-brand .brand-grohe,
.lixil-card-product--catalog .product-brand .brand-inax,
.lixil-card-product--catalog .product-brand .brand-as {
  display: block;
  position: relative;
  padding-bottom: 10px;
}
.lixil-card-product--catalog .product-brand .brand-grohe img,
.lixil-card-product--catalog .product-brand .brand-inax img,
.lixil-card-product--catalog .product-brand .brand-as img {
  height: 30px;
  width: auto;
  display: block;
}
.lixil-card-product--catalog .product-brand .brand-grohe:after,
.lixil-card-product--catalog .product-brand .brand-inax:after,
.lixil-card-product--catalog .product-brand .brand-as:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  content: "";
}
.lixil-card-product--catalog .product-brand .brand-grohe:after {
  background-color: #152849;
}
.lixil-card-product--catalog .product-brand .brand-inax:after {
  background-color: #03BBE3;
}
.lixil-card-product--catalog .product-brand .brand-as:after {
  background-color: #FF0000;
}
.lixil-card-product--catalog .card-thumbnail {
  padding-top: 100%;
}
.lixil-card-product--catalog .card-thumbnail .product-type-brand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
}
.lixil-card-product--catalog .card-thumbnail .product-status {
  position: absolute;
  top: 0;
  left: 0;
}
.lixil-card-product--catalog .card-thumbnail .product-status span {
  display: inline-block;
  width: auto;
  padding: 0.5rem 2rem;
  background-color: #FF0000;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
.lixil-card-product--catalog .card-thumbnail .product-type.product-type--abs,
.lixil-card-product--catalog .card-thumbnail .product-brand.product-brand--abs {
  display: none;
}
.lixil-card-product--catalog .card-thumbnail:hover img {
  transform: unset;
}
.lixil-card-product--catalog .card-thumbnail-with-brand {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.lixil-card-product--catalog .card-thumbnail-with-brand .thumbs,
.lixil-card-product--catalog .card-thumbnail-with-brand .product-brand-hover,
.lixil-card-product--catalog .card-thumbnail-with-brand a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.lixil-card-product--catalog .card-thumbnail-with-brand .thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lixil-card-product--catalog .card-thumbnail-with-brand .product-brand-hover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  opacity: 0;
}
.lixil-card-product--catalog .card-thumbnail-with-brand a {
  color: transparent;
  border: 0;
  outline: none;
}
.lixil-card-product--catalog .card-thumbnail-with-brand:hover {
  cursor: pointer;
}
.lixil-card-product--catalog .card-thumbnail-with-brand:hover .thumbs {
  filter: blur(5px);
}
.lixil-card-product--catalog .card-thumbnail-with-brand:hover .product-brand-hover {
  opacity: 1;
}
.lixil-card-product--catalog .card-information {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.lixil-card-product--catalog .card-title .lixil-paragraph p,
.lixil-card-product--catalog .card-title .lixil-paragraph-xl p,
.lixil-card-product--catalog .card-description .lixil-paragraph p,
.lixil-card-product--catalog .card-description .lixil-paragraph-xl p,
.lixil-card-product--catalog .card-price .lixil-paragraph p,
.lixil-card-product--catalog .card-price .lixil-paragraph-xl p {
  margin-bottom: 0.5rem;
}
.lixil-card-product--catalog .card-title .lixil-paragraph-xl p,
.lixil-card-product--catalog .card-price .lixil-paragraph-xl p {
  font-size: 18px;
  line-height: 24px;
}
.lixil-card-product--catalog .card-title .lixil-paragraph-xl p {
  line-height: 24px;
  min-height: 48px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lixil-card-product--catalog .card-description {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.lixil-card-product--catalog .card-description .lixil-paragraph {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #54585A;
  font-size: 14px;
  line-height: 22px;
}
.lixil-card-product--catalog .card-footer {
  text-align: center;
}
.lixil-card-product--catalog .card-footer .btn {
  min-width: 100%;
  margin-bottom: 0.5rem;
}
.lixil-card-product--catalog .card-footer .btn:last-of-type {
  margin-bottom: 0rem;
}
.lixil-card-product--catalog .card-footer .btn.btn--outline-brand {
  color: #55585A;
}
.lixil-card-product--catalog .card-footer .btn.btn--outline-brand:hover, .lixil-card-product--catalog .card-footer .btn.btn--outline-brand:active {
  border-color: #EF6D22;
  color: #FFFFFF;
  background-color: #EF6D22;
}
.lixil-card-product--catalog-hide-button .card-footer {
  display: none;
}
.lixil-card-product--compare .card-body {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.75rem;
  background-color: #F5F5F5;
}
.lixil-card-product--compare .card-body .thumbs {
  position: relative;
  width: 80px;
  height: 80px;
}
.lixil-card-product--compare .card-body .thumbs a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 0.625rem;
  overflow: hidden;
}
.lixil-card-product--compare .card-body .thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lixil-card-product--compare .card-body .title {
  padding-left: 1rem;
  padding-right: 3rem;
  width: calc(100% - 80px);
}
.lixil-card-product--compare .card-body .title a {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
  color: #EF6D22;
  text-decoration: none;
  outline: none;
}
.lixil-card-product--compare .card-body .title a:hover, .lixil-card-product--compare .card-body .title a:active {
  outline: none;
  color: #EF6D22;
  text-decoration: underline;
}
.lixil-card-product--compare .card-body .btn-action {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.lixil-card-product--compare .card-body .btn-action .btn {
  padding: 0 0;
}
.lixil-card-product--compare .card-body .btn-add {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  text-decoration: none;
  outline: none;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.lixil-card-product--compare .card-body .btn-add:hover, .lixil-card-product--compare .card-body .btn-add:active {
  color: transparent;
  outline: none;
  text-decoration: none;
}
.lixil-card-product--compare .card-body .btn-add .lixil-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  background-color: #E1E1E1;
  color: #9F9F9F;
  font-size: 40px;
  line-height: 80px;
}

.lixil-card-our-product .card-wrp {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
.lixil-card-our-product .card-information {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.lixil-card-our-product .card-information .card-title {
  width: auto;
}
.lixil-card-our-product .card-information .card-title a {
  display: block;
  position: relative;
  padding-left: 0.6875rem;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 700;
  color: #55585A;
  text-decoration: none;
  outline: none;
}
.lixil-card-our-product .card-information .card-title a:before {
  position: absolute;
  top: 10%;
  left: 0;
  width: 3px;
  height: 80%;
  background-color: #EF6D22;
  content: "";
}
.lixil-card-our-product .card-information .card-title .lixil-paragraph {
  margin-top: 0.5rem;
  font-family: "tradegothic_ltregular", sans-serif !important;
  font-weight: 400 !important;
  color: #54585A !important;
}
.lixil-card-our-product .card-information .card-title .lixil-paragraph p {
  max-width: 100%;
  line-height: 24px;
  min-height: 48px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lixil-card-our-product .card-information .btn-action {
  width: auto;
}
.lixil-card-our-product .card-thumbnail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.lixil-card-our-product .card-thumbnail .thumbs {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.lixil-card-our-product .card-thumbnail .thumbs a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  border: 0;
  outline: none;
}
.lixil-card-our-product .card-thumbnail .thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 480px) {
  .lixil-card-product--catalog .card-wrp {
    padding-bottom: 7.5rem;
  }
  .lixil-card-product--catalog .card-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .lixil-card-product--catalog-hide-button .card-wrp {
    padding-bottom: 0;
  }
  .lixil-card-product--landing .card-thumbnail span {
    width: 110px;
  }
}
@media screen and (min-width: 576px) {
  .lixil-card-product--landing .card-wrp {
    border-radius: 1.125rem;
  }
  .lixil-card-product--landing .card-header img {
    max-width: 120px;
  }
  .lixil-card-product--landing .card-thumbnail {
    padding-top: 89.1089108911%;
  }
  .lixil-card-our-product .card-information .card-title a {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .lixil-card-product--landing .card-wrp {
    border-radius: 1.25rem;
    padding-bottom: 5.625rem;
  }
  .lixil-card-product--landing .card-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lixil-card-product--landing .card-header img {
    max-width: 130px;
  }
  .lixil-card-product--landing .card-thumbnail span {
    width: 120px;
  }
  .lixil-card-product--landing .card-information {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lixil-card-product--landing .card-footer {
    bottom: 2rem;
  }
  .lixil-card-product--catalog .card-thumbnail:hover img {
    transform: unset;
  }
  .lixil-card-product--compare .card-body {
    padding: 0.5rem;
    border-radius: 0.75rem;
    background-color: #F5F5F5;
  }
  .lixil-card-product--compare .card-body .title {
    padding-left: 1rem;
    padding-right: 3rem;
    width: calc(100% - 80px);
  }
  .lixil-card-product--compare .card-body .btn-action {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .lixil-card-product--compare .card-body .btn-add {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
    text-decoration: none;
    outline: none;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lixil-card-product--compare .card-body .btn-add:hover, .lixil-card-product--compare .card-body .btn-add:active {
    color: transparent;
    outline: none;
    text-decoration: none;
  }
  .lixil-card-product--compare .card-body .btn-add .lixil-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    background-color: #E1E1E1;
    color: #9F9F9F;
    font-size: 40px;
    line-height: 80px;
  }
  .lixil-card-our-product .card-information .card-title a {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .lixil-card-product--landing .card-wrp {
    padding-bottom: 5.75rem;
  }
  .lixil-card-product--landing .card-header img {
    max-width: 150px;
  }
  .lixil-card-product--landing .card-thumbnail span {
    width: 150px;
  }
  .lixil-card-product--landing .card-information {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lixil-card-product--landing .card-footer .read-more {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .lixil-card-product--categories .card-action a {
    padding: 2.5rem;
  }
  .lixil-card-product--catalog .card-title .lixil-paragraph-xl p,
  .lixil-card-product--catalog .card-price .lixil-paragraph-xl p {
    font-size: 20px;
    line-height: 28px;
  }
  .lixil-card-product--catalog .card-title .lixil-paragraph-xl p a {
    line-height: 28px;
    min-height: 56px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .lixil-card-product--catalog .card-title .lixil-paragraph-xl p {
    min-height: 56px;
    max-height: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .lixil-card-product .product-type span {
    font-size: 1rem;
  }
  .lixil-card-product .product-brand--abs img {
    height: 60px;
  }
  .lixil-card-our-product .card-information .card-title a {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
.lixil-card-project .card-wrp {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lixil-card-project .card-information {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.lixil-card-project .card-information .card-title a {
  display: block;
  position: relative;
  padding-left: 0.6875rem;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
  color: #54585A;
  text-decoration: none;
  outline: none;
}
.lixil-card-project .card-information .card-title a:before {
  position: absolute;
  top: 10%;
  left: 0;
  width: 3px;
  height: 80%;
  background-color: #EF6D22;
  content: "";
}
.lixil-card-project .card-information .card-title .lixil-paragraph {
  margin-top: 0.5rem;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #54585A;
}
.lixil-card-project .card-information--bottom {
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
.lixil-card-project .card-thumbnail {
  position: relative;
  padding-top: 51.7015706806%;
  transition: 0.3s ease;
}
.lixil-card-project .card-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  border: 0;
  overflow: hidden;
}
.lixil-card-project .card-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease;
}
.lixil-card-project .card-thumbnail:hover {
  cursor: pointer;
}
.lixil-card-project .card-thumbnail:hover img {
  transform: scale(1.2);
}
.lixil-card-project .lixil-paragraph-lg {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #54585A !important;
}
.lixil-card-project .project-tags {
  padding-top: 1.5rem;
  grid-template-columns: 90px auto;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  display: none;
}
.lixil-card-project .project-tags .tags-left span {
  padding-left: 0;
  padding-right: 0;
}
.lixil-card-project .project-tags .tags-right {
  text-align: left;
}
.lixil-card-project .project-tags .tags-right span {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
.lixil-card-project--reference .card-wrp {
  padding-bottom: 72px;
}
.lixil-card-project--reference .card-body .lixil-paragraph-lg {
  margin-top: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.lixil-card-project--reference .card-body .lixil-paragraph-lg span {
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
}
.lixil-card-project--reference .card-body .lixil-paragraph-lg h3, .lixil-card-project--reference .card-body .lixil-paragraph-lg .h3,
.lixil-card-project--reference .card-body .lixil-paragraph-lg h4,
.lixil-card-project--reference .card-body .lixil-paragraph-lg .lixil-card-product--categories .card-action a,
.lixil-card-product--categories .card-action .lixil-card-project--reference .card-body .lixil-paragraph-lg a, .lixil-card-project--reference .card-body .lixil-paragraph-lg .h4, .lixil-card-project--reference .card-body .lixil-paragraph-lg .project-segment-detail .accordion .accordion-header .accordion-button, .project-segment-detail .accordion .accordion-header .lixil-card-project--reference .card-body .lixil-paragraph-lg .accordion-button,
.lixil-card-project--reference .card-body .lixil-paragraph-lg h5, .lixil-card-project--reference .card-body .lixil-paragraph-lg .h5 {
  color: #EF6D22;
}
.lixil-card-project--reference .card-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.lixil-card-project--reference .card-footer .btn {
  min-width: 180px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.lixil-card-project--reference .card-footer .btn__wrp {
  justify-content: center;
}

@media screen and (min-width: 576px) {
  .lixil-card-project .card-information .card-title a {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .lixil-card-project .card-information .card-title a {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .lixil-card-project .card-information .card-title a {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
.mfp-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(238 239 241 / var(--tw-bg-opacity));
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-bg.mfp-ready{
  opacity: 0.85;
}

.mfp-container{
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.99);
}
.mfp-container.mfp-s-ready{
  opacity: 1;
  transform: scale(1);
}

.mfp-figure::after {
  box-shadow: 0 6px 18px 0 rgba(32, 32, 37, 0.25);
  background: #eeeff1;
}

.mfp-title,
.mfp-counter{
  font-family: Open Sans, sans-serif;
  font-style: normal;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(14 13 53 / var(--tw-text-opacity));
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5rem;
  text-shadow: 0 2px 8px rgb(255, 255, 255);
}

.mfp-close.uwp-mfp-close-button{
  font-size: 1.5rem;
  color: #000000 !important;
  opacity: 1 !important;
}
.mfp-close.uwp-mfp-close-button:after{
  font-family: "fa-solid";
  font-weight: 900;
  content: "\f00d";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.mfp-content .btn {
  position: absolute;
  top: -3rem;
  right: 0rem;
}
.mfp-content .mfp-img {
  padding: 0 !important;
}

.no-scroll {
  overflow: hidden;
}

body.lixil-enabled-sticky-header .lixil-main-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media (min-width: 992px) {
  body.lixil-enabled-sticky-header{
    padding-top: 70px;
  }
}

body.mm-wrapper .mm-page.mm-slideout {
  z-index: unset;
}
body.mm-wrapper.mm-wrapper--opened .mm-page.mm-slideout {
  z-index: 1;
}

body.search-active .lixil-main-header:before {
  display: block;
}

body.modal-open {
  padding-right: 0 !important;
}

.main-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 56px;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

#__next {
  overflow: hidden;
  background: #ffffff;
}

.lixil-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  transition: 0.3s ease-out;
}
.lixil-main-header .hamburger {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.lixil-main-header .hamburger .hamburger-box {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}
.lixil-main-header .hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.lixil-main-header .hamburger .hamburger-inner,
.lixil-main-header .hamburger .hamburger-inner::before,
.lixil-main-header .hamburger .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.lixil-main-header .hamburger .hamburger-inner::before,
.lixil-main-header .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.lixil-main-header .hamburger .hamburger-inner::before {
  top: -7px;
}
.lixil-main-header .hamburger .hamburger-inner::after {
  bottom: -7px;
}
.lixil-main-header .hamburger:hover,
.lixil-main-header .hamburger.is-active:hover {
  opacity: 1;
}
.lixil-main-header .hamburger.is-active .hamburger-inner,
.lixil-main-header .hamburger.is-active .hamburger-inner::before,
.lixil-main-header .hamburger.is-active .hamburger-inner::after {
  background-color: #EF6D22 !important;
}
.lixil-main-header .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.lixil-main-header .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.lixil-main-header .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.lixil-main-header .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lixil-main-header .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.lixil-main-header .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lixil-main-header .lixil-menu {
  width: 100%;
  height: auto;
}
.lixil-main-header .lixil-menu__wrp {
  width: 100%;
  height: 100%;
}
.lixil-main-header .lixil-menu__thumbs {
  position: relative;
  padding-top: 44.8916408669%;
  overflow: hidden;
  transition: 0.3s ease;
}
.lixil-main-header .lixil-menu__thumbs img,
.lixil-main-header .lixil-menu__thumbs a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lixil-main-header .lixil-menu__thumbs img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 0;
  transition: 0.3s ease;
}
.lixil-main-header .lixil-menu__thumbs a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-decoration: underline;
}
.lixil-main-header .lixil-menu__thumbs a span {
  opacity: 0;
  color: #FFFFFF;
  text-decoration: underline;
}
.lixil-main-header .lixil-menu__thumbs:hover {
  cursor: pointer;
}
.lixil-main-header .lixil-menu__thumbs:hover img {
  transform: scale(1.2);
}
.lixil-main-header .lixil-menu__thumbs:hover a {
  background: linear-gradient(0deg, rgba(231, 84, 0, 0.6) 0%, rgba(231, 84, 0, 0.6) 100%);
}
.lixil-main-header .lixil-menu__thumbs:hover a span {
  opacity: 1;
}
.lixil-main-header .lixil-menu__information {
  padding-top: 1rem;
}
.lixil-main-header .lixil-menu__title {
  margin-bottom: 0.5rem;
}
.lixil-main-header .lixil-menu__title a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #EF6D22;
  padding: 0 0 !important;
}
.lixil-main-header__wrp {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.lixil-main-header__wrp .container,
.lixil-main-header__wrp .lixil-wrp {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
}
.lixil-main-header__wrp::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  opacity: 0;
  content: "";
  transition: all 0.3s ease;
}
.lixil-main-header__brand {
  display: block;
  width: 80px;
  height: 27px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.lixil-main-header__brand .brand {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  text-decoration: none;
  outline: none;
  background: url("../img/logo/lixil-logo-white.png") no-repeat;
  background-size: 100% 100%;
}
.lixil-main-header__brand .brand:active {
  outline: none;
}
.lixil-main-header__navbar {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 80px);
  padding-left: 0;
}
.lixil-main-header__navbar a {
  position: relative;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
  outline: none;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  transition: 0.3s ease;
}
.lixil-main-header__navbar a:active, .lixil-main-header__navbar a:hover {
  color: #FFFFFF;
}
.lixil-main-header__navbar a span {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0 0;
}
.lixil-main-header__navbar .navbar-lang {
  transition: 0.3s ease;
}
.lixil-main-header__navbar .navbar-lang__sm {
  position: relative;
  display: none;
}
.lixil-main-header__navbar .navbar-lang__sm .btn-nav-header {
  display: block;
  position: relative;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  letter-spacing: 1.22px;
  text-transform: uppercase;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 2rem;
  transition: 0.3s ease;
}
.lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  display: block;
  width: 24px;
  height: 24px;
  font-family: "lixil";
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  content: "\e805";
  transition: 0.3s ease;
}
.lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:hover,
.lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:active {
  cursor: pointer;
  color: #EF6D22;
}
.lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:hover:after,
.lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:active:after {
  color: #EF6D22;
}
.lixil-main-header__navbar .navbar-lang__sm .btn-nav-header.btn-active:after {
  transform: rotate(180deg);
}
.lixil-main-header__navbar .navbar-lang__sm #lang {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  width: auto;
  background-color: #F5F5F5;
  transition: 0.3s ease;
}
.lixil-main-header__navbar .navbar-lang__sm #lang ul li {
  width: 100%;
}
.lixil-main-header__navbar .navbar-lang__sm #lang ul li a {
  display: block;
  width: 100%;
  color: #2E2E2E;
  line-height: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.lixil-main-header__navbar .navbar-lang__sm #lang ul li.lang-active a {
  background-color: #EF6D22;
  color: #FFFFFF;
}
.lixil-main-header__navbar .navbar-lang__lg {
  display: none;
  text-align: center;
}
.lixil-main-header__navbar .navbar-lang__lg a {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}
.lixil-main-header__navbar .navbar-lang__lg span {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  width: 2px;
  height: 16px;
  background-color: #FFFFFF;
  vertical-align: middle;
}
.lixil-main-header__navbar .navbar-search .form {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s ease;
}
.lixil-main-header__navbar .navbar-search .form .form-control {
  background-color: transparent;
  border-color: #FFFFFF;
  border-radius: 1.25rem;
}
.lixil-main-header__navbar .navbar-search .form .form-control:focus {
  color: #2E2E2E;
  background-color: #FFFFFF;
  border-color: #EF6D22;
}
.lixil-main-header__navbar .navbar-search .form .form-control::-moz-placeholder {
  color: #FFFFFF;
}
.lixil-main-header__navbar .navbar-search .form .form-control::placeholder {
  color: #FFFFFF;
}
.lixil-main-header__navbar .navbar-search .form .btn {
  border-color: transparent;
  color: #FFFFFF;
}
.lixil-main-header__navbar .navbar-search .form.active .btn {
  color: #2E2E2E;
}
.lixil-main-header__navbar .navbar-search .btn-nav-header {
  display: none;
  padding: 0.75rem;
}
.lixil-main-header__navbar .navbar-search .btn-nav-header .lixil-icon {
  color: #FFFFFF;
  font-size: 1.25rem;
}
.lixil-main-header__navbar .navbar-search .btn-nav-header:hover, .lixil-main-header__navbar .navbar-search .btn-nav-header:active {
  cursor: pointer;
}
.lixil-main-header__navbar .navbar-search .btn-nav-header:hover .lixil-icon, .lixil-main-header__navbar .navbar-search .btn-nav-header:active .lixil-icon {
  color: #EF6D22;
}
.lixil-main-header__navbar .navbar-search #search {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  min-height: 128px;
  background-color: #F5F5F5;
  transition: all 0.1s ease;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.lixil-main-header__navbar .navbar-search #search .form-control {
  border-color: #424242;
}
.lixil-main-header__navbar .navbar-search #search .form-control::-moz-placeholder {
  color: #2E2E2E;
}
.lixil-main-header__navbar .navbar-search #search .form-control::placeholder {
  color: #2E2E2E;
}
.lixil-main-header__navbar .navbar-search #search.show {
  visibility: visible;
  top: 80px;
}
.lixil-main-header__navbar .navbar-search #form-lg {
  display: none;
}
.lixil-main-header__navbar .btn-my-list,
.lixil-main-header__navbar .btn-action {
  display: block;
  min-width: 60px;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  color: #FFFFFF;
}
.lixil-main-header__navbar .btn-my-list .btn__wrp,
.lixil-main-header__navbar .btn-action .btn__wrp {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.lixil-main-header__navbar .btn-my-list .lixil-icon,
.lixil-main-header__navbar .btn-action .lixil-icon {
  font-size: 0.9375rem;
}
.lixil-main-header__navbar .btn-my-list {
  border-color: #FFFFFF;
  margin-right: 0.5rem;
}
.lixil-main-header__navbar .btn-my-list:hover {
  background-color: white;
  border-color: #FFFFFF;
  color: #EF6D22;
}
.lixil-main-header__navbar .btn-action:hover {
  background-color: white;
  border-color: #FFFFFF;
  color: #EF6D22;
}
.lixil-main-header__navbar .navbar-mobile {
  display: block;
}
.lixil-main-header__navbar .navbar-mobile .navbar-toggler {
  width: 32px;
  height: 32px;
  padding: 4px;
  margin-left: 8px;
}
.lixil-main-header__navbar .navbar-mobile a {
  color: transparent;
  border: 0;
  display: block;
  padding: 0.75rem;
}
.lixil-main-header__navbar .navbar-mobile .hamburger {
  display: block;
}
.lixil-main-header__navbar .navbar-mobile #navON,
.lixil-main-header__navbar .navbar-mobile #navOFF {
  display: none;
}
.lixil-main-header__navbar .navbar-mobile #navON.btn-active,
.lixil-main-header__navbar .navbar-mobile #navOFF.btn-active {
  display: block;
}
.lixil-main-header__navbar .navbar-nav {
  padding: 0;
  display: none;
}
.lixil-main-header__navbar .navbar-nav .dropdown {
  position: unset;
}
.lixil-main-header__navbar .navbar-nav .nav-link {
  text-transform: capitalize;
  color: #FFFFFF;
}
.lixil-main-header__navbar .navbar-nav .nav-link:before {
  position: absolute;
  width: 0;
  bottom: 0;
  height: 4px;
  background-color: #EF6D22;
  content: "";
  transition: 0.3s ease;
}
.lixil-main-header__navbar .navbar-nav .nav-link:hover,
.lixil-main-header__navbar .navbar-nav .nav-link:active {
  color: #EF6D22;
}
.lixil-main-header__navbar .navbar-nav .nav-link:hover:before,
.lixil-main-header__navbar .navbar-nav .nav-link:active:before {
  width: 100%;
}
.lixil-main-header__navbar .navbar-nav .nav-link.nav-active:before {
  width: 100%;
}
.lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:after {
  width: 24px;
  height: 24px;
  border: 0;
  vertical-align: top;
  font-family: "lixil";
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  content: "\e805";
  transition: 0.3s ease;
}
.lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:hover:after {
  color: #EF6D22;
}
.lixil-main-header__navbar .navbar-nav .nav-link.show {
  color: #EF6D22 !important;
}
.lixil-main-header__navbar .navbar-nav .nav-link.show:after {
  color: #EF6D22 !important;
  transform: rotate(180deg);
}
.lixil-main-header__navbar .navbar-nav .nav-link.show:before {
  width: 100%;
}
.lixil-main-header__navbar .navbar-nav .mega-menu {
  position: absolute;
  top: 100% !important;
  left: 50% !important;
  width: 100vw !important;
  transform: translateX(-50%) !important;
  border-radius: 0;
  border: 0;
  background-color: #F5F5F5;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: all 0.3s;
}
.lixil-main-header__navbar .navbar-nav .mega-menu li:first-of-type {
  padding-left: 0;
}
.lixil-main-header__navbar .navbar-nav .mega-menu li:last-of-type {
  padding-right: 0;
}
.lixil-main-header__navbar .navbar-nav .mega-menu .row, .lixil-main-header__navbar .navbar-nav .mega-menu .lixil-product-list .the-list__information, .lixil-product-list .lixil-main-header__navbar .navbar-nav .mega-menu .the-list__information, .lixil-main-header__navbar .navbar-nav .mega-menu .lixil-product-list .the-list__wrp, .lixil-product-list .lixil-main-header__navbar .navbar-nav .mega-menu .the-list__wrp, .lixil-main-header__navbar .navbar-nav .mega-menu .lixil-product-detail, .lixil-main-header__navbar .navbar-nav .mega-menu .lixil-popup-global .modal-body.modal-body--contact, .lixil-popup-global .lixil-main-header__navbar .navbar-nav .mega-menu .modal-body.modal-body--contact {
  max-width: 100%;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
}
.lixil-main-header__navbar .navbar-nav .mega-menu--column-4 li {
  width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.lixil-main-header__navbar .navbar-nav .mega-menu--column-3 li {
  width: 33.3333333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.lixil-main-header__navbar .navbar-nav .mega-menu.show {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.5s;
}
.lixil-main-header__navbar .navbar-user__sm {
  display: block;
}
.lixil-main-header__navbar .navbar-user__sm .btn-user {
  padding: 0.75rem;
  display: block;
}
.lixil-main-header__navbar .navbar-user__sm .btn-user .lixil-icon {
  color: #FFFFFF;
  font-size: 1.25rem;
}
.lixil-main-header__navbar .navbar-user__sm .btn-user.btn-active .lixil-icon {
  color: #EF6D22;
}
.lixil-main-header__navbar .navbar-user__sm #user {
  position: absolute;
  top: calc(100% + 1rem);
  right: 1rem;
  width: auto;
  background-color: #FFFFFF;
  transition: 0.3s ease;
}
.lixil-main-header__navbar .navbar-user__sm #user ul li {
  width: 100%;
}
.lixil-main-header__navbar .navbar-user__sm #user ul li a {
  display: block;
  width: 100%;
  color: #2E2E2E;
  line-height: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.lixil-main-header__navbar .navbar-user__sm #user ul li.active a {
  background-color: #EF6D22;
  color: #FFFFFF;
}
.lixil-main-header__navbar .navbar-user__lg {
  display: none;
}
.lixil-main-header__navbar .navbar-user__lg a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border: 1px solid #FFFFFF;
}
.lixil-main-header__navbar .navbar-user__lg a span,
.lixil-main-header__navbar .navbar-user__lg a .lixil-icon {
  display: block;
}
.lixil-main-header__navbar .navbar-user__lg a:hover {
  border-color: #EF6D22;
  background-color: #EF6D22;
}
.lixil-main-header__navbar .navbar-user__lg a.main-link {
  background-color: #EF6D22;
  color: #FFFFFF;
  border-color: #EF6D22;
}
.lixil-main-header__navbar #navbarMobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #F5F5F5;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding-top: 64px;
}
.lixil-main-header__navbar #navbarMobile .navbar-collapse-header {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #F5F5F5;
}
.lixil-main-header__navbar #navbarMobile .navbar-collapse-header .lixil-brand {
  display: block;
  width: 80px;
  height: 27px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.lixil-main-header__navbar #navbarMobile .navbar-collapse-header .lixil-brand .brand {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  text-decoration: none;
  outline: none;
  background: url("../img/logo/lixil-logo-color.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.lixil-main-header__navbar #navbarMobile .navbar-collapse-header .lixil-brand .brand:active {
  outline: none;
}
.lixil-main-header__navbar #navbarMobile .navbar-collapse-header .hamburger {
  display: block;
}
.lixil-main-header__navbar #navbarMobile .form {
  display: block;
}
.lixil-main-header__navbar #navbarMobile .form .form-control {
  width: 100%;
  height: auto;
  border-color: #FFFFFF;
  border-radius: 0;
  background-color: #FFFFFF;
}
.lixil-main-header__navbar #navbarMobile .form .form-control:focus, .lixil-main-header__navbar #navbarMobile .form .form-control:active {
  outline: 0;
}
.lixil-main-header__navbar #navbarMobile .form .form-control::-moz-placeholder {
  color: #B7B7B7;
}
.lixil-main-header__navbar #navbarMobile .form .form-control::placeholder {
  color: #B7B7B7;
}
.lixil-main-header__navbar #navbarMobile .form .btn {
  color: #B7B7B7;
}
.lixil-main-header__navbar #navbarMobile ul {
  padding: 16px 0 0 0;
}
.lixil-main-header__navbar #navbarMobile ul li {
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
}
.lixil-main-header__navbar #navbarMobile ul li a {
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  padding: 16px 16px;
}
.lixil-main-header__navbar #navbarMobile ul li a.dropdown-toggle {
  padding-right: 48px;
}
.lixil-main-header__navbar #navbarMobile ul li a.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  border: 0;
  font-family: "lixil";
  content: "\e80f";
  font-size: 24px;
  line-height: 24px;
  color: #EF6D22;
  transform: translateY(-50%);
}
.lixil-main-header__navbar #navbarMobile ul li a.dropdown-toggle.show:after {
  content: "\e812";
  color: #EF6D22;
}
.lixil-main-header__navbar #navbarMobile ul .dropdown-menu {
  background-color: transparent;
  width: 100%;
  padding: 16px 16px 0 16px;
  position: relative !important;
  transform: translate3d(0, 0, 0) !important;
  border: 0;
}
.lixil-main-header__navbar #navbarMobile ul .dropdown-menu.show {
  display: grid;
}
.lixil-main-header__navbar #navbarMobile ul .dropdown-menu.dropdown-menu--column-3,
.lixil-main-header__navbar #navbarMobile ul .dropdown-menu.dropdown-menu--column-4 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
}
.lixil-main-header__navbar #navbarMobile ul .nav-border:after {
  position: absolute;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #B7B7B7;
  content: "";
}
.lixil-main-header__navbar #navbarMobile .navbar-collapse-bottom {
  padding: 32px 16px 16px 16px;
  display: grid;
  row-gap: 16px;
}
.lixil-main-header__navbar #navbarMobile .navbar-collapse-bottom .the-lang {
  display: grid;
  grid-template-columns: 50% 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.lixil-main-header__navbar #navbarMobile .navbar-collapse-bottom .the-lang .btn {
  color: #55585A;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
}
.lixil-main-header__navbar #navbarMobile .navbar-collapse-bottom .the-lang .btn.btn-active {
  color: #FFFFFF;
  background-color: #EF6D22;
  border-color: #EF6D22;
}
.lixil-main-header__navbar #navbarMobile .navbar-collapse-wrp {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.lixil-main-header__navbar #navbarMobile.show {
  opacity: 1;
}
.lixil-main-header:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: none;
}

@media screen and (min-width: 480px) {
  .lixil-main-header__brand {
    width: 93px;
    height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lixil-main-header__navbar {
    width: calc(100% - 93px);
  }
  .lixil-main-header__navbar .btn-my-list,
  .lixil-main-header__navbar .btn-action {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    min-width: 126px;
  }
  .lixil-main-header__navbar .btn-my-list .btn__wrp,
  .lixil-main-header__navbar .btn-action .btn__wrp {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lixil-main-header__navbar .btn-my-list .lixil-icon,
  .lixil-main-header__navbar .btn-action .lixil-icon {
    font-size: 1.25rem;
  }
  .lixil-main-header__navbar .btn-my-list {
    margin-right: 1rem;
  }
  .lixil-main-header__navbar .btn-action {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 576px) {
  .lixil-main-header__brand {
    width: 140px;
    height: 48px;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .lixil-main-header__navbar {
    width: calc(100% - 140px);
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .lixil-main-header__navbar .navbar-search #search {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lixil-main-header__navbar #navbarMobile ul .dropdown-menu.dropdown-menu--column-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .lixil-main-header__navbar #navbarMobile ul .dropdown-menu.dropdown-menu--column-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 32px;
  }
}
@media screen and (min-width: 992px) {
  .lixil-main-header__navbar #navbarMobile ul .dropdown-menu.dropdown-menu--column-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .lixil-main-header__navbar {
    padding-left: 1rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .lixil-main-header__navbar .navbar-lang__sm {
    display: block;
  }
  .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-family: "tradegothic_ltregular", sans-serif;
  }
  .lixil-main-header__navbar .navbar-lang #lang {
    top: calc(100% + 1rem);
  }
  .lixil-main-header__navbar .navbar-search .btn-nav-header {
    display: block;
  }
  .lixil-main-header__navbar .navbar-search .form {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lixil-main-header__navbar .navbar-search #search {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lixil-main-header__navbar .navbar-search #search.show {
    top: 80px;
  }
  .lixil-main-header__navbar .btn-my-list,
  .lixil-main-header__navbar .btn-action,
  .lixil-main-header__navbar .navbar-mobile {
    display: none;
  }
  .lixil-main-header__navbar .navbar-nav {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .lixil-main-header__navbar .navbar-nav a {
    font-family: "tradegothic_ltregular", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lixil-main-header__navbar .navbar-user__sm {
    display: none;
  }
  .lixil-main-header__navbar .navbar-user__lg {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .lixil-main-header__navbar .navbar-user__lg a {
    min-width: 90px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    border-radius: 24px;
    font-family: "tradegothic_ltregular", sans-serif;
    font-weight: 400;
  }
  .lixil-main-header__navbar #navbarMobile {
    display: none !important;
  }
  .lixil-main-header .lixil-menu__title {
    margin-bottom: 0.5rem;
  }
  .lixil-main-header .lixil-menu__title a {
    font-family: "tradegothic_ltbold", sans-serif;
    font-weight: 400;
    color: #EF6D22;
  }
  .lixil-main-header .lixil-menu__sort-desc .lixil-paragraph-sm {
    font-family: "tradegothic_ltregular", sans-serif;
    font-weight: 400;
    color: #54585A;
  }
}
@media screen and (min-width: 1400px) {
  .lixil-main-header__brand {
    width: 157px;
    height: 60px;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }
  .lixil-main-header__navbar {
    width: calc(100% - 157px);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lixil-main-header__navbar .navbar-lang #lang {
    top: calc(100% + 1.375rem);
  }
  .lixil-main-header__navbar .navbar-search .btn-nav-header {
    padding: 1.125rem;
  }
  .lixil-main-header__navbar .navbar-search .btn-nav-header .lixil-icon {
    font-size: 24px;
  }
  .lixil-main-header__navbar .navbar-search #search .form {
    max-width: 1600px;
  }
  .lixil-main-header__navbar .navbar-search #search.show {
    top: 92px;
  }
  .lixil-main-header__navbar .navbar-nav a {
    font-size: 1rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .lixil-main-header__navbar .navbar-user__lg {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lixil-main-header__navbar .navbar-user__lg a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    min-width: 124px;
    border-radius: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .lixil-main-header__navbar .navbar-nav .mega-menu .row, .lixil-main-header__navbar .navbar-nav .mega-menu .lixil-product-list .the-list__information, .lixil-product-list .lixil-main-header__navbar .navbar-nav .mega-menu .the-list__information, .lixil-main-header__navbar .navbar-nav .mega-menu .lixil-product-list .the-list__wrp, .lixil-product-list .lixil-main-header__navbar .navbar-nav .mega-menu .the-list__wrp, .lixil-main-header__navbar .navbar-nav .mega-menu .lixil-product-detail, .lixil-main-header__navbar .navbar-nav .mega-menu .lixil-popup-global .modal-body.modal-body--contact, .lixil-popup-global .lixil-main-header__navbar .navbar-nav .mega-menu .modal-body.modal-body--contact {
    max-width: 1600px;
  }
}
.lixil-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.lixil-footer .lixil-brand {
  color: transparent;
  outline: none;
  border: none;
  display: block;
}
.lixil-footer .lixil-brand img {
  width: 100%;
  height: auto;
}
.lixil-footer .lixil-footer-top .row, .lixil-footer .lixil-footer-top .lixil-product-list .the-list__information, .lixil-product-list .lixil-footer .lixil-footer-top .the-list__information, .lixil-footer .lixil-footer-top .lixil-product-list .the-list__wrp, .lixil-product-list .lixil-footer .lixil-footer-top .the-list__wrp, .lixil-footer .lixil-footer-top .lixil-product-detail, .lixil-footer .lixil-footer-top .lixil-popup-global .modal-body.modal-body--contact, .lixil-popup-global .lixil-footer .lixil-footer-top .modal-body.modal-body--contact {
  margin-left: 0rem;
  margin-right: 0rem;
}
.lixil-footer .lixil-footer-top__about {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 2rem;
}
.lixil-footer .lixil-footer-top__about .lixil-brand {
  width: 120px;
}
.lixil-footer .lixil-footer-top__about .lixil-paragraph {
  margin-top: 2rem;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
}
.lixil-footer .lixil-footer-top__about .lixil-address {
  margin-top: 2rem;
}
.lixil-footer .lixil-footer-top__about .lixil-address p {
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-family: "tradegothic_ltregular", sans-serif;
  margin-bottom: 0.25rem;
}
.lixil-footer .lixil-footer-top__about .lixil-address p b {
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.lixil-footer .lixil-footer-top__about .lixil-address p a {
  color: #FFFFFF;
  text-decoration: none;
}
.lixil-footer .lixil-footer-top__about .lixil-address p a:hover {
  color: #EF6D22;
}
.lixil-footer .lixil-footer-top__nav {
  margin-bottom: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lixil-footer .lixil-footer-top__nav ul {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.lixil-footer .lixil-footer-top__nav ul a {
  display: block;
  width: 100%;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: none;
  color: #FFFFFF;
  outline: none;
}
.lixil-footer .lixil-footer-top__nav ul li {
  margin-bottom: 0.5rem;
}
.lixil-footer .lixil-footer-top__nav ul li a {
  text-transform: uppercase;
}
.lixil-footer .lixil-footer-top__nav ul li:last-of-type {
  margin-bottom: 0;
}
.lixil-footer .lixil-footer-top__nav ul li.has-child {
  margin-top: 1rem;
}
.lixil-footer .lixil-footer-top__nav ul li:last-of-type {
  margin-bottom: 0;
}
.lixil-footer .lixil-footer-top__nav ul ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.lixil-footer .lixil-footer-top__nav ul ul li a {
  text-transform: capitalize;
}
.lixil-footer .lixil-footer-top__logo {
  margin-bottom: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 289px;
}
.lixil-footer .lixil-footer-top__logo .lixil-brand-group {
  margin-bottom: 2rem;
}
.lixil-footer .lixil-footer-top__logo .lixil-brand-group .lixil-the-brand {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 2px solid #FFFFFF;
}
.lixil-footer .lixil-footer-top__logo .lixil-brand-group .lixil-the-brand__wrp {
  width: 33.3333333333%;
  margin: 0;
  text-align: center;
}
.lixil-footer .lixil-footer-top__logo .lixil-brand-group .lixil-the-brand__wrp:first-of-type {
  text-align: left;
}
.lixil-footer .lixil-footer-top__logo .lixil-brand-group .lixil-the-brand__wrp:last-of-type {
  text-align: right;
}
.lixil-footer .lixil-footer-top__logo .lixil-brand-group .lixil-the-brand a {
  width: auto;
  display: inline-block;
}
.lixil-footer .lixil-footer-top__logo .lixil-brand-group .lixil-the-brand a img {
  width: auto;
  height: auto;
}
.lixil-footer .lixil-footer-top__logo .lixil-brand-group .lixil-part-of-brand {
  padding-top: 2rem;
  text-align: right;
}
.lixil-footer .lixil-footer-top__logo .lixil-brand-group .lixil-part-of-brand a {
  display: inline-block;
  color: #FFFFFF;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  outline: none;
}
.lixil-footer .lixil-footer-top__logo .lixil-brand-group .lixil-part-of-brand span,
.lixil-footer .lixil-footer-top__logo .lixil-brand-group .lixil-part-of-brand img {
  display: inline-block;
  vertical-align: top;
}
.lixil-footer .lixil-footer-top__logo .lixil-brand-group .lixil-part-of-brand span {
  text-transform: uppercase;
  margin-right: 0.25rem;
}
.lixil-footer .lixil-footer-top__logo .lixil-brand-group .lixil-part-of-brand img {
  width: 140px;
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media {
  text-align: center;
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media p {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram,
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked {
  width: auto;
  display: inline-block;
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram a,
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked a {
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: 40px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram a .lixil-icon,
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked a .lixil-icon {
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  color: #424242;
  font-size: 1.25rem;
  line-height: 2.1875rem;
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram a span,
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked a span {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  max-width: 54px;
  display: block;
  margin-top: 0.5rem;
  transition: 0.3s;
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram a:hover .lixil-icon,
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked a:hover .lixil-icon {
  color: #FFFFFF;
  background-color: #EF6D22;
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram a:hover span,
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked a:hover span {
  color: #EF6D22;
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram a:first-of-type,
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked a:first-of-type {
  margin-left: 0;
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram a:last-of-type,
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked a:last-of-type {
  margin-right: 0;
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram {
  justify-content: flex-start;
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram:after {
  position: absolute;
  top: 0;
  right: -1px;
  width: 2px;
  height: 100%;
  background-color: #FFFFFF;
  content: "";
}
.lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked {
  justify-content: flex-end;
}
.lixil-footer .lixil-footer-bottom {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 2px solid #FFFFFF;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
}
.lixil-footer .lixil-footer-bottom span,
.lixil-footer .lixil-footer-bottom a {
  display: inline-block;
  font-family: "tradegothic_ltregular", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #FFFFFF;
}
.lixil-footer .lixil-footer-bottom a {
  text-decoration: none;
}
.lixil-footer .footer-mobile .lixil-footer-top:first-of-type .lixil-footer-top__about {
  margin-bottom: 0;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  margin-bottom: 0;
  border-top: 1px solid #FFFFFF;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media {
  width: auto;
  display: inline-block;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-instagram,
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-linked {
  width: auto;
  display: inline-block;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-instagram a,
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-linked a {
  width: auto;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-instagram a .lixil-,
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-linked a .lixil- {
  display: inline-block;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-instagram a span,
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-linked a span {
  font-size: 12px;
  line-height: 22px;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-instagram:after {
  height: 80%;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-instagram a {
  margin: 0 8px 0 0;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-instagram a:last-of-type {
  margin-right: 18px;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-linked a {
  margin: 0 0 0 8px;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-social-media .lixil-linked a:first-of-type {
  margin-left: 16px;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-brand-group {
  max-width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lixil-footer .footer-mobile .lixil-footer-top__logo .lixil-brand-group .lixil-the-brand a img {
  width: 80%;
}
.lixil-footer .footer-mobile .lixil-footer-bottom {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}
.lixil-footer .footer-mobile .lixil-footer-bottom span,
.lixil-footer .footer-mobile .lixil-footer-bottom a {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  font-size: 70%;
  text-align: center;
}
@media screen and (min-width: 375px) {
  .lixil-footer .footer-mobile .lixil-footer-top .row, .lixil-footer .footer-mobile .lixil-footer-top .lixil-product-list .the-list__information, .lixil-product-list .lixil-footer .footer-mobile .lixil-footer-top .the-list__information, .lixil-footer .footer-mobile .lixil-footer-top .lixil-product-list .the-list__wrp, .lixil-product-list .lixil-footer .footer-mobile .lixil-footer-top .the-list__wrp, .lixil-footer .footer-mobile .lixil-footer-top .lixil-product-detail, .lixil-footer .footer-mobile .lixil-footer-top .lixil-popup-global .modal-body.modal-body--contact, .lixil-popup-global .lixil-footer .footer-mobile .lixil-footer-top .modal-body.modal-body--contact {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: 0;
  }
  .lixil-footer .footer-mobile .lixil-footer-top .lixil-footer-top__about,
  .lixil-footer .footer-mobile .lixil-footer-top .lixil-footer-top__nav {
    width: 50%;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lixil-footer .footer-mobile .lixil-footer-top .lixil-address:first-of-type {
    margin-top: 0;
  }
  .lixil-footer .footer-mobile .lixil-footer-top:first-of-type .lixil-footer-top__about {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) {
  .lixil-footer .footer-mobile .lixil-footer-bottom span,
  .lixil-footer .footer-mobile .lixil-footer-bottom a {
    font-size: 90%;
  }
}
@media screen and (min-width: 576px) {
  .lixil-footer .lixil-footer-top__about .clearfix {
    margin-top: 2rem;
  }
  .lixil-footer .lixil-footer-top__about .clearfix .lixil-address {
    float: left;
    width: 50%;
    margin-top: 0;
  }
  .lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram a,
  .lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked a {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    width: 60px;
  }
  .lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram a .lixil-icon,
  .lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked a .lixil-icon {
    width: 48px;
    height: 48px;
    font-size: 1.625rem;
    line-height: 3rem;
  }
  .lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram a span,
  .lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked a span {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .lixil-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lixil-footer .lixil-footer-top__about .lixil-paragraph {
    font-size: 14px;
    line-height: 24px;
  }
  .lixil-footer .lixil-footer-top__about .lixil-address p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .lixil-footer .lixil-footer-top__about .lixil-address p b {
    font-size: 16px;
    line-height: 24px;
  }
  .lixil-footer .lixil-footer-top__nav ul a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .lixil-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lixil-footer .lixil-footer-top__about, .lixil-footer .lixil-footer-top__nav {
    max-width: calc((100% - 480px) / 2);
    margin-bottom: 0;
  }
  .lixil-footer .lixil-footer-top__about {
    margin-left: 0;
  }
  .lixil-footer .lixil-footer-top__about .lixil-paragraph,
  .lixil-footer .lixil-footer-top__about .lixil-address {
    font-family: "tradegothic_ltregular", sans-serif;
  }
  .lixil-footer .lixil-footer-top__about .lixil-paragraph b,
  .lixil-footer .lixil-footer-top__about .lixil-address b {
    font-family: "tradegothic_ltbold", sans-serif;
  }
  .lixil-footer .lixil-footer-top__about .clearfix .lixil-address {
    width: 100%;
    margin-top: 2rem;
  }
  .lixil-footer .lixil-footer-top__about .clearfix .lixil-address:first-of-type {
    margin-top: 0;
  }
  .lixil-footer .lixil-footer-top__nav {
    padding-top: 74px;
  }
  .lixil-footer .lixil-footer-top__logo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
    margin-right: 0;
  }
  .lixil-footer .lixil-footer-top__logo .lixil-social-media a {
    margin: 0 8px 0 0;
  }
  .lixil-footer .lixil-footer-top__logo .lixil-social-media a span {
    line-height: 1.5 !important;
    font-family: "tradegothic_ltregular", sans-serif !important;
  }
  .lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-instagram {
    position: relative;
    padding-right: 10px;
  }
  .lixil-footer .lixil-footer-top__logo .lixil-social-media .lixil-linked {
    padding-left: 8px;
  }
  .lixil-footer .lixil-footer-top__nav ul li {
    margin-bottom: 1rem;
  }
  .lixil-footer .lixil-footer-top__nav ul li.has-child {
    margin-top: 1.5rem;
  }
  .lixil-footer .lixil-footer-top__nav ul ul {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lixil-footer .lixil-footer-top__nav ul ul li {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .lixil-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lixil-footer .lixil-footer-top__about .clearfix .lixil-address {
    width: 50%;
    margin-top: 0rem;
  }
  .lixil-footer .lixil-footer-top__about .lixil-paragraph {
    font-size: 16px;
  }
  .lixil-footer .lixil-footer-top__about .lixil-address p {
    font-size: 1rem;
  }
  .lixil-footer .lixil-footer-top__about .lixil-address p b {
    font-size: 18px;
  }
  .lixil-footer .lixil-footer-top__nav ul a {
    font-size: 18px;
  }
}

.pages-home .lixil-better-home .lixil-paragraph {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #54585A;
}
.pages-home .lixil-better-home .lixil-paragraph h2, .pages-home .lixil-better-home .lixil-paragraph .h2 {
  color: #55585A;
}
.pages-home .lixil-better-home .lixil-paragraph p {
  font-family: "tradegothic_ltregular", sans-serif !important;
}
.pages-home .lixil-quote .lixil-paragraph {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 2.5rem;
  padding-left: 10%;
  padding-right: 10%;
}
.pages-home .lixil-quote .lixil-paragraph p {
  position: relative;
  padding-top: 1.75rem;
  margin-bottom: 0;
}
.pages-home .lixil-quote .lixil-paragraph p:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 8px;
  background-color: #EF6D22;
  content: "";
  transform: translateX(-50%);
}
.pages-home .lixil-product-cat .lixil-wrp {
  padding-left: 0rem;
  padding-right: 0rem;
}
.pages-home .lixil-product-cat .sw-carousel .swiper {
  padding-left: 2rem;
  padding-right: 2rem;
}
.pages-home .lixil-ours {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.pages-home .lixil-about,
.pages-home .lixil-housing-technology,
.pages-home .lixil-water-technology {
  display: block;
  width: 100%;
}
.pages-home .lixil-about .column-image,
.pages-home .lixil-housing-technology .column-image,
.pages-home .lixil-water-technology .column-image {
  position: relative;
  margin-bottom: 1.25rem;
}
.pages-home .lixil-about .column-image a,
.pages-home .lixil-housing-technology .column-image a,
.pages-home .lixil-water-technology .column-image a {
  display: block;
  position: relative;
  padding-top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  outline: none;
  text-decoration: none;
}
.pages-home .lixil-about .column-image img,
.pages-home .lixil-housing-technology .column-image img,
.pages-home .lixil-water-technology .column-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.pages-home .lixil-about .column-text h2, .pages-home .lixil-about .column-text .h2,
.pages-home .lixil-housing-technology .column-text h2,
.pages-home .lixil-housing-technology .column-text .h2,
.pages-home .lixil-water-technology .column-text h2,
.pages-home .lixil-water-technology .column-text .h2 {
  text-align: left;
  color: #55585A;
}
.pages-home .lixil-about .column-text p,
.pages-home .lixil-housing-technology .column-text p,
.pages-home .lixil-water-technology .column-text p {
  font-family: "tradegothic_ltregular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #54585A;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.pages-home .lixil-about .column-text p a,
.pages-home .lixil-housing-technology .column-text p a,
.pages-home .lixil-water-technology .column-text p a {
  font-family: "tradegothic_ltbold", sans-serif;
  color: #54585A;
  text-decoration: none;
}
.pages-home .lixil-about,
.pages-home .lixil-housing-technology {
  margin-bottom: 2.5rem;
}
.pages-home .lixil-about p {
  position: relative;
  padding-left: 17px;
}
.pages-home .lixil-about p:before {
  position: absolute;
  top: 3%;
  left: 0;
  width: 3px;
  height: 94%;
  background-color: #EF6D22;
  content: "";
}
.pages-home .lixil-housing-technology .column-text h2, .pages-home .lixil-housing-technology .column-text .h2,
.pages-home .lixil-water-technology .column-text h2,
.pages-home .lixil-water-technology .column-text .h2 {
  position: relative;
  padding-bottom: 0.625rem;
}
.pages-home .lixil-housing-technology .column-text h2:after, .pages-home .lixil-housing-technology .column-text .h2:after,
.pages-home .lixil-water-technology .column-text h2:after,
.pages-home .lixil-water-technology .column-text .h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #EF6D22;
  content: "";
}
.pages-home .lixil-product-cat .lixil-card-product .card-body .lixil-paragraph {
  font-size: 14px;
  line-height: 24px;
  color: #1E1E1E;
}
.pages-home .lixil-product-cat .lixil-card-product .card-footer .btn {
  color: #1E1E1E;
}
.pages-home .lixil-product-cat .lixil-card-product .card-wrp:hover .card-footer .btn {
  color: #000000;
}
.pages-home .lixil-ours .lixil-card-our-product .card-information .card-title a {
  font-weight: 400;
}
.pages-home .lixil-ours .lixil-card-our-product .card-information .card-title .lixil-paragraph {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #808080 !important;
}
@media screen and (min-width: 576px) {
  .pages-home .lixil-product-cat .sw-carousel .swiper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .pages-home .lixil-product-cat .sw-carousel .swiper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .pages-home .lixil-about,
  .pages-home .lixil-housing-technology,
  .pages-home .lixil-water-technology {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
  }
  .pages-home .lixil-about .column-image,
  .pages-home .lixil-about .column-text,
  .pages-home .lixil-housing-technology .column-image,
  .pages-home .lixil-housing-technology .column-text,
  .pages-home .lixil-water-technology .column-image,
  .pages-home .lixil-water-technology .column-text {
    width: calc(50% - 20px);
  }
  .pages-home .lixil-about .column-image,
  .pages-home .lixil-housing-technology .column-image,
  .pages-home .lixil-water-technology .column-image {
    margin-bottom: 0;
  }
  .pages-home .lixil-about .column-image img,
  .pages-home .lixil-housing-technology .column-image img,
  .pages-home .lixil-water-technology .column-image img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .pages-home .lixil-about .column-text h2, .pages-home .lixil-about .column-text .h2,
  .pages-home .lixil-about .column-text p,
  .pages-home .lixil-housing-technology .column-text h2,
  .pages-home .lixil-housing-technology .column-text .h2,
  .pages-home .lixil-housing-technology .column-text p,
  .pages-home .lixil-water-technology .column-text h2,
  .pages-home .lixil-water-technology .column-text .h2,
  .pages-home .lixil-water-technology .column-text p {
    text-align: left;
    color: #54585A;
  }
  .pages-home .lixil-about .column-text p,
  .pages-home .lixil-housing-technology .column-text p,
  .pages-home .lixil-water-technology .column-text p {
    font-family: "tradegothic_ltregular", sans-serif;
    font-weight: 400;
  }
  .pages-home .lixil-about .column-text p a,
  .pages-home .lixil-housing-technology .column-text p a,
  .pages-home .lixil-water-technology .column-text p a {
    color: #54585A;
  }
  .pages-home .lixil-about,
  .pages-home .lixil-housing-technology {
    margin-bottom: 4.375rem;
  }
  .pages-home .lixil-about p {
    position: relative;
    padding-left: 17px;
  }
  .pages-home .lixil-about p:before {
    position: absolute;
    top: 3%;
    left: 0;
    width: 3px;
    height: 94%;
    background-color: #EF6D22;
    content: "";
  }
  .pages-home .lixil-housing-technology .column-text h2, .pages-home .lixil-housing-technology .column-text .h2,
  .pages-home .lixil-water-technology .column-text h2,
  .pages-home .lixil-water-technology .column-text .h2 {
    position: relative;
    padding-bottom: 0.625rem;
  }
  .pages-home .lixil-housing-technology .column-text h2:after, .pages-home .lixil-housing-technology .column-text .h2:after,
  .pages-home .lixil-water-technology .column-text h2:after,
  .pages-home .lixil-water-technology .column-text .h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #EF6D22;
    content: "";
  }
  .pages-home .lixil-housing-technology {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .pages-home .lixil-product-cat .lixil-wrp {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .pages-home .lixil-product-cat .sw-carousel .swiper {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .pages-home .lixil-ours {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pages-home .lixil-about,
  .pages-home .lixil-housing-technology,
  .pages-home .lixil-water-technology {
    gap: 50px;
  }
  .pages-home .lixil-about .column-text,
  .pages-home .lixil-about .column-image,
  .pages-home .lixil-housing-technology .column-text,
  .pages-home .lixil-housing-technology .column-image,
  .pages-home .lixil-water-technology .column-text,
  .pages-home .lixil-water-technology .column-image {
    width: calc(50% - 25px);
  }
  .pages-home .lixil-about .column-image a,
  .pages-home .lixil-housing-technology .column-image a,
  .pages-home .lixil-water-technology .column-image a {
    height: unset;
    padding-top: 37.5%;
  }
}
@media screen and (min-width: 1200px) {
  .pages-home .lixil-product-cat .lixil-wrp {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pages-home .lixil-about,
  .pages-home .lixil-housing-technology,
  .pages-home .lixil-water-technology {
    gap: 60px;
  }
  .pages-home .lixil-about .column-text,
  .pages-home .lixil-about .column-image,
  .pages-home .lixil-housing-technology .column-text,
  .pages-home .lixil-housing-technology .column-image,
  .pages-home .lixil-water-technology .column-text,
  .pages-home .lixil-water-technology .column-image {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1400px) {
  .pages-home .lixil-about,
  .pages-home .lixil-housing-technology,
  .pages-home .lixil-water-technology {
    gap: 70px;
  }
  .pages-home .lixil-about .column-text,
  .pages-home .lixil-about .column-image,
  .pages-home .lixil-housing-technology .column-text,
  .pages-home .lixil-housing-technology .column-image,
  .pages-home .lixil-water-technology .column-text,
  .pages-home .lixil-water-technology .column-image {
    width: calc(50% - 35px);
  }
}
@media screen and (min-width: 1600px) {
  .pages-home .lixil-about,
  .pages-home .lixil-housing-technology,
  .pages-home .lixil-water-technology {
    gap: 80px;
  }
  .pages-home .lixil-about .column-text,
  .pages-home .lixil-about .column-image,
  .pages-home .lixil-housing-technology .column-text,
  .pages-home .lixil-housing-technology .column-image,
  .pages-home .lixil-water-technology .column-text,
  .pages-home .lixil-water-technology .column-image {
    width: calc(50% - 40px);
  }
}

.lixil-product-detail {
  padding: 2rem;
}
.lixil-product-detail__images, .lixil-product-detail__descriptions {
  width: 100%;
}
.lixil-product-detail__images .thumbs img {
  display: block;
  width: 100%;
  height: auto;
}
.lixil-product-detail__descriptions {
  padding-top: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.lixil-product-detail__descriptions .lixil-paragraph,
.lixil-product-detail__descriptions .lixil-paragraph-lg {
  text-align: center;
}
.lixil-product-detail__descriptions .lixil-color {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.lixil-product-detail__descriptions .lixil-color .color {
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.lixil-product-detail__descriptions .lixil-color .color .color-rounded {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
.lixil-product-detail__descriptions .lixil-color .color span {
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
  color: #55585A;
  text-align: center;
  display: block;
  margin-top: 0.25rem;
}
.lixil-product-detail__descriptions .lixil-color .color .color-rounded.silver {
  background-color: #D9D9D9;
  border-color: #EF6D22;
}
.lixil-product-detail__descriptions .lixil-color .color .color-rounded.white {
  background-color: #FFFFFF;
  border-color: #EF6D22;
}
.lixil-product-detail__descriptions .lixil-color .color .color-rounded.black {
  background-color: #55585A;
  border-color: #55585A;
}
.lixil-product-detail__descriptions .lixil-color .color:first-of-type {
  margin-left: 0;
}
.lixil-product-detail__descriptions .lixil-color .color:last-of-type {
  margin-right: 0;
}
.lixil-product-detail__descriptions .lixil-paragraph-lg.font-heading.color-black-1 {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #54585A;
}
.lixil-product-detail__descriptions .price {
  margin-top: 1rem;
}
.lixil-product-detail__descriptions .lixil-btn-action {
  margin-top: 1.5rem;
  text-align: center;
}
.lixil-product-detail__descriptions .lixil-btn-action .btn {
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  width: auto;
  min-width: 250px;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
.lixil-product-detail__descriptions .lixil-technical-infomation {
  text-align: left;
  display: block;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.lixil-product-detail__descriptions .lixil-technical-infomation .select2-container {
  min-width: 250px;
  width: auto !important;
}
.lixil-product-detail__descriptions .lixil-technical-infomation .select2-container--default .select2-selection--single {
  border-radius: 1.5rem;
}
.lixil-product-detail__descriptions .lixil-technical-infomation .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}
.lixil-product-detail__descriptions .lixil-technical-infomation__wrp {
  padding-top: 2rem;
}
.lixil-product-detail__descriptions .lixil-technical-infomation .btn {
  padding-left: 0rem;
  padding-right: 0rem;
  border-color: transparent;
  margin-bottom: 0.5rem;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
}
.lixil-product-detail__descriptions .lixil-technical-infomation .btn__wrp {
  justify-content: center;
}
.lixil-product-detail__descriptions .lixil-technical-infomation .btn__wrp span {
  width: calc(100% - 2.5rem);
  text-align: left;
}
.lixil-product-detail__descriptions .lixil-technical-infomation .btn:hover {
  background-color: transparent;
  color: #EF6D22;
  text-decoration: underline;
}
.lixil-product-detail__descriptions .lixil-technical-infomation .btn:last-of-type {
  margin-right: 0;
}

.lixil-product-compare .the-compare {
  overflow-x: auto;
}
.lixil-product-compare .the-compare .product-information {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 4.5rem;
}
.lixil-product-compare .the-compare .product-information .product-thumbs {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.lixil-product-compare .the-compare .product-information .product-thumbs a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.lixil-product-compare .the-compare .product-information .product-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lixil-product-compare .the-compare .product-information .product-descriptions {
  padding: 1rem;
}
.lixil-product-compare .the-compare .product-information .product-descriptions .lixil-paragraph-lg {
  margin-bottom: 1rem;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.lixil-product-compare .the-compare .product-information .product-descriptions .lixil-paragraph-lg p:last-of-type {
  margin-bottom: 0;
}
.lixil-product-compare .the-compare .product-information .product-descriptions .lixil-paragraph-sm {
  margin-bottom: 1.5rem;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.lixil-product-compare .the-compare .product-information .product-descriptions .lixil-paragraph-sm p:last-of-type {
  margin-bottom: 0;
}
.lixil-product-compare .the-compare .product-information .btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0;
  z-index: 2;
}
.lixil-product-compare .the-compare .product-information .btn-action {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: calc(100% - 32px);
  text-align: center;
}
.lixil-product-compare .the-compare .product-information .btn-action .btn {
  position: relative;
  top: unset;
  right: unset;
  padding: 15px 32px;
}
.lixil-product-compare .the-compare .product-information--color {
  padding: 1rem;
}
.lixil-product-compare .the-compare .product-information--color .product-descriptions {
  padding-left: 0rem;
  padding-right: 0rem;
}
.lixil-product-compare .the-compare__wrp {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 1rem;
}
.lixil-product-compare .the-compare__tr {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 64px;
}
.lixil-product-compare .the-compare__tr.the-head .the-compare__td {
  padding: 0 0;
}
.lixil-product-compare .the-compare__tr.the-head .the-compare__td:first-of-type {
  padding: 1rem;
}
.lixil-product-compare .the-compare__tr.the-line {
  background-color: #E1E1E1;
  padding: 1rem 1rem;
  display: block;
  text-align: center;
}
.lixil-product-compare .the-compare__tr.the-line span {
  color: #54585A;
  display: inline-block;
}
.lixil-product-compare .the-compare__td {
  border-right: 2px solid #F5F5F5;
  background-color: #FFFFFF;
  padding: 1rem;
}
.lixil-product-compare .the-compare__td .lixil-paragraph,
.lixil-product-compare .the-compare__td .lixil-paragraph-lg,
.lixil-product-compare .the-compare__td .lixil-paragraph-sm,
.lixil-product-compare .the-compare__td .lixil-paragraph-xl {
  height: 100%;
  color: #54585A;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.lixil-product-compare .the-compare__td .lixil-paragraph-sm {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
}
.lixil-product-compare .the-compare__td .lixil-paragraph-sm p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.lixil-product-compare .the-compare__td .lixil-paragraph-lg {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
}
.lixil-product-compare .the-compare__td .lixil-paragraph-lg p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}
.lixil-product-compare .the-compare__td:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  border-right: 0;
  border-bottom: 2px solid #F5F5F5;
}
.lixil-product-compare .the-compare__td:last-of-type {
  border-right: 0;
}
.lixil-product-compare .the-compare.column-3 .the-compare__wrp {
  width: 768px;
}
.lixil-product-compare .the-compare.column-3 .the-compare__tr {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lixil-product-compare .the-compare.column-2 .the-compare__wrp {
  width: 576px;
}
.lixil-product-compare .the-compare.column-2 .the-compare__tr {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lixil-product-list .the-list {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #B7B7B7;
}
.lixil-product-list .the-list .form-check {
  min-height: 30px;
  margin-bottom: 0rem;
}
.lixil-product-list .the-list .form-check__wrp {
  display: block;
  padding-left: 38px;
}
.lixil-product-list .the-list .form-check .form-check-input {
  width: 30px;
  height: 30px;
}
.lixil-product-list .the-list .form-check .form-check-input[type=checkbox]:after {
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
  font-size: 1rem;
  line-height: 1rem;
}
.lixil-product-list .the-list .form-check .form-check-label {
  display: inline-block;
  vertical-align: middle;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #EF6D22;
}
.lixil-product-list .the-list .add-minus-action {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  text-align: center;
}
.lixil-product-list .the-list .add-minus-action__wrp {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}
.lixil-product-list .the-list .add-minus-action span {
  border-top: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
  min-width: 60px;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #55585A;
}
.lixil-product-list .the-list .add-minus-action .btn {
  padding: 0;
  border-radius: 0;
  border-color: #B7B7B7;
  color: #55585A;
}
.lixil-product-list .the-list__wrp {
  position: relative;
  width: 100%;
}
.lixil-product-list .the-list__action {
  width: 38px;
}
.lixil-product-list .the-list__action span,
.lixil-product-list .the-list__action a {
  display: none;
}
.lixil-product-list .the-list__action span {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0.5rem;
}
.lixil-product-list .the-list__action a {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
  color: #EF6D22;
  text-decoration: underline;
  margin-bottom: 1.5rem;
}
.lixil-product-list .the-list__action .form-check {
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: auto;
  top: 30%;
}
.lixil-product-list .the-list__action .form-check__wrp {
  display: block;
  padding-left: 0;
}
.lixil-product-list .the-list__action .form-check .form-check-label {
  width: 0;
  height: 0;
  display: none;
  color: transparent;
}
.lixil-product-list .the-list__thumbs {
  width: calc(100% - 38px);
}
.lixil-product-list .the-list__product {
  width: 100%;
  padding-top: 1rem;
}
.lixil-product-list .the-list__information .product-left {
  width: 30%;
}
.lixil-product-list .the-list__information .product-right {
  width: 70%;
  padding-left: 1rem;
}
.lixil-product-list .the-list__information .lixil-paragraph,
.lixil-product-list .the-list__information .lixil-paragraph-sm,
.lixil-product-list .the-list__information .lixil-paragraph-lg,
.lixil-product-list .the-list__information .lixil-paragraph-xl {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #54585A;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
.lixil-product-list .the-list__information .lixil-paragraph p,
.lixil-product-list .the-list__information .lixil-paragraph-sm p,
.lixil-product-list .the-list__information .lixil-paragraph-lg p,
.lixil-product-list .the-list__information .lixil-paragraph-xl p {
  font-size: 16px;
  line-height: 24px;
}
.lixil-product-list .the-list__information .lixil-paragraph-sm {
  font-family: "tradegothic_ltbold", sans-serif;
}
.lixil-product-list .the-list__information .lixil-paragraph-lg {
  font-family: "tradegothic_ltregular", sans-serif;
}
.lixil-product-list .the-list__information:last-of-type {
  margin-bottom: 0;
}
.lixil-product-list .the-list.text-right {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}
.lixil-product-list .the-list.btn-action {
  text-align: center;
  padding-top: 1rem;
}
.lixil-product-list .the-list.btn-action .btn-select-all {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.lixil-product-list .the-list.btn-action .btn-select-all .form-check {
  display: inline-block;
  width: auto;
  min-height: 30px;
  margin-bottom: 0rem;
}
.lixil-product-list .the-list.btn-action .btn-select-all .form-check__wrp {
  padding-left: 2.375rem;
}
.lixil-product-list .the-list.btn-action .btn-select-all .form-check .form-check-label {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #EF6D22;
}
.lixil-product-list .the-list.btn-action .btn-select-all .form-check .form-check-input {
  width: 30px;
  height: 30px;
  padding: 0;
}
.lixil-product-list .the-list.btn-action .btn-select-all .form-check .form-check-input[type=checkbox]:before {
  border-radius: 0.3125rem;
  border-color: #B7B7B7;
}
.lixil-product-list .the-list.btn-action .btn-select-all .form-check .form-check-input[type=checkbox]:after {
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
}
.lixil-product-list .the-list.btn-action .btn {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.lixil-product-list .the-list.btn-action .btn:last-of-type {
  margin-bottom: 0;
}
.lixil-product-list .the-list:last-of-type {
  border-bottom: 0px;
  border-color: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}

.lixil-product-change {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #EF6D22;
}
.lixil-product-change .category {
  padding: 16px 14px;
  background-color: #EF6D22;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.lixil-product-change .change,
.lixil-product-change .info {
  position: relative;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease;
}
.lixil-product-change .change .form-control,
.lixil-product-change .info .form-control {
  border-color: transparent;
  border-radius: 0;
  background-color: transparent;
  color: #000000;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 32px 16px 8px;
  transition: all 0.3s ease;
}
.lixil-product-change .change .form-control:active, .lixil-product-change .change .form-control:focus,
.lixil-product-change .info .form-control:active,
.lixil-product-change .info .form-control:focus {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.lixil-product-change .change .form-control:disabled,
.lixil-product-change .change .form-control .disabled,
.lixil-product-change .info .form-control:disabled,
.lixil-product-change .info .form-control .disabled {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.lixil-product-change .change .btn,
.lixil-product-change .info .btn {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 0;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0;
  transform: translateY(-50%);
}
.lixil-product-change .change .btn .icon,
.lixil-product-change .info .btn .icon {
  width: 24px;
  height: 24px;
  display: block;
}
.lixil-product-change .change .btn--action,
.lixil-product-change .info .btn--action {
  width: 24px;
  height: 24px;
}
.lixil-product-change .change .btn--action .icon.icon-edit,
.lixil-product-change .info .btn--action .icon.icon-edit {
  background: url("../img/icons/btn-edit-bold.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.lixil-product-change .change p,
.lixil-product-change .info p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
  word-break: break-all;
  transition: all 0.3s ease;
  color: #54585A;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
.lixil-product-change .change.active,
.lixil-product-change .info.active {
  visibility: visible;
  display: block;
}
.lixil-product-change .info {
  padding-right: 2rem;
}

.action {
  display: block;
}
.action .form {
  padding-top: 56px;
  padding-bottom: 60px;
}
.action .form .form-label {
  color: #EF6D22;
}
.action .form .form-select-type-1 {
  display: block;
}
.action .form .form-select-type-1 .select2 .select2-selection {
  border-radius: 10px;
  border-color: #979797;
}
.action .form .form-select-type-1 .select2 .select2-selection__rendered {
  font-family: "tradegothic_ltregular", sans-serif;
  color: #979797;
}
.action .form .form-select-type-1 .select2 .select2-selection__arrow {
  width: 16px;
  height: 12px;
  margin-top: -6px;
  background: url("../img/icons/arrow-small.png") no-repeat;
  background-size: 100% 100%;
}
.action .form .form-select-type-1 .select2 .select2-selection__arrow:before {
  display: none;
}
.action .form .form-select-type-1 .select2.select2-container--focus .select2-selection__rendered, .action .form .form-select-type-1 .select2.select2-container--below .select2-selection__rendered, .action .form .form-select-type-1 .select2.select2-container--above .select2-selection__rendered {
  color: #000000;
}
.action .form .form-select-type-1 .select2.select2-container--focus .select2-selection__arrow, .action .form .form-select-type-1 .select2.select2-container--below .select2-selection__arrow, .action .form .form-select-type-1 .select2.select2-container--above .select2-selection__arrow {
  background: url("../img/icons/arrow-small-black.png") no-repeat;
  background-size: 100% 100%;
}
.action .form .form-select-type-1 .select2.select2-container--open .select2-selection {
  border-color: #EF6D22;
}
.action .text-right {
  padding-bottom: 42px;
  padding-top: 42px;
  border-bottom: 1px solid #B7B7B7;
  border-top: 1px solid #B7B7B7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.action .btn-action {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1rem;
  align-items: center;
  padding-top: 42px;
}
.action .btn-action .btn-select-all {
  text-align: center;
}
.action .btn-action .btn-select-all .form-check {
  display: inline-block;
  width: auto;
  min-height: 30px;
  margin-bottom: 0rem;
}
.action .btn-action .btn-select-all .form-check__wrp {
  padding-left: 2.375rem;
}
.action .btn-action .btn-select-all .form-check .form-check-label {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #EF6D22;
}
.action .btn-action .btn-select-all .form-check .form-check-input {
  width: 30px;
  height: 30px;
  padding: 0;
}
.action .btn-action .btn-select-all .form-check .form-check-input[type=checkbox]:before {
  border-radius: 0.3125rem;
  border-color: #B7B7B7;
}
.action .btn-action .btn-select-all .form-check .form-check-input[type=checkbox]:after {
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
}
.action .btn-action .btn-action-wrp {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}
.action .btn-action .btn-action-wrp .btn {
  display: block;
  width: 100%;
  max-width: 250px;
}
.action .add-more {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
  text-align: center;
}
.action .add-more .btn-add-more {
  display: inline-block;
  padding: 0 32px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.action .add-more .btn-add-more .i-more {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("../img/icons/i-add-light.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: all 0.3s ease;
}
.action .add-more .btn-add-more span {
  display: block;
  margin-top: 0.625rem;
  font-size: 18px;
  line-height: 24px;
  color: #B7B7B7;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: bold;
  text-align: center;
}

.lixil-product-specification .sw-carousel {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-right: -1rem;
}
.lixil-product-specification .sw-carousel .swiper {
  padding-right: 48px;
}
.lixil-product-specification .sw-carousel .sw-footer,
.lixil-product-specification .sw-carousel .sw-btn-prev,
.lixil-product-specification .sw-carousel .sw-btn-next {
  display: none;
}

.lixil-product-recommendation {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1.5rem;
}

.lixil-product-features .column-grid, .lixil-product-features .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-features .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .lixil-product-features .lixil-product-fillter__forms, .lixil-product-fillter .lixil-product-features .filler-more-show.show,
.lixil-product-features .lixil-product-search .lixil-product-fillter__forms,
.lixil-product-features .lixil-product-search .filler-more-show.show,
.lixil-product-search .lixil-product-features .lixil-product-fillter__forms,
.lixil-product-search .lixil-product-features .filler-more-show.show {
  gap: 1rem;
}
.lixil-product-features .product-features .article-wrp {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
.lixil-product-features .product-features .rounded-icons {
  width: 80px;
  height: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #808080;
  border-radius: 50%;
  overflow: hidden;
}
.lixil-product-features .product-features .lixil-paragraph-xl {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.lixil-product-features .product-features .lixil-paragraph {
  color: #55585A !important;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.lixil-product-colours .column-grid, .lixil-product-colours .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-colours .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .lixil-product-colours .lixil-product-fillter__forms, .lixil-product-fillter .lixil-product-colours .filler-more-show.show,
.lixil-product-colours .lixil-product-search .lixil-product-fillter__forms,
.lixil-product-colours .lixil-product-search .filler-more-show.show,
.lixil-product-search .lixil-product-colours .lixil-product-fillter__forms,
.lixil-product-search .lixil-product-colours .filler-more-show.show {
  gap: 1rem;
}
.lixil-product-colours .product-colours .lixil-paragraph-lg {
  padding: 1.5rem;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #2E2E2E !important;
}
.lixil-product-colours .product-colours .lixil-paragraph-lg p {
  margin-bottom: 0;
}

.lixil-product-table {
  position: relative;
  width: 100%;
}
.lixil-product-table .product-table {
  background-color: #FFFFFF;
}
.lixil-product-table .product-table__tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #F5F5F5;
}
.lixil-product-table .product-table__tr > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.lixil-product-table .product-table__tr:last-of-type {
  border-bottom: 0;
}
.lixil-product-table .product-table__td {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: #2E2E2E;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.lixil-product-table .product-table__td:first-of-type {
  width: 40%;
  background-color: #E1E1E1;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
}
.lixil-product-table .product-table__td:last-of-type {
  width: 60%;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
}

.lixil-product-feature .lixil-paragraph,
.lixil-product-feature .lixil-paragraph-lg,
.lixil-product-feature .lixil-paragraph-xl {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #55585A;
  font-size: 16px;
  line-height: 24px;
}
.lixil-product-feature .lixil-paragraph ul,
.lixil-product-feature .lixil-paragraph-lg ul,
.lixil-product-feature .lixil-paragraph-xl ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1rem;
  margin-bottom: 0;
}
.lixil-product-feature .lixil-paragraph ul li,
.lixil-product-feature .lixil-paragraph-lg ul li,
.lixil-product-feature .lixil-paragraph-xl ul li {
  margin-bottom: 0;
  position: relative;
  padding-left: 1.5rem;
}
.lixil-product-feature .lixil-paragraph ul li:before,
.lixil-product-feature .lixil-paragraph-lg ul li:before,
.lixil-product-feature .lixil-paragraph-xl ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #55585A;
  content: "";
}

.lixil-product-calculator .form span {
  display: inline-block;
  vertical-align: middle;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 3.75rem;
  letter-spacing: 0px;
  color: #55585A;
}
.lixil-product-calculator .form .form-control {
  display: inline-block;
  border-radius: 0;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.125rem;
  max-width: 140px;
}
.lixil-product-calculator .form__box {
  text-align: center;
}
.lixil-product-calculator .form p {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #55585A;
}

@media screen and (min-width: 375px) {
  .lixil-product-list .the-list.btn-action {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .lixil-product-list .the-list.btn-action .btn-select-all {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
  .lixil-product-list .the-list.btn-action .btn-select-all .form-check__wrp {
    padding-left: 2.125rem;
  }
  .lixil-product-list .the-list.btn-action .btn-select-all .form-check .form-check-label {
    font-size: 0.875rem;
  }
  .lixil-product-list .the-list.btn-action .btn {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
  }
  .action .btn-action .btn-select-all {
    width: 100%;
    text-align: center;
  }
  .action .btn-action .btn-select-all .form-check__wrp {
    padding-left: 2.125rem;
  }
  .action .btn-action .btn-select-all .form-check .form-check-label {
    font-size: 0.875rem;
  }
  .action .btn-action .btn-action-wrp {
    flex-wrap: nowrap;
    flex-direction: row;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0;
  }
  .action .btn-action .btn-action-wrp .btn {
    width: 50%;
    max-width: calc(50% - 4px);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 480px) {
  .lixil-product-change {
    margin-bottom: 3rem;
  }
  .lixil-product-list .the-list__thumbs {
    width: 100px;
  }
  .lixil-product-list .the-list__product {
    padding-top: 0;
    padding-left: 1rem;
    width: calc(100% - 138px);
  }
  .lixil-product-list .the-list .add-minus-action span {
    min-width: 40px;
  }
  .lixil-product-list .the-list.btn-action {
    -moz-column-gap: 16px;
         column-gap: 16px;
    justify-content: flex-end;
  }
  .lixil-product-list .the-list.btn-action .btn-select-all .form-check__wrp {
    padding-left: 2.125rem;
  }
  .lixil-product-list .the-list.btn-action .btn {
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 160px;
  }
  .lixil-product-list .text-right {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .action .btn-action {
    grid-template-columns: auto minmax(0, 1fr);
    row-gap: 0;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .action .btn-action .btn-select-all {
    width: auto;
  }
  .action .btn-action .btn-select-all .form-check__wrp {
    padding-left: 2.125rem;
  }
  .action .btn-action .btn-select-all .form-check .form-check-label {
    font-size: 1rem;
  }
  .action .btn-action .btn-action-wrp {
    justify-content: flex-end;
  }
  .action .btn-action .btn-action-wrp .btn {
    width: calc(50% - 4px);
    max-width: 160px;
  }
  .lixil-product-table .product-table__td {
    padding-left: 8%;
    padding-right: 8%;
  }
  .lixil-product-feature .lixil-paragraph,
  .lixil-product-feature .lixil-paragraph-lg,
  .lixil-product-feature .lixil-paragraph-xl {
    max-width: 400px;
  }
}
@media screen and (min-width: 576px) {
  .lixil-product-compare .the-compare.column-2 .the-compare__wrp {
    width: 100%;
  }
  .lixil-product-list .the-list__thumbs {
    width: 150px;
  }
  .lixil-product-list .the-list__product {
    width: calc(100% - 188px);
  }
  .lixil-product-list .the-list__information .lixil-paragraph p,
  .lixil-product-list .the-list__information .lixil-paragraph-sm p,
  .lixil-product-list .the-list__information .lixil-paragraph-lg p,
  .lixil-product-list .the-list__information .lixil-paragraph-xl p {
    font-size: 18px;
    line-height: 26px;
  }
  .lixil-product-list .the-list .add-minus-action span {
    min-width: 60px;
  }
  .lixil-product-list .the-list.btn-action .btn-select-all .form-check__wrp {
    padding-left: 2.375rem;
  }
  .lixil-product-list .the-list.btn-action .btn-select-all .form-check .form-check-label {
    font-size: 1.125rem;
  }
  .lixil-product-list .the-list.btn-action .btn {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    min-width: 160px;
  }
  .action .text-right {
    justify-content: flex-end;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .action .btn-action .btn-select-all .form-check__wrp {
    padding-left: 2.375rem;
  }
  .action .btn-action .btn-action-wrp {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .action .btn-action .btn-action-wrp .btn {
    max-width: 180px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lixil-product-recommendation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lixil-product-table .product-table__td {
    font-size: 18px;
    line-height: 26px;
  }
  .lixil-product-table .product-table__td:first-of-type {
    width: 40%;
  }
  .lixil-product-table .product-table__td:last-of-type {
    width: 60%;
  }
  .lixil-product-feature .lixil-paragraph,
  .lixil-product-feature .lixil-paragraph-lg,
  .lixil-product-feature .lixil-paragraph-xl {
    max-width: 90%;
    font-size: 18px;
    line-height: 28px;
  }
  .lixil-product-feature .lixil-paragraph ul,
  .lixil-product-feature .lixil-paragraph-lg ul,
  .lixil-product-feature .lixil-paragraph-xl ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lixil-product-calculator .form .form-control {
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .lixil-product-detail {
    flex-direction: row;
  }
  .lixil-product-detail__images {
    width: 50%;
    padding-right: 0.5rem;
  }
  .lixil-product-detail__descriptions {
    width: 50%;
    padding-left: 0.5rem;
    padding-top: 0;
  }
  .lixil-product-detail__descriptions .lixil-paragraph,
  .lixil-product-detail__descriptions .lixil-paragraph-lg,
  .lixil-product-detail__descriptions .lixil-color {
    text-align: left;
  }
  .lixil-product-detail__descriptions .lixil-btn-action {
    margin-top: 1.5rem;
  }
  .lixil-product-detail__descriptions .lixil-btn-action .btn {
    margin-left: 0;
  }
  .lixil-product-detail__descriptions .lixil-technical-infomation {
    margin-left: 0;
  }
  .lixil-product-compare .the-compare__td .lixil-paragraph-lg {
    font-size: 22px;
    line-height: 32px;
  }
  .lixil-product-compare .the-compare.column-2 .the-compare__wrp {
    row-gap: 0rem;
  }
  .lixil-product-compare .the-compare.column-2 .the-compare__tr {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 0;
  }
  .lixil-product-compare .the-compare.column-2 .the-compare__tr.the-line {
    padding: 1rem 1rem;
  }
  .lixil-product-compare .the-compare.column-2 .the-compare__td {
    border-bottom: 2px solid #F5F5F5;
  }
  .lixil-product-compare .the-compare.column-2 .the-compare__td:first-of-type {
    position: relative;
    height: 100%;
    border-right: 2px solid #F5F5F5;
  }
  .lixil-product-compare .the-compare.column-2 .the-compare__td:last-of-type {
    border-right: 0;
  }
  .lixil-product-compare .the-compare.column-3 {
    overflow-x: hidden;
  }
  .lixil-product-compare .the-compare.column-3 .the-compare__wrp {
    width: 100%;
  }
  .lixil-product-specification .sw-carousel {
    margin-right: -1.5rem;
  }
  .lixil-product-specification .sw-carousel .swiper {
    padding-right: 10%;
  }
  .lixil-product-features .product-features .article-wrp {
    padding: 2rem;
  }
  .lixil-product-table .product-table__td {
    padding-left: 5%;
    padding-right: 5%;
  }
  .lixil-product-table .product-table__td:first-of-type {
    width: 30%;
  }
  .lixil-product-table .product-table__td:last-of-type {
    width: 70%;
  }
  .lixil-product-feature .lixil-paragraph,
  .lixil-product-feature .lixil-paragraph-lg,
  .lixil-product-feature .lixil-paragraph-xl {
    max-width: 600px;
  }
  .lixil-product-feature .lixil-paragraph ul,
  .lixil-product-feature .lixil-paragraph-lg ul,
  .lixil-product-feature .lixil-paragraph-xl ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .lixil-product-feature .lixil-paragraph ul li:before,
  .lixil-product-feature .lixil-paragraph-lg ul li:before,
  .lixil-product-feature .lixil-paragraph-xl ul li:before {
    top: 6px;
  }
  .action .btn-action .btn-select-all .form-check .form-check-label {
    font-size: 1.125rem;
  }
  .action .btn-action .btn-action-wrp {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .action .btn-action .btn-action-wrp .btn {
    max-width: 200px;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    font-size: 1.125rem;
  }
  .lixil-product-change {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lixil-product-compare .the-compare__td .lixil-paragraph-sm p {
    font-size: 18px;
    line-height: 26px;
  }
  .lixil-product-compare .the-compare__td .lixil-paragraph-lg p {
    font-size: 24px;
  }
  .lixil-product-compare .the-compare.column-3 .the-compare__wrp {
    row-gap: 0rem;
  }
  .lixil-product-compare .the-compare.column-3 .the-compare__tr {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 0;
  }
  .lixil-product-compare .the-compare.column-3 .the-compare__tr.the-line {
    padding: 1rem 1rem;
  }
  .lixil-product-compare .the-compare.column-3 .the-compare__td {
    border-bottom: 2px solid #F5F5F5;
  }
  .lixil-product-compare .the-compare.column-3 .the-compare__td:first-of-type {
    position: relative;
    height: 100%;
    border-right: 2px solid #F5F5F5;
  }
  .lixil-product-compare .the-compare.column-3 .the-compare__td:last-of-type {
    border-right: 0;
  }
  .lixil-product-list .the-list .add-minus-action__wrp {
    justify-content: flex-start;
  }
  .lixil-product-list .the-list__thumbs {
    width: 130px;
  }
  .lixil-product-list .the-list__product {
    width: calc(100% - 168px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding-left: 1.5rem;
  }
  .lixil-product-list .the-list__information .product-left,
  .lixil-product-list .the-list__information .product-right {
    width: 100%;
  }
  .lixil-product-list .the-list__information .product-right {
    padding-left: 0;
  }
  .lixil-product-list .the-list__information .lixil-paragraph p,
  .lixil-product-list .the-list__information .lixil-paragraph-sm p,
  .lixil-product-list .the-list__information .lixil-paragraph-lg p,
  .lixil-product-list .the-list__information .lixil-paragraph-xl p {
    font-size: 20px;
    line-height: 30px;
  }
  .lixil-product-list .the-list.btn-action {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .lixil-product-list .the-list.btn-action .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.125rem;
  }
  .lixil-product-list .the-list:first-of-type .the-list__action a {
    margin-bottom: 0;
  }
  .lixil-product-list .the-list:first-of-type .the-list__action .form-check {
    top: 10%;
  }
  .action {
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    align-items: flex-start;
    -moz-column-gap: 10%;
         column-gap: 10%;
    padding-top: 56px;
  }
  .action .form {
    padding-top: 0;
    padding-bottom: 0;
  }
  .action .text-right {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .action--add-more {
    display: block;
  }
  .lixil-product-recommendation {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 2rem;
  }
  .lixil-product-feature .lixil-paragraph,
  .lixil-product-feature .lixil-paragraph-lg,
  .lixil-product-feature .lixil-paragraph-xl {
    max-width: 768px;
    font-size: 20px;
    line-height: 30px;
  }
  .lixil-product-feature .lixil-paragraph ul,
  .lixil-product-feature .lixil-paragraph-lg ul,
  .lixil-product-feature .lixil-paragraph-xl ul {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .lixil-product-feature .lixil-paragraph ul li:before,
  .lixil-product-feature .lixil-paragraph-lg ul li:before,
  .lixil-product-feature .lixil-paragraph-xl ul li:before {
    top: 7px;
  }
  .lixil-product-calculator .form span {
    font-size: 2.5rem;
    line-height: 5rem;
  }
  .lixil-product-calculator .form .form-control {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .lixil-product-calculator .form p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .lixil-product-table .product-table__td {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .lixil-product-detail__images {
    padding-right: 1rem;
  }
  .lixil-product-detail__descriptions {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lixil-product-list .the-list .add-minus-action__wrp {
    justify-content: center;
  }
  .lixil-product-list .the-list__action {
    width: 130px;
  }
  .lixil-product-list .the-list__action span,
  .lixil-product-list .the-list__action a {
    display: block;
  }
  .lixil-product-list .the-list__action .form-check {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .lixil-product-list .the-list__thumbs {
    width: 130px;
  }
  .lixil-product-list .the-list__product {
    width: calc(100% - 260px);
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0;
  }
  .lixil-product-list .the-list__information {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 0;
  }
  .lixil-product-list .the-list__information .lixil-paragraph,
  .lixil-product-list .the-list__information .lixil-paragraph-sm,
  .lixil-product-list .the-list__information .lixil-paragraph-lg,
  .lixil-product-list .the-list__information .lixil-paragraph-xl {
    text-align: center;
  }
  .lixil-product-list .the-list__information .lixil-paragraph p,
  .lixil-product-list .the-list__information .lixil-paragraph-sm p,
  .lixil-product-list .the-list__information .lixil-paragraph-lg p,
  .lixil-product-list .the-list__information .lixil-paragraph-xl p {
    width: 100%;
  }
  .lixil-product-list .the-list__information .lixil-paragraph-sm p {
    font-size: 1.25rem;
  }
  .lixil-product-list .the-list__information .product-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
  }
  .lixil-product-list .the-list__information .product-right .add-minus-action {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .lixil-product-list .the-list.the-list--header .the-list__information {
    padding-top: 2rem;
  }
  .lixil-product-list .the-list.the-list--header .the-list__information .product-left {
    display: block;
  }
  .lixil-product-list .the-list.text-right {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .lixil-product-list .the-list.btn-action .btn-select-all {
    display: none;
  }
  .action {
    padding-top: 64px;
    grid-template-columns: 400px minmax(0, 1fr);
    -moz-column-gap: 15%;
         column-gap: 15%;
  }
  .action .btn-action {
    grid-template-columns: minmax(0, 1fr);
  }
  .action .btn-action .btn-select-all {
    display: none;
  }
  .action .btn-action .btn-action-wrp .btn {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
  .lixil-product-specification .sw-carousel {
    margin-right: 0rem;
  }
  .lixil-product-specification .sw-carousel .swiper {
    padding-right: 0;
  }
  .lixil-product-change {
    margin-bottom: 4rem;
  }
  .lixil-product-table .product-table__td:first-of-type {
    width: 25%;
  }
  .lixil-product-table .product-table__td:last-of-type {
    width: 75%;
  }
}
@media screen and (min-width: 1400px) {
  .lixil-product-detail__images {
    padding-right: 1rem;
  }
  .lixil-product-detail__descriptions {
    padding-left: 1rem;
  }
  .lixil-product-list .the-list__product {
    padding-left: 2rem;
  }
  .lixil-product-list .the-list__information .lixil-paragraph p,
  .lixil-product-list .the-list__information .lixil-paragraph-sm p,
  .lixil-product-list .the-list__information .lixil-paragraph-lg p,
  .lixil-product-list .the-list__information .lixil-paragraph-xl p {
    font-size: 22px;
    line-height: 32px;
  }
  .lixil-product-feature .lixil-paragraph,
  .lixil-product-feature .lixil-paragraph-lg,
  .lixil-product-feature .lixil-paragraph-xl {
    font-size: 22px;
    line-height: 32px;
  }
  .lixil-product-table .product-table__td {
    font-size: 22px;
    line-height: 30px;
  }
}
.lixil-product-fillter,
.lixil-product-search {
  position: relative;
  width: 100%;
}
.lixil-product-fillter span.color-brand,
.lixil-product-fillter span.color-black,
.lixil-product-search span.color-brand,
.lixil-product-search span.color-black {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.lixil-product-fillter .form,
.lixil-product-search .form {
  margin-bottom: 1rem;
}
.lixil-product-fillter .select2-container .select2-selection--single,
.lixil-product-search .select2-container .select2-selection--single {
  border: 6px solid #E1E1E1;
  border-radius: 0;
}
.lixil-product-fillter .select2-container .select2-selection--single .select2-selection__rendered,
.lixil-product-search .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.lixil-product-fillter .select2-container .select2-selection--single .select2-selection__arrow,
.lixil-product-search .select2-container .select2-selection--single .select2-selection__arrow {
  color: #979797;
}
.lixil-product-fillter .select2-container .select2-dropdown,
.lixil-product-search .select2-container .select2-dropdown {
  border-radius: 0rem;
  box-shadow: none;
}
.lixil-product-fillter .select2-container .select2-dropdown.select2-dropdown--below,
.lixil-product-search .select2-container .select2-dropdown.select2-dropdown--below {
  top: 0rem;
}
.lixil-product-fillter__wrp,
.lixil-product-search__wrp {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #B7B7B7;
}
.lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .filler-more-show.show,
.lixil-product-search .lixil-product-fillter__forms,
.lixil-product-search .filler-more-show.show {
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.lixil-product-fillter .lixil-product-fillter__forms--price,
.lixil-product-search .lixil-product-fillter__forms--price {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.lixil-product-fillter .lixil-product-fillter__more,
.lixil-product-search .lixil-product-fillter__more {
  margin-top: 1rem;
}
.lixil-product-fillter .lixil-product-fillter__more a,
.lixil-product-search .lixil-product-fillter__more a {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
  color: #EF6D22;
  text-decoration: underline;
}
.lixil-product-fillter .lixil-product-fillter__more a span,
.lixil-product-search .lixil-product-fillter__more a span {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.lixil-product-fillter .lixil-product-fillter__more a span.show-text,
.lixil-product-search .lixil-product-fillter__more a span.show-text {
  display: none;
}
.lixil-product-fillter .lixil-product-fillter__more a span.hide-text,
.lixil-product-search .lixil-product-fillter__more a span.hide-text {
  display: block;
}
.lixil-product-fillter .lixil-product-fillter__more a.collapsed span.show-text,
.lixil-product-search .lixil-product-fillter__more a.collapsed span.show-text {
  display: block;
}
.lixil-product-fillter .lixil-product-fillter__more a.collapsed span.hide-text,
.lixil-product-search .lixil-product-fillter__more a.collapsed span.hide-text {
  display: none;
}
@media screen and (min-width: 480px) {
  .lixil-product-fillter__wrp {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .filler-more-show.show {
    grid-template-columns: repeat(2, minmax(0, 2fr));
  }
  .lixil-product-fillter .lixil-product-fillter__forms--price {
    grid-template-columns: repeat(1, minmax(0, 2fr));
  }
}
@media screen and (min-width: 576px) {
  .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .filler-more-show.show {
    grid-template-columns: repeat(3, minmax(0, 2fr));
  }
  .lixil-product-fillter .lixil-product-fillter__forms--price {
    grid-template-columns: repeat(2, minmax(0, 2fr));
  }
}
@media screen and (min-width: 992px) {
  .lixil-product-fillter__wrp {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .filler-more-show.show {
    grid-template-columns: repeat(1, minmax(0, 2fr));
    gap: 0.625rem;
  }
}
.pages-product .lixil-product-search .form-control {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.pages-product .lixil-product-search .form-control::-moz-placeholder {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.pages-product .lixil-product-search .form-control::placeholder {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.pages-product .lixil-product-search .color-brand {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.pages-product .lixil-product-fillter .color-black {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.pages-product .lixil-product-fillter .form-check .form-check-label {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #54585A;
}
.pages-product .lixil-product-fillter .form-check .form-check-input:checked + .form-check-label {
  color: #54585A;
}
.pages-product .lixil-product-fillter .form-check.form-check--label-only .form-check-input:checked + .form-check-label {
  color: #EF6D22;
}
.pages-product .lixil-product-fillter .select2 .select2-selection__rendered {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #54585A;
  letter-spacing: 0;
}
.pages-product .lixil-product-fillter .fillter-brand .form-check .form-check-label {
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 400;
}
.pages-product .lixil-product-fillter__more a {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) {
  .pages-product .lixil-product-search .form-control {
    border-color: #444444;
    color: #54585A;
  }
  .pages-product .lixil-product-search .form-control::-moz-placeholder {
    color: #54585A;
  }
  .pages-product .lixil-product-search .form-control::placeholder {
    color: #54585A;
  }
  .pages-product .lixil-product-search .btn {
    color: #54585A;
  }
  .pages-product .lixil-product-search .color-brand {
    font-size: 24px;
    line-height: 34px;
  }
  .pages-product .lixil-product-fillter .color-black {
    color: #54585A !important;
  }
}

.pages-product .h2--with-underline {
  color: #55585A;
}
.pages-product .lixil-paragraph-lg.font-heading.font-700.text-center.color-black p {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #55585A;
}

.lixil-product-recommendation-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lixil-product-recommendation-title span {
  width: auto;
}
.lixil-product-recommendation-title .btn-action {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 2rem;
}
.lixil-product-recommendation-title .btn-action .btn {
  width: auto;
  min-width: 200px;
  margin-top: 0.5rem;
}
.lixil-product-recommendation-title .btn-action .btn.btn--outline-brand:hover,
.lixil-product-recommendation-title .btn-action .btn.btn--outline-brand:active,
.lixil-product-recommendation-title .btn-action .btn.btn--outline-brand:focus {
  background-color: transparent;
  color: #EF6D22;
  border-color: #EF6D22;
}
.lixil-product-recommendation-title .btn-action .btn:first-of-type {
  margin-top: 0;
}

.project-segment {
  row-gap: 2rem;
  -moz-column-gap: 0;
       column-gap: 0;
}

.project-segment-detail .lixil-paragraph-lg.color-black-1.text-center.font-heading p,
.project-segment-detail .lixil-paragraph-lg.color-black-1.text-center.font-heading ul.logo-brand li {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #54585A;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
}
.project-segment-detail .accordion .accordion-header .accordion-button {
  color: #EF6D22;
  background-color: #E1E1E1;
  border-bottom: 0;
  border-radius: 0;
  overflow: hidden;
  outline: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.project-segment-detail .accordion .accordion-header .accordion-button:before, .project-segment-detail .accordion .accordion-header .accordion-button:after {
  position: absolute;
  right: 16px;
  content: "";
  transition: all .3s ease;
}
.project-segment-detail .accordion .accordion-header .accordion-button:before {
  top: -12px;
  opacity: 0;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/arrow-brand.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  transform: rotate(180deg);
}
.project-segment-detail .accordion .accordion-header .accordion-button:after {
  bottom: -15px;
  opacity: 1;
  width: 30px;
  height: 30px;
  background-image: url("../img/icons/arrow-brand-white.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  transform: rotate(0);
}
.project-segment-detail .accordion .accordion-header .accordion-button.collapsed {
  border-bottom: 1px solid #FFFFFF;
}
.project-segment-detail .accordion .accordion-header .accordion-button.collapsed:before {
  opacity: 1;
}
.project-segment-detail .accordion .accordion-header .accordion-button.collapsed:after {
  opacity: 0;
}
.project-segment-detail .accordion .accordion-header .accordion-button:active,
.project-segment-detail .accordion .accordion-header .accordion-button:focus {
  outline: none;
}
.project-segment-detail .accordion .accordion-body .lixil-paragraph-lg p {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #54585A;
}
.project-segment-detail .accordion .accordion-body .lixil-paragraph .h2--with-underline {
  color: #54585A;
}
.project-segment-detail .lixil-gallery-with-thumbs {
  margin-left: -1rem;
  margin-right: -1rem;
}
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 2rem;
}
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swiper-container {
  overflow: hidden;
}
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swp-btn-prev,
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swp-btn-next {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swp-btn-prev .lixil-icon,
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swp-btn-next .lixil-icon {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  line-height: 2rem;
  color: #2E2E2E;
}
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swp-btn-prev:hover .lixil-icon, .project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swp-btn-prev:active .lixil-icon,
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swp-btn-next:hover .lixil-icon,
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swp-btn-next:active .lixil-icon {
  color: #EF6D22;
}
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swp-btn-next {
  right: 0;
}
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swp-btn-prev {
  left: 0;
}
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swp-btn-prev.swiper-button-disabled .lixil-icon,
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .swp-btn-next.swiper-button-disabled .lixil-icon {
  color: #808080;
  opacity: 0.5;
}
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery-thumbs {
  padding-left: 0rem;
  padding-right: 0rem;
}
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery-thumbs .swiper-slide {
  border: 0px solid #EF6D22;
  transition: all 0.3s;
}
.project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-width: 5px;
}
.project-segment-detail .designer-profile h2, .project-segment-detail .designer-profile .h2, .project-segment-detail .designer-profile p,
.project-segment-detail .designer-profile .box-information {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
  .project-segment-detail .accordion .accordion-header .accordion-button {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .project-segment-detail .accordion .accordion-header .accordion-button:before {
    top: -16px;
    width: 32px;
    height: 32px;
  }
  .project-segment-detail .accordion .accordion-header .accordion-button:after {
    bottom: -19px;
    right: 12px;
    width: 38px;
    height: 38px;
  }
  .project-segment-detail .designer-profile p {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .lixil-product-recommendation-title .btn-action {
    flex-direction: row;
  }
  .lixil-product-recommendation-title .btn-action .btn {
    margin-top: 0rem;
    margin-right: 1rem;
  }
  .lixil-product-recommendation-title .btn-action .btn:last-of-type {
    margin-right: 0;
  }
  .project-segment {
    row-gap: 3rem;
  }
  .project-segment-detail .lixil-paragraph .lixil-media.lixil-media--designer,
  .project-segment-detail .lixil-paragraph-lg .lixil-media.lixil-media--designer {
    max-width: 840px;
  }
  .project-segment-detail .accordion .accordion-body .lixil-paragraph-lg p {
    line-height: 30px;
  }
  .project-segment-detail .lixil-gallery-with-thumbs {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery .thumbs-images .thumbs {
    padding-top: 57.1428571429%;
  }
}
@media screen and (min-width: 992px) {
  .lixil-product-recommendation-title {
    flex-direction: row;
    justify-content: space-between;
  }
  .lixil-product-recommendation-title .btn-action {
    margin-top: 0;
  }
  .lixil-product-recommendation-title .btn-action .btn {
    border-width: 2px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.125rem;
  }
  .project-segment-detail .lixil-paragraph-lg.color-black-1.text-center.font-heading p,
  .project-segment-detail .lixil-paragraph-lg.color-black-1.text-center.font-heading ul.logo-brand li {
    font-size: 18px;
    line-height: 30px;
  }
  .project-segment-detail .lixil-gallery-with-thumbs {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery-thumbs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .project-segment-detail .lixil-gallery-with-thumbs .sw-carousel.sw-gallery-thumbs .swiper-container {
    overflow: hidden;
  }
  .project-segment-detail .accordion .accordion-header .accordion-button {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .project-segment-detail .accordion .accordion-header .accordion-button:before {
    top: -20px;
    width: 40px;
    height: 40px;
  }
  .project-segment-detail .accordion .accordion-header .accordion-button:after {
    bottom: -24px;
    width: 48px;
    height: 48px;
  }
  .project-segment-detail .designer-profile p {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .project-segment {
    row-gap: 3.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .project-segment-detail .designer-profile p {
    margin-bottom: 3.5rem;
  }
}
.pages-project-reference .project-reference .nav {
  display: block;
  text-align: center;
}
.pages-project-reference .project-reference .nav li {
  display: inline-block;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.pages-project-reference .project-reference .nav li .btn {
  border-width: 1px;
  border-style: solid;
  min-width: 125px;
  color: #000000;
}
.pages-project-reference .project-reference .nav li .btn:hover, .pages-project-reference .project-reference .nav li .btn:active, .pages-project-reference .project-reference .nav li .btn:focus {
  background-color: transparent;
  border-color: #EF6D22;
  color: #000000;
}
.pages-project-reference .project-reference .nav li .btn.active {
  background-color: #EF6D22;
  border-color: #EF6D22;
  color: #FFFFFF;
}
.pages-project-reference .project-reference .nav li .btn.active:hover, .pages-project-reference .project-reference .nav li .btn.active:active, .pages-project-reference .project-reference .nav li .btn.active:focus {
  background-color: #EF6D22;
  border-color: #EF6D22;
  color: #FFFFFF;
}
.pages-project-reference .project-reference .lixil-card-project.lixil-card-project--reference .card-body .lixil-paragraph-lg {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #424242;
}
.pages-project-reference .project-reference .lixil-pagination ul li span {
  width: auto;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  transform: rotate(0);
  background-color: transparent;
  height: auto;
  font-family: "tradegothic_ltbold", sans-serif;
  font-weight: 700;
}
.pages-project-reference .project-reference .lixil-pagination ul li a {
  overflow: hidden;
  line-height: 1.375rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pages-project-reference .project-reference .lixil-pagination ul li.active a {
  border-color: #EF6D22;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.pages-project-reference .project-reference .lixil-pagination ul li.more a {
  border-color: #55585A;
  padding: 0;
  width: 32px;
  height: 32px;
}
.pages-project-reference .project-reference .lixil-pagination ul li:first-of-type span {
  color: #EF6D22;
}
@media screen and (min-width: 992px) {
  .pages-project-reference .project-reference .lixil-card-project.lixil-card-project--reference .card-body .lixil-paragraph-lg {
    font-family: "tradegothic_ltregular", sans-serif;
    color: #54585A;
  }
}

.lixil-hide,
.lixil-show-xs,
.lixil-show-sm,
.lixil-show-md,
.lixil-show-lg,
.lixil-show-xl,
.lixil-show-xxl,
.lixil-flex-lg {
  display: none !important;
}

.lixil-show,
.lixil-hide-xs,
.lixil-hide-sm,
.lixil-hide-md,
.lixil-hide-lg,
.lixil-hide-xl,
.lixil-hide-xxl {
  display: block !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-unsetwrap {
  flex-wrap: unset;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.grid-gap-32 {
  gap: 2rem;
}

.color-white {
  color: #FFFFFF !important;
}

.color-black {
  color: #2E2E2E !important;
}

.color-black-1 {
  color: #55585A !important;
}

.color-black-2 {
  color: #424242 !important;
}

.color-brand {
  color: #EF6D22 !important;
}

.color-red {
  color: #FF0000 !important;
}

.bg-white, .accordion.accordion--white, .modal-body {
  background-color: #FFFFFF;
}

.bg-black {
  background-color: #2E2E2E;
}

.bg-black-1 {
  background-color: #55585A;
}

.bg-black-2 {
  background-color: #424242;
}

.bg-brand {
  background-color: #EF6D22;
}

.bg-grey {
  background-color: #808080;
}

.bg-grey-1 {
  background-color: #B7B7B7;
}

.bg-grey-2 {
  background-color: #F5F5F5;
}

.font-heading {
  font-family: "tradegothic_ltbold", sans-serif;
}

.font-body {
  font-family: "tradegothic_ltregular", sans-serif;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.ls-04 {
  letter-spacing: 0.4px;
}

.ls-08 {
  letter-spacing: 0.8px;
}

.ls-1 {
  letter-spacing: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.fc-inherit {
  color: inherit;
}

.ff-inherit {
  font-family: inherit;
}

.fw-inherit {
  font-weight: inherit;
}

.ls-inherit {
  letter-spacing: inherit;
}

.fs-inherit {
  font-size: inherit;
}

.lh-inherit {
  line-height: inherit;
}

.line {
  display: block;
  width: 100%;
  height: 1px;
}

@media (min-width: 480px) {
  .lixil-show-xs {
    display: block !important;
  }
  .lixil-hide-xs {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .lixil-show-sm {
    display: block !important;
  }
  .lixil-hide-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .lixil-show-md {
    display: block !important;
  }
  .lixil-hide-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .lixil-show-lg {
    display: block !important;
  }
  .lixil-flex-lg {
    display: flex !important;
  }
  .lixil-hide-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .lixil-show-xl {
    display: block !important;
  }
  .lixil-hide-xl {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .lixil-show-xxl {
    display: block !important;
  }
  .lixil-hide-xxl {
    display: none !important;
  }
}
body.lixil-main-nav-active .lixil-main-header,
body.lixil-main-header--active .lixil-main-header,
body.lixil-main-header--always-on .lixil-main-header {
  box-shadow: 0 2px 18px -1px rgba(32, 32, 37, 0.15);
}
body.lixil-main-nav-active .lixil-main-header__brand .brand,
body.lixil-main-header--active .lixil-main-header__brand .brand,
body.lixil-main-header--always-on .lixil-main-header__brand .brand {
  background: url("../img/logo/lixil-logo-color.png") no-repeat;
  background-size: 100% 100%;
}
body.lixil-main-nav-active .lixil-main-header__navbar a,
body.lixil-main-header--active .lixil-main-header__navbar a,
body.lixil-main-header--always-on .lixil-main-header__navbar a {
  color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar a:hover, body.lixil-main-nav-active .lixil-main-header__navbar a:active,
body.lixil-main-header--active .lixil-main-header__navbar a:hover,
body.lixil-main-header--active .lixil-main-header__navbar a:active,
body.lixil-main-header--always-on .lixil-main-header__navbar a:hover,
body.lixil-main-header--always-on .lixil-main-header__navbar a:active {
  color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header {
  color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:after,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:after,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:after {
  color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header.btn-active,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header.btn-active,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header.btn-active {
  color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header.btn-active:after,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header.btn-active:after,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header.btn-active:after {
  color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:hover,
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:active,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:hover,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:active,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:hover,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:active {
  cursor: pointer;
  color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:hover:after,
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:active:after,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:hover:after,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:active:after,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:hover:after,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-lang__sm .btn-nav-header:active:after {
  color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-lang__lg span,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-lang__lg span,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-lang__lg span {
  background-color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-search .form .form-control,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-search .form .form-control,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-search .form .form-control {
  border-color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-search .form .form-control::-moz-placeholder, body.lixil-main-header--active .lixil-main-header__navbar .navbar-search .form .form-control::-moz-placeholder, body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-search .form .form-control::-moz-placeholder {
  color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-search .form .form-control::placeholder,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-search .form .form-control::placeholder,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-search .form .form-control::placeholder {
  color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-search .form .btn .lixil-icon,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-search .form .btn .lixil-icon,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-search .form .btn .lixil-icon {
  font-size: 1.5rem;
  color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-search .btn-nav-header .lixil-icon,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-search .btn-nav-header .lixil-icon,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-search .btn-nav-header .lixil-icon {
  color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-search .btn-nav-header:hover, body.lixil-main-nav-active .lixil-main-header__navbar .navbar-search .btn-nav-header:active,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-search .btn-nav-header:hover,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-search .btn-nav-header:active,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-search .btn-nav-header:hover,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-search .btn-nav-header:active {
  cursor: pointer;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-search .btn-nav-header:hover .lixil-icon, body.lixil-main-nav-active .lixil-main-header__navbar .navbar-search .btn-nav-header:active .lixil-icon,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-search .btn-nav-header:hover .lixil-icon,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-search .btn-nav-header:active .lixil-icon,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-search .btn-nav-header:hover .lixil-icon,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-search .btn-nav-header:active .lixil-icon {
  color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-search .btn-nav-header.btn-active .lixil-icon,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-search .btn-nav-header.btn-active .lixil-icon,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-search .btn-nav-header.btn-active .lixil-icon {
  color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .btn-my-list,
body.lixil-main-header--active .lixil-main-header__navbar .btn-my-list,
body.lixil-main-header--always-on .lixil-main-header__navbar .btn-my-list {
  border-color: #2E2E2E;
  color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .btn-my-list:hover,
body.lixil-main-header--active .lixil-main-header__navbar .btn-my-list:hover,
body.lixil-main-header--always-on .lixil-main-header__navbar .btn-my-list:hover {
  border-color: #EF6D22;
  color: #FFFFFF;
  background-color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .btn-action,
body.lixil-main-header--active .lixil-main-header__navbar .btn-action,
body.lixil-main-header--always-on .lixil-main-header__navbar .btn-action {
  color: #FFFFFF;
}
body.lixil-main-nav-active .lixil-main-header__navbar .btn-action:hover,
body.lixil-main-header--active .lixil-main-header__navbar .btn-action:hover,
body.lixil-main-header--always-on .lixil-main-header__navbar .btn-action:hover {
  border-color: #EF6D22;
  color: #FFFFFF;
  background-color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-mobile .hamburger .hamburger-inner,
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-mobile .hamburger .hamburger-inner::before,
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-mobile .hamburger .hamburger-inner::after,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-mobile .hamburger .hamburger-inner,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-mobile .hamburger .hamburger-inner::before,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-mobile .hamburger .hamburger-inner::after,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-mobile .hamburger .hamburger-inner,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-mobile .hamburger .hamburger-inner::before,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-mobile .hamburger .hamburger-inner::after {
  background-color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-nav .nav-link,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-nav .nav-link,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-nav .nav-link {
  color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-nav .nav-link:hover, body.lixil-main-nav-active .lixil-main-header__navbar .navbar-nav .nav-link:active,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-nav .nav-link:hover,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-nav .nav-link:active,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-nav .nav-link:hover,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-nav .nav-link:active {
  color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:after,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:after,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:after {
  color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:hover, body.lixil-main-nav-active .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:active,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:hover,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:active,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:hover,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:active {
  color: color(brand);
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:hover:after, body.lixil-main-nav-active .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:active:after,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:hover:after,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:active:after,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:hover:after,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-nav .nav-link.dropdown-toggle:active:after {
  color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-user__sm .btn-user .lixil-icon,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-user__sm .btn-user .lixil-icon,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-user__sm .btn-user .lixil-icon {
  color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-user__sm .btn-user.btn-active .lixil-icon,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-user__sm .btn-user.btn-active .lixil-icon,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-user__sm .btn-user.btn-active .lixil-icon {
  color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-user__lg a,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-user__lg a,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-user__lg a {
  border-color: #2E2E2E;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-user__lg a:hover, body.lixil-main-nav-active .lixil-main-header__navbar .navbar-user__lg a:active,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-user__lg a:hover,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-user__lg a:active,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-user__lg a:hover,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-user__lg a:active {
  background-color: #EF6D22;
  color: #FFFFFF;
  border-color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-user__lg a.main-link,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-user__lg a.main-link,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-user__lg a.main-link {
  border-color: #EF6D22;
}
body.lixil-main-nav-active .lixil-main-header__navbar .navbar-user__lg a.main-link:hover, body.lixil-main-nav-active .lixil-main-header__navbar .navbar-user__lg a.main-link:active,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-user__lg a.main-link:hover,
body.lixil-main-header--active .lixil-main-header__navbar .navbar-user__lg a.main-link:active,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-user__lg a.main-link:hover,
body.lixil-main-header--always-on .lixil-main-header__navbar .navbar-user__lg a.main-link:active {
  background-color: #EF6D22;
  color: #FFFFFF;
  border-color: #EF6D22;
}

body.lixil-main-header--active .lixil-main-header,
body.lixil-main-header--always-on .lixil-main-header {
  background-color: #F5F5F5;
}

body.lixil-main-nav-active .lixil-main-header {
  background-color: #F5F5F5;
}
body.lixil-main-nav-active .lixil-main-header__wrp::before {
  opacity: 1;
  transitio: all 0.3s ease;
}
body.lixil-main-nav-active #showCompare {
  right: -100%;
}

body.mm-wrapper--opened #showCompare {
  right: -100%;
}
body.mm-wrapper--opened .hello {
  z-index: 0;
}

#lixil {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
#lixil:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(46, 46, 46, 0.6);
  content: "";
  display: none;
  z-index: 100;
}
#lixil.active-compare:before {
  display: block;
}
#lixil.search-active:before {
  display: block;
}

@media screen and (min-width: 768px) {
  #lixil:before {
    display: none;
  }
  #lixil.active-compare {
    max-height: unset;
    overflow-y: unset;
  }
  #lixil.active-compare:before {
    display: none;
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 99999;
}
.loader__wrp {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  background-color: #EF6D22;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.scrollbar-to-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.scrollbar-to-x::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #F5F5F5;
}

.scrollbar-to-x::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}

.scrollbar-to-x::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #EF6D22;
}

.scrollbar-to-x.scrollbar-to-x--bar-hide::-webkit-scrollbar-track,
.scrollbar-to-x.scrollbar-to-x--bar-hide::-webkit-scrollbar,
.scrollbar-to-x.scrollbar-to-x--bar-hide::-webkit-scrollbar-thumb {
  opacity: 0;
  background-color: transparent;
}

.scrollbar-to-x.scrollbar-to-x--bar-hide::-webkit-scrollbar {
  height: 0 !important;
}

.scrollbar-to-y {
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollbar-to-y::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #F5F5F5;
}

.scrollbar-to-y::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}

.scrollbar-to-y::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #EF6D22;
}

.thumbs-square,
.thumbs-landscape {
  position: relative;
}
.thumbs-square a,
.thumbs-landscape a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  border: 0;
  outline: none;
  text-decoration: none;
}
.thumbs-square a:hover,
.thumbs-landscape a:hover {
  outline: none;
}
.thumbs-square img,
.thumbs-landscape img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.thumbs-square .img-absolute,
.thumbs-landscape .img-absolute {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.thumbs-square {
  padding-top: 100%;
}

.thumbs-landscape {
  padding-top: 50%;
}

.thumbs-images {
  background-color: #FFFFFF;
}
.thumbs-images .thumbs {
  position: relative;
  padding-top: 94.3065693431%;
}
.thumbs-images .thumbs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lixil-heroes .lixil-wrp,
.lixil-heroes .lixil-wrp-max-lg,
.lixil-heroes .lixil-wrp-max-xl {
  z-index: 2;
}
.lixil-heroes .lixil-paragraph {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.lixil-heroes .lixil-paragraph h1, .lixil-heroes .lixil-paragraph .h1 {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
}
.lixil-heroes img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lixil-heroes__wrp {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.lixil-heroes__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lixil-heroes__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  content: "";
}
.lixil-heroes--one-screen .lixil-heroes__wrp {
  min-height: 100vh;
}
.lixil-heroes--medium .lixil-wrp,
.lixil-heroes--medium .lixil-wrp-max-lg,
.lixil-heroes--medium .lixil-wrp-max-xl, .lixil-heroes--small .lixil-wrp,
.lixil-heroes--small .lixil-wrp-max-lg,
.lixil-heroes--small .lixil-wrp-max-xl {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.lixil-heroes--medium .lixil-heroes__wrp, .lixil-heroes--small .lixil-heroes__wrp {
  padding-top: 91.1458333333%;
}
.lixil-heroes--lixil-care .lixil-wrp,
.lixil-heroes--lixil-care .lixil-wrp-max-lg,
.lixil-heroes--lixil-care .lixil-wrp-max-xl {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.lixil-heroes--lixil-care .lixil-heroes__wrp {
  padding-top: 50%;
}
.lixil-heroes--lixil-care .lixil-heroes__image:after {
  display: none;
}

@media screen and (min-width: 576px) {
  .lixil-heroes--small .lixil-heroes__wrp {
    padding-top: 46.875%;
  }
}
@media screen and (min-width: 768px) {
  .lixil-heroes--medium .lixil-heroes__wrp {
    padding-top: 44.2708333333%;
  }
  .lixil-heroes--small .lixil-heroes__wrp {
    padding-top: 36.4583333333%;
  }
}
@media screen and (min-width: 992px) {
  .lixil-heroes .lixil-paragraph {
    font-size: 20px;
    line-height: 30px;
  }
  .lixil-heroes__image:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .lixil-heroes--lixil-care .lixil-heroes__wrp {
    padding-top: 25%;
  }
}
.lixil-project .row, .lixil-project .lixil-popup-global .modal-body.modal-body--contact, .lixil-popup-global .lixil-project .modal-body.modal-body--contact, .lixil-project .lixil-product-detail, .lixil-project .lixil-product-list .the-list__wrp, .lixil-product-list .lixil-project .the-list__wrp, .lixil-project .lixil-product-list .the-list__information, .lixil-product-list .lixil-project .the-list__information {
  margin-top: -2rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.lixil-project .row article, .lixil-project .lixil-popup-global .modal-body.modal-body--contact article, .lixil-popup-global .lixil-project .modal-body.modal-body--contact article, .lixil-project .lixil-product-detail article, .lixil-project .lixil-product-list .the-list__wrp article, .lixil-product-list .lixil-project .the-list__wrp article, .lixil-project .lixil-product-list .the-list__information article, .lixil-product-list .lixil-project .the-list__information article {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
}
.lixil-project--cols-2 .row article, .lixil-project--cols-2 .lixil-popup-global .modal-body.modal-body--contact article, .lixil-popup-global .lixil-project--cols-2 .modal-body.modal-body--contact article, .lixil-project--cols-2 .lixil-product-detail article, .lixil-project--cols-2 .lixil-product-list .the-list__wrp article, .lixil-product-list .lixil-project--cols-2 .the-list__wrp article, .lixil-project--cols-2 .lixil-product-list .the-list__information article, .lixil-product-list .lixil-project--cols-2 .the-list__information article {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .lixil-project .row, .lixil-project .lixil-popup-global .modal-body.modal-body--contact, .lixil-popup-global .lixil-project .modal-body.modal-body--contact, .lixil-project .lixil-product-detail, .lixil-project .lixil-product-list .the-list__wrp, .lixil-product-list .lixil-project .the-list__wrp, .lixil-project .lixil-product-list .the-list__information, .lixil-product-list .lixil-project .the-list__information {
    margin-top: -2.5rem;
  }
  .lixil-project .row article, .lixil-project .lixil-popup-global .modal-body.modal-body--contact article, .lixil-popup-global .lixil-project .modal-body.modal-body--contact article, .lixil-project .lixil-product-detail article, .lixil-project .lixil-product-list .the-list__wrp article, .lixil-product-list .lixil-project .the-list__wrp article, .lixil-project .lixil-product-list .the-list__information article, .lixil-product-list .lixil-project .the-list__information article {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .lixil-project .row, .lixil-project .lixil-popup-global .modal-body.modal-body--contact, .lixil-popup-global .lixil-project .modal-body.modal-body--contact, .lixil-project .lixil-product-detail, .lixil-project .lixil-product-list .the-list__wrp, .lixil-product-list .lixil-project .the-list__wrp, .lixil-project .lixil-product-list .the-list__information, .lixil-product-list .lixil-project .the-list__information {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-top: -3rem;
  }
  .lixil-project .row article, .lixil-project .lixil-popup-global .modal-body.modal-body--contact article, .lixil-popup-global .lixil-project .modal-body.modal-body--contact article, .lixil-project .lixil-product-detail article, .lixil-project .lixil-product-list .the-list__wrp article, .lixil-product-list .lixil-project .the-list__wrp article, .lixil-project .lixil-product-list .the-list__information article, .lixil-product-list .lixil-project .the-list__information article {
    width: 50%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .lixil-project .row, .lixil-project .lixil-popup-global .modal-body.modal-body--contact, .lixil-popup-global .lixil-project .modal-body.modal-body--contact, .lixil-project .lixil-product-detail, .lixil-project .lixil-product-list .the-list__wrp, .lixil-product-list .lixil-project .the-list__wrp, .lixil-project .lixil-product-list .the-list__information, .lixil-product-list .lixil-project .the-list__information {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .lixil-project .row article, .lixil-project .lixil-popup-global .modal-body.modal-body--contact article, .lixil-popup-global .lixil-project .modal-body.modal-body--contact article, .lixil-project .lixil-product-detail article, .lixil-project .lixil-product-list .the-list__wrp article, .lixil-product-list .lixil-project .the-list__wrp article, .lixil-project .lixil-product-list .the-list__information article, .lixil-product-list .lixil-project .the-list__information article {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .lixil-project .row, .lixil-project .lixil-popup-global .modal-body.modal-body--contact, .lixil-popup-global .lixil-project .modal-body.modal-body--contact, .lixil-project .lixil-product-detail, .lixil-project .lixil-product-list .the-list__wrp, .lixil-product-list .lixil-project .the-list__wrp, .lixil-project .lixil-product-list .the-list__information, .lixil-product-list .lixil-project .the-list__information {
    margin-top: -3.5rem;
  }
  .lixil-project .row article, .lixil-project .lixil-popup-global .modal-body.modal-body--contact article, .lixil-popup-global .lixil-project .modal-body.modal-body--contact article, .lixil-project .lixil-product-detail article, .lixil-project .lixil-product-list .the-list__wrp article, .lixil-product-list .lixil-project .the-list__wrp article, .lixil-project .lixil-product-list .the-list__information article, .lixil-product-list .lixil-project .the-list__information article {
    padding-top: 3.5rem;
  }
}

.lixil-with-side .icons-image {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.lixil-with-side .icons-image img {
  display: inline-block;
  width: 48px;
  height: auto;
}
.lixil-with-side__left {
  float: none;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  background-color: #FFFFFF;
}
.lixil-with-side__left .lixil-product-search span.color-brand {
  display: none;
}
.lixil-with-side__left .lixil-product-search .form-control {
  border-radius: 0.625rem;
}
.lixil-with-side__left .lixil-product-search #btnfillterSM {
  display: block;
}
.lixil-with-side__left .lixil-product-fillter {
  display: none;
}
.lixil-with-side__right {
  float: none;
  margin-left: -1rem;
  margin-right: -1rem;
}
.lixil-with-side__right .btn-action {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #FFFFFF;
}
.lixil-with-side__right .btn-action .lixil-sort-by {
  width: 100%;
  position: relative;
}
.lixil-with-side__right .btn-action .lixil-sort-by .label-abs {
  position: absolute;
  top: 50%;
  left: 0;
  margin-bottom: 0;
  width: 100px;
  transform: translateY(-50%);
}
.lixil-with-side__right .btn-action .lixil-sort-by .label-abs .form-label {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #54585A;
  z-index: 2;
  padding: 12px 16px;
  background-color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lixil-with-side__right .btn-action .lixil-sort-by .label-abs .form-label:after {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -15px;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #54585A;
  content: ":";
}
.lixil-with-side__right .btn-action .lixil-sort-by .select2-container .select2-selection {
  border: 2px solid #E1E1E1;
  border-radius: 0.625rem;
  background-color: transparent;
  padding-left: 100px;
}
.lixil-with-side__right .btn-action .lixil-sort-by .select2-container .select2-selection__rendered {
  background-color: #FFFFFF;
  color: #55585A;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.lixil-with-side__right .btn-action .lixil-sort-by .select2-container .select2-selection__arrow {
  font-size: 1.375rem;
}
.lixil-with-side__right .btn-action .lixil-sort-by .select2-container .select2-dropdown {
  border-radius: 0;
  box-shadow: none;
}
.lixil-with-side__right .btn-action .lixil-pagination {
  width: 100%;
  margin-top: 1rem;
}
.lixil-with-side__right .lixil-product-catalog {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.5rem;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 375px) {
  .lixil-with-side__right .lixil-product-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp {
    padding-bottom: 105px;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand {
    row-gap: 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span {
    font-size: 12px;
    line-height: 20px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-information {
    padding: 1rem 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer {
    position: absolute;
    left: 8px;
    bottom: 0;
    width: calc(100% - 1rem);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    font-size: 13px;
  }
}
@media screen and (min-width: 480px) {
  .lixil-with-side__right .lixil-product-catalog {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp {
    padding-bottom: 105px;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span {
    padding: 0.25rem 1rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand {
    row-gap: 1rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img {
    max-width: 50%;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span {
    font-size: 14px;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-information {
    padding: 1rem 0.5rem;
    /*
    .card-title .lixil-paragraph-xl {
        p {
            font-size: 18px;
        }
    }

    .card-description .lixil-paragraph {

        p {
            font-size: 14px;
        }
    }

    .card-price .lixil-paragraph-xl {
        p {
            font-size: 18px;
        }
    }
    */
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .lixil-with-side__right .lixil-product-catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp {
    padding-bottom: 105px;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand {
    row-gap: 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img {
    max-width: 40%;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span {
    font-size: 12px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .lixil-with-side .icons-image img {
    width: 56px;
  }
  .lixil-with-side__left {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lixil-with-side__right {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .lixil-with-side__right .btn-action {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .lixil-with-side__right .btn-action .lixil-sort-by {
    width: 380px;
  }
  .lixil-with-side__right .btn-action .lixil-pagination {
    width: calc(100% - 396px);
    margin-top: 0rem;
  }
  .lixil-with-side__right .btn-action .lixil-pagination ul {
    text-align: right;
  }
  .lixil-with-side__right .lixil-product-catalog {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp {
    padding-bottom: 105px;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span {
    padding: 0.25rem 1rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand {
    row-gap: 1rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img {
    max-width: 50%;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span {
    font-size: 14px;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .lixil-with-side {
    padding-top: 3.5rem;
  }
  .lixil-with-side .icons-image img {
    width: 64px;
  }
  .lixil-with-side__left {
    float: left;
    padding-right: 1rem;
    padding-top: 0;
    padding-left: 0;
    margin-left: 0rem;
    margin-right: 0rem;
    width: 30%;
    background-color: transparent;
  }
  .lixil-with-side__left .lixil-product-search .form .form-control {
    border-color: #2E2E2E;
    background-color: transparent;
  }
  .lixil-with-side__left .lixil-product-search .form .form-control::-moz-placeholder {
    color: #2E2E2E;
  }
  .lixil-with-side__left .lixil-product-search .form .form-control::placeholder {
    color: #2E2E2E;
  }
  .lixil-with-side__left .lixil-product-search .form .btn {
    color: #2E2E2E;
  }
  .lixil-with-side__left .lixil-product-search span.color-brand {
    display: block;
  }
  .lixil-with-side__left .lixil-product-search #btnfillterSM {
    display: none;
  }
  .lixil-with-side__left .lixil-product-fillter {
    display: block;
    margin-top: 2rem;
  }
  .lixil-with-side__left .lixil-product-fillter__more {
    margin-top: 0;
  }
  .lixil-with-side__left .lixil-product-fillter .filler-more-show {
    margin-top: 1rem;
  }
  .lixil-with-side__right {
    float: right;
    padding-left: 1rem;
    width: 70%;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .lixil-with-side__right .btn-action {
    background-color: #E1E1E1;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    margin-bottom: 2rem;
  }
  .lixil-with-side__right .btn-action .lixil-sort-by .select2-container .select2-selection {
    border: 2px solid #FFFFFF;
    border-radius: 0rem;
    padding-left: 98px;
  }
  .lixil-with-side__right .btn-action .lixil-sort-by .select2-container .select2-selection__rendered {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }
  .lixil-with-side__right .lixil-product-catalog {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp {
    padding-bottom: 105px;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand {
    row-gap: 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img {
    max-width: 40%;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span {
    font-size: 12px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .lixil-with-side {
    padding-top: 4rem;
  }
  .lixil-with-side__left {
    width: 30%;
  }
  .lixil-with-side__right {
    width: 70%;
  }
  .lixil-with-side__right .btn-action {
    padding-right: 2rem;
  }
  .lixil-with-side__right .lixil-product-catalog {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    padding: 0 0;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp {
    padding-bottom: 105px;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand {
    row-gap: 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img {
    max-width: 40%;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span {
    font-size: 12px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .lixil-with-side__left {
    width: 25%;
  }
  .lixil-with-side__right {
    width: 75%;
  }
  .lixil-with-side__right .lixil-product-catalog {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp {
    padding-bottom: 105px;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span {
    padding: 0.25rem 1rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand {
    row-gap: 1rem;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img {
    max-width: 50%;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span {
    font-size: 14px;
  }
  .lixil-with-side__right .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn {
    font-size: 16px;
  }
}
.btn-compare {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 101;
  transition: all 0.3s ease;
}
.btn-compare span {
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-compare__wrp {
  display: block;
  background-color: #FF0000;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn-compare:hover {
  cursor: pointer;
}

.product-compare {
  position: fixed;
  top: calc(30% + 100px);
  right: -100%;
  z-index: 101;
  width: 88%;
  transition: all 0.3s ease;
}
.product-compare .btn-closed {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  font-size: 0.8125rem;
  padding: 0 0;
  background-color: #EF6D22;
  border-radius: 50%;
  z-index: 2;
}
.product-compare .btn-closed .btn {
  font-size: 0.875rem;
  padding: 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.product-compare .btn-closed .btn__wrp {
  height: 100%;
  width: 100%;
}
.product-compare__wrp {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  width: 100%;
  max-width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.product-compare__header {
  padding: 1rem;
  border-bottom: 1px solid #D9D9D9;
}
.product-compare__header span {
  color: #EF6D22;
  text-align: center;
  display: block;
  width: 100%;
}
.product-compare__body {
  padding: 1rem;
  max-height: 210px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.product-compare__body article {
  margin-bottom: 0.5rem !important;
}
.product-compare__body article:last-of-type {
  margin-bottom: 0 !important;
}
.product-compare__action {
  padding: 1rem;
  text-align: center;
}
.product-compare__action .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}

.product-compare.show {
  right: 32px;
}

.hello {
  position: absolute;
  width: 100%;
  top: 90vh;
  z-index: 2;
  transition: all .2s ease-in-out;
}
.hello__wrp {
  position: relative;
  text-align: center;
}
.hello .btn-hello {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: all .5s ease-in-out;
}
.hello .btn {
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.hello .btn .lixil-icon {
  width: 48px;
  height: 48px;
  padding: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 9999px;
}

.hello.bottom-position {
  position: fixed;
  width: auto;
  left: calc(100% - 74px);
}
.hello.bottom-position .hello__wrp {
  padding-left: 0rem;
  padding-right: 0rem;
}
.hello.bottom-position .btn {
  padding-right: 0.5rem;
}
.hello.bottom-position .btn span {
  display: none;
}

.hello-fixed {
  position: fixed;
  width: auto;
  right: 1rem;
  bottom: 1rem;
}
.hello-fixed .hello-btn {
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.hello-fixed .hello-btn .lixil-icon {
  width: 48px;
  height: 48px;
  padding: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 9999px;
}

@media screen and (min-width: 480px) {
  .product-compare {
    max-width: 380px;
  }
}
@media screen and (min-width: 576px) {
  .product-compare {
    top: 34%;
  }
  .product-compare__header, .product-compare__action {
    padding: 1.5rem;
  }
  .product-compare__body {
    padding: 1.5rem 1.5rem 0rem _ren(24);
  }
  .product-compare.show {
    right: 115px;
  }
}
@media screen and (min-width: 768px) {
  .product-compare {
    top: 34%;
  }
  .product-compare__body article {
    margin-bottom: 1.5rem;
  }
  .product-compare.show {
    right: 115px;
  }
}
@media screen and (min-width: 992px) {
  .product-compare {
    top: 34%;
  }
  .product-compare__header, .product-compare__action {
    padding: 2rem;
  }
  .product-compare__body {
    padding: 2rem 2rem 0rem _ren(32);
  }
  .hello__wrp {
    text-align: right;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.quote {
  display: block;
  position: relative;
}
.quote .quote-img {
  position: relative;
  padding-top: 127.0833333333%;
}
.quote .quote-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.quote .quote-text {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quote .quote-text .lixil-paragraph-xl {
  position: relative;
  padding-bottom: 2.5rem;
}
.quote .quote-text .lixil-paragraph-xl p {
  position: relative;
  padding-top: 28px;
}
.quote .quote-text .lixil-paragraph-xl p:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 80px;
  height: 8px;
  background-color: #EF6D22;
  content: "";
  transform: translateX(-50%);
}
.quote .quote-text .lixil-paragraph-xl p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .quote .quote-img {
    padding-top: 32.2916666667%;
  }
}
@media screen and (min-width: 992px) {
  .quote .quote-img {
    padding-top: 32.2916666667%;
  }
  .quote .lixil-paragraph-xl {
    padding-bottom: 5rem;
  }
  .quote .lixil-paragraph-xl p {
    padding-top: 38px;
  }
}

.page-404 {
  padding-top: 80px;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-404 .lixil-heroes__wrp {
  min-height: 250px;
}
.page-404 .lixil-block-lg {
  width: 100%;
}
.page-404 .lixil-paragraph-lg .lixil-media {
  max-width: 100%;
  margin-bottom: 3rem;
}
.page-404 .form {
  max-width: 100%;
}
.page-404 .form .form-control {
  border-color: #FFFFFF;
  padding-right: 72px;
}
.page-404 .form .btn {
  background-color: #EF6D22;
  border-color: #EF6D22;
  padding: 1.0625rem;
  color: #FFFFFF;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
@media screen and (min-width: 576px) {
  .page-404 .lixil-paragraph-lg .lixil-media {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .page-404 .lixil-heroes__wrp {
    min-height: 280px;
  }
  .page-404 .lixil-paragraph-lg .lixil-media {
    max-width: 500px;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-404 .lixil-heroes__wrp {
    min-height: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .page-404 {
    padding-top: 92px;
  }
}

.page-profile .lixil-heroes__wrp {
  min-height: 300px;
}
.page-profile .column-grid, .page-profile .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .page-profile .lixil-product-fillter__forms,
.page-profile .lixil-product-search .lixil-product-fillter__forms,
.lixil-product-search .page-profile .lixil-product-fillter__forms, .page-profile .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .page-profile .filler-more-show.show,
.page-profile .lixil-product-search .filler-more-show.show,
.lixil-product-search .page-profile .filler-more-show.show {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0;
}
.page-profile .column-grid .tabs-nav, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav,
.page-profile .lixil-product-search .filler-more-show.show .tabs-nav,
.lixil-product-search .page-profile .filler-more-show.show .tabs-nav,
.page-profile .column-grid .tabs-information,
.page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information,
.lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information,
.page-profile .lixil-product-fillter .filler-more-show.show .tabs-information,
.lixil-product-fillter .page-profile .filler-more-show.show .tabs-information,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information {
  width: 100%;
  height: auto;
}
.page-profile .column-grid .tabs-nav span.h2, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav span.h2, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav span.h2,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav span.h2,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav span.h2, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav span.h2, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav span.h2,
.page-profile .lixil-product-search .filler-more-show.show .tabs-nav span.h2,
.lixil-product-search .page-profile .filler-more-show.show .tabs-nav span.h2,
.page-profile .column-grid .tabs-information span.h2,
.page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information span.h2,
.lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information span.h2,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information span.h2,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information span.h2,
.page-profile .lixil-product-fillter .filler-more-show.show .tabs-information span.h2,
.lixil-product-fillter .page-profile .filler-more-show.show .tabs-information span.h2,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information span.h2,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information span.h2 {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.page-profile .column-grid .tabs-nav, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav,
.page-profile .lixil-product-search .filler-more-show.show .tabs-nav,
.lixil-product-search .page-profile .filler-more-show.show .tabs-nav {
  background-color: #EF6D22;
}
.page-profile .column-grid .tabs-nav span.h2, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav span.h2, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav span.h2,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav span.h2,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav span.h2, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav span.h2, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav span.h2,
.page-profile .lixil-product-search .filler-more-show.show .tabs-nav span.h2,
.lixil-product-search .page-profile .filler-more-show.show .tabs-nav span.h2 {
  color: #FFFFFF;
}
.page-profile .column-grid .tabs-nav ul, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav ul, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav ul,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav ul,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav ul, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav ul, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav ul,
.page-profile .lixil-product-search .filler-more-show.show .tabs-nav ul,
.lixil-product-search .page-profile .filler-more-show.show .tabs-nav ul {
  display: block;
  width: 100%;
}
.page-profile .column-grid .tabs-nav ul li, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav ul li, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav ul li,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav ul li,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav ul li, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav ul li, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav ul li,
.page-profile .lixil-product-search .filler-more-show.show .tabs-nav ul li,
.lixil-product-search .page-profile .filler-more-show.show .tabs-nav ul li {
  display: block;
  border-bottom: 1px solid #FFFFFF;
  transition: all .3s ease;
}
.page-profile .column-grid .tabs-nav ul li a, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav ul li a, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav ul li a,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav ul li a,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav ul li a, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav ul li a, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav ul li a,
.page-profile .lixil-product-search .filler-more-show.show .tabs-nav ul li a,
.lixil-product-search .page-profile .filler-more-show.show .tabs-nav ul li a {
  display: block;
  width: 100%;
  font-family: "tradegothic_ltregular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.4px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}
.page-profile .column-grid .tabs-nav ul li.active, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav ul li.active, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav ul li.active,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav ul li.active,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav ul li.active, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav ul li.active, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav ul li.active,
.page-profile .lixil-product-search .filler-more-show.show .tabs-nav ul li.active,
.lixil-product-search .page-profile .filler-more-show.show .tabs-nav ul li.active, .page-profile .column-grid .tabs-nav ul li:hover, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav ul li:hover, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav ul li:hover,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav ul li:hover,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav ul li:hover, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav ul li:hover, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav ul li:hover,
.page-profile .lixil-product-search .filler-more-show.show .tabs-nav ul li:hover,
.lixil-product-search .page-profile .filler-more-show.show .tabs-nav ul li:hover {
  background-color: #B93E0F;
}
.page-profile .column-grid .tabs-information, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information {
  background-color: #F5F5F5;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-profile .column-grid .tabs-information span.h2, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information span.h2, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information span.h2,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information span.h2,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information span.h2, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information span.h2, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information span.h2,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information span.h2,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information span.h2 {
  color: #55585A;
}
.page-profile .column-grid .tabs-information .form .form-label, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-label, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-label,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-label,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-label, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-label, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-label,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-label,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-label {
  color: #EF6D22;
}
.page-profile .column-grid .tabs-information .form .form-control, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-control, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-control,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-control,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-control, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-control, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-control,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-control,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-control {
  border-color: #979797;
  font-family: "tradegothic_ltregular", sans-serif;
  border-radius: 10px;
}
.page-profile .column-grid .tabs-information .form .form-control::-moz-placeholder, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-control::-moz-placeholder, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-control::-moz-placeholder, .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-control::-moz-placeholder, .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-control::-moz-placeholder, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-control::-moz-placeholder, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-control::-moz-placeholder, .page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-control::-moz-placeholder, .lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-control::-moz-placeholder {
  font-family: "tradegothic_ltregular", sans-serif;
}
.page-profile .column-grid .tabs-information .form .form-control::placeholder, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-control::placeholder, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-control::placeholder,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-control::placeholder,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-control::placeholder, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-control::placeholder, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-control::placeholder,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-control::placeholder,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-control::placeholder {
  font-family: "tradegothic_ltregular", sans-serif;
}
.page-profile .column-grid .tabs-information .form .btn, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .btn, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .btn,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .btn,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .btn, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .btn, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .btn,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .btn,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .btn {
  min-width: 180px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.page-profile .column-grid .tabs-information .form .form-select-type-1, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 {
  display: block;
}
.page-profile .column-grid .tabs-information .form .form-select-type-1 .select2 .select2-selection, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection {
  border-radius: 10px;
  border-color: #979797;
}
.page-profile .column-grid .tabs-information .form .form-select-type-1 .select2 .select2-selection__rendered, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection__rendered, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection__rendered,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection__rendered,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection__rendered, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection__rendered, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection__rendered,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection__rendered,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection__rendered {
  font-family: "tradegothic_ltregular", sans-serif;
  color: #000000;
}
.page-profile .column-grid .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow {
  width: 16px;
  height: 12px;
  margin-top: -6px;
  background: url("../img/icons/arrow-small.png") no-repeat;
  background-size: 100% 100%;
}
.page-profile .column-grid .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow:before, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow:before, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow:before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow:before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow:before, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow:before, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow:before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow:before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection__arrow:before {
  display: none;
}
.page-profile .column-grid .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__rendered, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__rendered, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__rendered,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__rendered,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__rendered, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__rendered, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__rendered,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__rendered,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__rendered, .page-profile .column-grid .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__rendered, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__rendered, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__rendered,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__rendered,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__rendered, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__rendered, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__rendered,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__rendered,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__rendered, .page-profile .column-grid .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__rendered, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__rendered, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__rendered,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__rendered,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__rendered, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__rendered, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__rendered,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__rendered,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__rendered {
  color: #000000;
}
.page-profile .column-grid .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__arrow, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__arrow, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__arrow,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__arrow,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__arrow, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__arrow, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__arrow,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__arrow,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--focus .select2-selection__arrow, .page-profile .column-grid .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__arrow, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__arrow, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__arrow,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__arrow,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__arrow, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__arrow, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__arrow,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__arrow,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--below .select2-selection__arrow, .page-profile .column-grid .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__arrow, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__arrow, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__arrow,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__arrow,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__arrow, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__arrow, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__arrow,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__arrow,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--above .select2-selection__arrow {
  background: url("../img/icons/arrow-small-black.png") no-repeat;
  background-size: 100% 100%;
}
.page-profile .column-grid .tabs-information .form .form-select-type-1 .select2.select2-container--open .select2-selection, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--open .select2-selection, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--open .select2-selection,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--open .select2-selection,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2.select2-container--open .select2-selection, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--open .select2-selection, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--open .select2-selection,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--open .select2-selection,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2.select2-container--open .select2-selection {
  border-color: #EF6D22;
}
.page-profile .column-grid .tabs-information .form .form__box.text-center, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form__box.text-center, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form__box.text-center,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form__box.text-center,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form__box.text-center, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form__box.text-center, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form__box.text-center,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form__box.text-center,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form__box.text-center {
  text-align: center;
}
.page-profile .column-grid .tabs-information .form.form--personal-information .form__box, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form.form--personal-information .form__box, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form.form--personal-information .form__box,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form.form--personal-information .form__box,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form.form--personal-information .form__box, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form.form--personal-information .form__box, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form.form--personal-information .form__box,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .form.form--personal-information .form__box,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .form.form--personal-information .form__box,
.page-profile .column-grid .tabs-information .form.form--personal-information .form__box.form__box--full {
  width: 100%;
}
.page-profile .column-grid .tabs-information .project-list, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .project-list, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .project-list,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .project-list,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .project-list, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .project-list, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .project-list,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .project-list,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .project-list {
  display: block;
}
.page-profile .column-grid .tabs-information .project-list .the-tabs, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .project-list .the-tabs, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .project-list .the-tabs,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .project-list .the-tabs,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .project-list .the-tabs, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .project-list .the-tabs, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .project-list .the-tabs,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .project-list .the-tabs,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .project-list .the-tabs {
  display: block;
  padding-bottom: 0.5rem;
}
.page-profile .column-grid .tabs-information .project-list .nav.nav-tabs, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .project-list .nav.nav-tabs, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .project-list .nav.nav-tabs,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .project-list .nav.nav-tabs,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .project-list .nav.nav-tabs, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .project-list .nav.nav-tabs, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .project-list .nav.nav-tabs,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .project-list .nav.nav-tabs,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .project-list .nav.nav-tabs {
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0 0;
  border-bottom: 2px solid #EF6D22;
}
.page-profile .column-grid .tabs-information .project-list .nav.nav-tabs .nav-link, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .project-list .nav.nav-tabs .nav-link, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .project-list .nav.nav-tabs .nav-link,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .project-list .nav.nav-tabs .nav-link,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .project-list .nav.nav-tabs .nav-link, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .project-list .nav.nav-tabs .nav-link, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .project-list .nav.nav-tabs .nav-link,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .project-list .nav.nav-tabs .nav-link,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .project-list .nav.nav-tabs .nav-link {
  background-color: transparent;
  padding: 16px 16px;
  border: 0;
  border-radius: 0;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #54585A;
  letter-spacing: 0;
  transition: all 0.5s;
}
.page-profile .column-grid .tabs-information .project-list .nav.nav-tabs .nav-link.active, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .project-list .nav.nav-tabs .nav-link.active, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .project-list .nav.nav-tabs .nav-link.active,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .project-list .nav.nav-tabs .nav-link.active,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .project-list .nav.nav-tabs .nav-link.active, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .project-list .nav.nav-tabs .nav-link.active, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .project-list .nav.nav-tabs .nav-link.active,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .project-list .nav.nav-tabs .nav-link.active,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .project-list .nav.nav-tabs .nav-link.active {
  background-color: #EF6D22;
  color: #FFFFFF;
}
.page-profile .column-grid .tabs-information .list-project, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project {
  display: block;
  padding-top: 2.5rem;
}
.page-profile .column-grid .tabs-information .list-project .project, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  align-items: center;
  margin-bottom: 3.125rem;
}
.page-profile .column-grid .tabs-information .list-project .project span, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project span, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project span,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project span,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project span, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project span, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project span,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project span,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project span {
  padding-right: 1rem;
  padding-left: 0.5rem;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #979797;
  height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.page-profile .column-grid .tabs-information .list-project .project span:before, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project span:before, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project span:before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project span:before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project span:before, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project span:before, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project span:before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project span:before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project span:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 3px;
  height: 15px;
  background-color: #979797;
  content: "";
  transition: all 0.3s ease;
}
.page-profile .column-grid .tabs-information .list-project .project .btn-action, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project .btn-action, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project .btn-action,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.page-profile .column-grid .tabs-information .list-project .project .btn-action .btn-update, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update,
.page-profile .column-grid .tabs-information .list-project .project .btn-action .btn-delete,
.page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete,
.lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete,
.page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete,
.lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  border-radius: 6px;
  color: transparent;
  background-color: transparent;
  overflow: hidden;
  text-indent: -9999999px;
  transition: all 0.3s ease;
}
.page-profile .column-grid .tabs-information .list-project .project .btn-action .btn-update:before, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update:before, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update:before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update:before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update:before, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update:before, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update:before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update:before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update:before,
.page-profile .column-grid .tabs-information .list-project .project .btn-action .btn-delete:before,
.page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete:before,
.lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete:before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete:before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete:before,
.page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete:before,
.lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete:before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete:before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  content: "";
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.page-profile .column-grid .tabs-information .list-project .project .btn-action .btn-update:hover, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update:hover, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update:hover,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update:hover,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update:hover, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update:hover, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update:hover,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update:hover,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update:hover,
.page-profile .column-grid .tabs-information .list-project .project .btn-action .btn-delete:hover,
.page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete:hover,
.lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete:hover,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete:hover,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete:hover,
.page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete:hover,
.lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete:hover,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete:hover,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete:hover {
  background-color: #EF6D22;
}
.page-profile .column-grid .tabs-information .list-project .project .btn-action .btn-update::before, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update::before, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update::before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update::before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update::before, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update::before, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update::before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update::before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update::before {
  background: url("../img/icons/btn-edit-light.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.page-profile .column-grid .tabs-information .list-project .project .btn-action .btn-delete::before, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete::before, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete::before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete::before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete::before, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete::before, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete::before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete::before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete::before {
  background: url("../img/icons/btn-delete-light.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.page-profile .column-grid .tabs-information .list-project .project .btn-action .btn-update:hover::before, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update:hover::before, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update:hover::before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update:hover::before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-update:hover::before, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update:hover::before, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update:hover::before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update:hover::before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-update:hover::before {
  background: url("../img/icons/btn-edit-white.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.page-profile .column-grid .tabs-information .list-project .project .btn-action .btn-delete:hover::before, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete:hover::before, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete:hover::before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete:hover::before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project .btn-action .btn-delete:hover::before, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete:hover::before, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete:hover::before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete:hover::before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project .btn-action .btn-delete:hover::before {
  background: url("../img/icons/btn-delete-white.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.page-profile .column-grid .tabs-information .list-project .project:hover, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project:hover, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project:hover,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project:hover, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project:hover,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project:hover,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project:hover {
  cursor: pointer;
}
.page-profile .column-grid .tabs-information .list-project .project:hover span, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project:hover span, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover span,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project:hover span,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover span, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project:hover span, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project:hover span,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project:hover span,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project:hover span {
  color: #54585A;
}
.page-profile .column-grid .tabs-information .list-project .project:hover span:before, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project:hover span:before, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover span:before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project:hover span:before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover span:before, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project:hover span:before, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project:hover span:before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project:hover span:before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project:hover span:before {
  background-color: #EF6D22;
}
.page-profile .column-grid .tabs-information .list-project .project:hover .btn-action .btn-update::before, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-update::before, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-update::before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-update::before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-update::before, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-update::before, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-update::before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-update::before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-update::before {
  background: url("../img/icons/btn-edit-bold.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.page-profile .column-grid .tabs-information .list-project .project:hover .btn-action .btn-delete::before, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-delete::before, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-delete::before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-delete::before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-delete::before, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-delete::before, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-delete::before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-delete::before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-delete::before {
  background: url("../img/icons/btn-delete-bold.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.page-profile .column-grid .tabs-information .list-project .project:hover .btn-action .btn-update:hover::before, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-update:hover::before, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-update:hover::before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-update:hover::before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-update:hover::before, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-update:hover::before, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-update:hover::before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-update:hover::before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-update:hover::before {
  background: url("../img/icons/btn-edit-white.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.page-profile .column-grid .tabs-information .list-project .project:hover .btn-action .btn-delete:hover::before, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-delete:hover::before, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-delete:hover::before,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-delete:hover::before,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .list-project .project:hover .btn-action .btn-delete:hover::before, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-delete:hover::before, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-delete:hover::before,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-delete:hover::before,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information .list-project .project:hover .btn-action .btn-delete:hover::before {
  background: url("../img/icons/btn-delete-white.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.page-profile .column-grid .tabs-information.tabs-information--project-list, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information.tabs-information--project-list, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information.tabs-information--project-list,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information.tabs-information--project-list,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information.tabs-information--project-list, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information.tabs-information--project-list, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information.tabs-information--project-list,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information.tabs-information--project-list,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information.tabs-information--project-list {
  padding-right: 0;
}
.page-profile .column-grid .tabs-information.tabs-information--project-list .tab-content, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information.tabs-information--project-list .tab-content, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information.tabs-information--project-list .tab-content,
.page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information.tabs-information--project-list .tab-content,
.lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information.tabs-information--project-list .tab-content, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information.tabs-information--project-list .tab-content, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information.tabs-information--project-list .tab-content,
.page-profile .lixil-product-search .filler-more-show.show .tabs-information.tabs-information--project-list .tab-content,
.lixil-product-search .page-profile .filler-more-show.show .tabs-information.tabs-information--project-list .tab-content {
  padding-right: 1rem;
}
@media screen and (min-width: 480px) {
  .page-profile .lixil-heroes__wrp {
    min-height: 350px;
  }
}
@media screen and (min-width: 576px) {
  .page-profile .lixil-heroes__wrp {
    min-height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .page-profile .lixil-heroes__wrp {
    min-height: 450px;
  }
  .page-profile .column-grid, .page-profile .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .page-profile .lixil-product-fillter__forms,
  .page-profile .lixil-product-search .lixil-product-fillter__forms,
  .lixil-product-search .page-profile .lixil-product-fillter__forms, .page-profile .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .page-profile .filler-more-show.show,
  .page-profile .lixil-product-search .filler-more-show.show,
  .lixil-product-search .page-profile .filler-more-show.show {
    grid-template-columns: 380px minmax(0, 1fr);
  }
  .page-profile .column-grid .tabs-nav span.h2, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav span.h2, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav span.h2,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav span.h2,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav span.h2, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav span.h2, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav span.h2,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-nav span.h2,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-nav span.h2 {
    text-align: right;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .page-profile .column-grid .tabs-nav ul li a, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav ul li a, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav ul li a,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav ul li a,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav ul li a, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav ul li a, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav ul li a,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-nav ul li a,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-nav ul li a {
    text-align: right;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .page-profile .column-grid .tabs-information, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-profile .column-grid .tabs-information span.h2, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information span.h2, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information span.h2,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information span.h2,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information span.h2, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information span.h2, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information span.h2,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information span.h2,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information span.h2 {
    text-align: left;
  }
  .page-profile .column-grid .tabs-information .form .form__box.text-center, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form__box.text-center, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form__box.text-center,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form__box.text-center,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form__box.text-center, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form__box.text-center, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form__box.text-center,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form__box.text-center,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form__box.text-center {
    text-align: right;
  }
  .page-profile .column-grid .tabs-information.tabs-information--project-list, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information.tabs-information--project-list, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information.tabs-information--project-list,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information.tabs-information--project-list,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information.tabs-information--project-list, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information.tabs-information--project-list, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information.tabs-information--project-list,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information.tabs-information--project-list,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information.tabs-information--project-list {
    padding-right: 1.5rem;
  }
  .page-profile .column-grid .tabs-information.tabs-information--project-list .tab-content, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information.tabs-information--project-list .tab-content, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information.tabs-information--project-list .tab-content,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information.tabs-information--project-list .tab-content,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information.tabs-information--project-list .tab-content, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information.tabs-information--project-list .tab-content, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information.tabs-information--project-list .tab-content,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information.tabs-information--project-list .tab-content,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information.tabs-information--project-list .tab-content {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-profile .lixil-heroes__wrp {
    min-height: 480px;
  }
  .page-profile .column-grid, .page-profile .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .page-profile .lixil-product-fillter__forms,
  .page-profile .lixil-product-search .lixil-product-fillter__forms,
  .lixil-product-search .page-profile .lixil-product-fillter__forms, .page-profile .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .page-profile .filler-more-show.show,
  .page-profile .lixil-product-search .filler-more-show.show,
  .lixil-product-search .page-profile .filler-more-show.show {
    grid-template-columns: 420px minmax(0, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .page-profile .column-grid, .page-profile .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .page-profile .lixil-product-fillter__forms,
  .page-profile .lixil-product-search .lixil-product-fillter__forms,
  .lixil-product-search .page-profile .lixil-product-fillter__forms, .page-profile .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .page-profile .filler-more-show.show,
  .page-profile .lixil-product-search .filler-more-show.show,
  .lixil-product-search .page-profile .filler-more-show.show {
    grid-template-columns: 480px minmax(0, 1fr);
  }
  .page-profile .column-grid .tabs-nav span.h2, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav span.h2, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav span.h2,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav span.h2,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav span.h2, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav span.h2, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav span.h2,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-nav span.h2,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-nav span.h2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-profile .column-grid .tabs-nav ul li a, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-nav ul li a, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-nav ul li a,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-nav ul li a,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-nav ul li a, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-nav ul li a, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-nav ul li a,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-nav ul li a,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-nav ul li a {
    font-size: 1.5rem;
    line-height: 2.125rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-profile .column-grid .tabs-information, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .page-profile .column-grid .tabs-information .form, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information .form,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information .form {
    max-width: 600px;
  }
  .page-profile .column-grid .tabs-information .form .form-control, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-control, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-control,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-control,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-control, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-control, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-control,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-control,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-control {
    border-radius: 20px;
  }
  .page-profile .column-grid .tabs-information .form .form-select-type-1 .select2 .select2-selection, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form .form-select-type-1 .select2 .select2-selection, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information .form .form-select-type-1 .select2 .select2-selection {
    border-radius: 20px;
  }
  .page-profile .column-grid .tabs-information .form.form--personal-information .form__box, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information .form.form--personal-information .form__box, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information .form.form--personal-information .form__box,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information .form.form--personal-information .form__box,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information .form.form--personal-information .form__box, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information .form.form--personal-information .form__box, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information .form.form--personal-information .form__box,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information .form.form--personal-information .form__box,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information .form.form--personal-information .form__box {
    width: 50%;
  }
  .page-profile .column-grid .tabs-information.tabs-information--project-list, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information.tabs-information--project-list, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information.tabs-information--project-list,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information.tabs-information--project-list,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information.tabs-information--project-list, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information.tabs-information--project-list, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information.tabs-information--project-list,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information.tabs-information--project-list,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information.tabs-information--project-list {
    padding-right: 2rem;
  }
  .page-profile .column-grid .tabs-information, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .page-profile .column-grid .tabs-information.tabs-information--project-list, .page-profile .lixil-product-fillter .lixil-product-fillter__forms .tabs-information.tabs-information--project-list, .lixil-product-fillter .page-profile .lixil-product-fillter__forms .tabs-information.tabs-information--project-list,
  .page-profile .lixil-product-search .lixil-product-fillter__forms .tabs-information.tabs-information--project-list,
  .lixil-product-search .page-profile .lixil-product-fillter__forms .tabs-information.tabs-information--project-list, .page-profile .lixil-product-fillter .filler-more-show.show .tabs-information.tabs-information--project-list, .lixil-product-fillter .page-profile .filler-more-show.show .tabs-information.tabs-information--project-list,
  .page-profile .lixil-product-search .filler-more-show.show .tabs-information.tabs-information--project-list,
  .lixil-product-search .page-profile .filler-more-show.show .tabs-information.tabs-information--project-list {
    padding-right: 3.5rem;
  }
}

.page-search {
  min-height: 100vh;
}
.page-search .nav.nav-tabs {
  background-color: transparent;
  border-width: 0px;
  border-color: transparent;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.page-search .nav.nav-tabs .nav-link {
  min-width: 130px;
}
.page-search .nav.nav-tabs .nav-link.active {
  background-color: #EF6D22;
  border-color: #EF6D22;
  color: #FFFFFF;
}
.page-search .tab-content .column-grid, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms,
.page-search .tab-content .lixil-product-search .lixil-product-fillter__forms,
.lixil-product-search .page-search .tab-content .lixil-product-fillter__forms, .page-search .tab-content .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .page-search .tab-content .filler-more-show.show,
.page-search .tab-content .lixil-product-search .filler-more-show.show,
.lixil-product-search .page-search .tab-content .filler-more-show.show {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  row-gap: 2.5rem;
}
.page-search .tab-content .btn-more {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 1rem;
  line-height: 24px;
  color: #55585A;
  text-decoration: none;
}
.page-search .tab-content .btn-more:focus {
  text-decoration: none;
  color: #55585A;
}
.page-search .tab-content .btn-more span {
  position: relative;
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-transform: inherit;
}
.page-search .tab-content .btn-more .btn-wrp {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-wrap: nowrap;
}
.page-search .tab-content .btn-more .btn-wrp:before, .page-search .tab-content .btn-more .btn-wrp:after {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #EF6D22;
  content: "";
}
.page-search .tab-content .hello-btn {
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.page-search .tab-content .hello-btn .lixil-icon {
  width: 48px;
  height: 48px;
  padding: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 9999px;
}
.page-search .tab-content .search-text .search-pages {
  display: block;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #B7B7B7;
}
.page-search .tab-content .search-text .search-pages a {
  display: block;
  text-decoration: none;
}
.page-search .tab-content .search-text .search-pages .big-text {
  font-family: "tradegothic_ltregular", sans-serif;
  font-size: 1.25rem;
  line-height: 30px;
  color: #EF6D22;
  margin-bottom: 1.25rem;
}
.page-search .tab-content .search-text .search-pages .big-text b {
  font-family: "tradegothic_ltbold", sans-serif;
}
.page-search .tab-content .search-text .search-pages .small-text {
  font-family: "tradegothic_ltregular", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #2E2E2E;
  text-decoration: none;
  margin: 0;
}
.page-search .tab-content .search-text .search-pages:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (min-width: 375px) {
  .page-search .nav.nav-tabs .nav-link {
    min-width: 150px;
  }
  .page-search .tab-content .column-grid, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms, .page-search .tab-content .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .page-search .tab-content .filler-more-show.show,
  .page-search .tab-content .lixil-product-search .filler-more-show.show,
  .lixil-product-search .page-search .tab-content .filler-more-show.show {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-wrp, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-wrp, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-wrp, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-wrp, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-wrp {
    padding-bottom: 105px;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand {
    row-gap: 0.5rem;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span {
    font-size: 12px;
    line-height: 20px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-information, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information {
    padding: 1rem 0.5rem;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-title .lixil-paragraph-xl p, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-title .lixil-paragraph-xl p, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-title .lixil-paragraph-xl p,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-title .lixil-paragraph-xl p,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-title .lixil-paragraph-xl p, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-title .lixil-paragraph-xl p, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-title .lixil-paragraph-xl p,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-title .lixil-paragraph-xl p,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-title .lixil-paragraph-xl p {
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-description .lixil-paragraph p, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-description .lixil-paragraph p, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-description .lixil-paragraph p,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-description .lixil-paragraph p,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-description .lixil-paragraph p, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-description .lixil-paragraph p, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-description .lixil-paragraph p,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-description .lixil-paragraph p,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-description .lixil-paragraph p {
    font-size: 14px;
    line-height: 22px;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-price .lixil-paragraph-xl p, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-price .lixil-paragraph-xl p, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-price .lixil-paragraph-xl p,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-price .lixil-paragraph-xl p,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-price .lixil-paragraph-xl p, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-price .lixil-paragraph-xl p, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-price .lixil-paragraph-xl p,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-price .lixil-paragraph-xl p,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-information .card-price .lixil-paragraph-xl p {
    font-size: 18px;
    line-height: 24px;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-footer, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer {
    position: absolute;
    left: 8px;
    bottom: 0;
    width: calc(100% - 1rem);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer .btn {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    font-size: 13px;
  }
}
@media screen and (min-width: 480px) {
  .page-search .nav.nav-tabs .nav-link {
    min-width: 180px;
  }
  .page-search .tab-content .column-grid, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms, .page-search .tab-content .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .page-search .tab-content .filler-more-show.show,
  .page-search .tab-content .lixil-product-search .filler-more-show.show,
  .lixil-product-search .page-search .tab-content .filler-more-show.show {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .page-search .tab-content .column-grid .lixil-product-catalog, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-product-catalog, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-product-catalog,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-product-catalog, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-product-catalog,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-product-catalog,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-product-catalog {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .page-search .tab-content .column-grid .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-wrp {
    padding-bottom: 105px;
  }
  .page-search .tab-content .column-grid .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span {
    padding: 0.25rem 1rem;
  }
  .page-search .tab-content .column-grid .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand {
    row-gap: 1rem;
  }
  .page-search .tab-content .column-grid .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img {
    max-width: 50%;
  }
  .page-search .tab-content .column-grid .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span {
    font-size: 14px;
  }
  .page-search .tab-content .column-grid .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-information, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-information, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-information,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-information,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-information, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-information, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-information,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-information,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-body .card-information {
    padding: 1rem 0.5rem;
  }
  .page-search .tab-content .column-grid .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-product-catalog .lixil-card-product.lixil-card-product--catalog .card-footer .btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .page-search .tab-content .column-grid, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms, .page-search .tab-content .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .page-search .tab-content .filler-more-show.show,
  .page-search .tab-content .lixil-product-search .filler-more-show.show,
  .lixil-product-search .page-search .tab-content .filler-more-show.show {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-wrp, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-wrp, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-wrp, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-wrp, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-wrp {
    padding-bottom: 105px;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand {
    row-gap: 0.5rem;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img {
    max-width: 40%;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span {
    font-size: 12px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer .btn {
    font-size: 14px;
  }
  .page-search .tab-content .search-text .search-pages .big-text {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .page-search .tab-content .column-grid, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms, .page-search .tab-content .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .page-search .tab-content .filler-more-show.show,
  .page-search .tab-content .lixil-product-search .filler-more-show.show,
  .lixil-product-search .page-search .tab-content .filler-more-show.show {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-wrp, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-wrp, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-wrp, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-wrp, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-wrp,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-wrp {
    padding-bottom: 105px;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-status span {
    padding: 0.25rem 1rem;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand {
    row-gap: 1rem;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-brand img {
    max-width: 50%;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-body .card-thumbnail .product-type-brand .product-type span {
    font-size: 14px;
  }
  .page-search .tab-content .column-grid .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .page-search .tab-content .lixil-product-fillter .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer .btn, .lixil-product-fillter .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .page-search .tab-content .lixil-product-search .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer .btn,
  .lixil-product-search .page-search .tab-content .filler-more-show.show .lixil-card-product.lixil-card-product--catalog .card-footer .btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .page-search .tab-content .column-grid, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms, .page-search .tab-content .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .page-search .tab-content .filler-more-show.show,
  .page-search .tab-content .lixil-product-search .filler-more-show.show,
  .lixil-product-search .page-search .tab-content .filler-more-show.show {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .page-search .tab-content .search-text .search-pages .big-text {
    font-size: 1.5rem;
    line-height: 34px;
  }
  .page-search .tab-content .search-text .search-pages .small-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-search .tab-content .column-grid, .page-search .tab-content .lixil-product-fillter .lixil-product-fillter__forms, .lixil-product-fillter .page-search .tab-content .lixil-product-fillter__forms,
  .page-search .tab-content .lixil-product-search .lixil-product-fillter__forms,
  .lixil-product-search .page-search .tab-content .lixil-product-fillter__forms, .page-search .tab-content .lixil-product-fillter .filler-more-show.show, .lixil-product-fillter .page-search .tab-content .filler-more-show.show,
  .page-search .tab-content .lixil-product-search .filler-more-show.show,
  .lixil-product-search .page-search .tab-content .filler-more-show.show {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.pages-care .lixil-paragraph-lg.lixil-paragraph-with-underline.font-heading.font-700.text-center.color-black-1 h2, .pages-care .lixil-paragraph-lg.lixil-paragraph-with-underline.font-heading.font-700.text-center.color-black-1 .h2 {
  color: #54585A;
}
.pages-care .lixil-paragraph-lg.lixil-paragraph-with-underline.font-heading.font-700.text-center.color-black-1 p {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: #54585A;
}
.pages-care .lixil-paragraph.font-heading.text-center.color-black-2.service-information {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  color: #54585A;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
}
.pages-care .lixil-service {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
}
.pages-care .lixil-service .service-thumbs {
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.pages-care .lixil-service .service-thumbs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pages-care .lixil-service .lixil-paragraph-xl {
  margin-top: 1.25rem;
}
@media (min-width: 480px) {
  .pages-care .lixil-service .service {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 576px) {
  .pages-care .lixil-service .service {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 768px) {
  .pages-care .lixil-service .service {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media (min-width: 992px) {
  .pages-care .lixil-service {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 0;
  }
  .pages-care .lixil-service .service {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.pages-care .service-information h4, .pages-care .service-information .lixil-card-product--categories .card-action a, .lixil-card-product--categories .card-action .pages-care .service-information a, .pages-care .service-information .project-segment-detail .accordion .accordion-header .accordion-button, .project-segment-detail .accordion .accordion-header .pages-care .service-information .accordion-button, .pages-care .service-information .h4 {
  color: #EF6D22;
}
.pages-care #faq .accordion-item {
  border: 0px solid transparent;
}
.pages-care #faq .accordion-item .accordion-header {
  transition: all 0.3s;
}
.pages-care #faq .accordion-item .accordion-header .accordion-button {
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #55585A;
  padding: 24px 32px;
  box-shadow: none;
  border-radius: 0;
  border-top: 2px solid #EF6D22;
  border-left: 2px solid #EF6D22;
  border-right: 2px solid #EF6D22;
  border-bottom: 0px;
  background-color: #D9D9D9;
  transition: all 0.3s;
}
.pages-care #faq .accordion-item .accordion-header .accordion-button:focus,
.pages-care #faq .accordion-item .accordion-header .accordion-button:active {
  background-color: #D9D9D9;
  outline: none;
}
.pages-care #faq .accordion-item .accordion-collapse {
  border-top: 0px;
  border-left: 2px solid #EF6D22;
  border-right: 2px solid #EF6D22;
  border-bottom: 2px solid #EF6D22;
  transition: all 0.2s;
}
.pages-care #faq .accordion-item .accordion-body {
  padding: 24px 32px;
  background-color: #F5F5F5;
  transition: all 0.2s;
}
.pages-care #faq .accordion-item .accordion-body .lixil-paragraph-sm p,
.pages-care #faq .accordion-item .accordion-body .lixil-paragraph-sm ul li {
  font-family: "tradegothic_ltregular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: #54585A;
}
.pages-care #faq .accordion-item .accordion-body .lixil-paragraph-sm p b,
.pages-care #faq .accordion-item .accordion-body .lixil-paragraph-sm p strong,
.pages-care #faq .accordion-item .accordion-body .lixil-paragraph-sm ul li b,
.pages-care #faq .accordion-item .accordion-body .lixil-paragraph-sm ul li strong {
  font-family: "tradegothic_ltbold", sans-serif;
}
.pages-care #faq .accordion-item:nth-child(odd) .accordion-header .accordion-button.collapsed {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}
.pages-care #faq .accordion-item:nth-child(even) .accordion-header .accordion-button.collapsed {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.pages-care .btn-contact {
  display: inline-block;
  width: auto;
  background-color: #EF6D22;
  border-radius: 99999px;
  overflow: hidden;
  text-decoration: none;
}
.pages-care .btn-contact .btn-contact-wrp {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 8px 32px 8px 8px;
}
.pages-care .btn-contact .btn-contact-wrp i {
  width: 66px;
  height: 66px;
  padding: 17px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.pages-care .btn-contact .btn-contact-wrp i img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.pages-care .btn-contact .btn-contact-wrp span {
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
}
.pages-care .customer-care .lixil-paragraph {
  margin-top: 1.25rem;
}
.pages-care .customer-care .lixil-paragraph b,
.pages-care .customer-care .lixil-paragraph strong {
  font-family: "tradegothic_ltbold", sans-serif;
  color: #757575;
}
.pages-care .customer-care .image-care {
  display: block;
  width: 168px;
  margin: 2.5rem auto 1.25rem auto;
}
.pages-care .customer-care .image-care img {
  display: block;
  width: 100%;
  height: auto;
}
.pages-care .lixil-hotline {
  display: block;
}
.pages-care .lixil-hotline .hotline {
  display: block;
  max-width: 280px;
  margin: 0 auto 20px auto;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 2px solid #EF6D22;
  border-radius: 99999px;
  font-family: "tradegothic_ltbold", sans-serif;
  font-size: 1rem;
  line-height: 24px;
  color: #55585A;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s;
}
.pages-care .lixil-hotline .hotline .hotline-wrp {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.pages-care .lixil-hotline .hotline:hover, .pages-care .lixil-hotline .hotline:focus, .pages-care .lixil-hotline .hotline:active {
  background-color: #EF6D22;
  color: #FFFFFF;
}
.pages-care .lixil-hotline .hotline:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .pages-care .lixil-hotline {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .pages-care .lixil-hotline .hotline {
    margin-bottom: 0;
    max-width: unset;
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .pages-care .lixil-hotline {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (min-width: 1200px) {
  .pages-care .lixil-hotline {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}