@charset "UTF-8";
:root {
  --font-family: "Zen Kaku Gothic New", sans-serif;
  --_color-text: #212121;
}

/*!
 * Bootstrap Utilities v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.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: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 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) {
  position: absolute !important;
  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;
}

.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;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .me-sm-n3 {
    margin-right: -1rem !important;
  }

  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .me-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-sm-n3 {
    margin-left: -1rem !important;
  }

  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-sm-n5 {
    margin-left: -3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .me-md-n1 {
    margin-right: -0.25rem !important;
  }

  .me-md-n2 {
    margin-right: -0.5rem !important;
  }

  .me-md-n3 {
    margin-right: -1rem !important;
  }

  .me-md-n4 {
    margin-right: -1.5rem !important;
  }

  .me-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-md-n3 {
    margin-left: -1rem !important;
  }

  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-md-n5 {
    margin-left: -3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .me-lg-n3 {
    margin-right: -1rem !important;
  }

  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .me-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-lg-n3 {
    margin-left: -1rem !important;
  }

  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-lg-n5 {
    margin-left: -3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -1rem !important;
  }

  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n5 {
    margin-left: -3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
html {
  overflow-x: hidden;
}

body::before {
  transition: all 0.6s ease;
}
body.u-noscroll::before {
  background-color: rgba(85, 85, 85, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

.c-container,
.c-fluid-container {
  padding-left: 23px;
  padding-right: 23px;
}

.smb-section__contents-wrapper.u-slim-width {
  max-width: 824px !important;
}

/* Link
----------------------------------------*/
@media (hover: hover) and (pointer: fine) {
  [href^="tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
  }
}

/* Header
----------------------------------------*/
.c-drawer {
  background-color: #fff;
  border-radius: 48px 0 0 48px;
  color: inherit;
  font-size: 16px;
  width: calc(100% - 35px);
}
.c-drawer .c-hamburger-btn__bar {
  background-color: var(--header-text-color);
}

.c-drawer__inner {
  padding: 22px 23px 40px;
}

.c-drawer__controls {
  padding-block: 0;
}

.c-drawer__menu {
  margin: 0 auto 66px;
  padding-block: 0;
  text-align: center;
  width: 64vw;
}

.c-drawer__sub-nav {
  font-size: inherit;
  width: 100%;
}
.c-drawer__sub-nav .c-drawer__menu {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.c-drawer__sub-nav .c-drawer__item {
  padding-block: 12px;
}
.c-drawer__sub-nav .c-drawer__item .smb-btn {
  width: 100%;
}
.c-drawer__sub-nav .c-drawer__item .smb-btn::before {
  -webkit-margin-end: 12px !important;
          margin-inline-end: 12px !important;
  width: 28px !important;
}
.c-drawer__sub-nav .c-drawer__item .smb-btn::after {
  right: 12px !important;
}

.c-drawer__instagram {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  text-align: center;
}
.c-drawer__instagram a {
  display: inline-block;
}
.c-drawer__instagram img {
  height: 32px;
  width: 32px;
}

.c-drawer__lang {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
.c-drawer__lang .is-en,
.c-drawer__lang .is-ja {
  position: relative;
  text-decoration: none;
}
.c-drawer__lang .is-en::before,
.c-drawer__lang .is-ja::before {
  bottom: -6px;
  content: "";
  height: 1px;
  left: 50%;
  min-width: 32px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
html[lang=ja] .c-drawer__lang .is-en {
  opacity: 0.3;
}
html[lang=en-US] .c-drawer__lang .is-en::before {
  background-color: #212121;
}
html[lang=en-US] .c-drawer__lang .is-ja {
  opacity: 0.3;
}
html[lang=ja] .c-drawer__lang .is-ja::before {
  background-color: #212121;
}
.c-drawer__logo {
  margin-top: 90px;
  text-align: center;
}
.c-drawer__logo img {
  max-width: 176px;
  width: 46.9333333333vw;
}

.c-hamburger-btn {
  background-color: #e4e0d1;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}

.c-hamburger-btn__label {
  display: none;
}

.l-header {
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  color: inherit;
  overflow: visible;
}
.l-header__line {
  left: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  width: 100%;
  z-index: 1;
}
.l-header__line--1 {
  background-color: white;
  height: 1px;
  top: calc(100% - 1px);
}
.l-header__line--2 {
  background-color: rgba(255, 255, 255, 0.9);
  height: 7px;
  top: 100%;
}
.l-header__line--3 {
  background-color: rgba(255, 255, 255, 0.78);
  height: 10px;
  top: calc(100% + 7px);
}
.l-header__line--4 {
  background-color: rgba(255, 255, 255, 0.64);
  height: 8px;
  top: calc(100% + 17px);
}
html[data-scrolled=true] .l-header .l-header__line {
  opacity: 0;
  transform: translateY(-6px);
}
html[data-scrolled=true] .l-header .l-header__line--1 {
  transition-delay: 0.24s;
}
html[data-scrolled=true] .l-header .l-header__line--2 {
  transition-delay: 0.16s;
}
html[data-scrolled=true] .l-header .l-header__line--3 {
  transition-delay: 0.08s;
}
html[data-scrolled=true] .l-header .l-header__line--4 {
  transition-delay: 0s;
}
.l-header .c-container {
  align-items: center;
  display: flex;
  height: 92px;
  position: relative;
}
.l-header .c-container > .c-row {
  width: 100%;
}
.l-header .c-hamburger-btn {
  margin-left: 16px;
}
.l-header .c-hamburger-btn__bar {
  background-color: var(--header-text-color);
}
.l-header .c-hamburger-btn__bar:nth-of-type(2) {
  top: 8px;
}
.l-header .c-hamburger-btn__bar:nth-of-type(3) {
  display: none;
}
.l-header .c-hamburger-btn__bars {
  height: 9px;
  width: 24px;
}
.l-header .c-header-content .is-en,
.l-header .c-header-content .is-ja {
  color: inherit;
  position: relative;
  text-decoration: none;
}
.l-header .c-header-content .is-en::before,
.l-header .c-header-content .is-ja::before {
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
html[lang=ja] .l-header .c-header-content .is-en {
  opacity: 0.3;
}
html[lang=ja] .l-header .c-header-content .is-en:hover {
  opacity: 1;
}
html[lang=en-US] .l-header .c-header-content .is-en::before {
  background-color: #212121;
}
html[lang=en-US] .l-header .c-header-content .is-ja {
  opacity: 0.3;
}
html[lang=en-US] .l-header .c-header-content .is-ja:hover {
  opacity: 1;
}
html[lang=ja] .l-header .c-header-content .is-ja::before {
  background-color: #212121;
}
.l-header .c-site-branding__title .custom-logo {
  width: 72px;
}
.l-header .p-global-nav .menu-item a {
  font-size: 16px;
  font-weight: 500;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.l-header .p-global-nav .menu-item.is-home {
  display: none;
}
.l-header .p-header-sub-nav {
  padding-block: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.l-header .u-invisible-md-down:has(.p-header-content) {
  display: block !important;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
@media (max-width: 1023px) {
  .l-header .c-container > .c-row {
    --_gap: 0;
  }
}
@media (min-width: 1024px) {
  .l-header .c-container {
    padding-inline: 0;
  }
  .l-header .c-container .c-row__col.c-row__col--auto {
    flex-grow: 0;
  }
  .l-header .c-container .c-row__col.c-row__col--auto + .c-row__col--fit {
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
  .l-header .c-site-branding__title .custom-logo {
    width: 220px;
  }
  .l-header .c-row {
    align-items: flex-end;
  }
  .l-header .p-global-nav {
    padding-block: var(--_padding-2);
  }
  .l-header .p-header-sub-nav .c-navbar {
    align-items: flex-start;
  }
  .l-header .p-header-sub-nav .menu-item a {
    text-decoration: none;
  }
  .l-header .p-header-sub-nav .menu-item .smb-btn {
    background-color: #e4e0d1;
    border-color: transparent;
    border-radius: 0 0 16px 16px;
    color: inherit;
    font-size: 15px;
    padding: 6px 20px;
  }
  .l-header .p-header-sub-nav .menu-item .smb-btn::before, .l-header .p-header-sub-nav .menu-item .smb-btn::after {
    display: none;
  }
}

.l-header__content {
  padding-bottom: 0;
  padding-top: 0;
}

/* Main
----------------------------------------*/
.c-page-header {
  overflow: hidden;
  -webkit-padding-before: calc(91px + var(--_padding2));
          padding-block-start: calc(91px + var(--_padding2));
}
.c-page-header[data-has-image=true] {
  height: 390px;
}
.c-page-header .c-page-header__bgimage img {
  pointer-events: none;
  position: fixed;
}
.c-page-header .c-container {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.c-page-header .c-container::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.72) 14px, white 14px, white 15px);
  content: "";
  height: 15px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -14px;
  width: 100%;
  z-index: 1;
}
.c-page-header::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) calc(100% - 93px), white calc(100% - 93px), white calc(100% - 92px), rgba(255, 255, 255, 0.64) calc(100% - 92px), rgba(255, 255, 255, 0.64) calc(100% - 82px), rgba(255, 255, 255, 0.72) calc(100% - 82px), rgba(255, 255, 255, 0.72) calc(100% - 67px), rgba(255, 255, 255, 0.83) calc(100% - 67px), rgba(255, 255, 255, 0.83) calc(100% - 54px), rgba(255, 255, 255, 0.9) calc(100% - 54px), rgba(255, 255, 255, 0.9) calc(100% - 34px), rgba(255, 255, 255, 0.96) calc(100% - 34px), rgba(255, 255, 255, 0.96) calc(100% - 17px), white calc(100% - 17px), white 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-page-header__content {
  justify-content: center;
  min-height: 113px;
}

.c-page-header__title {
  font-size: clamp(24px, calc(9.7777777778px + 1.8518518519vw), 32px);
  color: var(--_color-text);
  font-weight: 300;
  letter-spacing: 0.1em;
}

.l-contents__inner {
  padding-block: 0 !important;
}

.p-header-content--sm {
  display: none;
}

.smb-section .smb-section__inner {
  z-index: 1;
}
.smb-section .smb-section__title {
  font-size: clamp(28px, calc(6.6666666667px + 2.7777777778vw), 40px);
  font-weight: 300;
  letter-spacing: 0.1em;
}
.smb-section:not(.home-cover):not(.module-separate) {
  background-color: #fff;
}
.smb-section.is-section-echigoJofu .smb-section__lede-wrapper, .smb-section.is-section-honshiozawa .smb-section__lede-wrapper, .smb-section.is-section-natsuShiozawa .smb-section__lede-wrapper, .smb-section.is-section-shiozawaTsumugi .smb-section__lede-wrapper {
  font-size: 16px;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
.smb-section.is-section-echigoJofu .smb-section__subtitle, .smb-section.is-section-honshiozawa .smb-section__subtitle, .smb-section.is-section-natsuShiozawa .smb-section__subtitle, .smb-section.is-section-shiozawaTsumugi .smb-section__subtitle {
  font-size: clamp(20px, calc(-1.3333333333px + 2.7777777778vw), 32px);
  color: inherit;
  font-weight: 300;
}
.smb-section.is-section-echigoJofu .smb-section__title, .smb-section.is-section-honshiozawa .smb-section__title, .smb-section.is-section-natsuShiozawa .smb-section__title, .smb-section.is-section-shiozawaTsumugi .smb-section__title {
  font-size: clamp(28px, calc(6.6666666667px + 2.7777777778vw), 40px);
  font-weight: 300 !important;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.smb-section.is-title-sideLine .smb-section__title {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 32px;
  font-weight: 500;
  gap: 1em;
  justify-content: center;
  margin-inline: calc(((100vw - 100%) / 2) * -1) !important;
}
.smb-section.is-title-sideLine .smb-section__title::before, .smb-section.is-title-sideLine .smb-section__title::after {
  background-color: #ccc;
  content: "";
  display: block !important;
  flex: 1;
  height: 1px;
  margin: 0;
  width: 100%;
}

.section-instagram .smb-section__title {
  font-weight: 500;
  letter-spacing: 0;
}
.section-instagram .smb-section__title img {
  -webkit-margin-end: 24px;
          margin-inline-end: 24px;
  max-width: 52px;
  width: 12.5333333333vw;
}

/* Page
-------------------*/
.about-section01 .smb-section__body {
  position: relative;
}

.about-section01-pictures01,
.about-section01-pictures02 {
  z-index: 1;
}
.about-section01-pictures01 .wp-block-image,
.about-section01-pictures02 .wp-block-image {
  border-radius: 32px;
  overflow: hidden;
}
.about-section01-pictures01 .wp-block-image img,
.about-section01-pictures02 .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .about-section01-pictures01,
.about-section01-pictures02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.about-section01-pictures01 .wp-block-image {
  aspect-ratio: 239/308;
  width: 63.7333333333vw;
}
@media (max-width: 767px) {
  .about-section01-pictures01 .wp-block-image {
    -webkit-margin-end: calc(((100vw - 100%) / 2) * -1) !important;
            margin-inline-end: calc(((100vw - 100%) / 2) * -1) !important;
  }
}
@media (max-width: 1199px) {
  .about-section01-pictures01 {
    -webkit-margin-end: calc(((100vw - 100%) / 2) * -1) !important;
            margin-inline-end: calc(((100vw - 100%) / 2) * -1) !important;
  }
}
@media (min-width: 768px) {
  .about-section01-pictures01 {
    -webkit-margin-before: -48px;
            margin-block-start: -48px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .about-section01-pictures01 .wp-block-image {
    aspect-ratio: 230/407;
    max-width: 230px;
    width: 16.4285714286vw;
  }
  .about-section01-pictures01 .wp-block-image:nth-child(2) {
    aspect-ratio: 418/287;
    -webkit-margin-before: -10px;
            margin-block-start: -10px;
    max-width: 418px;
    position: absolute;
    right: 3vw;
    top: 96%;
    width: 24vw;
  }
  .about-section01-pictures01 .wp-block-image:nth-child(2) img {
    -o-object-position: 50% 75%;
       object-position: 50% 75%;
    transform: scale(2);
  }
}
@media (min-width: 1200px) {
  .about-section01-pictures01 {
    left: 100%;
    right: auto;
  }
}

.about-section01-pictures02 {
  -webkit-margin-start: calc(((100vw - 100%) / 2) * -1) !important;
          margin-inline-start: calc(((100vw - 100%) / 2) * -1) !important;
}
.about-section01-pictures02 .wp-block-image {
  aspect-ratio: 315/240;
  width: 84vw;
}
@media (max-width: 767px) {
  .about-section01-pictures02 {
    -webkit-margin-before: -70px;
            margin-block-start: -70px;
    -webkit-margin-start: calc(((100vw - 100%) / 2) * -1) !important;
            margin-inline-start: calc(((100vw - 100%) / 2) * -1) !important;
  }
  .about-section01-pictures02 .wp-block-image {
    -webkit-margin-start: 0 !important;
            margin-inline-start: 0 !important;
  }
}
@media (min-width: 768px) {
  .about-section01-pictures02 {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
    -webkit-margin-end: calc(((100vw - 100%) / 2) * -1) !important;
            margin-inline-end: calc(((100vw - 100%) / 2) * -1) !important;
    max-width: 100vw;
    width: 100vw;
  }
  .about-section01-pictures02 .wp-block-image {
    aspect-ratio: 1248/400;
    max-width: 1248px;
    width: 89.1428571429vw;
  }
  .about-section01-pictures02 .wp-block-image:nth-child(1) {
    bottom: -20px;
  }
  .about-section01-pictures02 .wp-block-image:nth-child(1) img {
    -o-object-position: 50% 25%;
       object-position: 50% 25%;
  }
  .about-section01-pictures02 .wp-block-image:nth-child(2) {
    aspect-ratio: 418/287;
    left: -20px;
    -webkit-margin-before: -45px;
            margin-block-start: -45px;
    max-width: 418px;
    position: absolute;
    top: 94%;
    width: 22vw;
  }
}
@media (min-width: 992px) {
  .about-section01-pictures02 {
    -webkit-margin-before: 160px;
            margin-block-start: 160px;
  }
}

.facility-1stfloor [class*=pictures] .wp-block-image,
.facility-2ndfloor [class*=pictures] .wp-block-image {
  border-radius: 44px;
  height: 88px;
  overflow: hidden;
}
.facility-1stfloor [class*=pictures] .wp-block-image img,
.facility-2ndfloor [class*=pictures] .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .facility-1stfloor [class*=pictures],
.facility-2ndfloor [class*=pictures] {
    display: grid;
    gap: 12px;
  }
  .facility-1stfloor [class*=pictures] .wp-block-image,
.facility-2ndfloor [class*=pictures] .wp-block-image {
    margin: 0;
    width: 100%;
  }
  .facility-1stfloor [class*=pictures] .wp-block-image:nth-child(odd),
.facility-2ndfloor [class*=pictures] .wp-block-image:nth-child(odd) {
    -webkit-margin-start: -15vw !important;
            margin-inline-start: -15vw !important;
  }
  .facility-1stfloor [class*=pictures] .wp-block-image:nth-child(even),
.facility-2ndfloor [class*=pictures] .wp-block-image:nth-child(even) {
    -webkit-margin-end: -15vw !important;
            margin-inline-end: -15vw !important;
  }
}
@media (min-width: 768px) {
  .facility-1stfloor [class*=pictures],
.facility-2ndfloor [class*=pictures] {
    position: absolute;
  }
  .facility-1stfloor [class*=pictures] .wp-block-image,
.facility-2ndfloor [class*=pictures] .wp-block-image {
    border-radius: 32px;
  }
  .facility-1stfloor [class*=pictures] .wp-block-image:not(:first-child),
.facility-2ndfloor [class*=pictures] .wp-block-image:not(:first-child) {
    max-width: 100vw;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .facility-2ndfloor .facility-2ndfloor-pictures01 {
    left: -24.4140625%;
    top: 160px;
  }
  .facility-2ndfloor .facility-2ndfloor-pictures01 .wp-block-image:nth-child(1) {
    height: 356px;
    width: 188px;
  }
  .facility-2ndfloor .facility-2ndfloor-pictures01 .wp-block-image:nth-child(2) {
    bottom: -70px;
    height: 170px;
    left: 60px;
    width: 214px;
  }
  .facility-2ndfloor .facility-2ndfloor-pictures02 {
    bottom: -10px;
    right: -3.90625%;
  }
  .facility-2ndfloor .facility-2ndfloor-pictures02 .wp-block-image:nth-child(1) {
    height: 170px;
    width: 275px;
  }
}

@media (min-width: 768px) {
  .facility-1stfloor .facility-1stfloor-pictures01 {
    right: -16.6015625%;
    top: -270px;
  }
  .facility-1stfloor .facility-1stfloor-pictures01 .wp-block-image:nth-child(1) {
    height: 440px;
    width: 214px;
  }
  .facility-1stfloor .facility-1stfloor-pictures01 .wp-block-image:nth-child(2) {
    bottom: -130px;
    height: 186px;
    left: 105px;
    width: 284px;
  }
  .facility-1stfloor .facility-1stfloor-pictures01 .wp-block-image:nth-child(3) {
    bottom: -415px;
    height: 350px;
    left: -85px;
    width: 266px;
  }
  .facility-1stfloor .facility-1stfloor-pictures01 .wp-block-image:nth-child(4) {
    bottom: -630px;
    height: 290px;
    right: 110px;
    width: 510px;
  }
  .facility-1stfloor .facility-1stfloor-pictures02 {
    position: relative;
  }
  .facility-1stfloor .facility-1stfloor-pictures02 .wp-block-image:nth-child(1) {
    height: 290px;
    -webkit-margin-end: -160px !important;
            margin-inline-end: -160px !important;
    width: 510px;
  }
  .facility-1stfloor .facility-1stfloor-pictures02 .wp-block-image:nth-child(2) {
    height: 238px;
    left: -60px;
    margin: 0 !important;
    position: relative;
    top: -50px;
    width: 472px;
  }
}

.home-about .wp-block-snow-monkey-blocks-buttons {
  -webkit-margin-before: 72px;
          margin-block-start: 72px;
}
@media (min-width: 768px) {
  .home-about .smb-section__body {
    -webkit-padding-after: 240px;
            padding-block-end: 240px;
  }
  .home-about .smb-section__contents-wrapper {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}

.home-about-crystal {
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.home-about-crystal .wp-block-image {
  margin: 0;
  position: absolute;
}
.home-about-crystal .wp-block-image img {
  height: auto;
  width: 100%;
}
.home-about-crystal .home-about-crystal01 {
  right: 16%;
  top: -80px;
  width: 48px;
}
.home-about-crystal .home-about-crystal02 {
  width: 77px;
}
.home-about-crystal .home-about-crystal03 {
  right: 14.6666666667%;
  width: 44px;
}
.home-about-crystal .home-about-crystal04 {
  right: 2.6666666667%;
  top: 40px;
  width: 42px;
}
.home-about-crystal .home-about-crystal05 {
  bottom: 140px;
  left: 9.3333333333%;
  width: 62px;
}
.home-about-crystal .home-about-crystal06 {
  bottom: 110px;
  left: 22.6666666667%;
  width: 42px;
}
@media (max-width: 767px) {
  .home-about-crystal .home-about-crystal02 {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-about-crystal .home-about-crystal01 {
    right: 0;
    top: 70px;
  }
  .home-about-crystal .home-about-crystal02 {
    right: calc(100% + 180px);
    top: 70px;
  }
  .home-about-crystal .home-about-crystal03 {
    right: calc(100% + 130px);
    top: 230px;
  }
  .home-about-crystal .home-about-crystal04 {
    bottom: 430px;
    right: 100%;
    top: auto;
  }
  .home-about-crystal .home-about-crystal05 {
    bottom: 430px;
    right: 100%;
    top: auto;
  }
}

.home-about-pictures01 .wp-block-image,
.home-about-pictures02 .wp-block-image {
  border-radius: 44px;
  height: 88px;
  overflow: hidden;
}
.home-about-pictures01 .wp-block-image img,
.home-about-pictures02 .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .home-about-pictures01 .wp-block-image:nth-child(odd),
.home-about-pictures02 .wp-block-image:nth-child(odd) {
    -webkit-margin-start: -15vw !important;
            margin-inline-start: -15vw !important;
  }
  .home-about-pictures01 .wp-block-image:nth-child(even),
.home-about-pictures02 .wp-block-image:nth-child(even) {
    -webkit-margin-end: -15vw !important;
            margin-inline-end: -15vw !important;
  }
}
@media (min-width: 768px) {
  .home-about-pictures01,
.home-about-pictures02 {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    position: absolute;
    z-index: -1;
  }
  .home-about-pictures01 .wp-block-image,
.home-about-pictures02 .wp-block-image {
    border-radius: 40px;
    height: 80px;
    max-width: 658px;
    width: 34.2708333333vw;
  }
}

@media (min-width: 768px) {
  .home-about-pictures01 {
    left: calc(100% - 90 / 1920 * 100%);
    max-width: 743px;
    top: 0;
    transform: translateY(-25%);
    width: 38.6979166667vw;
  }
  .home-about-pictures01 .wp-block-image {
    margin-block: 0 22px;
  }
  .home-about-pictures01 .wp-block-image:nth-child(1) {
    -webkit-margin-start: 0 !important;
            margin-inline-start: 0 !important;
  }
  .home-about-pictures01 .wp-block-image:nth-child(2) {
    -webkit-margin-end: 0 !important;
            margin-inline-end: 0 !important;
  }
}

@media (min-width: 768px) {
  .home-about-pictures02 {
    bottom: 0;
    max-width: 917px;
    right: calc(100% - 160 / 1920 * 100%);
    transform: translateY(-25%);
    width: 47.7604166667vw;
  }
  .home-about-pictures02 .wp-block-image {
    margin-block: 8px 0;
  }
  .home-about-pictures02 .wp-block-image:nth-child(1) {
    -webkit-margin-end: 0 !important;
            margin-inline-end: 0 !important;
  }
  .home-about-pictures02 .wp-block-image:nth-child(2) {
    -webkit-margin-start: 0 !important;
            margin-inline-start: 0 !important;
  }
}

.home-about-texture {
  margin-inline: calc(((100vw - 100%) / 2) * -1) !important;
}
@media (min-width: 768px) {
  .home-about-texture {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100vw;
    z-index: -10;
  }
}

.home-cover .smb-section-with-bgimage__bgimage img {
  left: 0;
  position: fixed;
}
.home-cover .smb-section__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100svh;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.home-cover::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) calc(100% - 150px), white calc(100% - 150px), white calc(100% - 149px), rgba(255, 255, 255, 0) calc(100% - 149px), rgba(255, 255, 255, 0) calc(100% - 148px), white calc(100% - 148px), white calc(100% - 147px), rgba(255, 255, 255, 0.64) calc(100% - 147px), rgba(255, 255, 255, 0.64) calc(100% - 137px), rgba(255, 255, 255, 0.72) calc(100% - 137px), rgba(255, 255, 255, 0.72) calc(100% - 122px), rgba(255, 255, 255, 0.83) calc(100% - 122px), rgba(255, 255, 255, 0.83) calc(100% - 109px), rgba(255, 255, 255, 0.9) calc(100% - 109px), rgba(255, 255, 255, 0.9) calc(100% - 89px), white calc(100% - 89px), white calc(100% - 72px), white calc(100% - 72px), white calc(100% - 55px), rgba(255, 255, 255, 0.9) calc(100% - 55px), rgba(255, 255, 255, 0.9) calc(100% - 40px), rgba(255, 255, 255, 0.8) calc(100% - 40px), rgba(255, 255, 255, 0.8) calc(100% - 20px), rgba(255, 255, 255, 0.88) calc(100% - 20px), rgba(255, 255, 255, 0.88) calc(100% - 14px), rgba(255, 255, 255, 0.88) calc(100% - 14px), rgba(255, 255, 255, 0.88) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.home-cover .module-banner {
  -webkit-margin-before: auto;
          margin-block-start: auto;
  -webkit-padding-before: 16px;
          padding-block-start: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .home-cover .smb-section-with-bgimage__bgimage img {
    -o-object-position: 72% center;
       object-position: 72% center;
  }
}
@media (min-width: 768px) {
  .home-cover .smb-section__body {
    height: 115svh;
    padding-block: 0 92px;
  }
  .home-cover .module-banner .smb-buttons {
    justify-content: center;
  }
}

.home-cover-caption {
  align-items: center;
  aspect-ratio: 1;
  background-position: center -0.75em;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: row-reverse;
  font-weight: 500;
  gap: 1em;
  justify-content: center;
  margin-inline: auto;
  max-width: 590px;
  padding-inline: 0;
}
.home-cover-caption p {
  font-size: clamp(16px, calc(8.8888888889px + 0.9259259259vw), 20px);
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 3;
  margin: 0 !important;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  text-shadow: 0 0 2px white, 0 0 6px white, 0 0 12px rgba(255, 255, 255, 0.85), 0 0 24px rgba(255, 255, 255, 0.6), 0 0 48px rgba(255, 255, 255, 0.4), 0 0 72px rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  html[lang=en-US] .home-cover-caption p {
    line-height: inherit;
    white-space: wrap;
  }
}
@media (min-width: 768px) {
  .home-cover-caption {
    background-position: center -1.75em;
    padding: 72px;
    width: 100%;
  }
  .home-cover-caption p {
    line-height: 2.4;
  }
}
html[lang=en-US] .home-cover-caption p {
  max-width: 100vw;
  -ms-writing-mode: inherit;
      writing-mode: inherit;
}

.home-intro {
  overflow: hidden;
  -webkit-padding-before: 112px;
          padding-block-start: 112px;
}
.home-intro .wp-block-snow-monkey-blocks-buttons {
  -webkit-margin-before: 72px;
          margin-block-start: 72px;
}
@media (min-width: 768px) {
  .home-intro .smb-section__contents-wrapper {
    -webkit-padding-after: 96px;
            padding-block-end: 96px;
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
    position: relative;
  }
}

.home-intro-figure {
  bottom: -30px;
  max-width: 584px;
  width: 119.4666666667vw;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-intro-figure {
    -webkit-margin-before: -110px;
            margin-block-start: -110px;
    margin-inline: calc(((100vw - 100%) / 2) * -1) !important;
  }
  .home-intro-figure .wp-block-image {
    left: -16px;
  }
}
@media (min-width: 768px) {
  .home-intro-figure {
    position: absolute;
    right: calc(100% - 150px);
    width: 30.4166666667vw;
  }
}

.home-intro-picture .wp-block-image {
  border-radius: 44px;
  height: 88px;
  overflow: hidden;
}
.home-intro-picture .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .home-intro-picture .wp-block-image:nth-child(odd) {
    -webkit-margin-start: -15vw !important;
            margin-inline-start: -15vw !important;
  }
  .home-intro-picture .wp-block-image:nth-child(even) {
    -webkit-margin-end: -15vw !important;
            margin-inline-end: -15vw !important;
  }
}
@media (min-width: 768px) {
  .home-intro-picture {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .home-intro-picture .wp-block-image {
    aspect-ratio: 300/167;
    border-radius: 32px;
    height: auto;
    max-width: 300px;
    width: 21.4285714286vw;
  }
  .home-intro-picture .wp-block-image:nth-child(2) {
    aspect-ratio: 221/351;
    -webkit-margin-before: -40px;
            margin-block-start: -40px;
    max-width: 221px;
    position: absolute;
    right: -3.125vw;
    top: 100%;
    width: 15.7857142857vw;
  }
  .home-intro-picture .wp-block-image:nth-child(2) img {
    -o-object-position: 100%;
       object-position: 100%;
  }
}
@media (min-width: 1200px) {
  .home-intro-picture {
    left: 100%;
    right: auto;
  }
}

/* Footer
----------------------------------------*/
.l-footer {
  background-color: #fff;
  border-top: 0;
  overflow: visible;
  -webkit-padding-before: 88px;
          padding-block-start: 88px;
  z-index: 1;
}
.l-footer .c-copyright {
  background-color: transparent;
  color: inherit;
  font-size: 16px;
}
.l-footer .c-copyright small {
  display: block;
  font-size: 14px;
}
.l-footer .menu {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer .c-copyright small {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .l-footer .menu-item:not(:first-child) {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .l-footer .menu {
    flex-direction: row;
    gap: 72px;
  }
  .l-footer .menu-item {
    margin-top: 0;
  }
}

.l-footer-widget-area {
  padding-block: 0 !important;
}
.l-footer-widget-area .c-fluid-container {
  padding-inline: 0;
}

/* WordPress / Snow Monkey
----------------------------------------*/
.wp-block-accordion {
  max-width: 960px;
}
.wp-block-accordion.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn {
  text-align: center;
}
.wp-block-accordion.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .wp-block-accordion-heading {
  font-size: inherit;
  font-weight: inherit;
  -webkit-margin-before: -50%;
          margin-block-start: -50%;
  transform: translateY(50%);
  z-index: 1;
}
.wp-block-accordion.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .wp-block-accordion-heading__toggle {
  padding-block: 0;
}
.wp-block-accordion.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .wp-block-accordion-heading__toggle::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-accordion.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .wp-block-accordion-heading__toggle-title {
  min-width: 6.5em;
  text-decoration: none;
}
.wp-block-accordion.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .wp-block-accordion-heading__toggle-title .toggle-open,
.wp-block-accordion.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .wp-block-accordion-heading__toggle-title .toggle-close {
  display: inline-block;
  overflow: hidden;
  transition: max-width 0s ease, opacity 0.6s ease;
  vertical-align: bottom;
}
.wp-block-accordion.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .wp-block-accordion-heading__toggle-title .toggle-open {
  max-width: 100%;
  opacity: 1;
}
.wp-block-accordion.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .wp-block-accordion-heading__toggle-title .toggle-close {
  max-width: 0;
  opacity: 0;
}
.wp-block-accordion.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.is-open .wp-block-accordion-heading__toggle-title .toggle-open {
  max-width: 0;
  opacity: 0;
}
.wp-block-accordion.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.is-open .wp-block-accordion-heading__toggle-title .toggle-close {
  max-width: 5em;
  opacity: 1;
}
.wp-block-accordion.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .wp-block-accordion-panel {
  background-color: #eee;
  border-radius: 24px;
  padding-inline: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .wp-block-accordion .wp-block-accordion-panel {
    padding-inline: 46px;
  }
  .wp-block-accordion .wp-block-accordion-panel .wp-block-group::before, .wp-block-accordion .wp-block-accordion-panel .wp-block-group::after {
    content: "";
    display: block;
    height: 40px;
  }
}

.wp-block-group.alignfull.is-fluid {
  margin-inline: calc(((100vw - 100%) / 2) * -1) !important;
}

.wp-block-heading {
  font-size: clamp(20px, calc(12.8888888889px + 0.9259259259vw), 24px);
  font-weight: 500;
}

.wp-block-list.is-price {
  display: grid;
  grid-template-columns: auto 1fr;
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-list.is-price li {
  align-items: center;
  background-color: #eee;
  border-radius: 16px;
  display: grid;
  grid-column: 1/3;
  grid-template-columns: subgrid;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  padding: 10px 20px;
}
.wp-block-list.is-price li span {
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  white-space: nowrap;
}
.wp-block-list.is-price li strong {
  font-weight: inherit;
}

.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .smb-btn {
  --smb-btn--background-color: #e4e0d1;
  border: 1px solid #beb595;
  border-radius: 10vw;
  color: inherit !important;
  padding-block: 7px;
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn .smb-btn:not([class*=smb-btn--]) {
  padding-inline: 16px;
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.has-icon-arrowRight .smb-btn {
  position: relative;
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.has-icon-arrowRight .smb-btn::after {
  border-bottom: 5px solid transparent;
  border-left: 8px solid #212121;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.has-icon-arrowRight .smb-btn:not([class*=smb-btn--]) {
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.has-icon-arrowRight .smb-btn[href$=".pdf"] {
  -webkit-padding-end: 56px;
          padding-inline-end: 56px;
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.has-icon-arrowRight .smb-btn[href$=".pdf"]::after {
  background: url("https://orinoto.com/wp/wp-content/uploads/2026/03/icon_pdf.png") no-repeat;
  background-size: cover;
  border: 0;
  height: 28px;
  right: 16px;
  width: 24px;
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.has-icon-arrowRight.has-logo .smb-btn {
  justify-content: flex-start;
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.has-logo .smb-btn {
  align-items: center;
  display: inline-flex;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.has-logo .smb-btn::before {
  aspect-ratio: 1;
  background: url("https://orinoto.com/wp/wp-content/uploads/2026/03/icon_button.png") no-repeat;
  background-size: cover;
  content: "";
  flex: 0 0 auto;
  height: 100%;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  width: 40px;
}
.wp-block-snow-monkey-blocks-buttons .wp-block-snow-monkey-blocks-btn.is-style-ghost .smb-btn {
  background-color: rgba(255, 255, 255, 0.72);
  border-color: #8a8a8a;
}

.wp-block-snow-monkey-blocks-spider-slider {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
.wp-block-snow-monkey-blocks-spider-slider .spider__dot {
  transition: opacity 0.3s ease;
}
.wp-block-snow-monkey-blocks-spider-slider .spider__dot:not([aria-current=true]) {
  opacity: 0.32;
}
.wp-block-snow-monkey-blocks-spider-slider .spider__dot:not([aria-current=true]):hover {
  opacity: 0.8;
}
.wp-block-snow-monkey-blocks-spider-slider .spider__dots {
  gap: 16px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media (max-width: 767px) {
  .wp-block-snow-monkey-blocks-spider-slider .spider {
    margin-inline: calc(((100vw - 100%) / 2) * -1) !important;
  }
  .wp-block-snow-monkey-blocks-spider-slider .spider__dots {
    justify-content: center !important;
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
@media (min-width: 768px) {
  .wp-block-snow-monkey-blocks-spider-slider {
    display: flex;
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
    max-width: 884px;
  }
  .wp-block-snow-monkey-blocks-spider-slider .spider__dot {
    width: 117px !important;
  }
  .wp-block-snow-monkey-blocks-spider-slider .spider__dots {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-end !important;
    -webkit-margin-start: 56px;
            margin-inline-start: 56px;
  }
}

/* Module
----------------------------------------*/
.module-access {
  font-size: 14px;
  overflow: visible !important;
  padding-block: 40px !important;
}
.module-access .smb-section-with-bgimage__bgimage::after {
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.module-access .smb-section-with-bgimage__bgimage img {
  -o-object-position: 0 30%;
     object-position: 0 30%;
  opacity: 0.5;
}
.module-access .smb-section-with-bgimage__bgimage--sm::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 1.04%, white 1.04%, white 1.156%, rgba(255, 255, 255, 0.9) 1.156%, rgba(255, 255, 255, 0.9) 1.965%, rgba(255, 255, 255, 0.72) 1.965%, rgba(255, 255, 255, 0.72) 3.121%, rgba(255, 255, 255, 0.64) 3.121%, rgba(255, 255, 255, 0.64) 4.046%, rgba(255, 255, 255, 0) 4.046%, rgba(255, 255, 255, 0) 95.954%, rgba(255, 255, 255, 0.64) 95.954%, rgba(255, 255, 255, 0.64) 96.879%, rgba(255, 255, 255, 0.72) 96.879%, rgba(255, 255, 255, 0.72) 98.035%, rgba(255, 255, 255, 0.9) 98.035%, rgba(255, 255, 255, 0.9) 98.844%, white 98.844%, white 98.96%, rgba(255, 255, 255, 0.96) 98.96%, rgba(255, 255, 255, 0.96) 100%);
}
.module-access .smb-section-with-bgimage__bgimage--lg::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 1.563%, white 1.563%, white 1.736%, rgba(255, 255, 255, 0.9) 1.736%, rgba(255, 255, 255, 0.9) 2.951%, rgba(255, 255, 255, 0.72) 2.951%, rgba(255, 255, 255, 0.72) 4.688%, rgba(255, 255, 255, 0.64) 4.688%, rgba(255, 255, 255, 0.64) 6.076%, rgba(255, 255, 255, 0) 6.076%, rgba(255, 255, 255, 0) 93.924%, rgba(255, 255, 255, 0.64) 93.924%, rgba(255, 255, 255, 0.64) 95.313%, rgba(255, 255, 255, 0.72) 95.313%, rgba(255, 255, 255, 0.72) 97.049%, rgba(255, 255, 255, 0.9) 97.049%, rgba(255, 255, 255, 0.9) 98.264%, white 98.264%, white 98.438%, rgba(255, 255, 255, 0.96) 98.438%, rgba(255, 255, 255, 0.96) 100%);
}
.module-access::before {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  content: "";
  height: calc(100% - 30px);
  max-width: 1024px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 102.1333333333vw;
  z-index: 1;
}
.module-access .smb-section__inner {
  margin-inline: auto;
  z-index: 1;
}
.module-access .smb-section__inner::before {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  content: "";
  height: 100%;
  max-width: 996px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 90.9333333333vw;
}
.module-access .wp-block-columns {
  padding-block: 16px;
}
.module-access .wp-block-snow-monkey-blocks-btn.has-icon-arrowRight .smb-btn::after {
  right: 12px;
}
.module-access .wp-block-snow-monkey-blocks-btn.has-logo .smb-btn {
  padding-block: 5px;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
}
.module-access .wp-block-snow-monkey-blocks-btn.has-logo .smb-btn::before {
  width: 28px;
}
@media (min-width: 768px) {
  .module-access .smb-section__contents-wrapper {
    position: relative;
  }
  .module-access .smb-section__inner {
    max-width: 996px;
  }
  .module-access .wp-block-column {
    position: relative;
  }
  .module-access .wp-block-columns {
    padding-block: 56px 24px;
  }
  .module-access .wp-block-snow-monkey-blocks-buttons {
    justify-content: space-between;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

@media (max-width: 767px) {
  .module-access-caption {
    padding: 56px 40px 0;
  }
}
@media (min-width: 768px) {
  .module-access-caption {
    flex-basis: auto !important;
    margin-inline: auto !important;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  .module-access-caption > p {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}

.module-access-instagram {
  align-items: center;
  display: inline-flex;
  max-width: 32px;
}

.module-access ~ .module-access-link {
  gap: 24px;
  margin-top: 32px;
}
.module-access-link .wp-block-snow-monkey-blocks-buttons {
  gap: 24px;
}
@media (max-width: 767px) {
  .module-access-link .smb-btn {
    width: 64vw;
  }
}
@media (min-width: 768px) {
  .module-access-link {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 28px;
    display: flex;
    gap: 46px;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    padding: 8px 16px 8px 42px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
  }
  .module-access-link .wp-block-snow-monkey-blocks-buttons {
    gap: 18px;
  }
}

.module-access-logo {
  background-color: rgba(255, 255, 255, 0.86);
  border-radius: 32px;
  inset: 0 0 auto;
  padding: 30px;
  position: absolute;
  transform: translateY(-50%);
  width: 72.8vw;
}
.module-access-logo img {
  margin-inline: auto;
  width: 26.6666666667vw;
}
@media (min-width: 768px) {
  .module-access-logo {
    box-shadow: 0 2px 51px 0 rgba(50, 51, 51, 0.2);
    margin-bottom: -35%;
    position: relative;
    transform: translateY(-70%);
    width: 273px;
  }
  .module-access-logo img {
    width: 134px;
  }
}

@media (min-width: 768px) {
  .module-access-map {
    align-items: center;
    display: flex;
    flex-basis: 58.7368421053% !important;
  }
  .module-access-map .wp-block-image {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .module-access-map .wp-block-snow-monkey-blocks-buttons {
    bottom: 0;
    flex-wrap: nowrap;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

.module-banner .wp-block-snow-monkey-blocks-buttons .smb-btn {
  border-radius: 0;
  color: #fff !important;
  font-weight: 500;
  justify-content: flex-start;
  overflow: hidden;
  padding: 24px;
  position: relative;
}
.module-banner .wp-block-snow-monkey-blocks-buttons .smb-btn::before {
  background: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
}
.module-banner .smb-buttons {
  gap: 8px;
}
@media (max-width: 767px) {
  .module-banner {
    background-color: #fff;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .module-banner {
    align-items: flex-end;
    display: flex;
    height: 100svh;
    margin-inline: 0 !important;
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .module-banner .wp-block-snow-monkey-blocks-buttons .smb-btn {
    border-radius: 24px;
    padding-block: 20px;
    width: 344px;
  }
}

.module-banner-onlineshop .smb-btn {
  background-image: linear-gradient(-90deg, #567631 0%, #8e9d59 100%);
  box-shadow: 0 2px 51px 0 rgba(50, 51, 51, 0.2);
}
.module-banner-onlineshop .smb-btn::before {
  background-image: url("https://orinoto.com/wp/wp-content/uploads/2026/03/icon_banner-onlineshop.png") !important;
  height: 25.0666666667vw;
  max-height: 94px;
  right: 20px;
  width: 30.1333333333%;
}

.module-banner-weavingExperience .smb-btn {
  background-image: linear-gradient(-90deg, rgba(134, 143, 37, 0.99608) 0%, #ae9e5c 100%);
  box-shadow: 0 2px 51px 0 rgba(50, 51, 51, 0.2);
}
.module-banner-weavingExperience .smb-btn::before {
  background-image: url("https://orinoto.com/wp/wp-content/uploads/2026/03/icon_banner-weavingExperience.png") !important;
  height: 24vw;
  max-height: 90px;
  right: 0;
  top: -15px !important;
  width: 38.1333333333%;
}

.module-form {
  max-width: 1024px;
  -webkit-padding-after: 56px;
          padding-block-end: 56px;
}
.module-form .form-table {
  border-collapse: collapse;
  margin: 16px auto;
  max-width: 904px;
  width: 100%;
}
.module-form .form-table th,
.module-form .form-table td {
  text-align: left;
  vertical-align: top;
}
.module-form .form-table th {
  font-weight: normal;
  white-space: nowrap;
}
.module-form .form-table th p {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.module-form .form-table th .required {
  font-size: clamp(14px, calc(10.4444444444px + 0.462962963vw), 16px);
  background: #fff;
  border: 1px solid #eb2d2d;
  border-radius: 8px;
  color: #eb2d2d;
  display: inline-block;
  padding: 2px 12px;
}
.module-form .form-table td input[type=email],
.module-form .form-table td input[type=tel],
.module-form .form-table td input[type=text],
.module-form .form-table td textarea {
  border: 1px solid #ccc;
  border-radius: 16px;
  box-shadow: none;
  padding: 12px 16px;
  width: 100%;
}
.module-form .form-table td input[type=email]::-moz-placeholder, .module-form .form-table td input[type=tel]::-moz-placeholder, .module-form .form-table td input[type=text]::-moz-placeholder, .module-form .form-table td textarea::-moz-placeholder {
  color: #bbb;
}
.module-form .form-table td input[type=email]:-ms-input-placeholder, .module-form .form-table td input[type=tel]:-ms-input-placeholder, .module-form .form-table td input[type=text]:-ms-input-placeholder, .module-form .form-table td textarea:-ms-input-placeholder {
  color: #bbb;
}
.module-form .form-table td input[type=email]::-ms-input-placeholder, .module-form .form-table td input[type=tel]::-ms-input-placeholder, .module-form .form-table td input[type=text]::-ms-input-placeholder, .module-form .form-table td textarea::-ms-input-placeholder {
  color: #bbb;
}
.module-form .form-table td input[type=email]::placeholder,
.module-form .form-table td input[type=tel]::placeholder,
.module-form .form-table td input[type=text]::placeholder,
.module-form .form-table td textarea::placeholder {
  color: #bbb;
}
.module-form .form-table td textarea {
  height: 264px;
  resize: vertical;
  width: 100%;
}
.module-form .form-table td .wpcf7-form-control-wrap[data-name=your-email-confirm] {
  display: block;
  margin-top: 12px;
}
.module-form .form-table td .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.module-form .form-table td .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}
.module-form .form-table td .wpcf7-radio label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 6px;
}
.module-form .form-submit {
  align-items: center;
  background: #eee;
  border-radius: 32px;
  display: flex;
  gap: 24px;
  justify-content: center;
  -webkit-margin-before: 28px;
          margin-block-start: 28px;
  padding-block: 40px;
  position: relative;
  text-align: center;
}
.module-form .form-submit > p {
  align-items: inherit;
  display: inherit;
  gap: inherit;
  justify-content: inherit;
  width: 100%;
}
.module-form .form-submit .wpcf7-previous {
  background: #eee;
  border: 2px solid #fff;
  border-radius: 10vw;
  cursor: pointer;
  padding: 8px;
  width: 144px;
}
.module-form .form-submit .wpcf7-submit {
  background: #fff;
  border: 0;
  border-radius: 10vw;
  color: #0b57d0;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.1em;
  max-width: 273px;
  padding: 18px;
  width: 100%;
}
.module-form .form-submit .wpcf7-spinner {
  inset: auto 0 0;
  margin-inline: auto;
  position: absolute;
}
.module-form .wp-block-heading {
  font-size: clamp(24px, calc(9.7777777778px + 1.8518518519vw), 32px);
  display: flex;
  font-weight: 300;
  justify-content: center;
}
.module-form .wpcf7 .wpcf7-not-valid-tip {
  color: #dc3232;
}
.module-form .wpcf7 .wpcf7-response-output {
  align-items: center;
  background-color: #fbf3f3;
  border: 2px solid #dc3232 !important;
  border-radius: 10vw;
  color: #dc3232;
  display: flex;
  justify-content: center;
  margin: 34px auto 16px;
  padding: 12px;
  width: 80%;
}
@media (max-width: 767px) {
  .module-form th,
.module-form td {
    display: block;
    width: 100%;
  }
  .module-form th {
    padding-bottom: 12px;
  }
  .module-form td {
    padding-bottom: 32px;
  }
  .module-form .form-submit {
    flex-direction: column-reverse;
    margin-inline: calc(((100vw - 100%) / 2) * -1) !important;
  }
  .module-form .form-submit > p {
    flex-direction: inherit;
  }
}
@media (min-width: 768px) {
  .module-form {
    background-color: rgba(255, 255, 255, 0.86);
    border-radius: 32px;
    box-shadow: 0 2px 51px 0 rgba(50, 51, 51, 0.2);
    padding: 64px 56px 56px;
  }
  .module-form .form-table th {
    height: 1px;
    min-height: 44px;
    padding: 28px 40px 28px 0;
    width: 360px;
  }
  .module-form .form-table th .th-inner {
    align-items: stretch;
    display: grid;
    gap: 12px;
    grid-template-columns: auto auto;
    height: 100%;
  }
  .module-form .form-table th .th-inner .required {
    display: grid;
    place-items: center;
  }
  .module-form .form-table td {
    padding: 24px 0;
  }
  .module-form .form-table td input[type=tel],
.module-form .form-table td input[type=text] {
    max-width: 360px;
  }
  .module-form .form-table.is-confirm td {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .module-form .form-submit .wpcf7-previous {
    padding: 16px;
  }
}

.module-guidemap .c-container {
  background-color: #eee;
  border-radius: 32px;
  padding-block: 40px;
}
.module-guidemap .smb-media-text__figure {
  margin-inline: auto;
  max-width: 100%;
  width: 51.7333333333vw;
}
.module-guidemap .smb-media-text__title {
  font-size: clamp(20px, calc(12.8888888889px + 0.9259259259vw), 24px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .module-guidemap .c-container {
    margin-inline: calc(((100vw - 100%) / 2) * -1) !important;
  }
}
@media (min-width: 768px) {
  .module-guidemap .c-container {
    background-color: #fff;
    box-shadow: 0 2px 51px 0 rgba(50, 51, 51, 0.2);
    max-width: 698px;
    padding: 16px 24px 16px 40px;
  }
  .module-guidemap .smb-media-text__body {
    margin-top: 16px;
  }
  .module-guidemap .smb-media-text__contents-wrapper {
    margin-left: 48px;
    padding-top: 32px;
  }
  .module-guidemap .smb-media-text__figure {
    border-radius: 24px;
    overflow: hidden;
    width: 194px;
  }
  .module-guidemap.alignfull {
    -webkit-margin-before: -190px !important;
            margin-block-start: -190px !important;
  }
}

.module-weavingExperience {
  font-family: "Klee One", cursive;
  font-weight: 600;
}
.module-weavingExperience .smb-section-with-bgimage__bgimage::after {
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.module-weavingExperience .smb-section-with-bgimage__bgimage img {
  -o-object-position: 50% 65%;
     object-position: 50% 65%;
}
.module-weavingExperience .smb-section-with-bgimage__bgimage--sm::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 1.636%, white 1.636%, white 1.818%, rgba(255, 255, 255, 0.9) 1.818%, rgba(255, 255, 255, 0.9) 3.091%, rgba(255, 255, 255, 0.72) 3.091%, rgba(255, 255, 255, 0.72) 4.909%, rgba(255, 255, 255, 0.64) 4.909%, rgba(255, 255, 255, 0.64) 6.364%, rgba(255, 255, 255, 0) 6.364%, rgba(255, 255, 255, 0) 93.636%, rgba(255, 255, 255, 0.64) 93.636%, rgba(255, 255, 255, 0.64) 95.091%, rgba(255, 255, 255, 0.72) 95.091%, rgba(255, 255, 255, 0.72) 96.909%, rgba(255, 255, 255, 0.9) 96.909%, rgba(255, 255, 255, 0.9) 98.182%, white 98.182%, white 98.364%, rgba(255, 255, 255, 0.96) 98.364%, rgba(255, 255, 255, 0.96) 100%);
}
.module-weavingExperience .smb-section-with-bgimage__bgimage--lg::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 2.466%, white 2.466%, white 2.74%, rgba(255, 255, 255, 0.9) 2.74%, rgba(255, 255, 255, 0.9) 4.658%, rgba(255, 255, 255, 0.72) 4.658%, rgba(255, 255, 255, 0.72) 7.397%, rgba(255, 255, 255, 0.64) 7.397%, rgba(255, 255, 255, 0.64) 9.589%, rgba(255, 255, 255, 0) 9.589%, rgba(255, 255, 255, 0) 90.411%, rgba(255, 255, 255, 0.64) 90.411%, rgba(255, 255, 255, 0.64) 92.603%, rgba(255, 255, 255, 0.72) 92.603%, rgba(255, 255, 255, 0.72) 95.342%, rgba(255, 255, 255, 0.9) 95.342%, rgba(255, 255, 255, 0.9) 97.26%, white 97.26%, white 97.534%, rgba(255, 255, 255, 0.96) 97.534%, rgba(255, 255, 255, 0.96) 100%);
}
.module-weavingExperience .smb-section__body {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.module-weavingExperience .smb-section__contents-wrapper {
  padding-block: 16px;
}
.module-weavingExperience .smb-section__header {
  position: relative;
  text-align: left;
  z-index: 1;
}
.module-weavingExperience .smb-section__inner {
  margin-inline: auto;
  max-width: 516px;
}
.module-weavingExperience .smb-section__inner::before {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 51px 0 rgba(50, 51, 51, 0.2);
  content: "";
  height: 100%;
  max-width: 516px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 100vw;
}
.module-weavingExperience .smb-section__title {
  font-size: clamp(27px, calc(18.1111111111px + 1.1574074074vw), 32px);
}
.module-weavingExperience .smb-section__title img {
  bottom: 0;
  max-width: 200px;
  position: absolute;
  right: 0;
  width: 37.6vw !important;
}
.module-weavingExperience .wp-block-snow-monkey-blocks-btn .smb-btn {
  box-shadow: 0 2px 51px 0 rgba(50, 51, 51, 0.2);
  font-size: 18px;
  padding-block: 22px;
}
@media (min-width: 768px) {
  .module-weavingExperience .smb-section__body > :not(.wp-block-snow-monkey-blocks-buttons) {
    padding-inline: 24px;
  }
  .module-weavingExperience .smb-section__contents-wrapper {
    padding-block: 32px;
  }
  .module-weavingExperience .smb-section__header {
    padding-inline: 24px;
  }
  .module-weavingExperience .smb-section-with-bgimage__bgimage {
    aspect-ratio: 1923/365;
    inset: auto 0;
  }
  .module-weavingExperience .smb-section__inner::before {
    border-radius: 32px;
  }
  .module-weavingExperience .wp-block-snow-monkey-blocks-btn .smb-btn {
    border-radius: 32px;
    padding-block: 23px;
  }
}

.module-separate {
  aspect-ratio: 1920/144;
  background: url("https://orinoto.com/wp/wp-content/uploads/2026/03/section-separate_texture.png") center/100% 100% no-repeat;
}
.module-separate .smb-section__inner {
  display: none;
}

/* アコーディオン開閉アニメーション
----------------------------------------*/
.wp-block-accordion-panel {
  display: grid !important;
  grid-template-rows: 0fr;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}

.wp-block-accordion-panel > * {
  min-height: 0;
  overflow: hidden;
  padding-block: 0;
  transition: padding-block 0.3s ease;
}

.wp-block-accordion-item.is-open > .wp-block-accordion-panel > * {
  padding-block: 16px;
}

.wp-block-accordion-item.is-open > .wp-block-accordion-panel {
  grid-template-rows: 1fr;
}
