/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs/index.js??ruleSet[1].rules[0].use[2]!./scss/style.scss ***!
  \************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
:root,
[data-bs-theme=light] {
  --bs-blue: #0000ff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #e6452e;
  --bs-orange: #fd7e14;
  --bs-yellow: #f2f20d;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #232323;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #000000;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #ffffff;
  --bs-dark: #232323;
  --bs-black: #232323;
  --bs-gray: #ececec;
  --bs-bgray: #cfd8e2;
  --bs-dgray: #5d5d5d;
  --bs-white: #ffffff;
  --bs-red: #e6452e;
  --bs-yellow: #f2f20d;
  --bs-navy: #0f1e35;
  --bs-dnavy: #030c1a;
  --bs-blue: #0000ff;
  --bs-primary-rgb: 0, 0, 0;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 35, 35, 35;
  --bs-black-rgb: 35, 35, 35;
  --bs-gray-rgb: 236, 236, 236;
  --bs-bgray-rgb: 207, 216, 226;
  --bs-dgray-rgb: 93, 93, 93;
  --bs-white-rgb: 255, 255, 255;
  --bs-red-rgb: 230, 69, 46;
  --bs-yellow-rgb: 242, 242, 13;
  --bs-navy-rgb: 15, 30, 53;
  --bs-dnavy-rgb: 3, 12, 26;
  --bs-blue-rgb: 0, 0, 255;
  --bs-primary-text-emphasis: black;
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cccccc;
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #999999;
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 35, 35, 35;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 16px;
  --bs-body-font-family: "Noto Sans JP", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 600;
  --bs-body-line-height: 2;
  --bs-body-color: #232323;
  --bs-body-color-rgb: 35, 35, 35;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #232323;
  --bs-emphasis-color-rgb: 35, 35, 35;
  --bs-secondary-color: rgba(35, 35, 35, 0.75);
  --bs-secondary-color-rgb: 35, 35, 35;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(35, 35, 35, 0.5);
  --bs-tertiary-color-rgb: 35, 35, 35;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #000000;
  --bs-link-color-rgb: 0, 0, 0;
  --bs-link-decoration: underline;
  --bs-link-hover-color: black;
  --bs-link-hover-color-rgb: 0, 0, 0;
  --bs-code-color: #d63384;
  --bs-highlight-color: #232323;
  --bs-highlight-bg: rgb(252.4, 252.4, 206.6);
  --bs-border-width: 0;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(35, 35, 35, 0.175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(35, 35, 35, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(35, 35, 35, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(35, 35, 35, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(35, 35, 35, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 0, 0, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #ffffff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg: #232323;
  --bs-body-bg-rgb: 35, 35, 35;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(255, 255, 255, 0.75);
  --bs-secondary-color-rgb: 255, 255, 255;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(255, 255, 255, 0.5);
  --bs-tertiary-color-rgb: 255, 255, 255;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #666666;
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: black;
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: rgb(43.5, 46.5, 49.5);
  --bs-primary-border-subtle: black;
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #666666;
  --bs-link-hover-color: rgb(132.6, 132.6, 132.6);
  --bs-link-color-rgb: 102, 102, 102;
  --bs-link-hover-color-rgb: 133, 133, 133;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #ffffff;
  --bs-highlight-bg: rgb(96.8, 96.8, 5.2);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(240, 143.4, 129.6);
  --bs-form-invalid-border-color: rgb(240, 143.4, 129.6);
}

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

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

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

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

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

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

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

h5, .h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-weight: 600;
  line-height: 1.15;
  font-size: calc(1.925rem + 8.1vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 8rem;
  }
}

.display-2 {
  font-weight: 600;
  line-height: 1.15;
  font-size: calc(1.845rem + 7.14vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 7.2rem;
  }
}

.display-3 {
  font-weight: 600;
  line-height: 1.15;
  font-size: calc(1.765rem + 6.18vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 6.4rem;
  }
}

.display-4 {
  font-weight: 600;
  line-height: 1.15;
  font-size: calc(1.685rem + 5.22vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 5.6rem;
  }
}

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 9rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 9rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 9rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 9rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 9rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 9rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

.text-bg-gray {
  color: #232323 !important;
  background-color: RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-bgray {
  color: #232323 !important;
  background-color: RGBA(var(--bs-bgray-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dgray {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-dgray-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

.text-bg-red {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-red-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow {
  color: #232323 !important;
  background-color: RGBA(var(--bs-yellow-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-navy {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-navy-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dnavy {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-dnavy-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-blue-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

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

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

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

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

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

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

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

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

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

.link-bgray {
  color: RGBA(var(--bs-bgray-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-bgray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-bgray:hover, .link-bgray:focus {
  color: RGBA(217, 224, 232, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(217, 224, 232, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !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: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 3rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 1rem 1rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-color: #232323;
  --bs-table-bg: #cccccc;
  --bs-table-border-color: rgb(170.2, 170.2, 170.2);
  --bs-table-striped-bg: rgb(195.55, 195.55, 195.55);
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: rgb(187.1, 187.1, 187.1);
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: rgb(191.325, 191.325, 191.325);
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #232323;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(187.48, 188.92, 190.2);
  --bs-table-striped-bg: rgb(216.07, 217.78, 219.3);
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: rgb(206.54, 208.16, 209.6);
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: rgb(211.305, 212.97, 214.45);
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #232323;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(174.2, 191.8, 183.64);
  --bs-table-striped-bg: rgb(200.3, 221.2, 211.51);
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: rgb(191.6, 211.4, 202.22);
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: rgb(195.95, 216.3, 206.865);
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #232323;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(172.28, 202.52, 208.6);
  --bs-table-striped-bg: rgb(198.02, 233.93, 241.15);
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: rgb(189.44, 223.46, 230.3);
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: rgb(193.73, 228.695, 235.725);
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #232323;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(211, 201.08, 171.32);
  --bs-table-striped-bg: rgb(244, 232.22, 196.88);
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: rgb(233, 221.84, 188.36);
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: rgb(238.5, 227.03, 192.62);
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #232323;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(205.4, 178.68, 181.24);
  --bs-table-striped-bg: rgb(237.35, 205.62, 208.66);
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: rgb(226.7, 196.64, 199.52);
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: rgb(232.025, 201.13, 204.09);
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #232323;
  --bs-table-bg: #ffffff;
  --bs-table-border-color: lightgray;
  --bs-table-striped-bg: #f4f4f4;
  --bs-table-striped-color: #232323;
  --bs-table-active-bg: #e9e9e9;
  --bs-table-active-color: #232323;
  --bs-table-hover-bg: rgb(238.5, 238.5, 238.5);
  --bs-table-hover-color: #232323;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #ffffff;
  --bs-table-bg: #232323;
  --bs-table-border-color: #4f4f4f;
  --bs-table-striped-bg: #2e2e2e;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #393939;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: rgb(51.5, 51.5, 51.5);
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #ffffff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 2;
}

.col-form-label-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.875rem;
}

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

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

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

.form-control-sm {
  min-height: calc(2em + 0.7rem + calc(0 * 2));
  padding: 0.35rem 1rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.35rem 1rem;
  margin: -0.35rem -1rem;
  margin-inline-end: 1rem;
}

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

textarea.form-control {
  min-height: calc(2em + 1.5rem + calc(0 * 2));
}
textarea.form-control-sm {
  min-height: calc(2em + 0.7rem + calc(0 * 2));
}
textarea.form-control-lg {
  min-height: calc(2em + 2rem + calc(0 * 2));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: 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;
}

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-black {
  --bs-focus-ring-color: rgba(var(--bs-black-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray {
  --bs-focus-ring-color: rgba(var(--bs-gray-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-bgray {
  --bs-focus-ring-color: rgba(var(--bs-bgray-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dgray {
  --bs-focus-ring-color: rgba(var(--bs-dgray-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-white {
  --bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-red {
  --bs-focus-ring-color: rgba(var(--bs-red-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-yellow {
  --bs-focus-ring-color: rgba(var(--bs-yellow-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-navy {
  --bs-focus-ring-color: rgba(var(--bs-navy-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dnavy {
  --bs-focus-ring-color: rgba(var(--bs-dnavy-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-blue {
  --bs-focus-ring-color: rgba(var(--bs-blue-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

.position-sticky {
  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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

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

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

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

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

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

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

.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.75rem !important;
}

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

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

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

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

.m-6 {
  margin: 13.5rem !important;
}

.m-7 {
  margin: 18rem !important;
}

.m-8 {
  margin: 22.5rem !important;
}

.m-9 {
  margin: 27rem !important;
}

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

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

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

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

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

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

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

.mx-6 {
  margin-right: 13.5rem !important;
  margin-left: 13.5rem !important;
}

.mx-7 {
  margin-right: 18rem !important;
  margin-left: 18rem !important;
}

.mx-8 {
  margin-right: 22.5rem !important;
  margin-left: 22.5rem !important;
}

.mx-9 {
  margin-right: 27rem !important;
  margin-left: 27rem !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.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

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

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

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

.my-6 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important;
}

.my-7 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.my-8 {
  margin-top: 22.5rem !important;
  margin-bottom: 22.5rem !important;
}

.my-9 {
  margin-top: 27rem !important;
  margin-bottom: 27rem !important;
}

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 13.5rem !important;
}

.mt-7 {
  margin-top: 18rem !important;
}

.mt-8 {
  margin-top: 22.5rem !important;
}

.mt-9 {
  margin-top: 27rem !important;
}

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

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

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

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

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

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

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

.me-6 {
  margin-right: 13.5rem !important;
}

.me-7 {
  margin-right: 18rem !important;
}

.me-8 {
  margin-right: 22.5rem !important;
}

.me-9 {
  margin-right: 27rem !important;
}

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

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 13.5rem !important;
}

.mb-7 {
  margin-bottom: 18rem !important;
}

.mb-8 {
  margin-bottom: 22.5rem !important;
}

.mb-9 {
  margin-bottom: 27rem !important;
}

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

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

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

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

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

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

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

.ms-6 {
  margin-left: 13.5rem !important;
}

.ms-7 {
  margin-left: 18rem !important;
}

.ms-8 {
  margin-left: 22.5rem !important;
}

.ms-9 {
  margin-left: 27rem !important;
}

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

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

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

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

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

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

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

.p-6 {
  padding: 13.5rem !important;
}

.p-7 {
  padding: 18rem !important;
}

.p-8 {
  padding: 22.5rem !important;
}

.p-9 {
  padding: 27rem !important;
}

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

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

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

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

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

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

.px-6 {
  padding-right: 13.5rem !important;
  padding-left: 13.5rem !important;
}

.px-7 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.px-8 {
  padding-right: 22.5rem !important;
  padding-left: 22.5rem !important;
}

.px-9 {
  padding-right: 27rem !important;
  padding-left: 27rem !important;
}

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

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

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

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

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

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

.py-6 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}

.py-7 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-8 {
  padding-top: 22.5rem !important;
  padding-bottom: 22.5rem !important;
}

.py-9 {
  padding-top: 27rem !important;
  padding-bottom: 27rem !important;
}

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

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

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

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

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

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

.pt-6 {
  padding-top: 13.5rem !important;
}

.pt-7 {
  padding-top: 18rem !important;
}

.pt-8 {
  padding-top: 22.5rem !important;
}

.pt-9 {
  padding-top: 27rem !important;
}

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

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

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

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

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

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

.pe-6 {
  padding-right: 13.5rem !important;
}

.pe-7 {
  padding-right: 18rem !important;
}

.pe-8 {
  padding-right: 22.5rem !important;
}

.pe-9 {
  padding-right: 27rem !important;
}

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 13.5rem !important;
}

.pb-7 {
  padding-bottom: 18rem !important;
}

.pb-8 {
  padding-bottom: 22.5rem !important;
}

.pb-9 {
  padding-bottom: 27rem !important;
}

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

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

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

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

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

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

.ps-6 {
  padding-left: 13.5rem !important;
}

.ps-7 {
  padding-left: 18rem !important;
}

.ps-8 {
  padding-left: 22.5rem !important;
}

.ps-9 {
  padding-left: 27rem !important;
}

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

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

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

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

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

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

.gap-6 {
  gap: 13.5rem !important;
}

.gap-7 {
  gap: 18rem !important;
}

.gap-8 {
  gap: 22.5rem !important;
}

.gap-9 {
  gap: 27rem !important;
}

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

.row-gap-1 {
  row-gap: 0.75rem !important;
}

.row-gap-2 {
  row-gap: 1.5rem !important;
}

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

.row-gap-4 {
  row-gap: 4.5rem !important;
}

.row-gap-5 {
  row-gap: 9rem !important;
}

.row-gap-6 {
  row-gap: 13.5rem !important;
}

.row-gap-7 {
  row-gap: 18rem !important;
}

.row-gap-8 {
  row-gap: 22.5rem !important;
}

.row-gap-9 {
  row-gap: 27rem !important;
}

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

.column-gap-1 {
  column-gap: 0.75rem !important;
}

.column-gap-2 {
  column-gap: 1.5rem !important;
}

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

.column-gap-4 {
  column-gap: 4.5rem !important;
}

.column-gap-5 {
  column-gap: 9rem !important;
}

.column-gap-6 {
  column-gap: 13.5rem !important;
}

.column-gap-7 {
  column-gap: 18rem !important;
}

.column-gap-8 {
  column-gap: 22.5rem !important;
}

.column-gap-9 {
  column-gap: 27rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

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

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

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

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

.lh-lg {
  line-height: 3 !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-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

.text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-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: var(--bs-secondary-color) !important;
}

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

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

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

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

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

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

.link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-bgray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-bgray-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dgray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dgray-rgb), var(--bs-link-underline-opacity)) !important;
}

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

.link-underline-red {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-navy {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-navy-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dnavy {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dnavy-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-blue {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-rgb), var(--bs-link-underline-opacity)) !important;
}

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-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-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-dgray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dgray-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-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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.75rem !important;
  }
  .m-sm-2 {
    margin: 1.5rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-4 {
    margin: 4.5rem !important;
  }
  .m-sm-5 {
    margin: 9rem !important;
  }
  .m-sm-6 {
    margin: 13.5rem !important;
  }
  .m-sm-7 {
    margin: 18rem !important;
  }
  .m-sm-8 {
    margin: 22.5rem !important;
  }
  .m-sm-9 {
    margin: 27rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-4 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-6 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-8 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-sm-9 {
    margin-right: 27rem !important;
    margin-left: 27rem !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.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-4 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-5 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-6 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-sm-7 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-8 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-sm-9 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !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.75rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 9rem !important;
  }
  .mt-sm-6 {
    margin-top: 13.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 18rem !important;
  }
  .mt-sm-8 {
    margin-top: 22.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 27rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.75rem !important;
  }
  .me-sm-2 {
    margin-right: 1.5rem !important;
  }
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  .me-sm-4 {
    margin-right: 4.5rem !important;
  }
  .me-sm-5 {
    margin-right: 9rem !important;
  }
  .me-sm-6 {
    margin-right: 13.5rem !important;
  }
  .me-sm-7 {
    margin-right: 18rem !important;
  }
  .me-sm-8 {
    margin-right: 22.5rem !important;
  }
  .me-sm-9 {
    margin-right: 27rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 13.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 22.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 27rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-2 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  .ms-sm-4 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 9rem !important;
  }
  .ms-sm-6 {
    margin-left: 13.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 18rem !important;
  }
  .ms-sm-8 {
    margin-left: 22.5rem !important;
  }
  .ms-sm-9 {
    margin-left: 27rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.75rem !important;
  }
  .p-sm-2 {
    padding: 1.5rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-4 {
    padding: 4.5rem !important;
  }
  .p-sm-5 {
    padding: 9rem !important;
  }
  .p-sm-6 {
    padding: 13.5rem !important;
  }
  .p-sm-7 {
    padding: 18rem !important;
  }
  .p-sm-8 {
    padding: 22.5rem !important;
  }
  .p-sm-9 {
    padding: 27rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-4 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-5 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-6 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-sm-7 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-8 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .px-sm-9 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-4 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-5 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-6 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-sm-7 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-8 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .py-sm-9 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-2 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 9rem !important;
  }
  .pt-sm-6 {
    padding-top: 13.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 18rem !important;
  }
  .pt-sm-8 {
    padding-top: 22.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 27rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-2 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  .pe-sm-4 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 9rem !important;
  }
  .pe-sm-6 {
    padding-right: 13.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 18rem !important;
  }
  .pe-sm-8 {
    padding-right: 22.5rem !important;
  }
  .pe-sm-9 {
    padding-right: 27rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 13.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 22.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 27rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-2 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  .ps-sm-4 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 9rem !important;
  }
  .ps-sm-6 {
    padding-left: 13.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 18rem !important;
  }
  .ps-sm-8 {
    padding-left: 22.5rem !important;
  }
  .ps-sm-9 {
    padding-left: 27rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.75rem !important;
  }
  .gap-sm-2 {
    gap: 1.5rem !important;
  }
  .gap-sm-3 {
    gap: 3rem !important;
  }
  .gap-sm-4 {
    gap: 4.5rem !important;
  }
  .gap-sm-5 {
    gap: 9rem !important;
  }
  .gap-sm-6 {
    gap: 13.5rem !important;
  }
  .gap-sm-7 {
    gap: 18rem !important;
  }
  .gap-sm-8 {
    gap: 22.5rem !important;
  }
  .gap-sm-9 {
    gap: 27rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.75rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 4.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 9rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 13.5rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 18rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 22.5rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 27rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.75rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 4.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 9rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 13.5rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 18rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 22.5rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 27rem !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;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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.75rem !important;
  }
  .m-md-2 {
    margin: 1.5rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-4 {
    margin: 4.5rem !important;
  }
  .m-md-5 {
    margin: 9rem !important;
  }
  .m-md-6 {
    margin: 13.5rem !important;
  }
  .m-md-7 {
    margin: 18rem !important;
  }
  .m-md-8 {
    margin: 22.5rem !important;
  }
  .m-md-9 {
    margin: 27rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-4 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-5 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-6 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-md-7 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-8 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-md-9 {
    margin-right: 27rem !important;
    margin-left: 27rem !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.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-4 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-5 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-6 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-md-7 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-8 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-md-9 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !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.75rem !important;
  }
  .mt-md-2 {
    margin-top: 1.5rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4.5rem !important;
  }
  .mt-md-5 {
    margin-top: 9rem !important;
  }
  .mt-md-6 {
    margin-top: 13.5rem !important;
  }
  .mt-md-7 {
    margin-top: 18rem !important;
  }
  .mt-md-8 {
    margin-top: 22.5rem !important;
  }
  .mt-md-9 {
    margin-top: 27rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.75rem !important;
  }
  .me-md-2 {
    margin-right: 1.5rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-4 {
    margin-right: 4.5rem !important;
  }
  .me-md-5 {
    margin-right: 9rem !important;
  }
  .me-md-6 {
    margin-right: 13.5rem !important;
  }
  .me-md-7 {
    margin-right: 18rem !important;
  }
  .me-md-8 {
    margin-right: 22.5rem !important;
  }
  .me-md-9 {
    margin-right: 27rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 9rem !important;
  }
  .mb-md-6 {
    margin-bottom: 13.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 18rem !important;
  }
  .mb-md-8 {
    margin-bottom: 22.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 27rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.75rem !important;
  }
  .ms-md-2 {
    margin-left: 1.5rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-4 {
    margin-left: 4.5rem !important;
  }
  .ms-md-5 {
    margin-left: 9rem !important;
  }
  .ms-md-6 {
    margin-left: 13.5rem !important;
  }
  .ms-md-7 {
    margin-left: 18rem !important;
  }
  .ms-md-8 {
    margin-left: 22.5rem !important;
  }
  .ms-md-9 {
    margin-left: 27rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.75rem !important;
  }
  .p-md-2 {
    padding: 1.5rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-4 {
    padding: 4.5rem !important;
  }
  .p-md-5 {
    padding: 9rem !important;
  }
  .p-md-6 {
    padding: 13.5rem !important;
  }
  .p-md-7 {
    padding: 18rem !important;
  }
  .p-md-8 {
    padding: 22.5rem !important;
  }
  .p-md-9 {
    padding: 27rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-4 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-5 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-6 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-md-7 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-8 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .px-md-9 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-4 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-5 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-6 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-md-7 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-8 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .py-md-9 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.75rem !important;
  }
  .pt-md-2 {
    padding-top: 1.5rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4.5rem !important;
  }
  .pt-md-5 {
    padding-top: 9rem !important;
  }
  .pt-md-6 {
    padding-top: 13.5rem !important;
  }
  .pt-md-7 {
    padding-top: 18rem !important;
  }
  .pt-md-8 {
    padding-top: 22.5rem !important;
  }
  .pt-md-9 {
    padding-top: 27rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.75rem !important;
  }
  .pe-md-2 {
    padding-right: 1.5rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-4 {
    padding-right: 4.5rem !important;
  }
  .pe-md-5 {
    padding-right: 9rem !important;
  }
  .pe-md-6 {
    padding-right: 13.5rem !important;
  }
  .pe-md-7 {
    padding-right: 18rem !important;
  }
  .pe-md-8 {
    padding-right: 22.5rem !important;
  }
  .pe-md-9 {
    padding-right: 27rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 9rem !important;
  }
  .pb-md-6 {
    padding-bottom: 13.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 18rem !important;
  }
  .pb-md-8 {
    padding-bottom: 22.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 27rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.75rem !important;
  }
  .ps-md-2 {
    padding-left: 1.5rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-4 {
    padding-left: 4.5rem !important;
  }
  .ps-md-5 {
    padding-left: 9rem !important;
  }
  .ps-md-6 {
    padding-left: 13.5rem !important;
  }
  .ps-md-7 {
    padding-left: 18rem !important;
  }
  .ps-md-8 {
    padding-left: 22.5rem !important;
  }
  .ps-md-9 {
    padding-left: 27rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.75rem !important;
  }
  .gap-md-2 {
    gap: 1.5rem !important;
  }
  .gap-md-3 {
    gap: 3rem !important;
  }
  .gap-md-4 {
    gap: 4.5rem !important;
  }
  .gap-md-5 {
    gap: 9rem !important;
  }
  .gap-md-6 {
    gap: 13.5rem !important;
  }
  .gap-md-7 {
    gap: 18rem !important;
  }
  .gap-md-8 {
    gap: 22.5rem !important;
  }
  .gap-md-9 {
    gap: 27rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.75rem !important;
  }
  .row-gap-md-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 3rem !important;
  }
  .row-gap-md-4 {
    row-gap: 4.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 9rem !important;
  }
  .row-gap-md-6 {
    row-gap: 13.5rem !important;
  }
  .row-gap-md-7 {
    row-gap: 18rem !important;
  }
  .row-gap-md-8 {
    row-gap: 22.5rem !important;
  }
  .row-gap-md-9 {
    row-gap: 27rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.75rem !important;
  }
  .column-gap-md-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 3rem !important;
  }
  .column-gap-md-4 {
    column-gap: 4.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 9rem !important;
  }
  .column-gap-md-6 {
    column-gap: 13.5rem !important;
  }
  .column-gap-md-7 {
    column-gap: 18rem !important;
  }
  .column-gap-md-8 {
    column-gap: 22.5rem !important;
  }
  .column-gap-md-9 {
    column-gap: 27rem !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;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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.75rem !important;
  }
  .m-lg-2 {
    margin: 1.5rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-4 {
    margin: 4.5rem !important;
  }
  .m-lg-5 {
    margin: 9rem !important;
  }
  .m-lg-6 {
    margin: 13.5rem !important;
  }
  .m-lg-7 {
    margin: 18rem !important;
  }
  .m-lg-8 {
    margin: 22.5rem !important;
  }
  .m-lg-9 {
    margin: 27rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-4 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-6 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-8 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-lg-9 {
    margin-right: 27rem !important;
    margin-left: 27rem !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.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-4 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-5 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-6 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-lg-7 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-8 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-lg-9 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !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.75rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 9rem !important;
  }
  .mt-lg-6 {
    margin-top: 13.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 18rem !important;
  }
  .mt-lg-8 {
    margin-top: 22.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 27rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.75rem !important;
  }
  .me-lg-2 {
    margin-right: 1.5rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-4 {
    margin-right: 4.5rem !important;
  }
  .me-lg-5 {
    margin-right: 9rem !important;
  }
  .me-lg-6 {
    margin-right: 13.5rem !important;
  }
  .me-lg-7 {
    margin-right: 18rem !important;
  }
  .me-lg-8 {
    margin-right: 22.5rem !important;
  }
  .me-lg-9 {
    margin-right: 27rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 13.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 22.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 27rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-2 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-4 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 9rem !important;
  }
  .ms-lg-6 {
    margin-left: 13.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 18rem !important;
  }
  .ms-lg-8 {
    margin-left: 22.5rem !important;
  }
  .ms-lg-9 {
    margin-left: 27rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.75rem !important;
  }
  .p-lg-2 {
    padding: 1.5rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-4 {
    padding: 4.5rem !important;
  }
  .p-lg-5 {
    padding: 9rem !important;
  }
  .p-lg-6 {
    padding: 13.5rem !important;
  }
  .p-lg-7 {
    padding: 18rem !important;
  }
  .p-lg-8 {
    padding: 22.5rem !important;
  }
  .p-lg-9 {
    padding: 27rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-4 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-5 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-6 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-lg-7 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-8 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .px-lg-9 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-4 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-5 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-6 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-lg-7 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-8 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .py-lg-9 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-2 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 9rem !important;
  }
  .pt-lg-6 {
    padding-top: 13.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 18rem !important;
  }
  .pt-lg-8 {
    padding-top: 22.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 27rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-2 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-4 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 9rem !important;
  }
  .pe-lg-6 {
    padding-right: 13.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 18rem !important;
  }
  .pe-lg-8 {
    padding-right: 22.5rem !important;
  }
  .pe-lg-9 {
    padding-right: 27rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 13.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 22.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 27rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-2 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-4 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 9rem !important;
  }
  .ps-lg-6 {
    padding-left: 13.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 18rem !important;
  }
  .ps-lg-8 {
    padding-left: 22.5rem !important;
  }
  .ps-lg-9 {
    padding-left: 27rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.75rem !important;
  }
  .gap-lg-2 {
    gap: 1.5rem !important;
  }
  .gap-lg-3 {
    gap: 3rem !important;
  }
  .gap-lg-4 {
    gap: 4.5rem !important;
  }
  .gap-lg-5 {
    gap: 9rem !important;
  }
  .gap-lg-6 {
    gap: 13.5rem !important;
  }
  .gap-lg-7 {
    gap: 18rem !important;
  }
  .gap-lg-8 {
    gap: 22.5rem !important;
  }
  .gap-lg-9 {
    gap: 27rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.75rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 4.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 9rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 13.5rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 18rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 22.5rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 27rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.75rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 4.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 9rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 13.5rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 18rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 22.5rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 27rem !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;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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.75rem !important;
  }
  .m-xl-2 {
    margin: 1.5rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-4 {
    margin: 4.5rem !important;
  }
  .m-xl-5 {
    margin: 9rem !important;
  }
  .m-xl-6 {
    margin: 13.5rem !important;
  }
  .m-xl-7 {
    margin: 18rem !important;
  }
  .m-xl-8 {
    margin: 22.5rem !important;
  }
  .m-xl-9 {
    margin: 27rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-4 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-6 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-8 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-xl-9 {
    margin-right: 27rem !important;
    margin-left: 27rem !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.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-4 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-5 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-6 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xl-7 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-8 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-xl-9 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !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.75rem !important;
  }
  .mt-xl-2 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-4 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 9rem !important;
  }
  .mt-xl-6 {
    margin-top: 13.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 18rem !important;
  }
  .mt-xl-8 {
    margin-top: 22.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 27rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.75rem !important;
  }
  .me-xl-2 {
    margin-right: 1.5rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-4 {
    margin-right: 4.5rem !important;
  }
  .me-xl-5 {
    margin-right: 9rem !important;
  }
  .me-xl-6 {
    margin-right: 13.5rem !important;
  }
  .me-xl-7 {
    margin-right: 18rem !important;
  }
  .me-xl-8 {
    margin-right: 22.5rem !important;
  }
  .me-xl-9 {
    margin-right: 27rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 22.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 27rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-2 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-4 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 9rem !important;
  }
  .ms-xl-6 {
    margin-left: 13.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 18rem !important;
  }
  .ms-xl-8 {
    margin-left: 22.5rem !important;
  }
  .ms-xl-9 {
    margin-left: 27rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.75rem !important;
  }
  .p-xl-2 {
    padding: 1.5rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-4 {
    padding: 4.5rem !important;
  }
  .p-xl-5 {
    padding: 9rem !important;
  }
  .p-xl-6 {
    padding: 13.5rem !important;
  }
  .p-xl-7 {
    padding: 18rem !important;
  }
  .p-xl-8 {
    padding: 22.5rem !important;
  }
  .p-xl-9 {
    padding: 27rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-4 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-5 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-6 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xl-7 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-8 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .px-xl-9 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-4 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-5 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-6 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xl-7 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-8 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .py-xl-9 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-2 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-4 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 9rem !important;
  }
  .pt-xl-6 {
    padding-top: 13.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 18rem !important;
  }
  .pt-xl-8 {
    padding-top: 22.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 27rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-2 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-4 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 9rem !important;
  }
  .pe-xl-6 {
    padding-right: 13.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 18rem !important;
  }
  .pe-xl-8 {
    padding-right: 22.5rem !important;
  }
  .pe-xl-9 {
    padding-right: 27rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 22.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 27rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-2 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-4 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 9rem !important;
  }
  .ps-xl-6 {
    padding-left: 13.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 18rem !important;
  }
  .ps-xl-8 {
    padding-left: 22.5rem !important;
  }
  .ps-xl-9 {
    padding-left: 27rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.75rem !important;
  }
  .gap-xl-2 {
    gap: 1.5rem !important;
  }
  .gap-xl-3 {
    gap: 3rem !important;
  }
  .gap-xl-4 {
    gap: 4.5rem !important;
  }
  .gap-xl-5 {
    gap: 9rem !important;
  }
  .gap-xl-6 {
    gap: 13.5rem !important;
  }
  .gap-xl-7 {
    gap: 18rem !important;
  }
  .gap-xl-8 {
    gap: 22.5rem !important;
  }
  .gap-xl-9 {
    gap: 27rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 9rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 13.5rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 18rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 22.5rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 27rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 4.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 9rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 13.5rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 18rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 22.5rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 27rem !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;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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.75rem !important;
  }
  .m-xxl-2 {
    margin: 1.5rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .m-xxl-4 {
    margin: 4.5rem !important;
  }
  .m-xxl-5 {
    margin: 9rem !important;
  }
  .m-xxl-6 {
    margin: 13.5rem !important;
  }
  .m-xxl-7 {
    margin: 18rem !important;
  }
  .m-xxl-8 {
    margin: 22.5rem !important;
  }
  .m-xxl-9 {
    margin: 27rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-4 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-6 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-8 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-xxl-9 {
    margin-right: 27rem !important;
    margin-left: 27rem !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.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-4 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-6 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-8 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-xxl-9 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !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.75rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 9rem !important;
  }
  .mt-xxl-6 {
    margin-top: 13.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 18rem !important;
  }
  .mt-xxl-8 {
    margin-top: 22.5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 27rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-2 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxl-4 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 9rem !important;
  }
  .me-xxl-6 {
    margin-right: 13.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 18rem !important;
  }
  .me-xxl-8 {
    margin-right: 22.5rem !important;
  }
  .me-xxl-9 {
    margin-right: 27rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 22.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 27rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-2 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 9rem !important;
  }
  .ms-xxl-6 {
    margin-left: 13.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 18rem !important;
  }
  .ms-xxl-8 {
    margin-left: 22.5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 27rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.75rem !important;
  }
  .p-xxl-2 {
    padding: 1.5rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .p-xxl-4 {
    padding: 4.5rem !important;
  }
  .p-xxl-5 {
    padding: 9rem !important;
  }
  .p-xxl-6 {
    padding: 13.5rem !important;
  }
  .p-xxl-7 {
    padding: 18rem !important;
  }
  .p-xxl-8 {
    padding: 22.5rem !important;
  }
  .p-xxl-9 {
    padding: 27rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-4 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-6 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-8 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .px-xxl-9 {
    padding-right: 27rem !important;
    padding-left: 27rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-4 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-6 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-8 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .py-xxl-9 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 9rem !important;
  }
  .pt-xxl-6 {
    padding-top: 13.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 18rem !important;
  }
  .pt-xxl-8 {
    padding-top: 22.5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 27rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-2 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 9rem !important;
  }
  .pe-xxl-6 {
    padding-right: 13.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 18rem !important;
  }
  .pe-xxl-8 {
    padding-right: 22.5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 27rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 22.5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 27rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-2 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 9rem !important;
  }
  .ps-xxl-6 {
    padding-left: 13.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 18rem !important;
  }
  .ps-xxl-8 {
    padding-left: 22.5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 27rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.75rem !important;
  }
  .gap-xxl-2 {
    gap: 1.5rem !important;
  }
  .gap-xxl-3 {
    gap: 3rem !important;
  }
  .gap-xxl-4 {
    gap: 4.5rem !important;
  }
  .gap-xxl-5 {
    gap: 9rem !important;
  }
  .gap-xxl-6 {
    gap: 13.5rem !important;
  }
  .gap-xxl-7 {
    gap: 18rem !important;
  }
  .gap-xxl-8 {
    gap: 22.5rem !important;
  }
  .gap-xxl-9 {
    gap: 27rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 9rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 13.5rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 18rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 22.5rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 27rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 4.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 9rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 13.5rem !important;
  }
  .column-gap-xxl-7 {
    column-gap: 18rem !important;
  }
  .column-gap-xxl-8 {
    column-gap: 22.5rem !important;
  }
  .column-gap-xxl-9 {
    column-gap: 27rem !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: 3rem !important;
  }
  .fs-2 {
    font-size: 2.5rem !important;
  }
  .fs-3 {
    font-size: 2rem !important;
  }
  .fs-4 {
    font-size: 1.75rem !important;
  }
  .fs-5 {
    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-inline-grid {
    display: inline-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;
  }
}
.container-sm {
  position: relative;
  z-index: 2;
  --bs-gutter-x: 3rem;
}
@media (min-width: 576px) {
  .container-sm {
    --bs-gutter-x: 3.5rem;
  }
}
@media (min-width: 768px) {
  .container-sm {
    --bs-gutter-x: 4.5rem;
  }
}
@media (min-width: 992px) {
  .container-sm {
    --bs-gutter-x: 5rem;
  }
}

@media (max-width: 575.98px) {
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .bg-sm-none {
    background: none !important;
    background-color: none !important;
  }
}

@media (max-width: 575.98px) {
  .border-sm-none {
    border: none !important;
  }
}

.container-md {
  position: relative;
  z-index: 2;
  --bs-gutter-x: 3rem;
}
@media (min-width: 576px) {
  .container-md {
    --bs-gutter-x: 3.5rem;
  }
}
@media (min-width: 768px) {
  .container-md {
    --bs-gutter-x: 4.5rem;
  }
}
@media (min-width: 992px) {
  .container-md {
    --bs-gutter-x: 5rem;
  }
}

@media (max-width: 767.98px) {
  .rounded-md-0 {
    border-radius: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .bg-md-none {
    background: none !important;
    background-color: none !important;
  }
}

@media (max-width: 767.98px) {
  .border-md-none {
    border: none !important;
  }
}

.container-lg {
  position: relative;
  z-index: 2;
  --bs-gutter-x: 3rem;
}
@media (min-width: 576px) {
  .container-lg {
    --bs-gutter-x: 3.5rem;
  }
}
@media (min-width: 768px) {
  .container-lg {
    --bs-gutter-x: 4.5rem;
  }
}
@media (min-width: 992px) {
  .container-lg {
    --bs-gutter-x: 5rem;
  }
}

@media (max-width: 991.98px) {
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .bg-lg-none {
    background: none !important;
    background-color: none !important;
  }
}

@media (max-width: 991.98px) {
  .border-lg-none {
    border: none !important;
  }
}

.container-xl {
  position: relative;
  z-index: 2;
  --bs-gutter-x: 3rem;
}
@media (min-width: 576px) {
  .container-xl {
    --bs-gutter-x: 3.5rem;
  }
}
@media (min-width: 768px) {
  .container-xl {
    --bs-gutter-x: 4.5rem;
  }
}
@media (min-width: 992px) {
  .container-xl {
    --bs-gutter-x: 5rem;
  }
}

@media (max-width: 1199.98px) {
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  .bg-xl-none {
    background: none !important;
    background-color: none !important;
  }
}

@media (max-width: 1199.98px) {
  .border-xl-none {
    border: none !important;
  }
}

.container-xxl {
  position: relative;
  z-index: 2;
  --bs-gutter-x: 3rem;
}
@media (min-width: 576px) {
  .container-xxl {
    --bs-gutter-x: 3.5rem;
  }
}
@media (min-width: 768px) {
  .container-xxl {
    --bs-gutter-x: 4.5rem;
  }
}
@media (min-width: 992px) {
  .container-xxl {
    --bs-gutter-x: 5rem;
  }
}

@media (max-width: 1399.98px) {
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
}

@media (max-width: 1399.98px) {
  .bg-xxl-none {
    background: none !important;
    background-color: none !important;
  }
}

@media (max-width: 1399.98px) {
  .border-xxl-none {
    border: none !important;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 1920px;
  --bs-gutter-x: 3rem;
}
@media (min-width: 576px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 3.5rem;
  }
}
@media (min-width: 768px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 4.5rem;
  }
}
@media (min-width: 992px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 5rem;
  }
}

.row {
  --bs-gutter-x: 3rem;
}
@media (min-width: 576px) {
  .row {
    --bs-gutter-x: 3.5rem;
  }
}
@media (min-width: 768px) {
  .row {
    --bs-gutter-x: 4.5rem;
  }
}
@media (min-width: 992px) {
  .row {
    --bs-gutter-x: 5rem;
  }
}

@media (max-width: 575.98px) {
  .h1-sm {
    font-size: 18px !important;
  }
  .h2-sm {
    font-size: 16px !important;
  }
  .h3-sm {
    font-size: 14px !important;
  }
  .h4-sm {
    font-size: 12px !important;
  }
  .h5-sm {
    font-size: 10px !important;
  }
  .h6-sm {
    font-size: 10px !important;
  }
}
.badge {
  white-space: pre-wrap;
  text-align: left;
  line-height: 1.5;
}

[data-bs-theme=dark] .table {
  background-color: transparent;
}
[data-bs-theme=dark] .table tr {
  border-bottom: 1px var(--bs-border-color) solid;
}
[data-bs-theme=dark] .table tr th,
[data-bs-theme=dark] .table tr td {
  background-color: transparent;
}

[data-bs-theme=dark] form ::placeholder {
  color: #6c757d !important;
}
[data-bs-theme=dark] form input {
  border: 1px #ffffff solid;
}
[data-bs-theme=dark] form select {
  border: 1px #ffffff solid;
}
[data-bs-theme=dark] form textarea {
  border: 1px #ffffff solid;
}
[data-bs-theme=dark] form label {
  white-space: nowrap;
}
[data-bs-theme=dark] form .require label::after {
  content: "*";
  color: #e6452e;
  margin-left: 0.5rem;
}
[data-bs-theme=dark] form #acceptance-privacy {
  margin-right: 15px;
}

.bg-primary {
  background-color: #000000 !important;
}

.fc-primary {
  color: #000000;
}

.border-primary {
  border-color: #000000;
}

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

.fc-secondary {
  color: #6c757d;
}

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

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

.fc-success {
  color: #198754;
}

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

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

.fc-info {
  color: #0dcaf0;
}

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

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

.fc-warning {
  color: #ffc107;
}

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

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

.fc-danger {
  color: #dc3545;
}

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

.bg-light {
  background-color: #ffffff !important;
}

.fc-light {
  color: #ffffff;
}

.border-light {
  border-color: #ffffff;
}

.bg-dark {
  background-color: #232323 !important;
}

.fc-dark {
  color: #232323;
}

.border-dark {
  border-color: #232323;
}

.bg-black {
  background-color: #232323 !important;
}

.fc-black {
  color: #232323;
}

.border-black {
  border-color: #232323;
}

.bg-gray {
  background-color: #ececec !important;
}

.fc-gray {
  color: #ececec;
}

.border-gray {
  border-color: #ececec;
}

.bg-bgray {
  background-color: #cfd8e2 !important;
}

.fc-bgray {
  color: #cfd8e2;
}

.border-bgray {
  border-color: #cfd8e2;
}

.bg-dgray {
  background-color: #5d5d5d !important;
}

.fc-dgray {
  color: #5d5d5d;
}

.border-dgray {
  border-color: #5d5d5d;
}

.bg-white {
  background-color: #ffffff !important;
}

.fc-white {
  color: #ffffff;
}

.border-white {
  border-color: #ffffff;
}

.bg-red {
  background-color: #e6452e !important;
}

.fc-red {
  color: #e6452e;
}

.border-red {
  border-color: #e6452e;
}

.bg-yellow {
  background-color: #f2f20d !important;
}

.fc-yellow {
  color: #f2f20d;
}

.border-yellow {
  border-color: #f2f20d;
}

.bg-navy {
  background-color: #0f1e35 !important;
}

.fc-navy {
  color: #0f1e35;
}

.border-navy {
  border-color: #0f1e35;
}

.bg-dnavy {
  background-color: #030c1a !important;
}

.fc-dnavy {
  color: #030c1a;
}

.border-dnavy {
  border-color: #030c1a;
}

.bg-blue {
  background-color: #0000ff !important;
}

.fc-blue {
  color: #0000ff;
}

.border-blue {
  border-color: #0000ff;
}

:root {
  --bs-root-font-size: calc(16px * 0.875);
}
@media (min-width: 992px) {
  :root {
    --bs-root-font-size: calc(16px * 0.8125);
  }
}
@media (min-width: 1200px) {
  :root {
    --bs-root-font-size: $font-size-root;
  }
}

table.table th,
table.table td {
  display: block;
}
@media (min-width: 992px) {
  table.table th,
  table.table td {
    display: table-cell;
  }
}

iframe {
  width: 100%;
  max-width: 100%;
}

.en {
  font-family: "Jost", Arial, sans-serif;
  font-weight: bold;
}

:where(h1, h2, h3) {
  letter-spacing: -0.04em;
}

:where(h1, h2, h3, .lead, .catch, .cta, .btn, .ui_btn, .entry_consultation_link, .work_case_body h2) {
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.phrase_heading {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.04em;
  column-gap: 0;
  text-wrap: auto;
  word-break: keep-all;
  overflow-wrap: normal;
}
.phrase_heading span {
  display: inline-block;
  white-space: nowrap;
}

main,
td,
th,
.work_case_body,
.works_case_context,
.faq-answer {
  overflow-wrap: break-word;
}

.legal_page h2 {
  font-size: clamp(0.85rem, 4vw, 1.5rem);
  max-width: none;
  overflow-wrap: anywhere;
  text-wrap: auto;
}

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

.check {
  border-color: #232323;
}
.check:before {
  display: inline-block;
  content: "";
  width: 0.75rem;
  height: 1.5rem;
  margin: 0 1.25rem 0 0.75rem;
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  transform: rotate(45deg);
}

/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9991;
  padding: 1rem 1rem 0;
  overflow: hidden;
  opacity: 1;
}
@media (min-width: 992px) {
  header {
    padding: 1rem 3.5rem 0;
  }
}
header #header_navigations {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding-bottom: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  header #header_navigations {
    flex-wrap: nowrap;
  }
}
header #header_navigations a {
  text-decoration: none;
  color: #ffffff;
}
header #header_navigations a:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
}
header #header_navigations #header_left,
header #header_navigations #header_center,
header #header_navigations #header_right {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  header #header_navigations #header_left,
  header #header_navigations #header_center,
  header #header_navigations #header_right {
    width: 33.3333333333%;
  }
}
header #header_navigations #header_left {
  justify-content: flex-start;
}
header #header_navigations #header_left #jsHeaderMenuButton {
  width: 44px;
  height: 44px;
  margin: -13px 0;
  padding: 12px 11px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  color: inherit;
  background: transparent;
  border: 0;
}
header #header_navigations #header_left #jsHeaderMenuButton:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
}
header #header_navigations #header_left #jsHeaderMenuButton .button_line {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
}
header #header_navigations #header_left #jsHeaderMenuButton .button_line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
header #header_navigations #header_center {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
  width: 80px;
  opacity: 0;
}
@media (min-width: 992px) {
  header #header_navigations #header_center {
    width: 100px;
  }
}
header #header_navigations #header_center #header_logo {
  line-height: 0;
}
header #header_navigations #header_center #header_logo img {
  width: 100%;
}
@media (min-width: 992px) {
  header #header_navigations #header_right {
    display: flex;
    justify-content: flex-end;
  }
}
header #header_navigations #header_right #header_menus {
  list-style: none;
  padding-left: unset;
  margin-bottom: unset;
  display: flex;
  align-items: center;
}
header #header_navigations #header_right #header_menus .header_cta {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.35rem 0.85rem;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0.5rem;
  line-height: 1.2;
}
header #header_navigations #header_right #header_menus .header_cta:hover {
  color: #232323;
  background-color: #ffffff;
}
header #header_navigations #header_right #header_menus .freedial {
  line-height: 0;
}
header #header_navigations #header_right #header_menus .freedial small {
  display: block;
  font-size: 10px;
  text-align: right;
  margin-top: 0.25rem;
}
header #header_navigations .header_border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  max-width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.1;
}

.home #grobal_header #header_right .tell {
  display: none !important;
}
.home #grobal_header #header_right #header_menus > li:first-child {
  margin-right: 0 !important;
}

#jsHeaderMenu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  color: #ffffff;
  background-color: #10151d;
  background-image: radial-gradient(circle at 78% 24%, rgba(230, 69, 46, 0.16), transparent 30%), linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, clamp(3rem, 8vw, 7.5rem) clamp(3rem, 8vw, 7.5rem), clamp(3rem, 8vw, 7.5rem) clamp(3rem, 8vw, 7.5rem);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 9990;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding-top: clamp(5.4rem, 9vh, 6.7rem);
  padding-bottom: max(2rem, env(safe-area-inset-bottom));
}
#jsHeaderMenu a,
#jsHeaderMenu summary {
  color: #ffffff;
  text-decoration: none;
}
#jsHeaderMenu a span,
#jsHeaderMenu summary span {
  display: block;
  font-size: 14px;
}
#jsHeaderMenu summary {
  list-style: none;
  cursor: pointer;
}
#jsHeaderMenu summary::-webkit-details-marker {
  display: none;
}
#jsHeaderMenu .header_strength_summary {
  position: relative;
  display: block;
  padding-right: 2.4rem;
}
#jsHeaderMenu .header_strength_summary::after {
  content: "+";
  position: absolute;
  right: 0.35rem;
  bottom: 0.55rem;
  width: 1.55rem;
  height: 1.55rem;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  font-size: 0.95rem;
  line-height: 1;
}
#jsHeaderMenu .header_strength_details[open] .header_strength_summary::after {
  content: "−";
}
#jsHeaderMenu .header_strength_links {
  display: grid;
  gap: 0.55rem;
  padding: 0.75rem 0 0.2rem;
}
#jsHeaderMenu .header_strength_links a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  min-height: auto;
  padding: 0.62rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)), radial-gradient(circle at 92% 50%, rgba(230, 69, 46, 0.18), transparent 52%);
  font-size: clamp(0.92rem, 1.6vw, 1rem);
  line-height: 1.35;
}
#jsHeaderMenu .header_strength_links a span {
  flex: 0 0 auto;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
}
#jsHeaderMenu .header_strength_links a:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)), radial-gradient(circle at 92% 50%, rgba(230, 69, 46, 0.26), transparent 56%);
}
#jsHeaderMenu .header_menu_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#jsHeaderMenu .header_menu_contact > .jsHeaderFadeIn {
  width: 100%;
}
#jsHeaderMenu .header_menu_contact .freedial {
  width: 100%;
}
#jsHeaderMenu .header_menu_contact .freedial a {
  justify-content: center;
}
#jsHeaderMenu nav ul li {
  position: relative;
}
#jsHeaderMenu nav ul li.renewal::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "リニューアルしています";
  font-size: 1rem;
  color: #232323;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0.25rem 1rem;
}

.menu-open {
  overflow: hidden;
}
.menu-open #grobal_header {
  position: fixed;
  background: rgba(5, 9, 20, 0.76);
  backdrop-filter: blur(12px);
}

.jsHeaderFadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

@media (max-width: 991.98px) {
  #jsHeaderMenu {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
  }
  #jsHeaderMenu .header_menu_container {
    width: 100%;
    max-width: none;
    min-height: auto;
    margin: 0;
    padding: clamp(5.3rem, 16vw, 6rem) clamp(1.1rem, 5vw, 2rem) max(2.25rem, env(safe-area-inset-bottom)) !important;
  }
  #jsHeaderMenu .header_menu_layout {
    align-items: flex-start !important;
    margin: 0;
  }
  #jsHeaderMenu .header_menu_layout > * {
    padding-right: 0;
    padding-left: 0;
  }
  #jsHeaderMenu .header_menu_navigation {
    margin-bottom: clamp(1.5rem, 6vw, 2.25rem) !important;
  }
  #jsHeaderMenu nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.65rem, 3vw, 0.9rem) clamp(0.85rem, 4vw, 1.4rem);
    margin: 0;
  }
  #jsHeaderMenu nav ul li {
    min-width: 0;
    margin-bottom: 0 !important;
  }
  #jsHeaderMenu nav ul li a,
  #jsHeaderMenu nav ul li .header_strength_summary {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    min-height: clamp(3.65rem, 18vw, 4.6rem);
    padding: 0.2rem 0 clamp(0.45rem, 2vw, 0.6rem);
    font-size: clamp(1.1rem, 6vw, 1.42rem);
    line-height: 1.05;
    letter-spacing: 0.015em;
    border-color: rgba(255, 255, 255, 0.28) !important;
  }
  #jsHeaderMenu nav ul li a span,
  #jsHeaderMenu nav ul li .header_strength_summary span {
    margin-bottom: 0.32rem;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.54);
    font-size: clamp(0.58rem, 2.7vw, 0.69rem);
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #jsHeaderMenu nav ul li.header_strength_item {
    grid-column: 1/-1;
  }
  #jsHeaderMenu nav ul li .header_strength_links {
    padding: 0.65rem 0 0;
  }
  #jsHeaderMenu nav ul li .header_strength_links a {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: auto;
    padding: 0.62rem 0.72rem;
    font-size: clamp(0.82rem, 3.8vw, 0.94rem);
    line-height: 1.45;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
  }
  #jsHeaderMenu nav ul li .header_strength_links a span {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: clamp(0.52rem, 2.4vw, 0.62rem);
  }
  #jsHeaderMenu .header_menu_contact {
    padding-top: clamp(1.25rem, 5vw, 1.8rem);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  #jsHeaderMenu .header_menu_contact .entry_wrap {
    margin-bottom: clamp(1.1rem, 4vw, 1.5rem) !important;
  }
  #jsHeaderMenu .header_menu_contact .h6 {
    color: rgba(255, 255, 255, 0.64);
    font-size: clamp(0.66rem, 3vw, 0.76rem);
    line-height: 1.65;
  }
  #jsHeaderMenu .header_menu_contact .h2 {
    margin-bottom: clamp(0.8rem, 4vw, 1.25rem) !important;
    font-size: clamp(1.35rem, 7vw, 1.8rem);
    letter-spacing: -0.035em;
  }
  #jsHeaderMenu .header_menu_contact .freedial img {
    width: clamp(1.7rem, 8vw, 2.1rem);
    height: auto;
  }
}
@media (max-width: 359px) {
  #jsHeaderMenu nav ul {
    column-gap: 0.7rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  #jsHeaderMenu,
  .jsHeaderFadeIn {
    transition: none;
  }
}
/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #070b12;
}
footer::before {
  position: absolute;
  z-index: 0;
  right: -18%;
  bottom: -13rem;
  left: -18%;
  height: clamp(25rem, 45vw, 39rem);
  content: "";
  background-image: linear-gradient(rgba(87, 191, 238, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(87, 191, 238, 0.13) 1px, transparent 1px);
  background-size: clamp(2.4rem, 4vw, 3.5rem) clamp(2.4rem, 4vw, 3.5rem);
  mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.9), transparent 67%);
  opacity: 0.44;
  transform: perspective(720px) rotateX(64deg) translateY(3rem);
  animation: footerWireMove 13s linear infinite;
}
footer::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background: radial-gradient(ellipse at 17% 35%, rgba(239, 164, 55, 0.13), transparent 27%), radial-gradient(ellipse at 76% 56%, rgba(62, 184, 239, 0.16), transparent 31%);
  animation: footerAuraDrift 11s ease-in-out infinite alternate;
  pointer-events: none;
}
footer .contact_area {
  position: relative;
  z-index: 1;
}
footer .footer_sitemap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
footer .footer_sitemap_title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  text-align: center;
}
footer .footer_sitemap_heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
footer .footer_sitemap_list {
  display: grid;
  gap: 0.65rem;
}
footer .footer_sitemap_list a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.6;
}
footer .footer_sitemap_list a:hover {
  color: rgba(255, 255, 255, 0.75);
}
footer .logo {
  width: 100%;
  opacity: 0.25;
  height: 84px;
}
@media (min-width: 576px) {
  footer .logo {
    height: auto;
  }
}
footer .footer_contact_direct {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  footer .freedial_wrap {
    border-right: 1px solid rgba(255, 255, 255, 0.24);
  }
}
footer .footer_contact_primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer_contact_primary .ui_btn.ui_btn_on_night {
  border-color: rgba(255, 255, 255, 0.72);
  background-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
}
footer .footer_contact_primary .ui_btn.ui_btn_on_night:hover, footer .footer_contact_primary .ui_btn.ui_btn_on_night:focus-visible {
  color: #ffffff;
  border-color: transparent;
  background-color: #e6452e;
  background: linear-gradient(140deg, #ee6a58 0%, #e6452e 52%, #c4412f 100%);
  box-shadow: 0 0.55rem 1.45rem rgba(230, 69, 46, 0.42);
}
footer iframe {
  height: 250px;
}
@media (min-width: 992px) {
  footer iframe {
    height: 450px;
  }
}

@keyframes footerWireMove {
  to {
    background-position: 0 clamp(2.4rem, 4vw, 3.5rem), 0 0;
  }
}
@keyframes footerAuraDrift {
  to {
    transform: translate3d(1.5%, -1.2%, 0) scale(1.04);
  }
}
@media (prefers-reduced-motion: reduce) {
  footer::before,
  footer::after {
    animation: none;
  }
}
/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
#mv {
  position: relative;
  width: 100%;
  height: 100svh;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  #mv {
    height: 100svh;
  }
}
@media (max-width: 991.98px) {
  .home #mv {
    overflow: hidden;
  }
}
#mv #mv_img {
  display: block;
  margin: auto;
  max-width: 90%;
}
@media (min-width: 992px) {
  #mv #mv_img {
    width: 40vw;
    max-width: 720px;
  }
}
#mv #mv_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  width: 80%;
  height: 70%;
  border-radius: 5rem;
  overflow: hidden;
}
[data-bs-theme=dark] #mv #mv_bg {
  filter: brightness(50%);
}
body.page #mv #mv_bg {
  position: absolute;
}
@media (min-width: 992px) {
  #mv #mv_bg {
    width: 50%;
    height: 70%;
  }
}
#mv #mv_bg video {
  display: block;
  width: calc(100% + 20px);
  height: calc(100svh + 20px);
  object-fit: cover;
  object-position: right center;
  margin: auto;
  filter: blur(10px) brightness(0.75);
}
@media (min-width: 992px) {
  #mv #mv_bg video {
    height: calc(100% + 20px);
  }
}
#mv #mv_bg picture, #mv #mv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv #mv_bg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100vw;
  height: 50svh;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 992px) {
  #mv #mv_bg:after {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  }
}
[data-bs-theme=dark] #mv #mv_bg:after {
  background: linear-gradient(0deg, #232323 0%, rgba(35, 35, 35, 0.8) 20%, rgba(35, 35, 35, 0) 100%);
  filter: brightness(200%);
}
#mv .catch {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  white-space: nowrap;
  mix-blend-mode: exclusion;
  display: flex;
  align-items: center;
  justify-content: center;
}
:not(.blog) #mv .catch {
  font-size: 15vw;
}
@media (min-width: 992px) {
  #mv .catch {
    top: 50%;
  }
  :not(.blog) #mv .catch {
    font-size: 18vw;
  }
}
#mv .catch svg,
#mv .catch img {
  width: 65vw;
}
#mv .catch svg .st0,
#mv .catch img .st0 {
  opacity: 0;
}
@media (min-width: 992px) {
  #mv .catch svg,
  #mv .catch img {
    max-width: 100%;
  }
}
#mv #mv_news {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 120px;
  width: 100%;
  max-width: 980px;
  opacity: 0;
  transform: translateX(-50%);
}
#mv #mv_news ul {
  height: 100%;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  #mv #mv_news {
    padding: 2rem 3.5rem;
  }
  #mv #mv_news a {
    font-weight: bold;
  }
}
#mv #mv_colum {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
}
#mv #mv_colum .mv_title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  #mv #mv_colum .mv_title {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  #mv #mv_colum .mv_title {
    font-size: 3rem;
  }
}
#mv #mv_object_01 {
  position: absolute;
  top: 0;
  width: 50%;
  max-width: 853px;
}
@media (min-width: 992px) {
  #mv #mv_object_01 {
    width: 45vw;
    left: 47.5%;
    transform: translate(-50%, -25%);
  }
}
#mv #mv_object_02 {
  position: absolute;
  right: -13.5vw;
  top: 64%;
  transform: translateY(-50%);
  width: 35%;
  max-width: 412px;
  z-index: -1;
  opacity: 0;
}
@media (min-width: 992px) {
  #mv #mv_object_02 {
    width: 22.5vw;
    right: 3.5vw;
    top: auto;
    bottom: 0;
    transform: translateY(30%);
  }
}

.transition-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 10;
  pointer-events: none;
}
.transition-container span {
  position: relative;
}
.transition-container.from-left {
  flex-direction: column;
}
.transition-container.from-left span {
  background: rgb(79, 91, 255);
  height: 100%;
  width: 0%;
}
.transition-container.from-top span {
  background: rgb(170, 79, 255);
  height: 0%;
  width: 100%;
  mix-blend-mode: difference;
}

/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
#bgCanvas {
  display: none;
}

.signal-field-host #bgCanvas {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  transition: opacity 1.8s ease;
}

.signal-field-active.is-signal-ready #bgCanvas {
  opacity: 0.82;
}

.signal-field-v2 #bgCanvas,
.signal-field-v2b #bgCanvas {
  mix-blend-mode: normal;
}

.signal-field-v3 #bgCanvas,
.signal-field-v4 #bgCanvas {
  mix-blend-mode: normal;
}

.signal-field-v2.signal-field-active.is-signal-ready #bgCanvas,
.signal-field-v2b.signal-field-active.is-signal-ready #bgCanvas,
.signal-field-v3.signal-field-active.is-signal-ready #bgCanvas,
.signal-field-v4.signal-field-active.is-signal-ready #bgCanvas {
  opacity: 1;
}

.signal-field-v2 .award_hero_media,
.signal-field-v2b .award_hero_media,
.signal-field-v3 .award_hero_media,
.signal-field-v4 .award_hero_media {
  opacity: 1;
  transition: opacity 1.1s ease;
}

.signal-field-v2.is-signal-ready .award_hero_media,
.signal-field-v2b.is-signal-ready .award_hero_media,
.signal-field-v3.is-signal-ready .award_hero_media,
.signal-field-v4.is-signal-ready .award_hero_media {
  opacity: 0 !important;
}

.signal-field-v2 .award_hero_media img,
.signal-field-v2b .award_hero_media img,
.signal-field-v3 .award_hero_media img,
.signal-field-v4 .award_hero_media img {
  animation-play-state: paused;
}

.signal-field-host .award_hero_grid,
.signal-field-host .strength_hero_grid {
  opacity: 0.32;
  transition: opacity 0.8s ease;
}

.signal-field-v3 .award_hero_grid,
.signal-field-v4 .award_hero_grid,
.signal-field-v3 .strength_hero_grid,
.signal-field-v4 .strength_hero_grid {
  opacity: 0.12;
}

.signal-field-strong-web.signal-field-active.is-signal-ready #bgCanvas,
.signal-field-strong-system.signal-field-active.is-signal-ready #bgCanvas {
  opacity: 0.96;
}

@media (max-width: 575.98px) {
  .signal-field-strong-system.signal-field-active.is-signal-ready #bgCanvas {
    opacity: 0.62;
  }
}
.award_v4_labels {
  position: absolute;
  z-index: 6;
  top: clamp(8.4rem, 19vh, 10.8rem);
  right: clamp(2.7rem, 5.5vw, 5.1rem);
  display: grid;
  justify-items: end;
  gap: clamp(17rem, 43vh, 23rem);
  pointer-events: none;
}
.award_v4_labels span {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  padding: 0.55rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 9, 14, 0.66);
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.52rem;
  letter-spacing: 0.22em;
  backdrop-filter: blur(10px);
}
.award_v4_labels span::before {
  width: 0.72rem;
  height: 1px;
  content: "";
  background: #e6452e;
  box-shadow: 0 0 0.6rem rgba(230, 69, 46, 0.72);
}

@media (max-width: 991.98px) {
  .award_v4_labels {
    top: clamp(5rem, 10vh, 5.8rem);
    right: 1.25rem;
    gap: 0;
  }
  .award_v4_labels span {
    padding: 0.42rem 0.56rem;
    font-size: 0.46rem;
  }
  .award_v4_labels span:last-child {
    display: none;
  }
}
.signal-field-static .award_hero_grid::after,
.signal-field-static .strength_hero_grid::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(164deg, transparent 18%, rgba(230, 69, 46, 0.16) 33%, transparent 34%), radial-gradient(ellipse at 74% 58%, rgba(255, 255, 255, 0.07), transparent 42%);
}

@media (prefers-reduced-motion: reduce) {
  .signal-field-host #bgCanvas {
    display: none;
  }
}
/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
.loading_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
}

.loading_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  z-index: 9998;
  pointer-events: none;
  overflow: hidden;
  perspective: 1200px;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  background: radial-gradient(circle at 50% 46%, rgba(35, 232, 255, 0.28), transparent 18%), radial-gradient(circle at 72% 34%, rgba(255, 190, 58, 0.16), transparent 23%), radial-gradient(circle at 21% 70%, rgba(162, 91, 255, 0.2), transparent 28%), linear-gradient(135deg, #02030a 0%, #071026 48%, #12091f 100%);
}
.loading_bg::before, .loading_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.loading_bg::before {
  background: linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: clamp(2.25rem, 4.5vw, 4.75rem) clamp(2.25rem, 4.5vw, 4.75rem);
  mask-image: radial-gradient(circle at 50% 50%, #000 0 36%, transparent 72%);
  opacity: 0.52;
  transform: rotateX(64deg) translateY(14vh) scale(1.2);
  transform-origin: 50% 80%;
}
.loading_bg::after {
  background: radial-gradient(circle at 50% 50%, transparent 0 28%, rgba(35, 35, 35, 0.35) 62%, rgba(35, 35, 35, 0.72) 100%), linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.12) 48%, transparent 55% 100%);
  mix-blend-mode: screen;
  opacity: 0.72;
}
.loading_bg .loading_webgl_canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.loading_bg .loading_dimensional {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  filter: drop-shadow(0 0 2.25rem rgba(35, 232, 255, 0.24));
}
.loading_bg .loading_ring {
  position: absolute;
  width: min(68vmin, 45rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(149, 237, 255, 0.28);
  background: conic-gradient(from 90deg, transparent 0 12%, rgba(35, 232, 255, 0.84) 15%, transparent 18% 38%, rgba(255, 201, 75, 0.78) 42%, transparent 47% 72%, rgba(165, 92, 255, 0.78) 76%, transparent 82% 100%);
  mask-image: radial-gradient(circle, transparent 0 61%, #000 62% 66%, transparent 67%);
  animation: loading-ring-spin 5.2s linear infinite;
}
.loading_bg .loading_ring_01 {
  transform: rotateX(68deg) rotateZ(0deg);
}
.loading_bg .loading_ring_02 {
  width: min(51vmin, 34rem);
  border-color: rgba(255, 201, 75, 0.3);
  animation-duration: 3.9s;
  animation-direction: reverse;
  transform: rotateX(74deg) rotateY(18deg) rotateZ(24deg);
}
.loading_bg .loading_ring_03 {
  width: min(84vmin, 55rem);
  border-color: rgba(165, 92, 255, 0.24);
  opacity: 0.72;
  animation-duration: 7.6s;
  transform: rotateX(58deg) rotateY(-16deg) rotateZ(-12deg);
}
.loading_bg .loading_core {
  position: absolute;
  width: min(24vmin, 15rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 26%, rgba(255, 255, 255, 0.98), rgba(35, 232, 255, 0.88) 16%, rgba(45, 85, 255, 0.52) 42%, rgba(10, 9, 36, 0.08) 68%, transparent 72%), radial-gradient(circle, rgba(255, 201, 75, 0.42), transparent 58%);
  box-shadow: 0 0 2.4rem rgba(35, 232, 255, 0.55), 0 0 6.8rem rgba(91, 83, 255, 0.36), inset -0.9rem -1.2rem 2.4rem rgba(7, 10, 31, 0.62);
  animation: loading-core-pulse 1.9s ease-in-out infinite alternate;
  transform: translateZ(120px);
}
.loading_bg .loading_shard {
  position: absolute;
  width: min(12vmin, 7rem);
  height: min(32vmin, 18rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(35, 232, 255, 0.34) 32%, rgba(255, 201, 75, 0.44) 68%, transparent), linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  clip-path: polygon(42% 0, 64% 0, 100% 100%, 0 100%);
  mix-blend-mode: screen;
  opacity: 0.42;
  filter: blur(0.2px);
  animation: loading-shard-flight 2.8s ease-in-out infinite alternate;
}
.loading_bg .loading_shard_01 {
  transform: translate3d(-34vw, -18vh, 80px) rotateZ(-32deg);
}
.loading_bg .loading_shard_02 {
  animation-delay: -0.3s;
  transform: translate3d(31vw, -22vh, 120px) rotateZ(38deg);
}
.loading_bg .loading_shard_03 {
  animation-delay: -0.65s;
  transform: translate3d(-22vw, 24vh, 70px) rotateZ(58deg);
}
.loading_bg .loading_shard_04 {
  animation-delay: -0.95s;
  transform: translate3d(24vw, 22vh, 90px) rotateZ(-56deg);
}
.loading_bg .loading_shard_05 {
  animation-delay: -1.25s;
  transform: translate3d(-2vw, -31vh, 140px) rotateZ(12deg);
}
.loading_bg .loading_shard_06 {
  animation-delay: -1.55s;
  transform: translate3d(2vw, 33vh, 110px) rotateZ(-168deg);
}
.loading_bg .loading_el {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.58rem;
  width: min(100vw - 2rem, 28rem);
  font-family: sans-serif;
  color: #ffffff;
  text-align: center;
  z-index: 9999;
  text-shadow: 0 0 1.4rem rgba(35, 232, 255, 0.52), 0 0 3rem rgba(255, 201, 75, 0.25);
}
.loading_bg .loading_el img {
  width: clamp(8.75rem, 18vw, 13.5rem);
  height: auto;
  filter: drop-shadow(0 0 1.1rem rgba(35, 232, 255, 0.55)) drop-shadow(0 0 2.5rem rgba(255, 201, 75, 0.18));
}
.loading_bg .loading_el .loading_kicker {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.68rem, 1.1vw, 0.88rem);
  letter-spacing: 0.28em;
}
.loading_bg .loading_el .loading_status {
  color: rgba(255, 220, 117, 0.78);
  font-size: clamp(0.58rem, 0.9vw, 0.74rem);
  letter-spacing: 0.36em;
}
.loading_bg .loading_progress {
  position: absolute;
  left: 50%;
  bottom: clamp(2.5rem, 8vh, 5.25rem);
  z-index: 4;
  width: min(48vw, 28rem);
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  transform: translateX(-50%);
}
.loading_bg .loading_progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(35, 232, 255, 0), rgba(35, 232, 255, 0.9), rgba(255, 201, 75, 0.95), rgba(165, 92, 255, 0.86));
  box-shadow: 0 0 1.4rem rgba(35, 232, 255, 0.56);
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.loading_bg .loading_slices {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  pointer-events: none;
}
.loading_bg .loading_slice {
  display: block;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(35, 232, 255, 0.54) 18%, rgba(7, 12, 31, 0.98) 38%, rgba(255, 201, 75, 0.28) 74%, rgb(7, 12, 31)), linear-gradient(135deg, #02030a, #081332 58%, #150a22);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.12), 0 0 2rem rgba(35, 232, 255, 0.18);
  transform: translateY(-112%);
}

@keyframes loading-ring-spin {
  to {
    rotate: 360deg;
  }
}
@keyframes loading-core-pulse {
  from {
    filter: saturate(1) brightness(0.92);
    scale: 0.94;
  }
  to {
    filter: saturate(1.35) brightness(1.12);
    scale: 1.06;
  }
}
@keyframes loading-shard-flight {
  from {
    opacity: 0.16;
    translate: 0 0 0;
  }
  to {
    opacity: 0.58;
    translate: 0 -1.2rem 5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .loading_bg .loading_ring,
  .loading_bg .loading_core,
  .loading_bg .loading_shard {
    animation: none;
  }
}
.loading_bg_webgl {
  --loader-cream: #f5f1e8;
  --loader-amber: #d9b875;
  --loader-cyan: #9fd4d9;
  --loader-ink: #101c24;
  clip-path: inset(0 0 0 0);
  background: radial-gradient(circle at 48% 44%, rgba(245, 241, 232, 0.13), transparent 19rem), radial-gradient(circle at 72% 24%, rgba(159, 212, 217, 0.16), transparent 25rem), radial-gradient(circle at 24% 72%, rgba(217, 184, 117, 0.09), transparent 28rem), linear-gradient(135deg, #101b23 0%, #152936 52%, #1b2429 100%);
}
.loading_bg_webgl::before {
  background: radial-gradient(ellipse at 50% 58%, rgba(255, 255, 255, 0.13), transparent 36%), linear-gradient(118deg, transparent 0 34%, rgba(255, 255, 255, 0.09) 42%, rgba(159, 212, 217, 0.12) 49%, transparent 62% 100%);
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 78%, transparent);
  opacity: 0.46;
  transform: translateZ(0);
}
.loading_bg_webgl::after {
  background: radial-gradient(circle at 50% 54%, transparent 0 31%, rgba(35, 35, 35, 0.1) 66%, rgba(35, 35, 35, 0.42) 100%), linear-gradient(110deg, transparent 0 43%, rgba(255, 255, 255, 0.06) 49%, transparent 57% 100%);
  opacity: 0.56;
}
.loading_bg_webgl .loading_noise {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.055;
  mix-blend-mode: soft-light;
  background-image: repeating-radial-gradient(circle at 17% 23%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1px 4px), repeating-linear-gradient(90deg, transparent 0 17px, rgba(255, 255, 255, 0.14) 18px, transparent 19px);
}
.loading_bg_webgl .loading_stage {
  position: relative;
  z-index: 4;
  width: min(100vw - 2rem, 42rem);
  min-height: clamp(18rem, 38vw, 28rem);
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  filter: drop-shadow(0 3.2rem 4.8rem rgba(35, 35, 35, 0.28));
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.loading_bg_webgl .loading_frame {
  position: absolute;
  inset: clamp(1rem, 3vw, 2rem);
  border-radius: clamp(1.2rem, 2vw, 1.8rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)), radial-gradient(circle at 46% 30%, rgba(245, 241, 232, 0.13), transparent 56%), radial-gradient(circle at 70% 72%, rgba(159, 212, 217, 0.09), transparent 54%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 3rem 8rem rgba(35, 35, 35, 0.34), 0 0.7rem 2.4rem rgba(159, 212, 217, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 -1px 0 rgba(217, 184, 117, 0.12);
  transform: perspective(900px) rotateX(61deg) rotateZ(-7deg) translateY(1.2rem) translateZ(20px);
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.loading_bg_webgl .loading_frame_line,
.loading_bg_webgl .loading_frame_dot {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1rem rgba(159, 212, 217, 0.24);
}
.loading_bg_webgl .loading_frame_line_top,
.loading_bg_webgl .loading_frame_line_bottom {
  left: 8%;
  right: 8%;
  height: 1px;
  transform: scaleX(0);
}
.loading_bg_webgl .loading_frame_line_top {
  top: 18%;
  transform-origin: 0 50%;
}
.loading_bg_webgl .loading_frame_line_bottom {
  bottom: 18%;
  transform-origin: 100% 50%;
}
.loading_bg_webgl .loading_frame_line_left,
.loading_bg_webgl .loading_frame_line_right {
  top: 15%;
  bottom: 15%;
  width: 1px;
  transform: scaleY(0);
}
.loading_bg_webgl .loading_frame_line_left {
  left: 14%;
  transform-origin: 50% 100%;
}
.loading_bg_webgl .loading_frame_line_right {
  right: 14%;
  transform-origin: 50% 0;
}
.loading_bg_webgl .loading_frame_dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--loader-amber);
  opacity: 0.72;
}
.loading_bg_webgl .loading_frame_dot_01 {
  left: 18%;
  top: 22%;
}
.loading_bg_webgl .loading_frame_dot_02 {
  right: 21%;
  top: 35%;
  background: var(--loader-cyan);
}
.loading_bg_webgl .loading_frame_dot_03 {
  left: 49%;
  bottom: 19%;
}
.loading_bg_webgl .loading_el {
  position: relative;
  left: auto;
  top: auto;
  z-index: 5;
  width: min(100vw - 3rem, 30rem);
  gap: 0.65rem;
  transform: translateZ(120px);
  text-shadow: none;
}
.loading_bg_webgl .loading_el img {
  width: clamp(9.25rem, 17vw, 13rem);
  filter: drop-shadow(0 0 1.2rem rgba(146, 203, 213, 0.18)) drop-shadow(0 0 2.4rem rgba(212, 179, 107, 0.08));
}
.loading_bg_webgl .loading_el .loading_kicker {
  margin-top: 0.9rem;
  color: rgba(245, 239, 228, 0.72);
  font-size: clamp(0.62rem, 0.9vw, 0.78rem);
  letter-spacing: 0.44em;
}
.loading_bg_webgl .loading_el .loading_status {
  color: rgba(246, 198, 106, 0.78);
  font-size: clamp(0.54rem, 0.75vw, 0.68rem);
  letter-spacing: 0.36em;
}
.loading_bg_webgl .loading_meta {
  position: absolute;
  left: clamp(1.2rem, 3vw, 2.4rem);
  right: clamp(1.2rem, 3vw, 2.4rem);
  bottom: clamp(0.6rem, 2vw, 1.2rem);
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(245, 239, 228, 0.52);
  font-size: clamp(0.55rem, 0.8vw, 0.68rem);
  letter-spacing: 0.22em;
}
.loading_bg_webgl .loading_progress {
  bottom: clamp(2.2rem, 6vh, 4.5rem);
  width: min(54vw, 34rem);
  height: 2px;
  background: rgba(245, 239, 228, 0.12);
}
.loading_bg_webgl .loading_progress i {
  background: linear-gradient(90deg, transparent, rgba(159, 212, 217, 0.76), rgba(245, 241, 232, 0.96));
  box-shadow: 0 0 1.05rem rgba(159, 212, 217, 0.3);
  will-change: transform;
}

#miniLoader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#miniLoader .error_text {
  display: none;
}
#miniLoader.loaded {
  animation: fadeOut 3s forwards;
}
#miniLoader.error img, #miniLoader.error .loading_text {
  display: none;
}
#miniLoader.error .error_text {
  display: block;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
body:not(.no_animation) .cursor_wrap {
  display: none;
}
@media (min-width: 992px) {
  body:not(.no_animation) .cursor_wrap {
    display: block;
  }
}
body:not(.no_animation) .cursor_wrap {
  opacity: 0;
  visibility: hidden;
}
body:not(.no_animation) .cursor_wrap .cursor--small,
body:not(.no_animation) .cursor_wrap .cursor--large,
body:not(.no_animation) .cursor_wrap .cursor--text {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: var(--cursor-size);
  height: var(--cursor-size);
  mix-blend-mode: difference;
  pointer-events: none;
  user-select: none;
  z-index: 9999;
}
body:not(.no_animation) .cursor_wrap .cursor--text {
  --cursor-size: 100px;
  font-size: 0.75rem;
  color: #fff;
  opacity: 0;
  transform-origin: center;
}
body:not(.no_animation) .cursor_wrap .cursor--text .text {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-weight: bold;
  transform-origin: center;
}
body:not(.no_animation) .cursor_wrap .cursor--small {
  --cursor-size: 20px;
  background: #fff;
}
body:not(.no_animation) .cursor_wrap .cursor--large {
  --cursor-size: 60px;
  border: 2px solid #fff;
}

body.single-works .cursor_wrap {
  display: none !important;
}

/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
  opacity: 0.7;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #232323;
  opacity: 1;
}

.splide__arrow {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  align-items: center;
  border-radius: 0;
  display: flex;
  justify-content: center;
  height: 2.5em;
  width: 2.5em;
}
.splide__arrow svg {
  fill: #232323;
  height: 2.5em;
  width: 2.5em;
  transition: fill 0.2s linear;
}
.splide__arrow:hover:not(:disabled) svg {
  fill: #565656;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: #232323 3px solid;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: #232323 3px solid;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear, transform 0.2s linear;
  width: 10px;
}
.splide__pagination__page.is-active {
  background: #232323;
  z-index: 1;
  transform: scale(1.4);
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
  background: #565656;
}
.splide__pagination__page:focus-visible {
  outline: #232323 3px solid;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: #232323 3px solid;
  outline-offset: 3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #232323;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #232323 3px solid;
    outline-offset: -3px;
  }
}
.splide__slide:focus-visible {
  /* IE does not support outline-offset */
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: #232323 3px solid;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: #232323 3px solid;
    outline-offset: -3px;
  }
}
.splide.is-focus-in .splide__slide:focus {
  /* IE does not support outline-offset */
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: #232323 3px solid;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #232323;
  }
}

.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: #232323 3px solid;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: #232323 3px solid;
  outline-offset: 3px;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
/**
 * サイト共通ボタンコンポーネント（ui_btn）。
 *
 * テーマ背景色（paper / gray / navy / night）に合わせたバリアントを定義します。
 * ホバー時は横幅を変えず、矢印の移動・浮き上がり・影で反応します。
 */
.ui_btn {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  min-height: 3.25rem;
  padding: 0.7rem 1.05rem 0.7rem 1.2rem;
  color: #12161d;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(18, 22, 29, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  transform: translate3d(0, 0, 0);
  transition: color 0.38s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.38s cubic-bezier(0.22, 1, 0.36, 1), background 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1), transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), filter 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
.ui_btn::after {
  display: inline-block;
  flex-shrink: 0;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
.ui_btn:hover {
  gap: 1.6rem;
  transform: translate3d(0, -0.12rem, 0);
  text-decoration: none;
}
.ui_btn:hover::after {
  transform: translate3d(0.24rem, -0.24rem, 0);
}
.ui_btn:active {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.14s;
}
.ui_btn:active::after {
  transform: translate3d(0.12rem, -0.12rem, 0);
}
@media (prefers-reduced-motion: reduce) {
  .ui_btn {
    transition-duration: 0.01ms;
  }
  .ui_btn::after {
    transition-duration: 0.01ms;
  }
  .ui_btn:hover, .ui_btn:active {
    transform: none;
  }
  .ui_btn:hover::after, .ui_btn:active::after {
    transform: none;
  }
}
.ui_btn::after {
  content: "↗";
  font-size: 1rem;
  font-weight: 400;
}
.ui_btn:hover {
  color: #ffffff;
  background-color: #12161d;
  border-color: #12161d;
  box-shadow: 0 0.55rem 1.35rem rgba(18, 22, 29, 0.22);
}
.ui_btn:focus-visible {
  outline: 2px solid #e6452e;
  outline-offset: 4px;
}

.ui_btn_primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0.78rem 1.35rem;
  border-radius: 0;
  clip-path: polygon(0.58rem 0, 100% 0, 100% calc(100% - 0.58rem), calc(100% - 0.58rem) 100%, 0 100%, 0 0.58rem);
  color: #ffffff;
  border-color: #12161d;
  background-color: #12161d;
  box-shadow: 0 0.32rem 0.95rem rgba(18, 22, 29, 0.14);
}
.ui_btn_primary:hover {
  color: #ffffff;
  border-color: rgb(8.2340425532, 10.0638297872, 13.2659574468);
  background-color: rgb(8.2340425532, 10.0638297872, 13.2659574468);
  box-shadow: 0 0.52rem 1.28rem rgba(18, 22, 29, 0.24);
  filter: none;
}
.ui_btn_primary::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #e6452e;
  transition: width 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
.ui_btn_primary::after {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
}
.ui_btn_primary:hover::before {
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .ui_btn_primary::before {
    transition-duration: 0.01ms;
  }
  .ui_btn_primary:hover::before {
    width: 2.4rem;
  }
}

.award_hero_actions .ui_btn_primary,
.strength_hero_actions .ui_btn_primary,
.diagnose_cta .ui_btn_primary,
.lp_hero .lp_actions .ui_btn_primary,
.recruit_hero .ui_btn_primary,
.lp_final_cta .ui_btn_primary {
  color: #12161d;
  border-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0.35rem 1rem rgba(35, 35, 35, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.award_hero_actions .ui_btn_primary:hover,
.strength_hero_actions .ui_btn_primary:hover,
.diagnose_cta .ui_btn_primary:hover,
.lp_hero .lp_actions .ui_btn_primary:hover,
.recruit_hero .ui_btn_primary:hover,
.lp_final_cta .ui_btn_primary:hover {
  color: #ffffff;
  border-color: #12161d;
  background-color: #12161d;
  box-shadow: 0 0.55rem 1.35rem rgba(35, 35, 35, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  filter: none;
}

.lp_faq_light .lp_final_cta .ui_btn_primary,
.lp_section_bg_grid_light .ui_btn_primary {
  color: #ffffff;
  border-color: #12161d;
  background-color: #12161d;
  box-shadow: 0 0.32rem 0.95rem rgba(18, 22, 29, 0.14);
}
.lp_faq_light .lp_final_cta .ui_btn_primary:hover,
.lp_section_bg_grid_light .ui_btn_primary:hover {
  color: #ffffff;
  border-color: rgb(8.2340425532, 10.0638297872, 13.2659574468);
  background-color: rgb(8.2340425532, 10.0638297872, 13.2659574468);
  box-shadow: 0 0.52rem 1.28rem rgba(18, 22, 29, 0.24);
  filter: none;
}

.ui_btn_secondary {
  color: #12161d;
  border-color: rgba(15, 30, 53, 0.34);
  background: #ffffff;
  box-shadow: 0 0.18rem 0.7rem rgba(15, 30, 53, 0.1);
}
.ui_btn_secondary:hover {
  color: #ffffff;
  background-color: #0f1e35;
  border-color: #0f1e35;
  box-shadow: 0 0.55rem 1.25rem rgba(15, 30, 53, 0.28);
}

.ui_btn_invert {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.08);
}
.ui_btn_invert:hover {
  color: #12161d;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0.5rem 1.2rem rgba(35, 35, 35, 0.18);
}

.ui_btn_on_paper {
  color: #12161d;
  border-color: rgba(18, 22, 29, 0.36);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0.2rem 0.75rem rgba(18, 22, 29, 0.06);
}
.ui_btn_on_paper:hover {
  color: #ffffff;
  background-color: #12161d;
  border-color: #12161d;
  box-shadow: 0 0.5rem 1.2rem rgba(18, 22, 29, 0.2);
}

.ui_btn_on_gray {
  color: #12161d;
  border-color: rgba(15, 30, 53, 0.3);
  background: #ffffff;
  box-shadow: 0 0.22rem 0.85rem rgba(15, 30, 53, 0.12);
}
.ui_btn_on_gray:hover {
  color: #ffffff;
  background-color: #0f1e35;
  border-color: #0f1e35;
  box-shadow: 0 0.55rem 1.25rem rgba(15, 30, 53, 0.28);
}

.ui_btn_on_navy {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(140deg, #1a3350 0%, #0f1e35 52%, #030c1a 100%);
}
.ui_btn_on_navy:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background: linear-gradient(140deg, #23486b 0%, rgb(24, 48, 84.8) 52%, #0f1e35 100%);
  box-shadow: 0 0.55rem 1.3rem rgba(3, 12, 26, 0.34);
  filter: brightness(1.06);
}

.ui_btn.ui_btn_on_night {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.58);
  background-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}
.ui_btn.ui_btn_on_night:hover, .ui_btn.ui_btn_on_night:focus-visible {
  color: #12161d;
  background-color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0.5rem 1.35rem rgba(35, 35, 35, 0.28);
}

.ui_btn_text {
  position: relative;
  gap: 0;
  min-height: 3.25rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  background-color: transparent;
  box-shadow: none;
  transform: none;
  transition: color 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  color: rgba(18, 22, 29, 0.82);
}
.ui_btn_text::before {
  background-color: rgba(18, 22, 29, 0.34);
  opacity: 1;
}
.ui_btn_text:hover, .ui_btn_text:focus-visible {
  color: #12161d;
}
.ui_btn_text:hover::before, .ui_btn_text:focus-visible::before {
  background-color: #e6452e;
  opacity: 1;
}
.ui_btn_text::after {
  content: none;
}
.ui_btn_text::before {
  position: absolute;
  right: 0;
  bottom: 0.65rem;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.44s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}
.ui_btn_text:hover, .ui_btn_text:focus-visible, .ui_btn_text:active {
  gap: 0;
  border: 0;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
  transform: none;
  box-shadow: none;
}
.ui_btn_text:hover::before {
  transform: scaleX(0.42);
  transform-origin: right center;
}
.ui_btn_text:focus-visible {
  outline: 2px solid #e6452e;
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .ui_btn_text::before {
    transition-duration: 0.01ms;
  }
  .ui_btn_text:hover::before {
    transform: none;
  }
}

.award_hero_actions .ui_btn_text,
.strength_hero_actions .ui_btn_text,
.diagnose_cta .ui_btn_text,
.lp_faq:not(.lp_faq_light):not(.lp_faq_on_light) .lp_page_cta_related .ui_btn_text,
.lp_final_cta .ui_btn_text {
  color: rgba(255, 255, 255, 0.8);
}
.award_hero_actions .ui_btn_text::before,
.strength_hero_actions .ui_btn_text::before,
.diagnose_cta .ui_btn_text::before,
.lp_faq:not(.lp_faq_light):not(.lp_faq_on_light) .lp_page_cta_related .ui_btn_text::before,
.lp_final_cta .ui_btn_text::before {
  background-color: rgba(255, 255, 255, 0.46);
  opacity: 1;
}
.award_hero_actions .ui_btn_text:hover, .award_hero_actions .ui_btn_text:focus-visible,
.strength_hero_actions .ui_btn_text:hover,
.strength_hero_actions .ui_btn_text:focus-visible,
.diagnose_cta .ui_btn_text:hover,
.diagnose_cta .ui_btn_text:focus-visible,
.lp_faq:not(.lp_faq_light):not(.lp_faq_on_light) .lp_page_cta_related .ui_btn_text:hover,
.lp_faq:not(.lp_faq_light):not(.lp_faq_on_light) .lp_page_cta_related .ui_btn_text:focus-visible,
.lp_final_cta .ui_btn_text:hover,
.lp_final_cta .ui_btn_text:focus-visible {
  color: #ffffff;
}
.award_hero_actions .ui_btn_text:hover::before, .award_hero_actions .ui_btn_text:focus-visible::before,
.strength_hero_actions .ui_btn_text:hover::before,
.strength_hero_actions .ui_btn_text:focus-visible::before,
.diagnose_cta .ui_btn_text:hover::before,
.diagnose_cta .ui_btn_text:focus-visible::before,
.lp_faq:not(.lp_faq_light):not(.lp_faq_on_light) .lp_page_cta_related .ui_btn_text:hover::before,
.lp_faq:not(.lp_faq_light):not(.lp_faq_on_light) .lp_page_cta_related .ui_btn_text:focus-visible::before,
.lp_final_cta .ui_btn_text:hover::before,
.lp_final_cta .ui_btn_text:focus-visible::before {
  background-color: #e6452e;
  opacity: 1;
}

.lp_faq_light .ui_btn_text,
.lp_faq_on_light .ui_btn_text,
.lp_section_bg_grid_light .ui_btn_text {
  color: rgba(18, 22, 29, 0.82);
}
.lp_faq_light .ui_btn_text::before,
.lp_faq_on_light .ui_btn_text::before,
.lp_section_bg_grid_light .ui_btn_text::before {
  background-color: rgba(18, 22, 29, 0.34);
  opacity: 1;
}
.lp_faq_light .ui_btn_text:hover, .lp_faq_light .ui_btn_text:focus-visible,
.lp_faq_on_light .ui_btn_text:hover,
.lp_faq_on_light .ui_btn_text:focus-visible,
.lp_section_bg_grid_light .ui_btn_text:hover,
.lp_section_bg_grid_light .ui_btn_text:focus-visible {
  color: #12161d;
}
.lp_faq_light .ui_btn_text:hover::before, .lp_faq_light .ui_btn_text:focus-visible::before,
.lp_faq_on_light .ui_btn_text:hover::before,
.lp_faq_on_light .ui_btn_text:focus-visible::before,
.lp_section_bg_grid_light .ui_btn_text:hover::before,
.lp_section_bg_grid_light .ui_btn_text:focus-visible::before {
  background-color: #e6452e;
  opacity: 1;
}

.ui_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn-circle {
  display: inline-block;
  padding: 5rem;
  border-radius: 100%;
  border: 1px solid #232323;
  transition: background-color 0.5s;
}
.btn-circle svg {
  width: 30px;
}
.btn-circle:hover {
  background-color: #232323;
}
.btn-circle:hover svg {
  fill: #ffffff;
}

.contact_btn_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 12vw;
}
@media (min-width: 992px) {
  .contact_btn_footer {
    font-size: 12vw;
  }
}
.contact_btn_footer .text {
  width: calc(100% - 80px - 1rem);
  margin-right: 1rem;
  transition: all 0.5s;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0));
}
@media (min-width: 992px) {
  .contact_btn_footer .text {
    width: calc(100% - 220px - 2rem);
    margin-right: 2rem;
  }
}
.contact_btn_footer .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff;
  transition: all 0.75s;
  width: 80px;
  height: 80px;
}
@media (min-width: 992px) {
  .contact_btn_footer .circle {
    width: 220px;
    height: 220px;
  }
}
.contact_btn_footer .circle svg {
  width: 30px;
}
@media (min-width: 992px) {
  .contact_btn_footer .circle svg {
    width: 80px;
  }
}
.contact_btn_footer .circle svg {
  fill: #ffffff;
}
.contact_btn_footer:hover .text {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.75));
}
.contact_btn_footer:hover .circle {
  background-color: white;
}
.contact_btn_footer:hover .circle svg {
  fill: #232323;
}

.btn_sbumit {
  min-width: 200px;
  min-height: 3.25rem;
  padding: 0.7rem 1.2rem;
  color: #12161d;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid rgba(18, 22, 29, 0.34);
  border-radius: 999px;
  background-color: #ffffff;
}

/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
/**
 * アーカイブ共通ページネーション
 *
 * ボタン型ではなく、番号と Prev / Next のタイポグラフィ中心のスタイル。
 * ダーク背景向けの配色を基本とし、news_archive_pagination 内でも利用する。
 */
.archive_pagination {
  margin-top: clamp(3rem, 5vw, 5rem);
}
.archive_pagination_list {
  gap: clamp(0.55rem, 1.4vw, 1rem);
}
.archive_pagination_item {
  display: flex;
  align-items: center;
}
.archive_pagination_control, .archive_pagination_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  padding: 0.2rem 0;
  color: rgba(255, 255, 255, 0.42);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.archive_pagination_control:hover, .archive_pagination_num:hover {
  color: #ffffff;
  text-decoration: none;
}
.archive_pagination_control {
  gap: 0.4rem;
  padding-inline: 0.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.archive_pagination_control span[aria-hidden=true] {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
}
.archive_pagination_control_jump {
  min-width: 1.4rem;
  padding-inline: 0.1rem;
  letter-spacing: 0;
  text-transform: none;
}
.archive_pagination_num {
  min-width: 1.6rem;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}
.archive_pagination_num.is-active {
  color: #ffffff;
  border-bottom-color: #e6452e;
  pointer-events: none;
}

.news_archive_pagination {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
}
.news_archive_pagination .archive_pagination {
  margin-top: 0;
}

/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
.entry_wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 10px;
  bottom: 15px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(img/page/bg_shindan.jpg);
  background-size: 65%;
  background-position: right bottom;
  background-color: #ced7e1;
  font-size: 0.875rem;
  border-radius: 1rem;
  z-index: 2;
}
#jsHeaderMenu .entry_wrap, .entry_wrap.result_btn {
  opacity: 1;
  visibility: visible;
  position: relative;
  right: 0;
  bottom: 0;
  color: #232323;
}
#jsHeaderMenu .entry_wrap .inner a, .entry_wrap.result_btn .inner a {
  color: #232323;
}
#jsHeaderMenu .entry_wrap .inner a:hover, .entry_wrap.result_btn .inner a:hover {
  padding: 2rem 4rem 2rem 2.5rem;
}
.entry_wrap.result_btn {
  max-width: 640px;
  margin: auto;
}
.entry_wrap .inner {
  position: relative;
}
.entry_wrap .inner a {
  display: block;
  color: #232323;
  text-decoration: none;
  padding: 1.25rem 4rem 1.25rem 2.5rem;
  transition: all 0.5s;
}
.entry_wrap .inner a:hover {
  padding: 2rem 5rem 2rem 3rem;
}
.entry_wrap .inner .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: none;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(35, 35, 35, 0.25);
  transition: all 0.5s;
}
.entry_wrap .inner .close::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M13.854 2.146a.5.5 0 0 1 0 .708l-11 11a.5.5 0 0 1-.708-.708l11-11a.5.5 0 0 1 .708 0Z'/%3E%3Cpath fill-rule='evenodd' d='M2.146 2.146a.5.5 0 0 0 0 .708l11 11a.5.5 0 0 0 .708-.708l-11-11a.5.5 0 0 0-.708 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.entry_wrap .inner .close::after {
  transform: rotate(-45deg);
}
.entry_wrap.active {
  background-image: none;
  background-color: #e6452e;
}
.entry_wrap.active .inner {
  width: 60px;
  height: 60px;
  overflow: hidden;
  padding: 0;
}
.entry_wrap.active .inner a {
  display: none;
}
.entry_wrap.active .inner .close {
  width: 60px;
  height: 60px;
  background-color: transparent;
  box-shadow: none;
  padding: 10px;
}
.entry_wrap.active .inner .close::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-graph-up-arrow' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V4.9l-3.613 4.417a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61L13.445 4H10.5a.5.5 0 0 1-.5-.5Z'/%3E%3C/svg%3E");
}

.entry_consultation.pop_card:not(.active) {
  border-radius: 999px;
  box-shadow: 0 0.75rem 2rem rgba(35, 35, 35, 0.18);
}
.entry_consultation.pop_card:not(.active) .inner a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1.15rem 0.85rem 1.85rem;
}
.entry_consultation.pop_card:not(.active) .inner a:hover {
  padding: 0.85rem 1.15rem 0.85rem 1.85rem;
  background-color: rgba(255, 255, 255, 0.08);
}
.entry_consultation.pop_card:not(.active) .inner .close {
  top: 50%;
  left: -0.7rem;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.entry_consultation.pop_card:not(.active) .inner .close::before {
  width: 18px;
  height: 18px;
}
.entry_consultation.pop_card:not(.active) .entry_consultation_topic {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.entry_consultation.pop_card:not(.active) .entry_consultation_action {
  min-width: 6.6rem;
  padding: 0.58rem 1rem 0.6rem;
  color: #081020;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-left: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  clip-path: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 231, 0.94));
  box-shadow: 0 0.45rem 1.15rem rgba(35, 35, 35, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}
.entry_consultation.pop_card:not(.active) .entry_consultation_action::before {
  content: none;
}
.entry_consultation.pop_card:not(.active) .entry_consultation_action::after {
  border-color: currentColor;
  opacity: 0.82;
}
@media (max-width: 575.98px) {
  .entry_consultation.pop_card:not(.active) {
    right: 0.75rem;
    bottom: 0.75rem;
  }
  .entry_consultation.pop_card:not(.active) .entry_consultation_topic {
    display: none;
  }
  .entry_consultation.pop_card:not(.active) .inner a {
    padding-left: 1.35rem;
  }
}

/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
@keyframes webgl-cta-sheen {
  0% {
    transform: translateX(-36%) skewX(-14deg);
    opacity: 0;
  }
  18% {
    opacity: 0.8;
  }
  54% {
    opacity: 0.32;
  }
  100% {
    transform: translateX(140%) skewX(-14deg);
    opacity: 0;
  }
}
@keyframes webgl-cta-grid {
  0% {
    transform: translate3d(-2%, -2%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(2%, 2%, 0) rotate(0.001deg);
  }
}
@keyframes webgl-cta-action-orbit {
  0% {
    transform: translate3d(-18%, -42%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(18%, 42%, 0) rotate(360deg);
  }
}
.entry_wrap.entry_consultation.jsWebglCta {
  --cta-cyan: #21e8ff;
  --cta-blue: #2d55ff;
  --cta-violet: #a55cff;
  --cta-gold: #fff23a;
  --cta-amber: #ff9f00;
  --cta-hot: #ff3d2e;
  --cta-lime: #8cffb6;
  --cta-ink: #060912;
  position: fixed;
  right: clamp(0.875rem, 2.2vw, 2rem);
  bottom: clamp(0.35rem, 1vw, 0.65rem);
  z-index: 30;
  width: min(100vw - 1.5rem, 26rem);
  min-height: clamp(4.75rem, 5.2vw, 5.65rem);
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  border: 1px solid rgba(170, 241, 255, 0.3);
  border-radius: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 18% 78%, rgba(255, 212, 92, 0.14)), radial-gradient(92% 140% at 94% 44%, rgba(255, 141, 36, 0.2), transparent 56%), radial-gradient(120% 150% at 18% 4%, rgba(33, 232, 255, 0.25), transparent 48%), linear-gradient(124deg, rgba(4, 7, 16, 0.96) 0%, rgba(8, 16, 36, 0.95) 56%, rgba(24, 13, 39, 0.94) 100%);
  box-shadow: 0 1.15rem 3.8rem rgba(0, 0, 0, 0.42), 0 0 2.5rem rgba(33, 232, 255, 0.16), 0 0.22rem 0 rgba(255, 255, 255, 0.1) inset, 0 -0.18rem 0.5rem rgba(0, 0, 0, 0.38) inset;
  clip-path: none;
  backdrop-filter: blur(16px) saturate(1.35);
  transform: translate3d(0, 0, 0);
  transition: transform 0.38s ease, border-color 0.38s ease, box-shadow 0.38s ease, opacity 0.38s ease;
}
.entry_wrap.entry_consultation.jsWebglCta:not(.active) {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 18% 78%, rgba(255, 242, 58, 0.2)), radial-gradient(92% 140% at 94% 44%, rgba(255, 159, 0, 0.42), transparent 56%), radial-gradient(120% 150% at 18% 4%, rgba(255, 61, 46, 0.42), transparent 48%), linear-gradient(124deg, rgba(115, 12, 7, 0.98) 0%, rgba(216, 38, 18, 0.96) 56%, rgba(255, 117, 0, 0.94) 100%);
  background-color: var(--cta-ink);
}
.entry_wrap.entry_consultation.jsWebglCta::before, .entry_wrap.entry_consultation.jsWebglCta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.entry_wrap.entry_consultation.jsWebglCta::before {
  width: 50%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), rgba(255, 212, 92, 0.22), transparent);
  mix-blend-mode: screen;
  animation: webgl-cta-sheen 4.2s cubic-bezier(0.2, 0.7, 0.1, 1) infinite;
}
.entry_wrap.entry_consultation.jsWebglCta::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(135deg, transparent 0%, rgba(33, 232, 255, 0.1) 46%, transparent 47% 100%);
  background-size: 2.25rem 2.25rem, 2.25rem 2.25rem, 100% 100%;
  opacity: 0.42;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 88%, transparent);
  animation: webgl-cta-grid 5.6s ease-in-out infinite alternate;
}
.entry_wrap.entry_consultation.jsWebglCta:hover {
  transform: translate3d(0, -0.18rem, 0);
  border-color: rgba(255, 212, 92, 0.62);
  box-shadow: 0 1.45rem 4.4rem rgba(0, 0, 0, 0.42), 0 0 3.2rem rgba(33, 232, 255, 0.24), 0 0 2.8rem rgba(255, 141, 36, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.entry_wrap.entry_consultation.jsWebglCta .webgl-cta__canvas {
  position: absolute;
  inset: -1px;
  z-index: 0;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  pointer-events: none;
  border-radius: inherit;
  opacity: 0.98;
}
.entry_wrap.entry_consultation.jsWebglCta .inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
}
.entry_wrap.entry_consultation.jsWebglCta .inner a,
.entry_wrap.entry_consultation.jsWebglCta .entry_consultation_link {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: inherit;
  padding: 1.05rem 1.2rem 1.05rem 1.65rem;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 0 1.2rem rgba(33, 232, 255, 0.28);
  transition: padding 0.34s ease, background-color 0.34s ease, transform 0.34s ease;
}
.entry_wrap.entry_consultation.jsWebglCta .inner a:hover,
.entry_wrap.entry_consultation.jsWebglCta .entry_consultation_link:hover {
  padding: 1.05rem 1.2rem 1.05rem 1.65rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.045);
  transform: translate3d(0, 0, 0);
}
.entry_wrap.entry_consultation.jsWebglCta .inner a::before,
.entry_wrap.entry_consultation.jsWebglCta .entry_consultation_link::before {
  content: "";
  position: absolute;
  inset: 0.55rem;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0;
  opacity: 0.72;
  pointer-events: none;
}
.entry_wrap.entry_consultation.jsWebglCta .entry_consultation_topic {
  display: block;
  color: rgba(235, 250, 255, 0.76);
  font-family: "Jost", sans-serif;
  font-size: clamp(0.72rem, 0.78vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.45;
}
.entry_wrap.entry_consultation.jsWebglCta .entry_consultation_action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 7.5rem;
  padding: 0.66rem 0.94rem;
  overflow: hidden;
  color: #081020;
  font-size: clamp(0.86rem, 0.9vw, 0.98rem);
  letter-spacing: 0.08em;
  background: radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.92), transparent 23%), linear-gradient(135deg, #fff3b0 0%, var(--cta-gold) 32%, var(--cta-amber) 72%, #ff5d48 100%);
  border-left: 0;
  border-radius: 0;
  clip-path: none;
  box-shadow: 0 0.45rem 1.1rem rgba(255, 141, 36, 0.28), 0 0 1.25rem rgba(255, 212, 92, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.78), inset 0 -0.18rem 0.46rem rgba(122, 58, 0, 0.2);
}
.entry_wrap.entry_consultation.jsWebglCta .entry_consultation_action::before {
  content: "";
  position: absolute;
  inset: -160% -40%;
  background: conic-gradient(from 90deg, transparent 0 19%, rgba(255, 255, 255, 0.75) 24%, transparent 32% 58%, rgba(35, 232, 255, 0.58) 66%, transparent 74% 100%);
  mix-blend-mode: screen;
  opacity: 0.58;
  animation: webgl-cta-action-orbit 3.4s linear infinite;
}
.entry_wrap.entry_consultation.jsWebglCta .entry_consultation_action::after {
  content: "";
  position: relative;
  width: 0.42rem;
  height: 0.42rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.entry_wrap.entry_consultation.jsWebglCta .inner .close {
  position: absolute;
  top: -0.58rem;
  left: -0.58rem;
  z-index: 4;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.96), rgba(33, 232, 255, 0.58) 26%, rgba(10, 16, 30, 0.95) 68%);
  box-shadow: 0 0 1rem rgba(33, 232, 255, 0.42), 0 0 1.75rem rgba(255, 212, 92, 0.12), inset 0 0 0.8rem rgba(255, 255, 255, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.entry_wrap.entry_consultation.jsWebglCta .inner .close::before {
  content: "";
  display: block;
  width: 0.82rem;
  height: 0.82rem;
  margin: auto;
  background-image: linear-gradient(45deg, transparent 43%, #ffffff 44% 56%, transparent 57%), linear-gradient(-45deg, transparent 43%, #ffffff 44% 56%, transparent 57%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.entry_wrap.entry_consultation.jsWebglCta .inner .close::after {
  content: "";
  position: absolute;
  inset: -0.45rem;
  border: 1px solid rgba(33, 232, 255, 0.2);
  border-radius: inherit;
  transform: none;
}
.entry_wrap.entry_consultation.jsWebglCta .inner .close:hover {
  transform: scale(1.06);
  box-shadow: 0 0 1.2rem rgba(33, 232, 255, 0.58), 0 0 2.2rem rgba(255, 212, 92, 0.22);
}
.entry_wrap.entry_consultation.jsWebglCta.is-webgl-fallback::after {
  opacity: 0.58;
}
.entry_wrap.entry_consultation.jsWebglCta.active {
  width: 4.45rem;
  min-width: 0;
  min-height: 4.45rem;
  height: 4.45rem;
  border-radius: 0;
  clip-path: none;
  background: radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.9), rgba(33, 232, 255, 0.52) 22%, rgba(15, 20, 38, 0.98) 70%), linear-gradient(145deg, rgba(10, 14, 28, 0.96), rgba(29, 21, 45, 0.96));
}
.entry_wrap.entry_consultation.jsWebglCta.active .webgl-cta__canvas {
  display: none;
}
.entry_wrap.entry_consultation.jsWebglCta.active .inner {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: visible;
}
.entry_wrap.entry_consultation.jsWebglCta.active .inner a {
  display: none;
}
.entry_wrap.entry_consultation.jsWebglCta.active .inner .close {
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.entry_wrap.entry_consultation.jsWebglCta.active .inner .close::before {
  width: 1.35rem;
  height: 1.35rem;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0 0.16rem, transparent 0.16rem 0.48rem, rgba(255, 212, 92, 0.95) 0.48rem 0.64rem, transparent 0.64rem 100%), linear-gradient(0deg, transparent 0 32%, rgba(33, 232, 255, 0.95) 32% 46%, transparent 46% 100%);
}
.entry_wrap.entry_consultation.jsWebglCta.active .inner .close::after {
  inset: 0.58rem;
  border-color: rgba(255, 212, 92, 0.3);
}
@media (max-width: 575.98px) {
  .entry_wrap.entry_consultation.jsWebglCta {
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    width: min(100vw - 1.5rem, 21.5rem);
    min-height: 4.3rem;
    border-radius: 0;
    clip-path: none;
  }
  .entry_wrap.entry_consultation.jsWebglCta .inner a,
  .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_link {
    gap: 0.72rem;
    padding: 0.88rem 0.9rem 0.88rem 1.15rem;
  }
  .entry_wrap.entry_consultation.jsWebglCta .inner a:hover,
  .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_link:hover {
    padding: 0.88rem 0.9rem 0.88rem 1.15rem;
  }
  .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_topic {
    font-size: 0.68rem;
    letter-spacing: 0.07em;
  }
  .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_action {
    min-width: 6.2rem;
    padding: 0.54rem 0.72rem;
    font-size: 0.84rem;
  }
  .entry_wrap.entry_consultation.jsWebglCta .inner .close {
    top: -0.42rem;
    left: -0.42rem;
    width: 1.92rem;
    height: 1.92rem;
  }
  .entry_wrap.entry_consultation.jsWebglCta.active {
    width: 3.8rem;
    height: 3.8rem;
    min-height: 3.8rem;
    clip-path: none;
  }
}

.entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) {
  width: min(100vw - 1.5rem, 28rem);
  min-height: 5.35rem;
  border-color: rgba(255, 244, 216, 0.34);
  border-radius: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03) 46%, rgba(255, 213, 114, 0.11)), radial-gradient(95% 130% at 12% 0%, rgba(33, 232, 255, 0.18), transparent 52%), radial-gradient(82% 130% at 100% 70%, rgba(255, 179, 71, 0.2), transparent 58%), linear-gradient(124deg, rgba(5, 8, 18, 0.96) 0%, rgba(12, 20, 38, 0.95) 60%, rgba(19, 15, 28, 0.94) 100%);
  box-shadow: 0 1.05rem 3rem rgba(0, 0, 0, 0.34), 0 0 2.1rem rgba(33, 232, 255, 0.14), 0 0.18rem 0 rgba(255, 255, 255, 0.1) inset, 0 -0.16rem 0.42rem rgba(0, 0, 0, 0.34) inset;
  clip-path: none;
}
.entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .inner a,
.entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_link {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.95rem;
  padding: 0.9rem 1rem 0.9rem 1.35rem;
}
.entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .inner a:hover,
.entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_link:hover {
  padding: 0.9rem 1rem 0.9rem 1.35rem;
  background-color: rgba(255, 255, 255, 0.055);
}
.entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_copy {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}
.entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_topic {
  color: rgba(246, 251, 255, 0.92);
  font-family: inherit;
  font-size: clamp(0.84rem, 0.9vw, 0.98rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}
.entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_note {
  display: block;
  color: rgba(235, 250, 255, 0.68);
  font-size: clamp(0.67rem, 0.72vw, 0.76rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
}
.entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_action {
  min-width: 9rem;
  padding: 0.66rem 1rem 0.68rem;
  color: #081020;
  font-size: clamp(0.82rem, 0.86vw, 0.92rem);
  letter-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 0;
  clip-path: none;
  background: linear-gradient(135deg, #fff4d8 0%, #ffd572 56%, #ffb347 100%);
  box-shadow: 0 0.55rem 1.25rem rgba(255, 179, 71, 0.24), 0 0 1.25rem rgba(255, 212, 92, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 -0.16rem 0.38rem rgba(125, 34, 0, 0.18);
}
.entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_action::before {
  content: none;
}
.entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_action::after {
  border-color: currentColor;
  opacity: 0.82;
}
@media (max-width: 575.98px) {
  .entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) {
    width: min(100vw - 1.5rem, 22rem);
    min-height: 5rem;
  }
  .entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .inner a,
  .entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_link {
    gap: 0.65rem;
    padding: 0.82rem 0.78rem 0.82rem 1rem;
  }
  .entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .inner a:hover,
  .entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_link:hover {
    padding: 0.82rem 0.78rem 0.82rem 1rem;
  }
  .entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_topic {
    display: block;
    font-size: 0.78rem;
    line-height: 1.32;
  }
  .entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_note {
    font-size: 0.65rem;
    line-height: 1.35;
  }
  .entry_wrap.entry_consultation.pop_card.jsWebglCta:not(.active) .entry_consultation_action {
    min-width: 7.25rem;
    padding: 0.58rem 0.66rem 0.6rem;
    font-size: 0.76rem;
  }
}

#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(100%, 34rem);
  min-height: 9rem;
  margin: clamp(0.75rem, 1.8vw, 1.4rem) 0 0;
  opacity: 1;
  visibility: visible;
  color: #ffffff;
  border-color: rgba(255, 224, 147, 0.34);
  border-radius: 0.8rem;
  clip-path: none;
  overflow: hidden;
  box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.3), 0 0 2.2rem rgba(255, 212, 92, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.028)), radial-gradient(circle at 88% 20%, rgba(255, 224, 147, 0.2), transparent 31%), linear-gradient(135deg, rgba(14, 22, 34, 0.88), rgba(5, 8, 15, 0.7));
  backdrop-filter: blur(20px) saturate(1.18);
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 244, 216, 0.48), transparent 42%) 0 0/100% 1px no-repeat, linear-gradient(180deg, rgba(255, 244, 216, 0.24), transparent 48%) 0 0/1px 100% no-repeat, radial-gradient(circle at 78% 58%, rgba(255, 224, 147, 0.18), transparent 24%);
  mix-blend-mode: screen;
  opacity: 0.66;
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .webgl-cta__canvas {
  opacity: 0.38;
  filter: saturate(0.95) contrast(1.08);
  mask-image: linear-gradient(90deg, #000 0 70%, transparent 100%);
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .inner {
  min-height: inherit;
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .inner a {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.62rem;
  padding: 1.2rem 1.35rem;
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018)), linear-gradient(90deg, rgba(255, 224, 147, 0.1), transparent 56%);
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .inner a:hover {
  padding: 1.2rem 1.35rem;
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03)), linear-gradient(90deg, rgba(255, 224, 147, 0.16), transparent 58%);
  transform: translate3d(0, -0.08rem, 0);
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_link_menu::before {
  inset: 0.5rem;
  border-radius: 0.55rem;
  border-color: rgba(255, 244, 216, 0.16);
  clip-path: none;
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.55rem;
  padding: 0.2rem 0.58rem 0.22rem;
  color: #10151d;
  font-family: "Jost", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 999px;
  background: rgba(255, 244, 216, 0.92);
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.18);
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_head {
  display: block;
  width: 100%;
  max-width: 25rem;
  margin-inline: auto;
  color: #ffffff;
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.34;
  text-shadow: 0 0 1.4rem rgba(255, 224, 147, 0.16);
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_head_line {
  display: block;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_body {
  display: block;
  width: 100%;
  max-width: 25rem;
  margin-inline: auto;
  color: rgba(245, 250, 255, 0.76);
  font-size: 0.78rem;
  line-height: 1.68;
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_body_line {
  display: block;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_body_line:last-child {
  white-space: nowrap;
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  width: 100%;
  margin-top: auto;
  padding-top: 0;
  border-top: 0;
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.48rem;
  padding: 0.62rem 1rem 0.64rem;
  color: #10151d;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  border: 0;
  border-radius: 0.5rem;
  background: radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.88), transparent 24%), linear-gradient(135deg, #fff4d8 0%, #ffd572 55%, #ffb347 100%);
  box-shadow: 0 0.55rem 1.3rem rgba(255, 179, 71, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.76);
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_action::before {
  content: none;
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_action::after {
  content: "";
  position: relative;
  width: 0.42rem;
  height: 0.42rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.28s ease;
}
#jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_link_menu:hover .entry_consultation_action::after {
  transform: translateX(0.14rem) rotate(45deg);
}
@media (max-width: 767.98px) {
  #jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta {
    width: 100%;
    min-height: 9.4rem;
    border-radius: 0.78rem;
    clip-path: none;
  }
  #jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .inner a {
    gap: 0.56rem;
    padding: 1rem;
  }
  #jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .inner a:hover {
    padding: 1rem;
  }
  #jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_head {
    max-width: 100%;
    font-size: 1.12rem;
    line-height: 1.42;
  }
  #jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_head_line {
    display: inline;
  }
  #jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_head_line + .entry_consultation_head_line {
    display: block;
  }
  #jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_body {
    max-width: 100%;
    font-size: 0.72rem;
    line-height: 1.62;
  }
  #jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_link_menu::before {
    border-radius: 0.5rem;
  }
  #jsHeaderMenu .entry_wrap.entry_consultation.jsWebglCta .entry_consultation_action {
    min-height: 2.28rem;
    padding: 0.54rem 0.82rem 0.56rem;
    font-size: 0.8rem;
  }
}

/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
.lines {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  margin: auto;
  position: absolute;
}
.lines .line {
  top: 0;
  left: 55%;
  width: 1px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}
.lines .line .line_bullet {
  left: 0;
  top: -50%;
  content: "";
  width: 100%;
  height: 15vh;
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, rgba(255, 255, 255, 0.75) 75%, white 100%);
}
.lines .line:nth-child(1) {
  left: 25%;
}
@keyframes run {
  0% {
    top: -50%;
  }
  to {
    top: 110%;
  }
}
/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
.accordion .accordion-group {
  position: relative;
}
.accordion .accordion-group .accordion-menu {
  cursor: pointer;
  user-select: none;
}
.accordion .accordion-group .accordion-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 3rem;
  padding: 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.accordion .accordion-group .accordion-content.expanded {
  height: 0;
  overflow: hidden;
}

/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
#psiChart {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 100%;
  transform-style: preserve-3d;
}
@media (min-width: 576px) {
  #psiChart {
    max-width: 50vw;
  }
}
@media (min-width: 992px) {
  #psiChart {
    max-width: 100%;
    transform: perspective(600px) rotateY(25deg);
  }
}
#psiChart svg {
  width: 100%;
  height: 100%;
}
#psiChart svg #line_1 {
  opacity: 0;
  stroke-dasharray: 0;
  stroke-width: 0.25px;
  stroke: #0f1e35;
  stroke-dashoffset: 5rem;
  stroke-dasharray: 10rem;
}
#psiChart svg #line_2 {
  stroke-dasharray: 0;
  stroke-width: 0.5px;
  stroke-dashoffset: 5rem;
  stroke-dasharray: 10rem;
}
@media (min-width: 992px) {
  #psiChart svg #line_2 {
    opacity: 0;
  }
}
#psiChart svg #line_2 .line_2_1 {
  stroke: #0f1e35;
}
#psiChart svg #line_2 .line_2_2 {
  stroke: rgba(35, 35, 35, 0.75);
}
#psiChart svg #line_2 .line_2_3 {
  display: none;
  stroke: rgba(236, 236, 236, 0.25);
}
#psiChart svg #line_3 {
  opacity: 0;
  stroke-width: 0;
  fill: url(#RadialGradient1);
  filter: drop-shadow(-3px 3px 5px rgba(15, 30, 53, 0.25));
}
#psiChart svg #RadialGradient1 .in {
  stop-color: #232323;
}
#psiChart svg #RadialGradient1 .out {
  stop-color: #0f1e35;
}
#psiChart svg #line_4 {
  stroke-width: 0;
  fill: #e6452e;
  filter: drop-shadow(-3px 3px 5px rgba(15, 30, 53, 0.25));
}
#psiChart svg #circle {
  opacity: 0;
  fill: white;
  filter: drop-shadow(5px 5px 10px rgba(15, 30, 53, 0.75));
}
#psiChart:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#psiChart dl {
  position: absolute;
  width: 0%;
  height: 0%;
  margin: 0;
  opacity: 0;
}
#psiChart dl div {
  position: absolute;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
#psiChart dl div dd {
  margin-bottom: 0;
}
#psiChart dl div:nth-child(1) {
  top: -2.5%;
  left: 50%;
  transform: translateX(-50%);
}
#psiChart dl div:nth-child(2) {
  top: 24%;
  right: 7.5%;
  transform: translateX(50%);
}
#psiChart dl div:nth-child(3) {
  bottom: 24%;
  right: 7.5%;
  transform: translateX(50%);
}
#psiChart dl div:nth-child(4) {
  bottom: -2.5%;
  left: 50%;
  transform: translateX(-50%);
}
#psiChart dl div:nth-child(5) {
  bottom: 24%;
  left: 7.5%;
  transform: translateX(-50%);
}
#psiChart dl div:nth-child(6) {
  top: 24%;
  left: 7.5%;
  transform: translateX(-50%);
}

#index_totalstrong h2 {
  font-size: min(7.5vw, 52px);
  line-height: min(22px + 7.25vw, 80px);
}
#index_totalstrong h2 span {
  white-space: nowrap;
}
#index_totalstrong h2 span:last-child {
  font-size: min(25vw, 160px);
  line-height: min(25vw, 160px);
}
@media (min-width: 768px) {
  #index_totalstrong h2 {
    line-height: 72px;
  }
}
@media (min-width: 992px) {
  #index_totalstrong h2 {
    font-size: min(3vw, 52px);
    line-height: min(38px + 1.25vw, 80px);
  }
  #index_totalstrong h2 span:last-child {
    font-size: min(10vw, 172px);
    line-height: min(10vw, 172px);
  }
}
@media (min-width: 1400px) {
  #index_totalstrong h2 {
    line-height: min(52px + 1.25vw, 80px);
  }
}

#strong_pagespeed .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#strong_pagespeed .splide__slide .slide_item {
  transition: all 0.15s;
}
#strong_pagespeed .splide__slide .slide_item .shadow-lg {
  box-shadow: none !important;
}
@media (min-width: 992px) {
  #strong_pagespeed .splide__slide .slide_item .shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
  }
}
@media (min-width: 992px) {
  #strong_pagespeed .splide__slide.is-active .slide_item {
    transform: scale(1.05);
  }
}
#strong_pagespeed .splide__slide.is-next {
  opacity: 0.75;
}
@media (min-width: 992px) {
  #strong_pagespeed .splide__slide.is-next .slide_item {
    transform: scale(1);
    transform: perspective(1000px) rotateY(-20deg);
  }
}
#strong_pagespeed .splide__slide.is-prev {
  opacity: 0.75;
}
@media (min-width: 992px) {
  #strong_pagespeed .splide__slide.is-prev .slide_item {
    transform: scale(1);
    transform: perspective(1000px) rotateY(20deg);
  }
}
#strong_pagespeed .splide__slide:not(.is-overflow) .splide__arrows {
  display: none;
}
#strong_pagespeed .splide__pagination {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
  padding-left: 2rem;
  position: absolute;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  #strong_pagespeed .splide__pagination {
    bottom: -2rem;
    justify-content: center;
    padding-left: 0;
  }
}
#strong_pagespeed .splide__pagination .splide__pagination__page.is-active {
  background: #0000ff;
  transform: scale(1);
}
#strong_pagespeed .splide__pagination .splide__pagination__page {
  background: #5d5d5d;
  border-radius: 2.5px;
  height: 5px;
  margin: 3px;
  padding: 0;
  transition: background-color 0.2s linear;
  width: 20px;
}

#plan {
  position: relative;
}
@media (min-width: 992px) {
  #plan .plan_wrap {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  #plan .plan_wrap .round {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 36px));
    width: 50%;
    height: 80%;
    border-radius: 5rem;
    padding: 0 3rem;
    margin: auto;
    overflow: hidden;
  }
}
#plan .plan_wrap .plan {
  position: relative;
  margin: auto;
  z-index: -2;
  color: #ffffff;
}
@media (min-width: 992px) {
  #plan .plan_wrap .plan {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  #plan .plan_wrap .plan .h4 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #plan .plan_wrap .plan .inner {
    flex-direction: column;
    opacity: 0;
    transform: translateY(-100%);
  }
}
#plan .plan_wrap .plan .bg {
  position: relative;
  width: 100%;
  height: 50%;
  padding: 50%;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  #plan .plan_wrap .plan .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    transform: translateX(-25%);
  }
}
#plan .plan_wrap #plan_1 .bg {
  background-image: url(img/bg_plan_01_sp.jpg);
  background-image: url(img/bg_plan_01_sp.jpg.webp);
}
@media (min-width: 992px) {
  #plan .plan_wrap #plan_1 .bg {
    background-image: url(img/bg_plan_01_pc.jpg);
    background-image: url(img/bg_plan_01_pc.jpg.webp);
  }
}
#plan .plan_wrap #plan_1 {
  background-color: #0f1e35;
}
@media (min-width: 992px) {
  #plan .plan_wrap #plan_1 {
    z-index: 1;
  }
}
#plan .plan_wrap #plan_2 .bg {
  background-image: url(img/bg_plan_02_sp.jpg);
  background-image: url(img/bg_plan_02_sp.jpg.webp);
}
@media (min-width: 992px) {
  #plan .plan_wrap #plan_2 .bg {
    background-image: url(img/bg_plan_02_pc.jpg);
    background-image: url(img/bg_plan_02_pc.jpg.webp);
  }
}
#plan .plan_wrap #plan_2 {
  background-color: #4bacef;
}
@media (min-width: 992px) {
  #plan .plan_wrap #plan_2 .table th {
    border-right: 1px solid #ececec;
  }
}
#plan .plan_wrap #plan_2 .table th,
#plan .plan_wrap #plan_2 .table td {
  background-color: transparent;
  border-bottom: 1px solid #ececec;
}
#plan .plan_wrap #plan_3 .bg {
  background-image: url(img/bg_plan_03_sp.jpg);
  background-image: url(img/bg_plan_03_sp.jpg.webp);
}
@media (min-width: 992px) {
  #plan .plan_wrap #plan_3 .bg {
    background-image: url(img/bg_plan_03_pc.jpg);
    background-image: url(img/bg_plan_03_pc.jpg.webp);
  }
}
#plan .plan_wrap #plan_3 {
  background-color: #495e63;
}
#plan .plan_wrap #progress_box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #232323;
  width: 4px;
  opacity: 0;
  height: 0;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  max-height: 420px;
}
@media (min-width: 992px) {
  #plan .plan_wrap #progress_box {
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    left: auto;
  }
}
#plan .plan_wrap #progress_box #progress_bar {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

#works {
  position: relative;
}
#works #works_title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  min-height: 100vh;
}
#works #works_title_wrap .en {
  font-size: 50vw;
  white-space: nowrap;
  overflow: hidden;
}
#works .works_wrap_top {
  max-width: 1240px;
  margin: auto;
  padding: 0 1rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  #works .works_wrap_top .work a {
    border-radius: 2rem;
  }
}
#works .works_wrap_top .work a .detail {
  position: absolute;
  color: #ffffff;
  background-color: rgba(35, 35, 35, 0.5);
  z-index: -1;
}
@media (min-width: 992px) {
  #works .works_wrap_top .work a .detail {
    z-index: 0;
  }
}
@media (max-width: 991.98px) {
  #works .works_wrap_top .work a img {
    border-radius: 0 !important;
  }
}
#works .works_wrap_archive .work a .detail {
  position: absolute;
  color: #ffffff;
  background-color: rgba(35, 35, 35, 0.5);
  z-index: -1;
}
@media (min-width: 992px) {
  #works .works_wrap_archive .work a .detail {
    z-index: 0;
  }
}
@media (max-width: 991.98px) {
  #works .works_wrap_archive .work a img {
    border-radius: 0 !important;
  }
}

.works_wrap_archive {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-x: clip;
}
.works_wrap_archive > .row {
  --bs-gutter-x: 0;
  margin-right: 0;
  margin-left: 0;
}
.works_wrap_archive .work_case {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.work_case_link {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
}

.works_picture {
  display: block;
  width: 100%;
}

.work_case_image {
  aspect-ratio: 16/9;
  background-color: rgba(255, 255, 255, 0.06);
}
.work_case_image .works_picture {
  height: 100%;
}
.work_case_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work_case_body {
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .work_case_body {
    padding: 1.5rem;
  }
}

.work_case_number {
  color: #e6452e;
}

.work_case_summary {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}

.entry_wrap.entry_consultation {
  background-image: none;
  background-color: #0f1e35;
  color: #ffffff;
}
.entry_wrap.entry_consultation .inner a {
  color: #ffffff;
}
.entry_wrap.entry_consultation.active {
  background-color: #e6452e;
}

#jsHeaderMenu .entry_wrap.entry_consultation {
  color: #ffffff;
}
#jsHeaderMenu .entry_wrap.entry_consultation .inner a {
  color: #ffffff;
}

.home #mv .catch {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: normal;
}
.home #mv .catch svg {
  display: none;
}
.home #mv .mv_editorial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 2rem);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.3rem, 6.4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.88;
  mix-blend-mode: difference;
}
.home #mv .mv_editorial span:last-child {
  align-self: flex-end;
  color: rgba(255, 255, 255, 0.48);
}
@media (min-width: 992px) {
  .home #mv .mv_editorial {
    width: calc(100% - 7rem);
    font-size: clamp(4rem, 10vw, 11rem);
  }
}

.section_kicker {
  color: #e6452e;
  line-height: 1;
  letter-spacing: 0;
}

.home p .text-nowrap {
  display: inline !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  white-space: nowrap !important;
}

.strength_light_section {
  color: #232323;
}

.strength_heading {
  max-width: 960px;
  font-size: clamp(1.85rem, 4.1vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.3;
}

.strength_lead {
  max-width: 920px;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 2;
}

#index_totalstrong .home_statement {
  max-width: 980px;
  font-size: clamp(2rem, 5.5vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1.18;
}

.route_grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 992px) {
  .route_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.route_panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 0.75rem;
}
.route_panel .route_label {
  margin: 0;
  color: #e6452e;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}
.route_panel h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  letter-spacing: -0.045em;
  line-height: 1.45;
}
.route_panel p:not(.route_label) {
  margin: 0 0 0.25rem;
  line-height: 1.9;
}
.route_panel .ui_btn {
  align-self: flex-start;
  margin-top: auto;
}

.route_panel_web {
  color: #232323;
  background-color: #ececec;
}

.route_panel_system {
  color: #ffffff;
  background-color: #0f1e35;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.signature_grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 992px) {
  .signature_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.signature_grid .growth_step {
  min-height: 100%;
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
}

.decision_track {
  position: relative;
  display: grid;
  color: #232323;
  background-color: #ffffff;
  border: 1px solid rgba(35, 35, 35, 0.1);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1.2rem 3rem rgba(35, 35, 35, 0.05);
}
@media (min-width: 768px) {
  .decision_track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.decision_track div {
  position: relative;
  min-height: clamp(11rem, 21vw, 14rem);
  padding: clamp(5.6rem, 9vw, 7rem) clamp(1.15rem, 2.4vw, 1.8rem) clamp(1.3rem, 2.6vw, 2rem);
  border-bottom: 1px solid rgba(35, 35, 35, 0.08);
}
@media (min-width: 768px) {
  .decision_track div {
    border-right: 1px solid rgba(35, 35, 35, 0.08);
    border-bottom: 0;
  }
}
.decision_track div::before {
  position: absolute;
  top: clamp(0.85rem, 1.7vw, 1.25rem);
  left: clamp(1rem, 2.2vw, 1.6rem);
  content: "01";
  color: rgba(35, 35, 35, 0.075);
  font-family: "Jost", sans-serif;
  font-size: clamp(4.2rem, 7.4vw, 6.6rem);
  font-weight: 300;
  line-height: 0.78;
  letter-spacing: 0;
}
.decision_track div::after {
  position: absolute;
  top: clamp(4.5rem, 7.8vw, 5.8rem);
  right: clamp(1rem, 2.2vw, 1.6rem);
  left: clamp(1rem, 2.2vw, 1.6rem);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #e6452e 0 2.35rem, rgba(35, 35, 35, 0.13) 2.35rem 100%);
}
.decision_track div:nth-child(2)::before {
  content: "02";
}
.decision_track div:nth-child(3)::before {
  content: "03";
}
.decision_track div:nth-child(4)::before {
  content: "04";
}
.decision_track div:last-child {
  border: 0;
}
.decision_track span {
  display: block;
  margin-bottom: 0.65rem;
  color: #e6452e;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}
.decision_track strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
}
.decision_track p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
}

.prototype_feature {
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  color: #232323;
  background-color: #ffffff;
  border-radius: 0.75rem;
}
@media (min-width: 992px) {
  .prototype_feature {
    grid-template-columns: 0.82fr 1.18fr;
    align-items: center;
    gap: 2.5rem;
  }
}

.prototype_copy p:not(.section_kicker) {
  line-height: 1.9;
}

.prototype_screen {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 0.65rem;
  background-color: #f4f5f7;
  box-shadow: 0 1.25rem 3rem rgba(15, 30, 53, 0.12);
}

.prototype_toolbar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  background-color: #0f1e35;
}
.prototype_toolbar .en {
  margin-left: 0.5rem;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
}

.prototype_dot {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.38);
}

.prototype_content {
  display: grid;
  grid-template-columns: minmax(5.25rem, 0.3fr) 1fr;
  min-height: 250px;
}

.prototype_sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1rem 0.65rem;
  color: rgba(15, 30, 53, 0.66);
  font-size: 0.75rem;
  background-color: rgba(15, 30, 53, 0.035);
}
.prototype_sidebar .active {
  padding: 0.45rem 0.4rem;
  color: #0f1e35;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 0.25rem;
}

.prototype_main {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1rem 0.75rem;
}

.prototype_filter,
.prototype_row {
  display: grid;
  grid-template-columns: 0.65fr 1fr auto;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 0.65rem;
  font-size: 0.72rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
}

.prototype_filter {
  grid-template-columns: 1fr auto;
  color: rgba(15, 30, 53, 0.55);
  background-color: transparent;
  border: 1px solid rgba(15, 30, 53, 0.1);
}

.prototype_row {
  color: #0f1e35;
}
.prototype_row em {
  padding: 0.18rem 0.35rem;
  color: #16704c;
  font-style: normal;
  background-color: #dff7e9;
  border-radius: 2rem;
}
.prototype_row em.waiting {
  color: #986500;
  background-color: #fff0c9;
}

.prototype_note {
  margin-top: auto;
  padding: 0.55rem 0.65rem;
  color: #0f1e35;
  font-size: 0.7rem;
  border-left: 2px solid #e6452e;
  background-color: rgba(230, 69, 46, 0.08);
}

.conversion_grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 992px) {
  .conversion_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.conversion_card,
.growth_step,
.diagnose_cta,
.final_conversion,
.faq_list details {
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 0.5rem;
  background-color: #ffffff;
}

.conversion_card {
  padding: 1.5rem;
  min-height: 100%;
  color: #232323;
}
.conversion_card .conversion_num {
  display: block;
  color: #e6452e;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.conversion_card p {
  margin-bottom: 0;
}

.growth_steps {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .growth_steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.growth_step {
  padding: 1.25rem;
  color: #232323;
}
.growth_step span {
  display: block;
  color: #e6452e;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.growth_step p {
  margin-bottom: 0;
}

.growth_step_button {
  margin-top: 1rem;
}

#strong_web_operation .growth_step h2 {
  font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  line-height: 1.55;
}

.diagnose_cta,
.final_conversion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .diagnose_cta,
  .final_conversion {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
  }
}

.diagnose_cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #ffffff;
  background-color: #0f1e35;
  border-color: rgba(255, 255, 255, 0.16);
}
.diagnose_cta::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 14% 28%, rgba(230, 69, 46, 0.24), transparent 44%), radial-gradient(circle at 86% 72%, rgba(62, 184, 239, 0.2), transparent 40%);
  animation: diagnoseCtaAuraDrift 12s ease-in-out infinite alternate;
  pointer-events: none;
}
.diagnose_cta > * {
  position: relative;
  z-index: 1;
}
.diagnose_cta .ui_btn_secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}
.diagnose_cta .ui_btn_secondary:hover {
  color: #12161d;
  background-color: #ffffff;
  border-color: #ffffff;
}

.diagnose_cta_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.lp_page_cta_related {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.75rem;
  margin-top: clamp(1.75rem, 3.5vw, 2.75rem);
  padding-top: clamp(1.15rem, 2.2vw, 1.65rem);
}

@keyframes diagnoseCtaAuraDrift {
  to {
    transform: translate3d(2%, -1.5%, 0) scale(1.05);
  }
}
@media (prefers-reduced-motion: reduce) {
  .diagnose_cta::before {
    animation: none;
  }
}
#index_faq.index_faq_section {
  color: #232323;
  background-color: #ececec;
}
#index_faq.index_faq_section .section_kicker {
  color: #e6452e;
}
#index_faq.index_faq_section h2,
#index_faq.index_faq_section p,
#index_faq.index_faq_section a:not(.ui_btn) {
  color: #232323;
}
#index_faq.index_faq_section a:not(.ui_btn):hover {
  color: #e6452e;
}
#index_faq.index_faq_section .faq_list details {
  color: #232323;
  background-color: #ffffff;
}
#index_faq.index_faq_section .faq_list details summary,
#index_faq.index_faq_section .faq_list details p {
  color: #232323;
}
#index_faq.index_faq_section .final_conversion {
  color: #232323;
  background-color: #ffffff;
}
#index_faq.index_faq_section .final_conversion h2,
#index_faq.index_faq_section .final_conversion p {
  color: #232323;
}

#index_news.index_news_section {
  color: #ffffff;
  background-color: #0f1e35;
}
#index_news.index_news_section .section_kicker {
  color: #e6452e;
}
#index_news.index_news_section .index_news_more {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
#index_news.index_news_section .index_news_more:hover {
  color: #ffffff;
}
#index_news.index_news_section .index_news_list {
  display: grid;
  gap: 0;
}
#index_news.index_news_section .index_news_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#index_news.index_news_section .index_news_item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#index_news.index_news_section .index_news_link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem 0;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (min-width: 768px) {
  #index_news.index_news_section .index_news_link {
    flex-direction: row;
    align-items: baseline;
    gap: 2rem;
    padding: 1.75rem 0;
  }
}
#index_news.index_news_section .index_news_link:hover {
  opacity: 0.85;
  color: #ffffff;
}
#index_news.index_news_section .index_news_date {
  flex-shrink: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  #index_news.index_news_section .index_news_date {
    min-width: 7.5rem;
  }
}
#index_news.index_news_section .index_news_title {
  line-height: 1.7;
}

.faq_list {
  display: grid;
  gap: 0.75rem;
}
.faq_list details {
  padding: 1rem 1.25rem;
}
.faq_list details summary {
  cursor: pointer;
  list-style: none;
}
.faq_list details summary::-webkit-details-marker {
  display: none;
}
.faq_list details summary::after {
  content: "+";
  float: right;
  margin-left: 1rem;
}
.faq_list details[open] summary::after {
  content: "−";
}
.faq_list details p {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.section_kicker.en {
  color: #e6452e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.award_hero_actions .ui_btn_on_night,
.strength_hero_actions .ui_btn_on_night {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.1);
}

.home .route_panel_system .ui_btn_on_night {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.1);
}

.strong_web_works .ui_btn_on_night,
#works .ui_btn_on_night {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.1);
}

.home {
  color: #12161d;
  background-color: #f6f3ee;
}

.home #mv.award_hero,
#mv.strength_hero {
  position: relative;
  min-height: 100svh;
  height: auto;
  overflow: hidden;
  color: #ffffff;
  background: #10151d;
}

.home #grobal_header #header_center,
.strong #grobal_header #header_center {
  opacity: 1;
}

.award_hero_grid,
.strength_hero_grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px), radial-gradient(circle at 76% 36%, rgba(230, 69, 46, 0.16), transparent 38%);
  background-size: clamp(3rem, 8vw, 7.5rem) clamp(3rem, 8vw, 7.5rem), clamp(3rem, 8vw, 7.5rem) clamp(3rem, 8vw, 7.5rem), auto;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 90%);
}

.home #mv.award_hero {
  display: grid;
  align-items: end;
  padding: clamp(7.25rem, 13vw, 10.5rem) 1.25rem clamp(3.25rem, 7vw, 5rem);
}
.home #mv.award_hero::after {
  position: absolute;
  right: -1vw;
  bottom: -6vw;
  content: "ENOL";
  color: transparent;
  font-family: "Jost", sans-serif;
  font-size: clamp(8rem, 25vw, 25rem);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.75;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.award_hero_inner {
  position: relative;
  z-index: 1;
  width: min(1380px, 100%);
  margin: 0 auto;
}

.award_eyebrow {
  margin: 0 0 clamp(2.5rem, 6vw, 5.5rem);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.award_hero_title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.65rem, 8.4vw, 8.2rem);
  font-weight: 700;
  letter-spacing: -0.11em;
  line-height: 0.96;
}
.award_hero_title span {
  display: block;
}
.award_hero_title .award_hero_secondary {
  color: rgba(255, 255, 255, 0.42);
}
.award_hero_title .award_hero_nowrap {
  display: inline-block;
  white-space: nowrap;
}

.award_hero_statement {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: clamp(2.2rem, 4vw, 3.75rem);
}
.award_hero_statement p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  font-weight: 500;
  line-height: 2;
}

.award_hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.award_signal {
  position: relative;
  z-index: 1;
  width: min(100%, 26rem);
  margin: 2.5rem auto 0;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(16, 21, 29, 0.55);
  backdrop-filter: blur(12px);
}

.award_signal_title {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.award_signal_row {
  display: grid;
  grid-template-columns: 3.8rem 1fr 1.5rem 1fr;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 0;
  font-size: 0.78rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.award_signal_row span {
  color: #e6452e;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}
.award_signal_row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  line-height: 1.4;
}
.award_signal_row i {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.26);
}
.award_signal_row strong {
  color: #ffffff;
  font-size: 0.78rem;
  line-height: 1.45;
}

.award_scroll {
  display: none;
}

@media (min-width: 992px) {
  .home #mv.award_hero {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
  .award_hero_statement {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    padding-right: clamp(25rem, 32vw, 31rem);
  }
  .award_signal {
    position: absolute;
    right: clamp(3.5rem, 7vw, 7rem);
    bottom: clamp(3.25rem, 7vw, 5rem);
    margin: 0;
  }
  .award_scroll {
    position: absolute;
    bottom: clamp(3.25rem, 7vw, 5rem);
    left: clamp(3.5rem, 6vw, 6rem);
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.34);
    font-size: 0.62rem;
    letter-spacing: 0.25em;
    writing-mode: vertical-lr;
  }
}
@media (min-width: 992px) and (max-height: 820px) {
  .home #mv.award_hero {
    padding-top: 6.6rem;
    padding-bottom: 2.35rem;
  }
  .award_eyebrow {
    margin-bottom: 1.65rem;
  }
  .award_hero_title {
    font-size: clamp(3rem, 5vw, 4.25rem);
    line-height: 0.95;
  }
  .award_hero_statement {
    margin-top: 1.1rem;
  }
  .award_signal,
  .award_scroll {
    bottom: 2.35rem;
  }
  .award_scroll {
    display: none;
  }
  .award_signal {
    padding: 0.9rem;
  }
  .award_signal_title {
    margin-bottom: 0.7rem;
  }
  .award_signal_row {
    padding: 0.55rem 0;
  }
}
.home #mv.award_hero_immersive {
  isolation: isolate;
  height: 100svh;
  min-height: 42rem;
  padding-bottom: clamp(2rem, 4.5vh, 3.25rem);
  background: #05070d;
}
.home #mv.award_hero_immersive::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(5, 7, 13, 0.76) 0%, rgba(5, 7, 13, 0.5) 36%, rgba(5, 7, 13, 0.08) 66%, rgba(5, 7, 13, 0.28) 100%), linear-gradient(0deg, rgba(5, 7, 13, 0.88) 0%, transparent 51%, rgba(5, 7, 13, 0.25) 100%);
  pointer-events: none;
}
.home #mv.award_hero_immersive::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  content: "";
  background: radial-gradient(ellipse at 73% 39%, transparent 0%, transparent 22%, rgba(5, 7, 13, 0.2) 62%, rgba(5, 7, 13, 0.74) 100%);
  pointer-events: none;
}

.award_hero_media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  overflow: hidden;
}
.award_hero_media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.92) contrast(1.03);
  transform: scale(1.01);
  animation: awardHeroDrift 16s ease-in-out infinite alternate;
}

@keyframes awardHeroDrift {
  from {
    transform: scale(1.01) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.045) translate3d(-0.65%, -0.35%, 0);
  }
}
.home .award_hero_immersive .award_hero_grid {
  z-index: 2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: clamp(4.5rem, 9vw, 8rem) clamp(4.5rem, 9vw, 8rem);
  opacity: 0.32;
  mask-image: radial-gradient(ellipse at 76% 42%, rgba(0, 0, 0, 0.65), transparent 63%);
}

.award_hero_frame {
  position: absolute;
  z-index: 5;
  inset: clamp(4.8rem, 10vh, 5.6rem) 1.25rem 1.1rem;
  pointer-events: none;
}
.award_hero_frame p {
  position: absolute;
  top: 1.25rem;
  right: 0.8rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.55rem;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
}

.award_hero_frame_top,
.award_hero_frame_side {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.19);
}

.award_hero_frame_top {
  top: 0;
  left: 0;
  width: clamp(2.5rem, 7vw, 6.25rem);
  height: 1px;
}

.award_hero_frame_side {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}

.home .award_hero_immersive .award_hero_inner {
  z-index: 6;
  width: min(1440px, 100%);
}

.award_hero_immersive .award_eyebrow {
  margin-bottom: clamp(1.45rem, 4vh, 2.8rem);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.65rem;
  letter-spacing: 0.28em;
}

.award_hero_immersive .award_hero_title {
  max-width: 58rem;
  font-size: clamp(2.65rem, 7.25vw, 7.35rem);
  font-weight: 600;
  letter-spacing: -0.12em;
  line-height: 0.99;
}
.award_hero_immersive .award_hero_title .award_hero_primary {
  color: #ffffff;
  text-shadow: 0 0 2.4rem rgba(230, 69, 46, 0.13);
}

.award_hero_immersive .award_hero_statement {
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-top: clamp(1.45rem, 3.6vh, 2.5rem);
}
.award_hero_immersive .award_hero_statement p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.88rem, 1.1vw, 0.98rem);
  line-height: 1.9;
}

.award_hero_immersive .award_hero_actions {
  align-items: center;
  gap: clamp(1.1rem, 2.5vw, 1.85rem);
}

.award_hero_immersive .award_signal {
  z-index: 6;
  padding: 0 0 0 clamp(1rem, 2vw, 1.5rem);
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  backdrop-filter: none;
}

.award_hero_immersive .award_signal_title {
  margin-bottom: 1.15rem;
  color: rgba(255, 255, 255, 0.46);
  letter-spacing: 0.26em;
}

.award_signal_axis {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.55rem;
  letter-spacing: 0.18em;
}
.award_signal_axis i {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}
.award_signal_axis i::after {
  position: absolute;
  inset: -1px 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(230, 69, 46, 0.75), transparent);
}
.award_signal_axis i b {
  position: absolute;
  top: 50%;
  left: 67%;
  width: 0.38rem;
  height: 0.38rem;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem rgba(230, 69, 46, 0.9), 0 0 0 0.25rem rgba(230, 69, 46, 0.14);
  transform: translate(-50%, -50%);
  animation: signalPulse 2.9s ease-in-out infinite;
}
.award_signal_axis strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.award_signal_detail {
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.55rem;
  letter-spacing: 0.16em;
}

@keyframes signalPulse {
  0%, 100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.85);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.18);
  }
}
@media (min-width: 992px) {
  .home #mv.award_hero_immersive {
    padding: clamp(6.6rem, 13vh, 8rem) clamp(3.5rem, 6vw, 5.5rem) clamp(2.5rem, 5vh, 3.7rem);
  }
  .award_hero_frame {
    inset: clamp(4.55rem, 9.5vh, 5.2rem) clamp(2.6rem, 4.2vw, 3.8rem) clamp(1.55rem, 3vh, 2.15rem);
  }
  .award_hero_immersive .award_hero_inner {
    padding-right: clamp(18rem, 28vw, 27rem);
  }
  .award_hero_immersive .award_hero_statement {
    display: block;
    padding-right: 0;
  }
  .award_hero_immersive .award_hero_actions {
    margin-top: clamp(1.25rem, 2.7vh, 1.75rem);
  }
  .award_hero_immersive .award_signal {
    right: clamp(3.4rem, 6vw, 5.8rem);
    bottom: clamp(2.7rem, 5.6vh, 4rem);
    width: clamp(17.5rem, 22vw, 20.5rem);
  }
  .award_hero_immersive .award_scroll {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .home #mv.award_hero_immersive {
    display: flex;
    min-height: max(100svh, 40rem);
    padding-top: clamp(6.3rem, 14vh, 8rem);
    padding-bottom: clamp(2.2rem, 5vh, 3rem);
  }
  .award_hero_media img {
    object-position: 64% center;
  }
  .award_hero_frame p {
    display: none;
  }
  .award_hero_immersive .award_hero_title {
    font-size: 2.65rem;
    letter-spacing: -0.11em;
  }
  .award_hero_immersive .award_hero_nowrap {
    white-space: normal;
  }
  .award_hero_immersive .award_signal {
    display: none;
  }
  .award_hero_immersive .award_scroll {
    position: absolute;
    z-index: 6;
    right: 1.4rem;
    bottom: 2.3rem;
    display: block;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.53rem;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
  }
}
@media (max-width: 575.98px) {
  .award_hero_immersive .award_hero_title {
    font-size: 2.15rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .award_hero_media img {
    animation: none;
  }
  .award_signal_axis i b {
    animation: none;
  }
}
.home #index_totalstrong {
  padding-top: clamp(4.5rem, 8vw, 7rem) !important;
  color: #12161d;
  background-color: #f6f3ee;
}
.home #index_totalstrong .home_statement {
  max-width: min(100%, 44rem);
  margin-bottom: 1.5rem;
  font-size: clamp(2.05rem, 4.8vw, 4.5rem);
  letter-spacing: -0.1em;
  line-height: 1.13;
}
.home #index_totalstrong .section_kicker {
  margin-bottom: 1.25rem !important;
}

.home .route_grid {
  gap: 0;
  border-top: 1px solid rgba(18, 22, 29, 0.15);
}

.home .route_panel {
  gap: 1.35rem;
  padding: clamp(1.6rem, 3vw, 2.4rem) 0;
  border-radius: 0;
  background-color: transparent;
}
.home .route_panel h3 {
  color: #12161d;
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
  letter-spacing: -0.065em;
  line-height: 1.4;
}
.home .route_panel p:not(.route_label) {
  max-width: 30rem;
  line-height: 2;
}

.home .route_panel_system {
  margin-top: 1rem;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  color: #ffffff;
  background-color: #10151d;
  border: 0;
}
.home .route_panel_system h3 {
  color: #ffffff;
}
.home .route_panel_system p {
  color: rgba(255, 255, 255, 0.72);
}

.route_points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.route_points li {
  padding: 0.4rem 0.65rem;
  color: rgba(18, 22, 29, 0.62);
  font-family: "Jost", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(18, 22, 29, 0.16);
  border-radius: 999px;
}

.route_panel_system .route_points li {
  color: rgba(255, 255, 255, 0.66);
  border-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
  .home .route_grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: clamp(2rem, 4vw, 4.5rem);
  }
  .home .route_panel_system {
    margin-top: -4.5rem;
  }
}
.brand_proof_intro {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}
.brand_proof_intro h2 {
  margin: 0;
  color: #12161d;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.18;
  overflow-wrap: anywhere;
}
@media (min-width: 768px) {
  .brand_proof_intro h2 {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .brand_proof_intro h2 {
    font-size: 3.1rem;
  }
}
@media (min-width: 1200px) {
  .brand_proof_intro h2 {
    font-size: 3.45rem;
  }
}
@media (min-width: 1400px) {
  .brand_proof_intro h2 {
    font-size: 3.8rem;
  }
}
.brand_proof_intro p:not(.section_kicker) {
  margin: 0;
  color: rgba(18, 22, 29, 0.68);
  line-height: 2;
}

.brand_proof_layout {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: stretch;
}

.brand_proof_panel,
.brand_proof_cards article {
  min-width: 0;
  border-radius: 0.5rem;
}

.brand_proof_panel {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.4vw, 2rem);
  padding: clamp(1.35rem, 3vw, 2.4rem);
  overflow: hidden;
  color: #ffffff;
  background: radial-gradient(circle at 88% 16%, rgba(119, 216, 255, 0.19), transparent 30%), linear-gradient(135deg, rgba(8, 17, 29, 0.98), rgba(17, 22, 32, 0.95) 56%, rgba(48, 20, 12, 0.9));
  box-shadow: 0 2rem 4rem rgba(18, 22, 29, 0.16);
}
.brand_proof_panel strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.24rem, 2.1vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.14;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}
.brand_proof_panel p:not(.brand_proof_panel_label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 2;
}

.brand_proof_panel_label {
  margin: 0;
  color: rgba(119, 216, 255, 0.78);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
}

.brand_proof_cards {
  display: grid;
  gap: 0.9rem;
}
.brand_proof_cards article {
  display: grid;
  gap: 0.6rem;
  padding: clamp(1.1rem, 2.2vw, 1.55rem);
  color: #12161d;
  border: 1px solid rgba(18, 22, 29, 0.13);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68)), #ffffff;
  box-shadow: 0 1.2rem 2.5rem rgba(18, 22, 29, 0.07);
}
.brand_proof_cards article span {
  color: #e6452e;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
}
.brand_proof_cards article strong {
  color: #12161d;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.55rem);
  font-weight: 600;
  line-height: 1;
  overflow-wrap: anywhere;
}
.brand_proof_cards article h3 {
  margin: 0;
  color: #12161d;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
@media (min-width: 992px) {
  .brand_proof_cards article h3 {
    font-size: 1.32rem;
  }
}
.brand_proof_cards article p {
  margin: 0;
  color: rgba(18, 22, 29, 0.65);
  line-height: 1.8;
}

.brand_browser_preview {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand_browser_bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 22, 29, 0.34);
}
.brand_browser_bar span {
  display: flex;
  gap: 0.34rem;
}
.brand_browser_bar i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}
.brand_browser_bar b {
  min-width: 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Jost", sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand_browser_canvas {
  display: grid;
  gap: 0.7rem;
}

.brand_mock_site {
  position: relative;
  overflow: hidden;
  min-height: clamp(22rem, 44vw, 30rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(18, 22, 29, 0.2), rgba(18, 22, 29, 0.08)), rgba(255, 255, 255, 0.06);
}

.brand_mock_wire {
  pointer-events: none;
}
.brand_mock_wire i {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}
.brand_mock_wire i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: translateX(-100%);
  animation: brandWirePulse 1.4s ease-in-out infinite;
}

.brand_mock_site_wire {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  grid-template-rows: auto minmax(9rem, 1fr) auto;
  gap: 0.7rem;
  padding: 0.78rem;
  animation: brandMockWireSite 7.4s ease-in-out infinite;
}

.brand_wire_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.42rem;
  background: rgba(18, 22, 29, 0.18);
}
.brand_wire_header > i {
  width: 28%;
  height: 0.48rem;
  background: rgba(255, 255, 255, 0.34);
}
.brand_wire_header span {
  display: flex;
  gap: 0.35rem;
}
.brand_wire_header span i {
  width: 2.15rem;
  height: 0.4rem;
}

.brand_wire_fv {
  display: grid;
  align-content: end;
  gap: 0.55rem;
  padding: clamp(1rem, 3vw, 1.35rem);
  border-radius: 0.42rem;
  background: linear-gradient(145deg, rgba(119, 216, 255, 0.2), rgba(255, 255, 255, 0.08)), rgba(255, 255, 255, 0.12);
}

.brand_wire_label {
  width: 34%;
  height: 0.42rem;
  margin-bottom: 0.25rem;
}

.brand_wire_title {
  width: 86%;
  height: 0.85rem;
  background: rgba(255, 255, 255, 0.42) !important;
}

.brand_wire_title_short {
  width: 62%;
}

.brand_wire_line {
  width: 72%;
  height: 0.38rem;
}

.brand_wire_section {
  display: grid;
  gap: 0.55rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.42rem;
  background: rgba(255, 255, 255, 0.08);
}
.brand_wire_section > i {
  width: 48%;
  height: 0.48rem;
  background: rgba(255, 255, 255, 0.32);
}
.brand_wire_section span {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}
.brand_wire_section span i {
  height: 2.25rem;
  border-radius: 0.35rem;
}

.brand_mock_site_real {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: inherit;
  grid-template-rows: auto minmax(12rem, 1fr) auto;
}

.brand_mock_header,
.brand_mock_fv > div,
.brand_mock_fv img,
.brand_mock_next {
  opacity: 0;
  transform: translateY(0.45rem);
}

.brand_mock_header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  justify-content: space-between;
  padding: 0.72rem 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 22, 29, 0.38);
  animation: brandMockRealHeader 7.4s ease-in-out infinite;
}
.brand_mock_header strong,
.brand_mock_header span {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Jost", sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.brand_mock_header span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.52rem;
}

.brand_mock_fv {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(12rem, 24vw, 18rem);
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.45rem);
}
.brand_mock_fv::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(18, 22, 29, 0.16), rgba(18, 22, 29, 0.76));
  pointer-events: none;
}
.brand_mock_fv img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08);
  transform: scale(1.08);
  animation: brandMockRealFvImage 7.4s ease-in-out infinite;
}
.brand_mock_fv div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.45rem;
  max-width: 14rem;
  animation: brandMockRealFvCopy 7.4s ease-in-out infinite;
}
.brand_mock_fv span {
  color: rgba(119, 216, 255, 0.86);
  font-size: 0.56rem;
  letter-spacing: 0.18em;
}
.brand_mock_fv strong {
  color: #ffffff;
  font-size: clamp(1.25rem, 4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
}
.brand_mock_fv p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  line-height: 1.65;
}

.brand_mock_next {
  position: relative;
  display: grid;
  gap: 0.5rem;
  overflow: hidden;
  padding: 0.95rem;
  color: #12161d;
  border-top: 1px solid rgba(18, 22, 29, 0.08);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 243, 238, 0.88));
  animation: brandMockRealNext 7.4s ease-in-out infinite;
}
.brand_mock_next::before {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 3.3rem;
  height: 2.35rem;
  border: 1px solid rgba(18, 22, 29, 0.1);
  border-radius: 0.28rem;
  background: linear-gradient(90deg, rgba(18, 22, 29, 0.1) 0 0.35rem, transparent 0.35rem), repeating-linear-gradient(180deg, rgba(18, 22, 29, 0.12) 0 1px, transparent 1px 0.42rem);
  content: "";
  opacity: 0.72;
}
.brand_mock_next > span {
  position: relative;
  color: rgba(230, 69, 46, 0.76);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.brand_mock_next strong {
  position: relative;
  color: #12161d;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.45rem, 5.8vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}
.brand_mock_next > p {
  position: relative;
  max-width: 17rem;
  margin: 0;
  color: rgba(18, 22, 29, 0.66);
  font-size: 0.68rem;
  line-height: 1.55;
}
.brand_mock_next div {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.38rem;
  margin-top: 0.3rem;
}
.brand_mock_next i {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 1.9rem;
  padding: 0.28rem 0.48rem;
  color: rgba(18, 22, 29, 0.72);
  font-family: "Jost", sans-serif;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  border: 1px solid rgba(18, 22, 29, 0.1);
  border-left: 3px solid rgba(230, 69, 46, 0.68);
  border-radius: 0.28rem;
  background: rgba(255, 255, 255, 0.74);
}

.brand_proof_panel .brand_mock_next > p {
  color: rgba(18, 22, 29, 0.62);
}

@keyframes brandWirePulse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes brandMockWireSite {
  0%, 28%, 92%, 100% {
    opacity: 1;
  }
  48%, 84% {
    opacity: 0;
  }
}
@keyframes brandMockRealHeader {
  0%, 18% {
    opacity: 0;
    transform: translateY(0.45rem);
  }
  30%, 84% {
    opacity: 1;
    transform: translateY(0);
  }
  92%, 100% {
    opacity: 0;
    transform: translateY(-0.25rem);
  }
}
@keyframes brandMockRealFvImage {
  0%, 28% {
    opacity: 0;
    transform: scale(1.08);
  }
  42%, 84% {
    opacity: 1;
    transform: scale(1.01);
  }
  92%, 100% {
    opacity: 0;
    transform: scale(1.04);
  }
}
@keyframes brandMockRealFvCopy {
  0%, 32% {
    opacity: 0;
    transform: translateY(0.45rem);
  }
  46%, 84% {
    opacity: 1;
    transform: translateY(0);
  }
  92%, 100% {
    opacity: 0;
    transform: translateY(-0.25rem);
  }
}
@keyframes brandMockRealNext {
  0%, 50% {
    opacity: 0;
    transform: translateY(0.45rem);
  }
  62%, 84% {
    opacity: 1;
    transform: translateY(0);
  }
  92%, 100% {
    opacity: 0;
    transform: translateY(-0.25rem);
  }
}
@keyframes brandMockSweep {
  0%, 38% {
    opacity: 0;
    transform: translateX(-90%);
  }
  52% {
    opacity: 1;
  }
  68%, 100% {
    opacity: 0;
    transform: translateX(90%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand_mock_wire,
  .brand_mock_wire i::after,
  .brand_mock_header,
  .brand_mock_fv > div,
  .brand_mock_fv img,
  .brand_mock_next {
    transform: none;
    animation: none;
  }
  .brand_mock_wire {
    opacity: 0;
  }
  .brand_mock_header,
  .brand_mock_fv > div,
  .brand_mock_fv img,
  .brand_mock_next {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .brand_proof_layout {
    grid-template-columns: minmax(28rem, 1.08fr) minmax(0, 0.92fr);
  }
}
#index_title_scroll {
  overflow: hidden;
  color: #ffffff;
  background-color: #10151d;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
#index_title_scroll .outline_text {
  color: transparent;
  font-size: clamp(3.7rem, 10vw, 10rem);
  letter-spacing: -0.055em;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.19);
}

.home #index_services {
  color: #ffffff;
  background: #10151d !important;
}
.home #index_services h2 {
  color: #ffffff;
  font-size: clamp(2.2rem, 3.4vw, 3.25rem);
  letter-spacing: -0.065em;
  line-height: 1.32;
}

.method_sequence {
  margin-top: clamp(2.5rem, 6vw, 5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.method_stage h3,
.capability_row h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.method_stage {
  display: grid;
  gap: 1rem;
  padding: clamp(1.55rem, 3.5vw, 2.4rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.method_stage span {
  color: #e6452e;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}
.method_stage h3 {
  color: #ffffff;
}
.method_stage p {
  max-width: 37rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.9;
}

@media (min-width: 992px) {
  .method_stage {
    grid-template-columns: 9rem minmax(16rem, 0.92fr) minmax(19rem, 1fr);
    align-items: center;
  }
}
.award_capabilities {
  color: #12161d;
  background-color: #f6f3ee;
}

.award_capabilities_head h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4.4vw, 4rem);
  letter-spacing: -0.075em;
  line-height: 1.22;
}
.award_capabilities_head p:not(.section_kicker) {
  margin: 0;
  line-height: 2;
}

.capability_ledger {
  border-top: 1px solid rgba(18, 22, 29, 0.15);
}

.capability_row {
  display: grid;
  gap: 0.65rem;
  padding: clamp(1.25rem, 2.5vw, 1.9rem) 0;
  border-bottom: 1px solid rgba(18, 22, 29, 0.15);
}
.capability_row span {
  color: #e6452e;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}
.capability_row p {
  margin: 0;
  color: rgba(18, 22, 29, 0.64);
}

@media (min-width: 992px) {
  .capability_row {
    grid-template-columns: 5rem minmax(18rem, 0.8fr) 1fr;
    align-items: center;
  }
}
#index_web_plan,
#plan {
  display: none;
}

.home #works {
  padding-top: clamp(5rem, 9vw, 8rem);
  color: #ffffff;
  background-color: #10151d;
}
.home #works #works_title_wrap.award_works_intro {
  display: block;
  position: static;
  min-height: 0;
  height: auto;
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
  color: #ffffff;
  background-color: transparent;
}
@media (min-width: 992px) {
  .home #works #works_title_wrap.award_works_intro .col-lg-5 {
    padding-bottom: clamp(4.75rem, 7vw, 6rem);
  }
}
.home #works #works_title_wrap.award_works_intro .section_kicker.en {
  color: #e6452e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  white-space: normal;
  overflow: visible;
}
.home #works .works_title {
  color: #ffffff;
  font-size: clamp(2.45rem, 5.8vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1.18;
}
.home #works .work_case_image {
  border-radius: 0;
}

.works_archive_heading {
  text-wrap: auto;
}

#mv.strength_hero {
  display: flex;
  align-items: end;
  isolation: isolate;
  min-height: 100svh;
  padding: clamp(7.5rem, 12vw, 10rem) 0 clamp(3.25rem, 7vw, 5.5rem);
}
#mv.strength_hero::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(5, 7, 13, 0.8) 0%, rgba(5, 7, 13, 0.58) 38%, rgba(5, 7, 13, 0.18) 66%, rgba(5, 7, 13, 0.45) 100%), linear-gradient(0deg, rgba(5, 7, 13, 0.9) 0%, transparent 54%, rgba(5, 7, 13, 0.32) 100%);
  pointer-events: none;
}
#mv.strength_hero::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  content: "";
  background: radial-gradient(ellipse at 72% 38%, transparent 0%, transparent 22%, rgba(5, 7, 13, 0.28) 64%, rgba(5, 7, 13, 0.76) 100%), linear-gradient(110deg, transparent 48%, rgba(245, 198, 101, 0.08) 62%, transparent 78%);
  pointer-events: none;
}

#mv.strength_hero .strength_hero_media {
  z-index: 0;
}

#mv.strength_hero_system .strength_hero_media img {
  object-position: 62% center;
  filter: saturate(1.04) contrast(1.05) brightness(0.9);
}

#mv.strength_hero .strength_hero_grid {
  z-index: 2;
  opacity: 0.28;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: clamp(4.5rem, 9vw, 8rem) clamp(4.5rem, 9vw, 8rem);
  mask-image: radial-gradient(ellipse at 72% 42%, rgba(0, 0, 0, 0.68), transparent 66%);
}

.strength_hero_layout {
  position: relative;
  z-index: 6;
  display: grid;
  gap: clamp(2.75rem, 6vw, 5.5rem);
}

.strength_hero_copy .strength_heading {
  color: #ffffff;
  font-size: clamp(1.85rem, 4.1vw, 3.5rem);
  letter-spacing: -0.04em;
  line-height: 1.24;
}
.strength_hero_copy .strength_lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  font-weight: 500;
  line-height: 2.05;
}

@media (max-width: 575.98px) {
  #mv.strength_hero {
    padding-top: clamp(5.7rem, 18vw, 6.25rem);
    padding-bottom: 2.2rem;
  }
  .strength_hero_layout {
    gap: 1.55rem;
  }
  .strength_hero_copy .strength_lead {
    line-height: 1.8;
  }
  .strength_hero_system .strength_hero_copy .strength_heading {
    font-size: clamp(1.8rem, 8vw, 2.05rem);
    line-height: 1.28;
  }
}
.strength_hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.9rem, 2.2vw, 1.6rem);
  align-items: center;
}

@media (min-width: 992px) and (max-height: 820px) {
  #mv.strength_hero {
    padding-top: 6.75rem;
    padding-bottom: 2.5rem;
  }
  .strength_hero_copy .strength_heading {
    font-size: clamp(2.6rem, 3.7vw, 3.35rem);
  }
}
.handover_label {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.strength_light_section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #12161d;
  background: radial-gradient(circle at 18% 18%, rgba(230, 69, 46, 0.07), transparent 26%), radial-gradient(circle at 84% 62%, rgba(33, 126, 178, 0.1), transparent 30%), #f6f3ee !important;
}
.strength_light_section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background-image: linear-gradient(rgba(18, 22, 29, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 22, 29, 0.03) 1px, transparent 1px);
  background-size: clamp(3rem, 8vw, 6.5rem) clamp(3rem, 8vw, 6.5rem);
  mask-image: radial-gradient(ellipse at center, #000 16%, transparent 72%);
  opacity: 0.72;
}
.strength_light_section h2 {
  color: #12161d;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  letter-spacing: -0.075em;
  line-height: 1.3;
}

.web_transform {
  --web-transform-arrow-size: clamp(2.6rem, 10vw, 3.6rem);
  position: relative;
  display: grid;
  gap: clamp(2.8rem, 8vw, 3.6rem);
}
.web_transform::before {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: clamp(1.1rem, 4vw, 1.45rem);
  height: var(--web-transform-arrow-size);
  pointer-events: none;
  content: "";
  opacity: 0;
  background: linear-gradient(180deg, #cf3e29, #e6452e);
  clip-path: polygon(41% 0, 59% 0, 59% calc(100% - 0.95rem), 100% calc(100% - 0.95rem), 50% 100%, 0 calc(100% - 0.95rem), 41% calc(100% - 0.95rem));
  filter: drop-shadow(0 0.55rem 0.85rem rgba(230, 69, 46, 0.2));
  transform: translate(-50%, -50%);
  animation: webTransformArrowSweepY 2.4s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  will-change: transform, opacity;
}
.web_transform::after {
  content: none;
}

.web_transform_before,
.web_transform_after {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.1rem, 2.4vw, 1.55rem);
  border: 1px solid rgba(18, 22, 29, 0.12);
  background-color: rgba(255, 255, 255, 0.88);
}
.web_transform_before > span,
.web_transform_after > span {
  display: block;
  margin-bottom: 0.85rem;
  color: #e6452e;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.web_transform_before h3,
.web_transform_after h3 {
  margin: 0;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  letter-spacing: 0;
  line-height: 1.7;
}

.web_transform_before {
  color: rgba(18, 22, 29, 0.57);
  background: linear-gradient(160deg, rgba(248, 247, 244, 0.95), rgba(255, 255, 255, 0.82)), #ffffff;
}

.web_transform_after {
  color: #12161d;
  border-color: rgba(230, 69, 46, 0.22);
  background: radial-gradient(circle at 85% 16%, rgba(230, 69, 46, 0.1), transparent 28%), linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 242, 0.9));
  box-shadow: 0 1rem 2.5rem rgba(230, 69, 46, 0.08);
}

.web_transform_browser {
  overflow: hidden;
  margin: 0.1rem 0 1rem;
  border: 1px solid rgba(18, 22, 29, 0.16);
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 1.2rem 2.5rem rgba(18, 22, 29, 0.1);
}

.web_transform_browser_bar {
  display: flex;
  align-items: center;
  gap: 0.34rem;
  min-height: 1.9rem;
  padding: 0 0.65rem;
  background: #111722;
}
.web_transform_browser_bar i {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.34);
}
.web_transform_browser_bar i:nth-child(1) {
  background-color: #ef6a5d;
}
.web_transform_browser_bar i:nth-child(2) {
  background-color: #f4c65f;
}
.web_transform_browser_bar i:nth-child(3) {
  background-color: #62c783;
}
.web_transform_browser_bar b {
  display: block;
  flex: 1;
  height: 0.62rem;
  margin-left: 0.32rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.16);
}

.web_transform_browser_view {
  display: grid;
  gap: 0.62rem;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 10.5rem;
  padding: 0.85rem;
  aspect-ratio: 16/10;
  background: #f3f1ed;
}
.web_transform_browser_view > * {
  position: relative;
  z-index: 1;
}

.web_mock_hero,
.web_mock_grid i,
.web_mock_cta {
  display: block;
  border-radius: 0.35rem;
}

.web_mock_hero {
  position: relative;
  overflow: hidden;
}

.web_mock_hero,
.web_mock_grid i,
.web_mock_cta,
.web_mock_lines i {
  will-change: transform, opacity;
}

.web_mock_lines {
  display: grid;
  gap: 0.32rem;
}
.web_mock_lines i {
  display: block;
  height: 0.48rem;
  border-radius: 999px;
}
.web_mock_lines i:nth-child(2) {
  width: 82%;
}
.web_mock_lines i:nth-child(3) {
  width: 58%;
}

.web_mock_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.web_transform_browser_before .web_transform_browser_view {
  grid-template-rows: 0.8fr auto 1fr auto;
  background: linear-gradient(90deg, rgba(18, 22, 29, 0.04) 1px, transparent 1px), linear-gradient(rgba(18, 22, 29, 0.035) 1px, transparent 1px), #f4f2ee;
  background-size: 2.7rem 2.7rem;
  animation: webMockGridDrift 9s linear infinite;
}
.web_transform_browser_before .web_transform_browser_view::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0;
  background: linear-gradient(180deg, transparent 0, transparent 22%, rgba(230, 69, 46, 0.18) 44%, rgba(230, 69, 46, 0.08) 52%, transparent 70%, transparent 100%);
  transform: translateY(-100%);
  animation: webMockWireScan 6.8s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  will-change: transform, opacity;
}
.web_transform_browser_before .web_mock_hero,
.web_transform_browser_before .web_mock_grid i,
.web_transform_browser_before .web_mock_cta,
.web_transform_browser_before .web_mock_lines i {
  background-color: rgba(18, 22, 29, 0.14);
  animation: webMockWirePulse 6.8s ease-in-out infinite;
}
.web_transform_browser_before .web_mock_hero {
  background: linear-gradient(135deg, rgba(18, 22, 29, 0.2), rgba(18, 22, 29, 0.07));
}
.web_transform_browser_before .web_mock_cta {
  width: 34%;
  height: 0.9rem;
}
.web_transform_browser_before .web_mock_lines i {
  transform-origin: left center;
  animation-name: webMockLinePulse;
}
.web_transform_browser_before .web_mock_lines i:nth-child(1) {
  animation-delay: 0.05s;
}
.web_transform_browser_before .web_mock_lines i:nth-child(2) {
  animation-delay: 0.18s;
}
.web_transform_browser_before .web_mock_lines i:nth-child(3) {
  animation-delay: 0.31s;
}
.web_transform_browser_before .web_mock_grid i:nth-child(1) {
  animation-delay: 0.14s;
}
.web_transform_browser_before .web_mock_grid i:nth-child(2) {
  animation-delay: 0.27s;
}
.web_transform_browser_before .web_mock_grid i:nth-child(3) {
  animation-delay: 0.4s;
}
.web_transform_browser_before .web_mock_cta {
  transform-origin: left center;
  animation-delay: 0.52s;
}

.web_transform_browser_after .web_transform_browser_view {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-rows: 1fr auto auto;
  background: radial-gradient(circle at 18% 14%, rgba(119, 216, 255, 0.22), transparent 28%), linear-gradient(135deg, #fffaf4, #f5f0e8);
}
.web_transform_browser_after .web_transform_browser_view::before, .web_transform_browser_after .web_transform_browser_view::after {
  position: absolute;
  pointer-events: none;
  content: "";
  will-change: transform, opacity;
}
.web_transform_browser_after .web_transform_browser_view::before {
  z-index: 2;
  inset: -0.5rem;
  opacity: 0;
  background: linear-gradient(115deg, transparent 0, transparent 36%, rgba(255, 255, 255, 0.42) 47%, transparent 58%, transparent 100%);
  transform: translateX(-120%) skewX(-12deg);
  animation: webMockLightSweep 7.2s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}
.web_transform_browser_after .web_transform_browser_view::after {
  z-index: 3;
  top: 38%;
  left: 78%;
  width: 0.72rem;
  height: 0.72rem;
  border: 3px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle, #ffffff 0 0.1rem, #e6452e 0.12rem 100%);
  box-shadow: 0 0 0 0 rgba(230, 69, 46, 0), 0 0.42rem 1rem rgba(230, 69, 46, 0.32);
  filter: drop-shadow(0 0.2rem 0.25rem rgba(18, 22, 29, 0.2));
  transform: translate3d(-1.6rem, -1.2rem, 0) scale(0.82);
  animation: webMockPointerTap 7.2s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}
.web_transform_browser_after .web_mock_hero {
  grid-row: 1/3;
  min-height: 7.25rem;
  background: linear-gradient(140deg, rgba(230, 69, 46, 0.95), rgba(245, 198, 101, 0.82)), #e6452e;
  background-size: 160% 160%;
  animation: webMockHeroGlow 7.2s ease-in-out infinite;
}
.web_transform_browser_after .web_mock_hero::before, .web_transform_browser_after .web_mock_hero::after {
  position: absolute;
  content: "";
  border-radius: 0.35rem;
  background-color: rgba(255, 255, 255, 0.72);
  will-change: transform, opacity;
}
.web_transform_browser_after .web_mock_hero::before {
  inset: 0.75rem auto auto 0.75rem;
  width: 58%;
  height: 1.65rem;
  transform-origin: left center;
  animation: webMockCaptionBuild 7.2s ease-in-out infinite;
}
.web_transform_browser_after .web_mock_hero::after {
  right: 0.75rem;
  bottom: 0.75rem;
  width: 38%;
  height: 3.25rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.44));
  animation: webMockPreviewFloat 7.2s ease-in-out infinite;
}
.web_transform_browser_after .web_mock_lines {
  align-self: center;
}
.web_transform_browser_after .web_mock_lines i {
  background-color: rgba(18, 22, 29, 0.22);
  transform-origin: left center;
  animation: webMockLineBuild 7.2s ease-in-out infinite;
}
.web_transform_browser_after .web_mock_lines i:first-child {
  width: 92%;
  height: 0.7rem;
  background-color: rgba(18, 22, 29, 0.72);
}
.web_transform_browser_after .web_mock_lines i:nth-child(2) {
  animation-delay: 0.08s;
}
.web_transform_browser_after .web_mock_lines i:nth-child(3) {
  animation-delay: 0.16s;
}
.web_transform_browser_after .web_mock_grid {
  grid-column: 1/-1;
}
.web_transform_browser_after .web_mock_grid i {
  min-height: 2.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68));
  border: 1px solid rgba(18, 22, 29, 0.1);
  animation: webMockCardLift 7.2s ease-in-out infinite;
}
.web_transform_browser_after .web_mock_grid i:nth-child(2) {
  animation-delay: 0.12s;
}
.web_transform_browser_after .web_mock_grid i:nth-child(3) {
  animation-delay: 0.24s;
}
.web_transform_browser_after .web_mock_cta {
  width: 62%;
  height: 1rem;
  justify-self: start;
  background-color: #12161d;
  transform-origin: left center;
  animation: webMockCtaTap 7.2s ease-in-out infinite;
}

@media (min-width: 992px) {
  .web_transform {
    --web-transform-arrow-size: clamp(4.8rem, 7vw, 7.2rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2.8rem, 4vw, 4.2rem);
    align-items: stretch;
  }
  .web_transform::before {
    top: clamp(5.4rem, 8vw, 6.75rem);
    width: var(--web-transform-arrow-size);
    height: clamp(1rem, 1.5vw, 1.3rem);
    background: linear-gradient(90deg, #cf3e29, #e6452e);
    clip-path: polygon(0 41%, calc(100% - 0.95rem) 41%, calc(100% - 0.95rem) 0, 100% 50%, calc(100% - 0.95rem) 100%, calc(100% - 0.95rem) 59%, 0 59%);
    transform: translate(-50%, -50%);
    animation-name: webTransformArrowSweepX;
  }
}
@keyframes webTransformArrowSweepX {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 0.8rem), -50%);
  }
  26% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + 0.8rem), -50%);
  }
}
@keyframes webTransformArrowSweepY {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 0.7rem));
  }
  26% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 0.7rem));
  }
}
@keyframes webMockGridDrift {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 2.7rem 0, 0 2.7rem, 0 0;
  }
}
@keyframes webMockWireScan {
  0%, 16% {
    opacity: 0;
    transform: translateY(-100%);
  }
  34%, 58% {
    opacity: 1;
  }
  78%, 100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes webMockWirePulse {
  0%, 100% {
    opacity: 0.72;
    transform: scale(1);
  }
  36%, 64% {
    opacity: 1;
    transform: scale(1.015);
  }
}
@keyframes webMockLinePulse {
  0%, 100% {
    opacity: 0.58;
    transform: scaleX(0.72);
  }
  36%, 64% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes webMockHeroGlow {
  0%, 100% {
    background-position: 0% 50%;
    transform: scale(1);
  }
  40%, 72% {
    background-position: 100% 50%;
    transform: scale(1.012);
  }
}
@keyframes webMockCaptionBuild {
  0%, 18%, 100% {
    opacity: 0.72;
    transform: scaleX(0.72);
  }
  34%, 76% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes webMockPreviewFloat {
  0%, 100% {
    opacity: 0.72;
    transform: translate3d(0.25rem, 0.2rem, 0) scale(0.96);
  }
  38%, 74% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes webMockLineBuild {
  0%, 18%, 100% {
    opacity: 0.52;
    transform: scaleX(0.58);
  }
  34%, 76% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes webMockCardLift {
  0%, 18%, 100% {
    opacity: 0.72;
    transform: translateY(0.22rem);
  }
  36%, 74% {
    opacity: 1;
    transform: translateY(-0.05rem);
  }
}
@keyframes webMockCtaTap {
  0%, 24%, 100% {
    opacity: 0.82;
    box-shadow: 0 0 0 rgba(18, 22, 29, 0);
    transform: scaleX(0.82);
  }
  42%, 54% {
    opacity: 1;
    transform: scaleX(1);
  }
  60% {
    opacity: 1;
    box-shadow: 0 0.45rem 1rem rgba(230, 69, 46, 0.24), 0 0 0 0.24rem rgba(230, 69, 46, 0.14);
    transform: scale(1.07, 1.16);
  }
  70% {
    opacity: 1;
    box-shadow: 0 0 0 rgba(18, 22, 29, 0);
    transform: scale(1);
  }
}
@keyframes webMockLightSweep {
  0%, 24%, 100% {
    opacity: 0;
    transform: translateX(-120%) skewX(-12deg);
  }
  46% {
    opacity: 0.72;
  }
  68% {
    opacity: 0;
    transform: translateX(120%) skewX(-12deg);
  }
}
@keyframes webMockPointerTap {
  0%, 22% {
    opacity: 0;
    transform: translate3d(-1.6rem, -1.2rem, 0) scale(0.82);
  }
  34% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(230, 69, 46, 0), 0 0.42rem 1rem rgba(230, 69, 46, 0.32);
    transform: translate3d(0, 0, 0) scale(1);
  }
  54% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(230, 69, 46, 0), 0 0.42rem 1rem rgba(230, 69, 46, 0.32);
    transform: translate3d(-1.1rem, 2.25rem, 0) scale(1);
  }
  60% {
    opacity: 1;
    box-shadow: 0 0 0 0.18rem rgba(230, 69, 46, 0.28), 0 0 0 0.5rem rgba(230, 69, 46, 0.2), 0 0.5rem 1rem rgba(230, 69, 46, 0.38);
    transform: translate3d(-1.1rem, 2.25rem, 0) scale(0.82);
  }
  66% {
    opacity: 1;
    box-shadow: 0 0 0 0.42rem rgba(230, 69, 46, 0.18), 0 0 0 0.86rem rgba(230, 69, 46, 0.08), 0 0.45rem 1rem rgba(230, 69, 46, 0.28);
    transform: translate3d(-1.1rem, 2.25rem, 0) scale(1.28);
  }
  80%, 100% {
    opacity: 0;
    box-shadow: 0 0 0 1.05rem rgba(230, 69, 46, 0), 0 0.35rem 0.9rem rgba(230, 69, 46, 0);
    transform: translate3d(-0.7rem, 2.2rem, 0) scale(0.9);
  }
}
@media (prefers-reduced-motion: reduce) {
  .web_transform::before {
    opacity: 1;
    animation: none;
  }
  .web_transform_browser_view,
  .web_transform_browser_before .web_mock_hero,
  .web_transform_browser_before .web_mock_grid i,
  .web_transform_browser_before .web_mock_cta,
  .web_transform_browser_before .web_mock_lines i,
  .web_transform_browser_after .web_mock_hero,
  .web_transform_browser_after .web_mock_hero::before,
  .web_transform_browser_after .web_mock_hero::after,
  .web_transform_browser_after .web_mock_grid i,
  .web_transform_browser_after .web_mock_cta,
  .web_transform_browser_after .web_mock_lines i {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .web_transform_browser_before .web_transform_browser_view::before,
  .web_transform_browser_after .web_transform_browser_view::before,
  .web_transform_browser_after .web_transform_browser_view::after {
    opacity: 0;
    animation: none;
  }
}
.editorial_pillars,
.system_problem_grid,
.experience_ledger .conversion_grid {
  gap: 0;
  border-top: 1px solid rgba(18, 22, 29, 0.15);
}
.editorial_pillars .conversion_card,
.system_problem_grid .conversion_card,
.experience_ledger .conversion_grid .conversion_card {
  padding: clamp(1.35rem, 2.4vw, 2rem) 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(18, 22, 29, 0.15);
  border-radius: 0;
}

.editorial_pillars {
  gap: clamp(1rem, 2.2vw, 1.5rem);
  border-top: 0;
}
.editorial_pillars .conversion_card {
  position: relative;
  min-height: 100%;
  padding: clamp(1rem, 2vw, 1.35rem) clamp(1.15rem, 2.2vw, 1.6rem) clamp(1.25rem, 2.4vw, 1.8rem);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 22, 29, 0.15);
  border-radius: 0.55rem;
}
.editorial_pillars .conversion_card::before {
  position: absolute;
  top: clamp(0.45rem, 1.3vw, 0.8rem);
  left: clamp(0.95rem, 2vw, 1.45rem);
  content: "VALUE";
  color: rgba(18, 22, 29, 0.055);
  font-family: "Jost", sans-serif;
  font-size: clamp(3.1rem, 6vw, 4.85rem);
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}
.editorial_pillars .conversion_card::after {
  position: absolute;
  top: clamp(3.7rem, 6.5vw, 5.05rem);
  left: clamp(1.05rem, 2vw, 1.45rem);
  width: clamp(2rem, 4vw, 3rem);
  height: 1px;
  content: "";
  background-color: #e6452e;
}
.editorial_pillars .conversion_card:nth-child(2)::before {
  content: "DESIGN";
}
.editorial_pillars .conversion_card:nth-child(3)::before {
  content: "ACTION";
}
.editorial_pillars .conversion_card > * {
  position: relative;
  z-index: 1;
}
.editorial_pillars .conversion_card_visual {
  display: flex;
  min-height: clamp(11.5rem, 18vw, 14rem);
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto clamp(0.85rem, 1.8vw, 1.15rem);
  pointer-events: none;
}
.editorial_pillars .conversion_card_visual img {
  display: block;
  width: min(100%, 14rem);
  height: auto;
}

@media (max-width: 575.98px) {
  .editorial_pillars .conversion_card_visual {
    min-height: 10.5rem;
  }
  .editorial_pillars .conversion_card_visual img {
    width: min(100%, 12.5rem);
  }
}
@media (min-width: 992px) {
  .editorial_pillars,
  .system_problem_grid,
  .experience_ledger .conversion_grid {
    gap: clamp(1.75rem, 3vw, 3rem);
  }
  .editorial_pillars .conversion_card,
  .system_problem_grid .conversion_card,
  .experience_ledger .conversion_grid .conversion_card {
    border-bottom: 0;
  }
  .editorial_pillars {
    gap: clamp(1rem, 2.2vw, 1.5rem);
  }
  .editorial_pillars .conversion_card {
    border-bottom: 1px solid rgba(18, 22, 29, 0.15);
  }
}
.process_editorial,
.strong_web_works,
.system_method {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #ffffff;
  background: radial-gradient(circle at 18% 20%, rgba(119, 216, 255, 0.1), transparent 30%), radial-gradient(circle at 82% 64%, rgba(245, 198, 101, 0.08), transparent 30%), #10151d;
}
.process_editorial::before,
.strong_web_works::before,
.system_method::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: clamp(3rem, 7vw, 5.5rem) clamp(3rem, 7vw, 5.5rem);
  mask-image: radial-gradient(ellipse at center, #000 12%, transparent 74%);
  opacity: 0.34;
}
.process_editorial h2,
.process_editorial h3,
.strong_web_works h2,
.strong_web_works h3,
.system_method h2,
.system_method h3 {
  color: #ffffff;
}
.process_editorial p,
.strong_web_works p,
.system_method p {
  color: rgba(255, 255, 255, 0.7);
}

.process_steps {
  position: relative;
  gap: 0;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: clamp(4.5rem, 8vw, 6rem);
  margin-left: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  grid-template-columns: minmax(0, 1fr);
}
.process_steps .growth_step {
  --timeline-number: clamp(3.8rem, 14vw, 6.3rem);
  position: relative;
  display: grid;
  grid-template-columns: var(--timeline-number) minmax(0, 1fr);
  column-gap: clamp(1rem, 2.4vw, 1.8rem);
  padding: clamp(1.35rem, 2.6vw, 2.15rem) 0;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 0;
}
.process_steps .growth_step::before {
  grid-row: 1/span 3;
  grid-column: 1;
  content: "01";
  color: rgba(230, 69, 46, 0.9);
  font-family: "Jost", sans-serif;
  font-size: clamp(2.6rem, 7.5vw, 4.8rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: 0;
}
.process_steps .growth_step::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--timeline-number);
  width: 1px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.17), rgba(230, 69, 46, 0.4) 50%, rgba(255, 255, 255, 0.17));
  transform: translateX(-0.5px);
}
.process_steps .growth_step:nth-child(2)::before {
  content: "02";
}
.process_steps .growth_step:nth-child(3)::before {
  content: "03";
}
.process_steps .growth_step:nth-child(4)::before {
  content: "04";
}
.process_steps .growth_step span,
.process_steps .growth_step h3,
.process_steps .growth_step p {
  grid-column: 2;
  min-width: 0;
  padding-left: clamp(0.05rem, 0.7vw, 0.45rem);
}
.process_steps .growth_step span {
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}
.process_steps .growth_step h3 {
  margin-bottom: 0.45rem;
}
.process_steps .growth_step p {
  max-width: 44rem;
}

.strong_web_works_head {
  display: grid;
  gap: clamp(1rem, 2.4vw, 1.75rem);
  align-items: end;
}
.strong_web_works_head > div {
  min-width: 0;
}
.strong_web_works_head h2,
.strong_web_works_head p:not(.section_kicker) {
  max-width: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}
.strong_web_works_head .ui_btn {
  justify-self: start;
}

.strong_web_works_grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 3.25rem);
  margin-right: auto;
  margin-left: auto;
  padding-block: clamp(0.35rem, 2vw, 1.4rem);
  perspective: 1500px;
  transform-style: preserve-3d;
}

.strong_web_work_card {
  --work-float-y: 0rem;
  --work-rotate-x: 2.8deg;
  --work-rotate-y: -4deg;
  --work-delay: 0s;
  min-width: 0;
  transform-style: preserve-3d;
  animation: strongWebWorkFloat 7.6s ease-in-out infinite;
  animation-delay: var(--work-delay);
}
.strong_web_work_card:nth-child(2) {
  --work-float-y: .7rem;
  --work-rotate-x: 2deg;
  --work-rotate-y: 4.8deg;
  --work-delay: -2.4s;
}
.strong_web_work_card:nth-child(3) {
  --work-float-y: -.35rem;
  --work-rotate-x: 3.6deg;
  --work-rotate-y: -2.2deg;
  --work-delay: -4.6s;
}
.strong_web_work_card .work_case_link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: visible;
  border-radius: clamp(0.45rem, 1vw, 0.75rem);
  transform: rotateX(var(--work-rotate-x)) rotateY(var(--work-rotate-y)) translate3d(0, var(--work-float-y), 0);
  transform-style: preserve-3d;
  transition: transform 0.5s ease, filter 0.45s ease;
}
.strong_web_work_card .work_case_link::before {
  position: absolute;
  z-index: -2;
  inset: 9% 4% -9%;
  content: "";
  border-radius: inherit;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.48), transparent 68%);
  filter: blur(1.2rem);
  transform: translateZ(-2.2rem);
  opacity: 0.82;
  pointer-events: none;
}
.strong_web_work_card .work_case_link::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.24), transparent 21%, transparent 70%, rgba(119, 216, 255, 0.16)), radial-gradient(circle at 84% 14%, rgba(245, 198, 101, 0.2), transparent 28%);
  mix-blend-mode: screen;
  opacity: 0.36;
  transform: translateZ(0.12rem);
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.strong_web_work_card .work_case_link:hover {
  filter: saturate(1.08) contrast(1.04);
  transform: rotateX(1.4deg) rotateY(0deg) translate3d(0, calc(var(--work-float-y) - 0.45rem), 2.2rem);
}
.strong_web_work_card .work_case_link:hover::after {
  opacity: 0.55;
}
.strong_web_work_card .work_case_link:hover img {
  transform: scale(1.035);
}
.strong_web_work_card .work_case_image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
  background: radial-gradient(circle at 78% 22%, rgba(245, 198, 101, 0.12), transparent 34%), rgba(255, 255, 255, 0.04);
  box-shadow: 0 2.4rem 5rem rgba(0, 0, 0, 0.34), 0 0 3.5rem rgba(119, 216, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateZ(0.01px);
}
.strong_web_work_card .work_case_image img {
  transition: transform 0.55s ease;
}

@keyframes strongWebWorkFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -0.85rem, 1.4rem);
  }
}
.strong_web_works_empty {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: clamp(1.15rem, 2.6vw, 1.7rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.055);
}

.strong_web_works_more {
  margin-top: clamp(1.5rem, 3vw, 2.4rem);
}

.system_problem_grid .conversion_card,
.experience_ledger .conversion_grid .conversion_card,
.strong .growth_step {
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.strong .growth_step:hover {
  border-color: rgba(245, 198, 101, 0.32);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.12);
  transform: translateY(-0.24rem);
}

.process_steps .growth_step:hover {
  border-color: rgba(255, 255, 255, 0.17);
  box-shadow: none;
  transform: none;
}

@media (min-width: 992px) {
  .strong_web_work_card {
    width: min(100%, 70rem);
  }
  .strong_web_work_card:nth-child(1) {
    justify-self: start;
  }
  .strong_web_work_card:nth-child(2) {
    justify-self: end;
    width: min(94%, 66rem);
  }
  .strong_web_work_card:nth-child(3) {
    justify-self: center;
    width: min(88%, 62rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .strong_web_work_card {
    animation: none;
  }
  .strong_web_work_card .work_case_link,
  .strong_web_work_card .work_case_link:hover {
    transform: none;
  }
}
@media (min-width: 992px) {
  .process_steps {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .process_steps .growth_step {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }
}
.handover_diagram {
  position: relative;
  display: grid;
  padding: clamp(1.1rem, 2.6vw, 1.7rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: clamp(0.75rem, 1.4vw, 1.1rem);
  background: radial-gradient(circle at 74% 20%, rgba(245, 198, 101, 0.13), transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)), rgba(7, 16, 26, 0.9);
  box-shadow: 0 2.2rem 5.2rem rgba(0, 0, 0, 0.42), 0 0 4rem rgba(119, 216, 255, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
  transform: rotateX(3deg) rotateY(-5.5deg);
  transform-style: preserve-3d;
  animation: browserPanelFloat 8.4s ease-in-out infinite alternate;
}
.handover_diagram::before {
  position: absolute;
  inset: -20%;
  content: "";
  background: conic-gradient(from 30deg at 50% 50%, transparent, rgba(119, 216, 255, 0.18), transparent 38%, rgba(245, 198, 101, 0.12), transparent 72%);
  opacity: 0.42;
  animation: systemCapabilityAura 10s linear infinite;
  pointer-events: none;
}
.handover_diagram > * {
  position: relative;
  z-index: 1;
}
.handover_diagram .handover_label {
  color: rgba(255, 255, 255, 0.42);
  grid-column: 1/-1;
}
.handover_diagram .handover_visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  margin: 0;
  pointer-events: none;
}
.handover_diagram .handover_visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 16, 26, 0.86) 0%, rgba(7, 16, 26, 0.6) 42%, rgba(7, 16, 26, 0.74) 100%), linear-gradient(0deg, rgba(7, 16, 26, 0.88) 0%, rgba(7, 16, 26, 0.2) 46%, rgba(7, 16, 26, 0.62) 100%);
}
.handover_diagram .handover_visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  opacity: 0.48;
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.08);
}

.handover_column {
  padding: clamp(1rem, 2vw, 1.4rem) 0;
}
.handover_column span {
  display: block;
  margin-bottom: 0.75rem;
  color: #e6452e;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
}
.handover_column h2 {
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  letter-spacing: 0;
  line-height: 1.45;
}
.handover_column p,
.handover_column li {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  line-height: 1.85;
}
.handover_column ul {
  margin: 0;
  padding-left: 1.1rem;
}

@media (max-width: 575.98px) {
  .handover_diagram {
    padding: 1rem;
  }
  .handover_column {
    padding: 0.65rem 0;
  }
  .handover_column p,
  .handover_column li {
    font-size: 0.8rem;
    line-height: 1.65;
  }
}
@media (min-width: 992px) {
  .handover_diagram {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    align-items: flex-start;
  }
}
.system_method .prototype_feature {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 0;
}

.system_method .prototype_screen {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 1.4rem 3rem rgba(35, 35, 35, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.04);
  animation: prototypeScreenFloat 6.8s ease-in-out infinite;
}
.system_method .prototype_screen::before {
  position: absolute;
  z-index: 4;
  top: 30%;
  left: 78%;
  width: 0.82rem;
  height: 0.82rem;
  content: "";
  background-color: rgba(230, 69, 46, 0.94);
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  box-shadow: 0 0.35rem 1rem rgba(35, 35, 35, 0.22);
  transform: translate3d(-50%, -50%, 0) scale(0.82);
  animation: prototypeTouchPoint 6.8s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  pointer-events: none;
}
.system_method .prototype_screen::after {
  position: absolute;
  z-index: 3;
  inset: 2.7rem 0 0;
  content: "";
  background: linear-gradient(110deg, transparent 14%, rgba(119, 216, 255, 0.16) 48%, transparent 70%);
  mix-blend-mode: multiply;
  transform: translateX(-118%);
  animation: prototypeScreenSweep 6.8s ease-in-out infinite;
  pointer-events: none;
}

.system_method .prototype_sidebar .active {
  position: relative;
  overflow: hidden;
  animation: prototypeNavFocus 6.8s ease-in-out infinite;
}
.system_method .prototype_sidebar .active::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(100deg, transparent, rgba(119, 216, 255, 0.18), transparent);
  transform: translateX(-110%);
  animation: prototypeControlSweep 6.8s ease-in-out infinite;
}

.system_method .prototype_filter span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.65rem;
  padding: 0.1rem 0.55rem;
  border-radius: 999px;
  animation: prototypeSearchFocus 6.8s ease-in-out infinite;
}

.system_method .prototype_row {
  position: relative;
  overflow: hidden;
  animation: prototypeRowFocus 6.8s ease-in-out infinite;
}
.system_method .prototype_row:nth-of-type(3) {
  animation-delay: 1.55s;
}

.system_method .prototype_note {
  position: relative;
  overflow: hidden;
  animation: prototypeNoteFocus 6.8s ease-in-out infinite;
}

.system_method .prototype_copy p:not(.section_kicker) {
  color: rgba(255, 255, 255, 0.68);
}

@keyframes prototypeScreenFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -0.35rem, 0);
  }
}
@keyframes prototypeTouchPoint {
  0% {
    top: 30%;
    left: 78%;
    opacity: 0;
    box-shadow: 0 0.35rem 1rem rgba(35, 35, 35, 0.22);
    transform: translate3d(-50%, -50%, 0) scale(0.72);
  }
  8%, 18% {
    opacity: 1;
  }
  22% {
    top: 30%;
    left: 78%;
    box-shadow: 0 0 0 0.48rem rgba(230, 69, 46, 0.18), 0 0.35rem 1rem rgba(35, 35, 35, 0.22);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  32% {
    top: 51%;
    left: 55%;
    box-shadow: 0 0.35rem 1rem rgba(35, 35, 35, 0.22);
    transform: translate3d(-50%, -50%, 0) scale(0.82);
  }
  44% {
    top: 51%;
    left: 55%;
    box-shadow: 0 0 0 0.58rem rgba(230, 69, 46, 0.14), 0 0.35rem 1rem rgba(35, 35, 35, 0.22);
    transform: translate3d(-50%, -50%, 0) scale(1.04);
  }
  57% {
    top: 78%;
    left: 69%;
    box-shadow: 0 0.35rem 1rem rgba(35, 35, 35, 0.22);
    transform: translate3d(-50%, -50%, 0) scale(0.82);
  }
  68% {
    top: 78%;
    left: 69%;
    opacity: 1;
    box-shadow: 0 0 0 0.58rem rgba(230, 69, 46, 0.14), 0 0.35rem 1rem rgba(35, 35, 35, 0.22);
    transform: translate3d(-50%, -50%, 0) scale(1.04);
  }
  82%, 100% {
    top: 78%;
    left: 69%;
    opacity: 0;
    box-shadow: 0 0.35rem 1rem rgba(35, 35, 35, 0.22);
    transform: translate3d(-50%, -50%, 0) scale(0.72);
  }
}
@keyframes prototypeScreenSweep {
  0%, 16% {
    transform: translateX(-118%);
  }
  42% {
    transform: translateX(118%);
  }
  100% {
    transform: translateX(118%);
  }
}
@keyframes prototypeControlSweep {
  0%, 8% {
    transform: translateX(-110%);
  }
  25% {
    transform: translateX(110%);
  }
  100% {
    transform: translateX(110%);
  }
}
@keyframes prototypeNavFocus {
  0%, 100% {
    box-shadow: none;
  }
  12%, 28% {
    box-shadow: 0 0.45rem 1rem rgba(15, 30, 53, 0.12);
  }
}
@keyframes prototypeSearchFocus {
  0%, 14%, 100% {
    color: rgba(15, 30, 53, 0.55);
    background-color: transparent;
    box-shadow: none;
  }
  22%, 34% {
    color: #0f1e35;
    background-color: rgba(119, 216, 255, 0.2);
    box-shadow: 0 0 0 1px rgba(119, 216, 255, 0.36);
  }
}
@keyframes prototypeRowFocus {
  0%, 22%, 100% {
    background-color: #ffffff;
    box-shadow: none;
    transform: translate3d(0, 0, 0);
  }
  8%, 16% {
    background-color: #fff;
    box-shadow: 0 0.65rem 1.35rem rgba(15, 30, 53, 0.13);
    transform: translate3d(0.18rem, 0, 0);
  }
}
@keyframes prototypeNoteFocus {
  0%, 48%, 100% {
    border-left-color: #e6452e;
    background-color: rgba(230, 69, 46, 0.08);
    box-shadow: none;
  }
  60%, 74% {
    border-left-color: #77d8ff;
    background-color: rgba(119, 216, 255, 0.16);
    box-shadow: 0 0.65rem 1.35rem rgba(15, 30, 53, 0.1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .system_method .prototype_screen,
  .system_method .prototype_screen::before,
  .system_method .prototype_screen::after,
  .system_method .prototype_sidebar .active,
  .system_method .prototype_sidebar .active::after,
  .system_method .prototype_filter span:last-child,
  .system_method .prototype_row,
  .system_method .prototype_note {
    animation: none;
  }
  .system_method .prototype_screen::before,
  .system_method .prototype_screen::after,
  .system_method .prototype_sidebar .active::after {
    content: none;
  }
}
.experience_ledger {
  border-top: 1px solid rgba(18, 22, 29, 0.15);
}

.strength_hero ~ section .final_conversion {
  border-radius: 0;
  border-color: rgba(18, 22, 29, 0.15);
}

.home #index_services {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(4.5rem, 8vw, 7rem) !important;
  padding-bottom: clamp(4.5rem, 9vw, 7.5rem) !important;
}
.home #index_services::before {
  position: absolute;
  z-index: -2;
  inset: -5%;
  content: "";
  background: linear-gradient(90deg, rgba(16, 21, 29, 0.94) 0%, rgba(16, 21, 29, 0.76) 43%, rgba(16, 21, 29, 0.54) 100%), url(img/hero/enol-how-we-work-field.webp) center bottom/cover no-repeat;
  opacity: 0.96;
  transform: scale(1.05);
  animation: methodFieldDrift 22s ease-in-out infinite alternate;
}
.home #index_services::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 77% 52%, rgba(62, 183, 255, 0.12), transparent 28%), linear-gradient(110deg, transparent 48%, rgba(249, 191, 105, 0.06) 63%, transparent 78%);
  mix-blend-mode: screen;
  animation: methodFieldLight 9s ease-in-out infinite alternate;
  pointer-events: none;
}

.method_browser_showcase {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2.75rem, 6vw, 5rem);
  perspective: 1700px;
  transform-style: preserve-3d;
}
@media (min-width: 992px) {
  .method_browser_showcase {
    grid-template-columns: minmax(15rem, 0.66fr) minmax(31rem, 1.34fr);
  }
}

.method_browser_context {
  max-width: 22rem;
}

.method_browser_kicker {
  margin: 0 0 1.2rem;
  color: rgba(119, 216, 255, 0.82);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
}

.method_browser_lead {
  margin: 0 0 clamp(1.4rem, 3vw, 2rem);
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.92rem, 1.1vw, 1rem);
  line-height: 2;
  text-align: justify;
}

.method_browser_metrics {
  display: grid;
  gap: 0.78rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(0.78rem, 1vw, 0.9rem);
  letter-spacing: 0.04em;
}
.method_browser_metrics span {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.method_browser_metrics span::before {
  width: 1.75rem;
  height: 1px;
  content: "";
  background: rgba(119, 216, 255, 0.45);
}

.method_browser_device {
  position: relative;
  margin: 0;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: clamp(0.75rem, 1.3vw, 1.05rem);
  background: #080d14;
  box-shadow: 0 3.2rem 7rem rgba(0, 0, 0, 0.54), 0 0 5.5rem rgba(65, 185, 239, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: rotateX(7deg) rotateY(-13deg) rotateZ(1.1deg) translateZ(0);
  transform-style: preserve-3d;
  animation: browserPanelFloatDeep 8.4s ease-in-out infinite alternate;
}
.method_browser_device::before {
  position: absolute;
  z-index: -2;
  inset: 1.2rem -1.25rem -1.35rem 1.45rem;
  content: "";
  border: 1px solid rgba(119, 216, 255, 0.13);
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(119, 216, 255, 0.16), rgba(245, 198, 101, 0.08)), rgba(3, 7, 17, 0.72);
  filter: blur(0.15rem);
  transform: translateZ(-4.5rem);
}
.method_browser_device::after {
  position: absolute;
  z-index: -1;
  top: 0.9rem;
  right: -1.05rem;
  bottom: -1.1rem;
  width: 1.2rem;
  content: "";
  border-radius: 0 0.75rem 0.9rem 0;
  background: linear-gradient(180deg, rgba(119, 216, 255, 0.26), rgba(11, 27, 45, 0.74) 48%, rgba(245, 198, 101, 0.12));
  transform: translateZ(-2.4rem) skewY(38deg);
  transform-origin: left center;
}

.method_browser_chrome {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(0.7rem, 1.4vw, 1.25rem);
  align-items: center;
  min-height: clamp(2.35rem, 3.4vw, 2.85rem);
  padding: 0 clamp(0.8rem, 1.4vw, 1.1rem);
  color: rgba(255, 255, 255, 0.42);
  font-size: clamp(0.58rem, 0.78vw, 0.7rem);
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: #0a1018;
  border-radius: clamp(0.75rem, 1.3vw, 1.05rem) clamp(0.75rem, 1.3vw, 1.05rem) 0 0;
  transform: translateZ(2rem);
}

.method_browser_dots {
  display: flex;
  gap: 0.32rem;
}
.method_browser_dots i {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.21);
}
.method_browser_dots i:last-child {
  background-color: rgba(245, 180, 60, 0.82);
  box-shadow: 0 0 0.55rem rgba(245, 180, 60, 0.5);
}

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

.method_browser_status {
  color: #f5c665;
}

.method_browser_view {
  position: relative;
  overflow: hidden;
  min-height: clamp(24rem, 45vw, 35rem);
  background: radial-gradient(circle at 50% 50%, rgba(86, 202, 255, 0.14), transparent 52%), linear-gradient(135deg, #07101b, #03060b 58%, #101018);
  border-radius: 0 0 clamp(0.75rem, 1.3vw, 1.05rem) clamp(0.75rem, 1.3vw, 1.05rem);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.055);
  transform: translateZ(2rem);
}

.method_browser_canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.method_browser_screen {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1rem, 2vw, 1.45rem);
  min-height: inherit;
  padding: clamp(1.1rem, 3vw, 2.3rem);
  background: radial-gradient(circle at 76% 22%, rgba(247, 183, 75, 0.14), transparent 29%), linear-gradient(90deg, rgba(5, 9, 20, 0.72), rgba(5, 9, 20, 0.26));
  transform-style: preserve-3d;
}

.method_browser_screen_header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.72);
}
.method_browser_screen_header span {
  color: rgba(119, 216, 255, 0.72);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}
.method_browser_screen_header strong {
  max-width: 14rem;
  color: #ffffff;
  font-size: clamp(1.1rem, 2.3vw, 1.85rem);
  line-height: 1.25;
  text-align: right;
  letter-spacing: -0.04em;
}

.method_flow_track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
  align-items: center;
  padding: clamp(0.9rem, 1.8vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.95rem;
  background: rgba(3, 9, 20, 0.55);
  box-shadow: 0 1.1rem 2.7rem rgba(0, 0, 0, 0.22), inset 0 0 2.4rem rgba(72, 201, 255, 0.1);
  transform: translateZ(2.8rem) rotateX(2deg);
}
.method_flow_track::before {
  position: absolute;
  right: clamp(1rem, 2vw, 1.5rem);
  left: clamp(1rem, 2vw, 1.5rem);
  top: 50%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(119, 216, 255, 0.2), rgba(245, 198, 101, 0.75), rgba(119, 216, 255, 0.2));
}
.method_flow_track i {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(2.6rem, 5vw, 3.6rem);
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.045);
  font-size: clamp(0.68rem, 1vw, 0.86rem);
  font-style: normal;
  line-height: 1.35;
  text-align: center;
  backdrop-filter: blur(8px);
  box-shadow: 0 0.65rem 1.5rem rgba(0, 0, 0, 0.16);
}

.method_browser_cards {
  display: grid;
  gap: clamp(0.8rem, 1.4vw, 1rem);
}
.method_browser_cards div {
  position: relative;
  padding: clamp(0.9rem, 1.8vw, 1.25rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.95rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)), radial-gradient(circle at 92% 20%, rgba(119, 216, 255, 0.12), transparent 46%);
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.26);
  transform: translateZ(1.5rem);
}
.method_browser_cards div::after {
  position: absolute;
  inset: auto 1rem 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(245, 198, 101, 0.8), transparent);
  opacity: 0.7;
}
.method_browser_cards div:nth-child(2) {
  transform: translateZ(2.4rem) translateY(-0.35rem);
}
.method_browser_cards div:nth-child(3) {
  transform: translateZ(1.9rem) translateY(0.22rem);
}
.method_browser_cards span {
  display: block;
  margin-bottom: 0.42rem;
  color: #f5c665;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}
.method_browser_cards strong {
  display: block;
  margin-bottom: 0.42rem;
  color: #ffffff;
  font-size: clamp(0.98rem, 1.25vw, 1.18rem);
  line-height: 1.45;
}
.method_browser_cards p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.78rem, 0.95vw, 0.9rem);
  line-height: 1.7;
  text-align: justify;
}

@media (min-width: 992px) {
  .method_browser_cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .method_flow_track {
    grid-template-columns: 1fr;
  }
  .method_flow_track::before {
    top: 1rem;
    bottom: 1rem;
    left: 50%;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(119, 216, 255, 0.2), rgba(245, 198, 101, 0.75), rgba(119, 216, 255, 0.2));
  }
  .method_browser_screen_header {
    display: grid;
  }
  .method_browser_screen_header strong {
    max-width: none;
    text-align: left;
  }
}
.method_browser_glare {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 16%, rgba(255, 255, 255, 0.055) 34%, rgba(99, 217, 255, 0.14) 42%, transparent 51%);
  transform: translateX(-70%);
  animation: browserPanelGlare 6.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes methodFieldDrift {
  from {
    transform: scale(1.05) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(-1.8%, -0.7%, 0);
  }
}
@keyframes methodFieldLight {
  from {
    opacity: 0.58;
    transform: translateX(-1.5%);
  }
  to {
    opacity: 1;
    transform: translateX(1.5%);
  }
}
@keyframes browserPanelFloat {
  from {
    transform: rotateX(3.3deg) rotateY(-6.8deg) translate3d(0, 0.3rem, 0);
  }
  to {
    transform: rotateX(2.5deg) rotateY(-5.3deg) translate3d(0, -0.45rem, 1.3rem);
  }
}
@keyframes browserPanelGlare {
  0%, 16% {
    transform: translateX(-72%);
  }
  46%, 100% {
    transform: translateX(96%);
  }
}
@keyframes browserPanelFloatDeep {
  from {
    transform: rotateX(7deg) rotateY(-13deg) rotateZ(1.1deg) translate3d(0, 0.35rem, 0);
  }
  to {
    transform: rotateX(4.5deg) rotateY(-9deg) rotateZ(0.45deg) translate3d(0, -0.7rem, 2.2rem);
  }
}
.home .award_capabilities {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(50rem, 70vw, 68rem);
  padding-top: clamp(4.25rem, 8vw, 7rem) !important;
  padding-bottom: clamp(4.75rem, 8vw, 7rem) !important;
  color: #171b24;
  background: #f8f1e6;
}
.home .award_capabilities::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 243, 223, 0.72) 43%, transparent 76%), linear-gradient(0deg, rgba(243, 226, 202, 0.78) 0%, transparent 44%, rgba(255, 250, 242, 0.62) 100%);
  pointer-events: none;
}
.home .award_capabilities > .container {
  position: relative;
  z-index: 2;
}
.home .award_capabilities .award_capabilities_head {
  margin-bottom: clamp(15.5rem, 31vw, 27rem);
}
.home .award_capabilities .award_capabilities_head h2 {
  text-shadow: 0 1.25rem 3rem rgba(201, 137, 47, 0.16);
}
.home .award_capabilities .award_capabilities_head p:not(.section_kicker) {
  color: rgba(23, 27, 36, 0.72);
}
.home .award_capabilities .section_kicker {
  color: #d97916;
}
.home .award_capabilities .capability_ledger {
  padding: 0 clamp(1rem, 2.3vw, 2.2rem);
  border-top-color: rgba(118, 100, 76, 0.22);
  border-radius: 1.35rem;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.72), rgba(255, 244, 220, 0.52)), linear-gradient(90deg, rgba(101, 207, 255, 0.12), transparent 46%, rgba(246, 184, 90, 0.13));
  box-shadow: 0 2rem 5rem rgba(201, 137, 47, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
}
.home .award_capabilities .capability_row {
  border-bottom-color: rgba(118, 100, 76, 0.18);
}
.home .award_capabilities .capability_row span {
  color: #d97916;
}
.home .award_capabilities .capability_row p {
  color: rgba(23, 27, 36, 0.66);
}

.delivery_motion_field {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: radial-gradient(circle at 74% 38%, rgba(255, 212, 122, 0.42), transparent 32%), radial-gradient(circle at 35% 24%, rgba(152, 228, 255, 0.38), transparent 34%), linear-gradient(126deg, transparent 42%, rgba(244, 155, 39, 0.18) 52%, transparent 66%), linear-gradient(148deg, transparent 30%, rgba(53, 190, 255, 0.16) 48%, transparent 67%), linear-gradient(115deg, #fff8ed, #f3fbff 51%, #efe2cf);
  perspective: 1250px;
}
.delivery_motion_field::before {
  position: absolute;
  inset: -34%;
  content: "";
  background: linear-gradient(116deg, transparent 29%, rgba(250, 173, 43, 0.22) 39%, transparent 56%), linear-gradient(146deg, transparent 26%, rgba(52, 187, 255, 0.22) 46%, transparent 65%), linear-gradient(78deg, transparent 46%, rgba(255, 255, 255, 0.38) 51%, transparent 58%);
  filter: blur(48px);
  transform: translate3d(-2%, 0, 0) scale(1.04);
  animation: deliveryAtmosphereDrift 12s ease-in-out infinite alternate;
}
.delivery_motion_field::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(112deg, transparent 0 48%, rgba(240, 215, 178, 0.22) 66%, rgba(255, 247, 235, 0.62) 100%), repeating-linear-gradient(0deg, rgba(126, 138, 148, 0.045) 0 1px, transparent 1px 5px);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.delivery_motion_label {
  position: absolute;
  right: clamp(1.2rem, 3.4vw, 3.5rem);
  bottom: clamp(2rem, 4vw, 3.5rem);
  margin: 0;
  color: rgba(42, 49, 64, 0.38);
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  writing-mode: vertical-rl;
}

.delivery_grid {
  position: absolute;
  right: -26%;
  bottom: -22%;
  left: -13%;
  height: 63%;
  background-image: linear-gradient(rgba(50, 169, 216, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(216, 145, 42, 0.16) 1px, transparent 1px);
  background-size: clamp(3rem, 5vw, 5.5rem) clamp(2.5rem, 4vw, 4.25rem);
  mask-image: radial-gradient(ellipse at 70% 48%, #000 0%, rgba(0, 0, 0, 0.88) 38%, transparent 78%);
  opacity: 0.65;
  transform: rotateX(66deg) rotateZ(-7deg) translateY(12%);
  transform-origin: center bottom;
  animation: deliveryGridMove 8s linear infinite;
}

.delivery_depth_volume {
  position: absolute;
  top: 48%;
  left: 68%;
  width: clamp(32rem, 58vw, 60rem);
  height: clamp(20rem, 34vw, 35rem);
  transform: translate(-50%, -50%) rotateX(58deg) rotateY(-23deg) rotateZ(-8deg);
  transform-style: preserve-3d;
  animation: deliveryVolumeFloat 8.5s ease-in-out infinite alternate;
}

.delivery_plane {
  position: absolute;
  inset: 12% 6%;
  border: 1px solid rgba(43, 169, 210, 0.28);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(120, 220, 255, 0.2), rgba(247, 189, 75, 0.14)), linear-gradient(90deg, rgba(51, 65, 80, 0.06) 1px, transparent 1px), linear-gradient(0deg, rgba(51, 65, 80, 0.05) 1px, transparent 1px);
  background-size: auto, 3.6rem 3.6rem, 3.6rem 3.6rem;
  box-shadow: 0 0 3rem rgba(72, 201, 255, 0.18), inset 0 0 3rem rgba(255, 255, 255, 0.38);
  clip-path: polygon(8% 0, 100% 12%, 91% 100%, 0 84%);
}

.delivery_plane_back {
  opacity: 0.34;
  transform: translateZ(-6rem) scale(0.92);
}

.delivery_plane_mid {
  opacity: 0.55;
  transform: translateZ(-1.8rem) scale(0.97);
}

.delivery_plane_front {
  opacity: 0.68;
  transform: translateZ(3.5rem);
}

.delivery_block {
  position: absolute;
  display: block;
  width: clamp(4.5rem, 9vw, 8.2rem);
  height: clamp(3.7rem, 6vw, 5.6rem);
  border: 1px solid rgba(215, 144, 46, 0.28);
  border-radius: 0.55rem;
  background: linear-gradient(145deg, rgba(255, 224, 161, 0.72), rgba(174, 238, 255, 0.34)), rgba(255, 255, 255, 0.72);
  box-shadow: 0 1rem 2.8rem rgba(185, 131, 59, 0.18), 0 0 2.8rem rgba(247, 196, 95, 0.18);
  transform-style: preserve-3d;
  animation: deliveryBlockPulse 5.8s ease-in-out infinite;
}
.delivery_block::before, .delivery_block::after {
  position: absolute;
  content: "";
  background: rgba(117, 220, 255, 0.2);
  border: 1px solid rgba(43, 169, 210, 0.16);
}
.delivery_block::before {
  top: 0.45rem;
  right: -0.9rem;
  bottom: -0.75rem;
  width: 0.9rem;
  transform: skewY(38deg);
  transform-origin: left center;
}
.delivery_block::after {
  right: -0.5rem;
  bottom: -0.9rem;
  left: 0.8rem;
  height: 0.9rem;
  transform: skewX(42deg);
  transform-origin: top left;
}

.delivery_block_a {
  top: 27%;
  left: 31%;
  transform: translateZ(7rem) rotateZ(4deg);
}

.delivery_block_b {
  top: 46%;
  left: 58%;
  width: clamp(5rem, 10vw, 9rem);
  transform: translateZ(10rem) rotateZ(-7deg);
  animation-delay: -2s;
}

.delivery_block_c {
  top: 62%;
  left: 39%;
  width: clamp(3.7rem, 7vw, 6.8rem);
  transform: translateZ(5rem) rotateZ(10deg);
  animation-delay: -3.4s;
}

.delivery_energy_stream {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
}
.delivery_energy_stream i {
  position: absolute;
  display: block;
  height: 2px;
  border-radius: 100%;
  background: linear-gradient(90deg, transparent, rgba(38, 186, 255, 0.18), rgba(22, 162, 217, 0.58), rgba(231, 149, 34, 0.54), transparent);
  box-shadow: 0 0 1.25rem rgba(69, 201, 255, 0.28);
  transform-origin: right center;
}

.delivery_energy_stream_front i {
  right: -8%;
  width: 73%;
  transform: rotate(-13deg) translateX(-10%);
  animation: deliveryStreamPulse 4.2s ease-in-out infinite;
}
.delivery_energy_stream_front i:nth-child(1) {
  top: 35%;
}
.delivery_energy_stream_front i:nth-child(2) {
  top: 51%;
  height: 3px;
  animation-delay: -1.6s;
}
.delivery_energy_stream_front i:nth-child(3) {
  top: 68%;
  animation-delay: -2.8s;
}

.delivery_energy_stream_back {
  opacity: 0.62;
}
.delivery_energy_stream_back i {
  left: -10%;
  width: 84%;
  background: linear-gradient(90deg, transparent, rgba(255, 172, 45, 0.44), rgba(68, 203, 255, 0.38), transparent);
  transform: rotate(8deg);
  animation: deliveryStreamReverse 5.4s ease-in-out infinite;
}
.delivery_energy_stream_back i:nth-child(1) {
  top: 28%;
}
.delivery_energy_stream_back i:nth-child(2) {
  top: 59%;
  animation-delay: -2.1s;
}
.delivery_energy_stream_back i:nth-child(3) {
  top: 78%;
  animation-delay: -3.5s;
}

@keyframes deliveryGridMove {
  to {
    background-position: 0 clamp(2.5rem, 4vw, 4.25rem), 0 0;
  }
}
@keyframes deliveryAtmosphereDrift {
  to {
    transform: translate3d(2%, -1%, 0) scale(1.08);
  }
}
@keyframes deliveryVolumeFloat {
  to {
    transform: translate(-49%, -51%) rotateX(54deg) rotateY(-18deg) rotateZ(-5deg) translateZ(1.8rem);
  }
}
@keyframes deliveryBlockPulse {
  50% {
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.38), 0 0 3.4rem rgba(247, 196, 95, 0.2);
    filter: brightness(1.12);
  }
}
@keyframes deliveryStreamPulse {
  50% {
    opacity: 0.28;
    transform: rotate(-13deg) translateX(13%) scaleX(0.86);
  }
}
@keyframes deliveryStreamReverse {
  50% {
    opacity: 0.2;
    transform: rotate(8deg) translateX(-12%) scaleX(1.08);
  }
}
@media (max-width: 767.98px) {
  .home .award_capabilities {
    min-height: 61rem;
  }
  .home .award_capabilities::before {
    background: linear-gradient(0deg, rgba(255, 247, 234, 0.92) 0%, transparent 43%, rgba(255, 250, 242, 0.76) 100%), linear-gradient(90deg, rgba(255, 247, 234, 0.86), rgba(255, 247, 234, 0.5));
  }
  .home .award_capabilities .award_capabilities_head {
    margin-bottom: clamp(18rem, 72vw, 21rem);
  }
  .delivery_depth_volume {
    top: 47%;
    left: 52%;
    width: clamp(29rem, 142vw, 36rem);
    height: clamp(20rem, 90vw, 27rem);
  }
  .delivery_energy_stream_front i {
    width: 115%;
  }
  .delivery_motion_label {
    display: none;
  }
}
:is(.home, .post-type-archive-works) #works {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #ffffff;
  background: radial-gradient(circle at 72% 12%, rgba(49, 133, 189, 0.16), transparent 29%), linear-gradient(112deg, rgba(255, 255, 255, 0.025), transparent 37%), #10151d;
}
:is(.home, .post-type-archive-works) #works .award_works_intro,
:is(.home, .post-type-archive-works) #works .works_portfolio_block {
  position: relative;
  z-index: 1;
}
:is(.home, .post-type-archive-works) #works .works_portfolio_block {
  margin-top: clamp(3rem, 8vw, 6.75rem);
}
:is(.home, .post-type-archive-works) #works .works_reel_rail {
  margin-bottom: clamp(2.3rem, 5vw, 4.4rem);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
:is(.home, .post-type-archive-works) #works .works_reel_rail div {
  display: flex;
  width: max-content;
  animation: worksReelRail 27s linear infinite;
}
:is(.home, .post-type-archive-works) #works .works_reel_rail span {
  display: inline-flex;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.4rem);
  padding: clamp(0.8rem, 1.4vw, 1.05rem) clamp(1.5rem, 4vw, 3.4rem);
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.68rem, 0.8vw, 0.76rem);
  letter-spacing: 0.28em;
  white-space: nowrap;
}
:is(.home, .post-type-archive-works) #works .works_reel_rail span::after {
  width: 0.38rem;
  height: 0.38rem;
  content: "";
  border-radius: 50%;
  background: #edb64f;
  box-shadow: 0 0 1rem rgba(237, 182, 79, 0.7);
}
:is(.home, .post-type-archive-works) #works .works_reel_rail_reverse div {
  animation-direction: reverse;
  animation-duration: 31s;
}
:is(.home, .post-type-archive-works) #works .works_wrap_top {
  width: min(100% - clamp(1.5rem, 4vw, 4rem), 1680px);
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
  perspective: 1350px;
}
:is(.home, .post-type-archive-works) #works .work {
  transform-style: preserve-3d;
}
:is(.home, .post-type-archive-works) #works .work .work_case {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --pointer-x: 0;
  --pointer-y: 0;
  color: inherit;
  text-decoration: none;
  transform-style: preserve-3d;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform 0.32s ease;
}
:is(.home, .post-type-archive-works) #works .work .work_case:hover .work_visual {
  border-color: rgba(237, 182, 79, 0.48);
  box-shadow: 0 2.8rem 5rem rgba(0, 0, 0, 0.48), 0 0 3rem rgba(33, 126, 178, 0.13);
}
:is(.home, .post-type-archive-works) #works .work .work_visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: clamp(0.25rem, 0.55vw, 0.48rem);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 1.7rem 3.8rem rgba(0, 0, 0, 0.34);
  transform: translateZ(0.01px);
  transition: border-color 0.38s ease, box-shadow 0.44s ease;
}
:is(.home, .post-type-archive-works) #works .work .work_visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: radial-gradient(circle at calc(50% + var(--pointer-x) * 45%) calc(50% + var(--pointer-y) * 42%), rgba(237, 182, 79, 0.18), transparent 29%), linear-gradient(112deg, transparent 30%, rgba(255, 255, 255, 0.12) 49%, transparent 62%);
  opacity: 0;
  transform: translateX(-12%);
  transition: opacity 0.32s ease, transform 0.46s ease;
  pointer-events: none;
}
:is(.home, .post-type-archive-works) #works .work .work_visual .works_picture {
  position: relative;
  display: grid;
  height: 100%;
  padding: clamp(0.42rem, 0.8vw, 0.72rem);
  overflow: hidden;
  box-sizing: border-box;
  place-items: center;
  background: radial-gradient(circle at 18% 12%, rgba(33, 126, 178, 0.22), transparent 34%), radial-gradient(circle at 88% 78%, rgba(237, 182, 79, 0.14), transparent 32%), linear-gradient(135deg, rgba(5, 9, 20, 0.94), rgba(11, 20, 32, 0.86));
}
:is(.home, .post-type-archive-works) #works .work .work_visual .works_picture::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 2.4rem 2.4rem;
  opacity: 0.34;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}
:is(.home, .post-type-archive-works) #works .work img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: translate3d(calc(var(--pointer-x) * -0.45rem), calc(var(--pointer-y) * -0.45rem), 0);
  transition: transform 0.58s ease, filter 0.45s ease;
}
:is(.home, .post-type-archive-works) #works .work .work_case:hover .work_visual::after {
  opacity: 1;
  transform: translateX(0);
}
:is(.home, .post-type-archive-works) #works .work .work_case:hover img {
  filter: saturate(1.08) contrast(1.06);
  transform: translate3d(calc(var(--pointer-x) * -0.62rem), calc(var(--pointer-y) * -0.62rem), 0);
}
:is(.home, .post-type-archive-works) #works .work .work_case:hover .work_view {
  opacity: 1;
  transform: translateY(0) translateZ(2rem);
}
:is(.home, .post-type-archive-works) #works .work .work_view {
  position: absolute;
  z-index: 2;
  right: clamp(1rem, 2vw, 1.6rem);
  bottom: clamp(1rem, 2vw, 1.6rem);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.42rem 0.44rem 0.42rem 1rem;
  color: #ffffff;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 2rem;
  background: rgba(9, 17, 28, 0.62);
  opacity: 0;
  transform: translateY(0.55rem) translateZ(2rem);
  transition: opacity 0.3s ease, transform 0.35s ease;
}
:is(.home, .post-type-archive-works) #works .work .work_view i {
  display: grid;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-style: normal;
  place-items: center;
  border-radius: 50%;
  background: #edb64f;
  color: #08111c;
}
:is(.home, .post-type-archive-works) #works .work .work_detail {
  position: static !important;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "id title open" "id tags open";
  column-gap: clamp(1rem, 2vw, 1.7rem);
  align-items: start;
  padding: clamp(1rem, 2vw, 1.45rem) 0 clamp(1.15rem, 2.5vw, 1.65rem) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  transform: translateZ(0.6rem);
}
:is(.home, .post-type-archive-works) #works .work .work_detail h3 {
  grid-area: title;
  color: #ffffff;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none !important;
}
:is(.home, .post-type-archive-works) #works .work .work_identifier {
  grid-area: id;
  padding-top: 0.28rem;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.64rem;
  letter-spacing: 0.22em;
}
:is(.home, .post-type-archive-works) #works .work .work_identifier span {
  color: #edb64f;
}
:is(.home, .post-type-archive-works) #works .work .works_list {
  grid-area: tags;
  gap: 0.3rem;
}
:is(.home, .post-type-archive-works) #works .work .works_list .badge {
  margin: 0 !important;
  padding: 0.2rem 0.5rem !important;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.68rem;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 2rem;
  background: transparent !important;
}
:is(.home, .post-type-archive-works) #works .work .work_open {
  grid-area: open;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding-top: 0.22rem;
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}
:is(.home, .post-type-archive-works) #works .work .work_open i {
  color: #edb64f;
  font-size: 0.95rem;
  font-style: normal;
}
:is(.home, .post-type-archive-works) #works .works_wrap_top .work .work_detail {
  z-index: 2;
  color: #ffffff;
  background: transparent;
}

.home #works::after {
  position: absolute;
  top: clamp(10rem, 16vw, 14rem);
  left: max((100vw - 1320px) / 2, 1rem);
  color: rgba(255, 255, 255, 0.032);
  font-family: "Jost", Arial, sans-serif;
  font-size: clamp(7rem, 21vw, 21rem);
  font-weight: 500;
  line-height: 0.84;
  letter-spacing: -0.07em;
  content: "WORKS";
  pointer-events: none;
}

html[data-bs-theme=dark] body.post-type-archive-works #mv #mv_bg:after {
  background: linear-gradient(0deg, #10151d 0%, rgba(16, 21, 29, 0.8) 20%, rgba(16, 21, 29, 0) 100%);
}

.post-type-archive-works #works .works_portfolio_block {
  margin-top: 0;
}
.post-type-archive-works #works .section_kicker.en {
  color: #e6452e;
}
.post-type-archive-works #works .works_archive_heading {
  color: #ffffff;
  font-size: clamp(2.45rem, 5.8vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1.18;
}
.post-type-archive-works #works .news_archive_pagination {
  position: relative;
  z-index: 1;
  padding-top: clamp(5.5rem, 10vw, 9rem);
}

.works_depth_field {
  position: absolute;
  z-index: 0;
  top: -3rem;
  right: -15%;
  left: 27%;
  height: clamp(25rem, 46vw, 39rem);
  opacity: 1;
  pointer-events: none;
  transform: perspective(800px) rotateX(62deg) rotateZ(-9deg);
  transform-origin: center bottom;
}
.works_depth_field::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: linear-gradient(rgba(110, 202, 255, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(110, 202, 255, 0.13) 1px, transparent 1px);
  background-size: clamp(2.7rem, 5.5vw, 4.25rem) clamp(2.7rem, 5.5vw, 4.25rem);
  mask-image: radial-gradient(ellipse at center, #000 18%, transparent 70%);
  animation: worksDepthGrid 14s linear infinite;
}
.works_depth_field span {
  position: absolute;
  border-radius: 50%;
  background: #65cfff;
  box-shadow: 0 0 1.15rem rgba(101, 207, 255, 0.7);
  animation: worksNodeTravel 7s ease-in-out infinite;
}
.works_depth_field span:nth-child(1) {
  top: 30%;
  left: 27%;
  width: 0.45rem;
  height: 0.45rem;
}
.works_depth_field span:nth-child(2) {
  top: 56%;
  left: 63%;
  width: 0.32rem;
  height: 0.32rem;
  animation-delay: -2.4s;
}
.works_depth_field span:nth-child(3) {
  top: 42%;
  left: 79%;
  width: 0.38rem;
  height: 0.38rem;
  animation-delay: -4.8s;
}

@keyframes worksDepthGrid {
  to {
    background-position: 0 clamp(2.7rem, 5.5vw, 4.25rem), 0 0;
  }
}
@keyframes worksNodeTravel {
  50% {
    opacity: 0.42;
    transform: translate3d(2.2rem, -1.1rem, 1.6rem) scale(0.7);
  }
}
@keyframes worksReelRail {
  to {
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  :is(.home, .post-type-archive-works) #works .works_wrap_top {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: clamp(1.2rem, 2vw, 2rem);
    row-gap: clamp(4.5rem, 8vw, 7.5rem);
    max-width: 1680px;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work {
    margin-bottom: 0 !important;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+1) {
    grid-column: 1/8;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+1) .work_visual {
    aspect-ratio: 16/8.6;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+2) {
    grid-column: 8/13;
    margin-top: clamp(1.25rem, 3vw, 3rem);
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+2) .work_visual {
    aspect-ratio: 16/9;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+2) .work_visual img {
    object-position: center;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+2) .work_detail {
    grid-template-columns: 1fr auto;
    grid-template-areas: "id open" "title title" "tags tags";
    row-gap: 0.65rem;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+3) {
    grid-column: 1/6;
    margin-top: clamp(1.75rem, 4vw, 3.5rem);
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+3) .work_visual {
    aspect-ratio: 16/9;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+3) .work_visual img {
    object-position: center;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+3) .work_detail {
    grid-template-columns: 1fr auto;
    grid-template-areas: "id open" "title title" "tags tags";
    row-gap: 0.65rem;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+4) {
    grid-column: 7/13;
    margin-top: clamp(-2.5rem, -3vw, -1.2rem);
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+4) .work_visual {
    aspect-ratio: 16/10;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+5) {
    grid-column: 2/11;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work:nth-child(5n+5) .work_visual {
    aspect-ratio: 16/8.6;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work .work_case:hover {
    transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-0.4rem) translateZ(1.05rem);
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top > .row {
    grid-column: 1/-1;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  :is(.home, .post-type-archive-works) #works .works_portfolio_block {
    margin-top: 2.8rem;
  }
  :is(.home, .post-type-archive-works) #works .works_reel_rail {
    margin-bottom: 1.75rem;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work {
    margin-bottom: 2.7rem !important;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work .work_detail {
    grid-template-columns: 1fr auto;
    grid-template-areas: "id open" "title title" "tags tags";
    row-gap: 0.65rem;
  }
  :is(.home, .post-type-archive-works) #works .works_wrap_top .work .work_view {
    display: none;
  }
}
.home #works .system_scope_block {
  position: relative;
  isolation: isolate;
  padding: clamp(2.7rem, 5vw, 4.7rem) 0 clamp(3rem, 5vw, 4.9rem);
}
.home #works .system_scope_block::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  border-top: 1px solid rgba(115, 228, 214, 0.2);
  border-bottom: 1px solid rgba(115, 228, 214, 0.14);
  background: radial-gradient(circle at 14% 16%, rgba(47, 214, 195, 0.18), transparent 32%), radial-gradient(circle at 88% 24%, rgba(92, 168, 255, 0.13), transparent 34%), linear-gradient(136deg, rgba(11, 37, 48, 0.88), rgba(16, 21, 29, 0.74) 52%, rgba(7, 26, 36, 0.84));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), inset 0 -1px 0 rgba(255, 255, 255, 0.035);
  pointer-events: none;
}
.home #works .system_scope_block > .container,
.home #works .system_scope_block > .works_reel_rail,
.home #works .system_scope_block > .system_capability_wrap {
  position: relative;
  z-index: 1;
}
.home #works .system_scope_block .section_kicker.en {
  color: rgba(115, 228, 214, 0.88);
}
.home #works .system_scope_block .works_reel_rail {
  margin-bottom: clamp(1.8rem, 4vw, 3.6rem);
  border-top-color: rgba(115, 228, 214, 0.2);
  border-bottom-color: rgba(115, 228, 214, 0.16);
  background: linear-gradient(90deg, rgba(3, 19, 29, 0.36), rgba(12, 39, 48, 0.42), rgba(3, 19, 29, 0.36));
}
.home #works .system_scope_block .works_reel_rail span {
  color: rgba(215, 249, 245, 0.66);
}
.home #works .system_scope_block .works_reel_rail span::after {
  background: #54d6c9;
  box-shadow: 0 0 1rem rgba(84, 214, 201, 0.72);
}

.system_capability_wrap {
  position: relative;
  z-index: 1;
  width: min(100% - clamp(1.5rem, 4vw, 4rem), 1500px);
  max-width: none;
  padding: 0;
}

.system_capability_grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.15vw, 1.9rem);
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .system_capability_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .system_capability_grid {
    grid-template-columns: 1fr;
  }
}

.system_capability_card {
  position: relative;
  --system-material-image: url(img/hero/enol-system-capability-reservation.svg);
  --system-material-position: right -2.2rem top .6rem;
  --system-material-size: min(72%, 24rem) auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: span 4;
  min-height: clamp(16.5rem, 20vw, 21rem);
  padding: clamp(1.2rem, 2.2vw, 2rem);
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: clamp(0.8rem, 1.15vw, 1.15rem);
  background: radial-gradient(circle at 82% 12%, rgba(126, 228, 215, 0.2), transparent 34%), linear-gradient(138deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018) 52%, rgba(84, 214, 201, 0.08)), rgba(7, 16, 26, 0.74);
  box-shadow: 0 1.7rem 4rem rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform-style: preserve-3d;
}
.system_capability_card::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: var(--system-material-image), linear-gradient(90deg, rgba(255, 255, 255, 0.052) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(112deg, transparent 22%, rgba(255, 255, 255, 0.08) 36%, transparent 48%);
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: var(--system-material-size), 2.6rem 2.6rem, 2.6rem 2.6rem, 100% 100%;
  background-position: var(--system-material-position), 0 0, 0 0, center;
  opacity: 0.52;
  pointer-events: none;
  mask-image: radial-gradient(circle at 58% 42%, #000, rgba(0, 0, 0, 0.88) 48%, transparent 78%);
  mix-blend-mode: screen;
}
.system_capability_card span,
.system_capability_card h3,
.system_capability_card p {
  position: relative;
  z-index: 1;
}
.system_capability_card span {
  display: block;
  margin-bottom: clamp(2.6rem, 4.8vw, 4.4rem);
  color: rgba(126, 228, 215, 0.78);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
}
.system_capability_card h3 {
  margin-bottom: 0.9rem;
  color: #ffffff;
  font-size: clamp(1.28rem, 1.8vw, 1.85rem);
  line-height: 1.35;
  white-space: nowrap;
  word-break: keep-all;
}
.system_capability_card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.9;
}
.system_capability_card:nth-child(1) {
  --system-material-image: url(img/hero/enol-system-capability-reservation.svg);
  --system-material-position: right -1.6rem top -1.8rem;
  --system-material-size: min(64%, 23rem) auto;
  grid-column: span 5;
  min-height: clamp(19rem, 24vw, 25rem);
  background: radial-gradient(circle at 16% 18%, rgba(126, 228, 215, 0.22), transparent 31%), linear-gradient(145deg, rgba(15, 48, 64, 0.92), rgba(6, 19, 29, 0.82) 55%, rgba(5, 40, 43, 0.68));
}
.system_capability_card:nth-child(1) h3 {
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
}
.system_capability_card:nth-child(2) {
  --system-material-image: url(img/hero/enol-system-capability-customer.svg);
  --system-material-position: right -4rem top -2.4rem;
  --system-material-size: min(88%, 25rem) auto;
  grid-column: span 4;
  margin-top: clamp(1.6rem, 3vw, 2.6rem);
}
.system_capability_card:nth-child(3) {
  --system-material-image: url(img/hero/enol-system-capability-workflow.svg);
  --system-material-position: right -6.4rem top -1.2rem;
  --system-material-size: min(105%, 23rem) auto;
  grid-column: span 3;
  min-height: clamp(14.5rem, 18vw, 18rem);
  transform: translateY(clamp(1.35rem, 2.4vw, 2.1rem));
}
.system_capability_card:nth-child(3) span {
  margin-bottom: clamp(1.8rem, 3.2vw, 2.9rem);
}
.system_capability_card:nth-child(3) h3 {
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
}
.system_capability_card:nth-child(4) {
  --system-material-image: url(img/hero/enol-system-capability-document.svg);
  --system-material-position: right -3.4rem top -2.7rem;
  --system-material-size: min(90%, 26rem) auto;
  grid-column: span 4;
  min-height: clamp(18rem, 22vw, 23rem);
  background: radial-gradient(circle at 88% 16%, rgba(84, 214, 201, 0.2), transparent 33%), linear-gradient(138deg, rgba(11, 47, 54, 0.76), rgba(7, 16, 26, 0.86) 55%, rgba(16, 43, 68, 0.62));
}
.system_capability_card:nth-child(5) {
  --system-material-image: url(img/hero/enol-system-capability-training.svg);
  --system-material-position: right -5.4rem top -1.8rem;
  --system-material-size: min(110%, 22rem) auto;
  grid-column: span 3;
  min-height: clamp(14.5rem, 18vw, 18rem);
  margin-top: clamp(1.4rem, 2.8vw, 2.3rem);
}
.system_capability_card:nth-child(5) h3 {
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
}
.system_capability_card:nth-child(6) {
  --system-material-image: url(img/hero/enol-system-capability-migration.svg);
  --system-material-position: right -1.2rem top -1.8rem;
  --system-material-size: min(74%, 24rem) auto;
  grid-column: span 5;
  min-height: clamp(17rem, 20vw, 21.5rem);
  margin-top: clamp(0.85rem, 2vw, 1.6rem);
}
@media (max-width: 991.98px) {
  .system_capability_card {
    grid-column: auto !important;
    min-height: clamp(15rem, 30vw, 18rem);
    margin-top: 0 !important;
    transform: none !important;
  }
}
@media (max-width: 767.98px) {
  .system_capability_card {
    min-height: auto;
  }
}

@keyframes systemCapabilityAura {
  to {
    transform: rotate(1turn);
  }
}
.index_blog_section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 9rem) 0;
  color: #12161d;
  background: radial-gradient(circle at 18% 20%, rgba(230, 69, 46, 0.08), transparent 28%), radial-gradient(circle at 82% 65%, rgba(33, 126, 178, 0.12), transparent 30%), #f6f3ee;
}
.index_blog_section::before {
  position: absolute;
  z-index: -1;
  right: max((100vw - 1320px) / 2, 1rem);
  bottom: -1.1rem;
  content: "JOURNAL";
  color: rgba(18, 22, 29, 0.045);
  font-family: "Jost", Arial, sans-serif;
  font-size: clamp(5rem, 18vw, 17rem);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.8;
  pointer-events: none;
}
.index_blog_section .container {
  position: relative;
  z-index: 1;
}

.index_blog_header {
  display: grid;
  gap: 1rem;
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}
@media (min-width: 992px) {
  .index_blog_header {
    grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  }
}

.index_blog_title {
  color: #12161d;
  font-size: clamp(3.2rem, 10vw, 9.5rem);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.index_blog_lead {
  color: rgba(18, 22, 29, 0.66);
  font-weight: 500;
  line-height: 2;
}

.index_blog_grid {
  row-gap: clamp(1rem, 2.5vw, 2rem);
}
.index_blog_grid article {
  margin-bottom: 0 !important;
}
.index_blog_grid article > div {
  position: relative;
  display: flex !important;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(0.75rem, 1.2vw, 1rem);
  color: #12161d !important;
  border: 1px solid rgba(18, 22, 29, 0.13);
  border-radius: clamp(1rem, 1.6vw, 1.35rem);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1.2rem 3rem rgba(20, 24, 32, 0.08);
  backdrop-filter: blur(16px);
  transition: transform 0.34s ease, box-shadow 0.34s ease, border-color 0.34s ease;
}
.index_blog_grid article:hover > div {
  transform: translateY(-0.45rem);
  border-color: rgba(230, 69, 46, 0.32);
  box-shadow: 0 1.8rem 4rem rgba(20, 24, 32, 0.14);
}
.index_blog_grid .image-wrapper {
  aspect-ratio: 16/10;
  margin-bottom: clamp(1rem, 1.7vw, 1.35rem) !important;
  border-radius: clamp(0.75rem, 1.2vw, 1rem) !important;
  background: #10151d;
}
.index_blog_grid .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.45s ease;
}
.index_blog_grid article:hover .image-wrapper img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.045);
}
.index_blog_grid .date {
  color: #e6452e;
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}
.index_blog_grid .title {
  margin: 0.35rem 0 1rem;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.7;
}
.index_blog_grid .title a {
  color: #12161d !important;
}
.index_blog_grid .term_list {
  margin-top: auto;
}
.index_blog_grid .category,
.index_blog_grid .tag {
  gap: 0.35rem;
  margin-bottom: 0.35rem;
}
.index_blog_grid .category a,
.index_blog_grid .tag a {
  display: inline-flex;
  padding: 0.22rem 0.55rem;
  color: rgba(18, 22, 29, 0.66) !important;
  font-size: 0.7rem;
  text-decoration: none;
  border: 1px solid rgba(18, 22, 29, 0.12);
  border-radius: 999px;
  background: rgba(18, 22, 29, 0.035);
}

.index_blog_more {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.8rem, 4vw, 3rem);
}

.home_section_title,
.home :is(#index_totalstrong, #index_brand_proof, #index_services, #index_capabilities, #works, #index_faq, #index_news, #index_blog) h2.home_section_title {
  max-width: 66rem;
  margin-top: 0;
  font-size: clamp(1.85rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.26;
  overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: reduce) {
  .home #index_services::before,
  .home #index_services::after,
  .method_browser_device,
  .method_browser_glare,
  .delivery_motion_field::before,
  .delivery_grid,
  .delivery_depth_volume,
  .delivery_block,
  .delivery_energy_stream i,
  .works_depth_field::before,
  .works_depth_field span {
    animation: none;
  }
}
/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
.lp_detail {
  --lp-ink: #070b12;
  --lp-paper: #f5f1ea;
  color: #ffffff;
  background: radial-gradient(circle at 18% 8%, color-mix(in srgb, var(--lp-accent), transparent 78%), transparent 28rem), radial-gradient(circle at 92% 28%, color-mix(in srgb, var(--lp-secondary), transparent 82%), transparent 31rem), var(--lp-ink);
  overflow: hidden;
}

.lp-page .entry_wrap.entry_consultation.jsWebglCta {
  display: none;
}

.lp_hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(7rem, 11vw, 10rem) 0 clamp(4rem, 7vw, 7rem);
  isolation: isolate;
}

.lp_ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), radial-gradient(ellipse at 52% 46%, color-mix(in srgb, var(--lp-accent), transparent 72%), transparent 38rem);
  background-size: clamp(3rem, 6vw, 6rem) clamp(3rem, 6vw, 6rem), clamp(3rem, 6vw, 6rem) clamp(3rem, 6vw, 6rem), auto;
  mask-image: radial-gradient(circle at 50% 48%, #000 0 42%, transparent 76%);
}
.lp_ambient::after {
  content: "";
  position: absolute;
  right: -16vw;
  bottom: -20vh;
  width: 72vw;
  height: 48vh;
  background-image: linear-gradient(color-mix(in srgb, var(--lp-accent), transparent 76%) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--lp-accent), transparent 80%) 1px, transparent 1px);
  background-size: 3.2rem 3.2rem;
  opacity: 0.54;
  transform: perspective(760px) rotateX(68deg) rotateZ(-12deg);
  animation: marketingGridDrift 15s linear infinite;
}

.lp_hero_inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
@media (min-width: 1600px) {
  .lp_hero_inner {
    grid-template-columns: minmax(42rem, 1fr) minmax(28rem, 0.84fr);
  }
}

.lp_breadcrumb {
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  color: color-mix(in srgb, var(--lp-secondary), #ffffff 28%);
  font-size: clamp(0.72rem, 0.9vw, 0.86rem);
  letter-spacing: 0.22em;
}
.lp_breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.lp_hero_copy {
  max-width: 58rem;
  min-width: 0;
}
.lp_hero_copy h1 {
  max-width: min(100%, 17em);
  margin-bottom: clamp(1.4rem, 2.6vw, 2.4rem);
  color: #ffffff;
  font-size: clamp(2.05rem, 4.4vw, 4.1rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.lp_lead {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 600;
  line-height: 2;
}

.lp_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  align-items: center;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.lp_media_grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.2vw, 1rem);
  min-width: 0;
  min-height: clamp(22rem, 34vw, 34rem);
  transform-style: preserve-3d;
  perspective: 1100px;
}
@media (min-width: 1600px) {
  .lp_media_grid {
    min-height: clamp(29rem, 53vw, 48rem);
  }
}

.lp_generated_card {
  position: relative;
  min-height: 10rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: clamp(0.9rem, 1.6vw, 1.35rem);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 2rem 5rem rgba(35, 35, 35, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform-style: preserve-3d;
}
.lp_generated_card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.04);
  transform: scale(1.01);
}
.lp_generated_card figcaption {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.48rem 0.65rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(5, 10, 18, 0.48);
  backdrop-filter: blur(14px);
}
.lp_generated_card figcaption span {
  color: var(--lp-secondary);
  letter-spacing: 0.12em;
}

.lp_generated_card_1 {
  grid-column: 1/9;
  grid-row: 1/5;
  transform: rotateY(-8deg) rotateX(3deg) translateZ(2rem);
}

.lp_generated_card_2 {
  grid-column: 8/13;
  grid-row: 1/3;
  transform: rotateY(10deg) translateZ(4rem);
}

.lp_generated_card_3 {
  grid-column: 9/13;
  grid-row: 3/5;
  transform: rotateY(14deg) rotateZ(2deg) translateZ(5rem);
}

.lp_generated_card_4 {
  grid-column: 2/6;
  grid-row: 5/7;
  transform: rotateY(-12deg) rotateZ(-2deg) translateZ(3rem);
}

.lp_generated_card_5 {
  grid-column: 6/12;
  grid-row: 5/8;
  transform: rotateY(8deg) rotateX(-2deg) translateZ(1rem);
}

.lp_section {
  position: relative;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  scroll-margin-top: clamp(5.5rem, 8vw, 7rem);
}

.lp_section_bg_grid .lp_section_head p:last-child:not(.section_kicker), .lp_section_bg_advantage .lp_section_head p:last-child:not(.section_kicker) {
  color: rgba(255, 255, 255, 0.68);
}

.lp_section_bg_advantage {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015) 42%, rgba(35, 35, 35, 0.18)), #0d1017;
}

.lp_section_bg_grid {
  background: radial-gradient(circle at 16% 10%, color-mix(in srgb, var(--lp-accent), transparent 80%), transparent 26rem), linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px), #05080f;
  background-size: auto, 4rem 4rem, 4rem 4rem;
}

.lp_section_bg_grid_light {
  color: #12161d;
  background: linear-gradient(90deg, rgba(18, 22, 29, 0.045) 1px, transparent 1px), linear-gradient(rgba(18, 22, 29, 0.04) 1px, transparent 1px), var(--lp-paper);
  background-size: clamp(3rem, 5vw, 5rem) clamp(3rem, 5vw, 5rem);
}
.lp_section_bg_grid_light .section_kicker {
  color: var(--lp-accent);
}
.lp_section_bg_grid_light .lp_phrase_heading {
  color: #12161d;
}
.lp_section_bg_grid_light .lp_section_head p:last-child:not(.section_kicker) {
  color: rgba(18, 22, 29, 0.66);
}
.lp_section_bg_grid_light .ui_btn_secondary,
.lp_section_bg_grid_light .ui_btn_on_paper {
  color: #12161d;
  border-color: rgba(18, 22, 29, 0.3);
  background: #ffffff;
  box-shadow: 0 0.18rem 0.7rem rgba(18, 22, 29, 0.08);
}
.lp_section_bg_grid_light .ui_btn_secondary:hover,
.lp_section_bg_grid_light .ui_btn_on_paper:hover {
  color: #ffffff;
  background: #0f1e35;
  border-color: #0f1e35;
  text-decoration: none;
}
.lp_section_bg_grid_light .lp_value_card {
  border-color: rgba(18, 22, 29, 0.12);
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lp-secondary), transparent 82%), transparent 34%), rgba(255, 255, 255, 0.76);
  box-shadow: 0 1.2rem 3.2rem rgba(18, 22, 29, 0.07);
}
.lp_section_bg_grid_light .lp_value_card h3 {
  color: #12161d;
}
.lp_section_bg_grid_light .lp_value_card p {
  color: rgba(18, 22, 29, 0.68);
}
.lp_section_bg_grid_light .lp_value_card_head em {
  color: color-mix(in srgb, var(--lp-secondary), #12161d 24%);
  border-color: rgba(18, 22, 29, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.lp_section_bg_warm {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #12161d;
  background: radial-gradient(circle at 14% 18%, rgba(230, 69, 46, 0.1), transparent 28%), linear-gradient(180deg, #f6f3ee 0%, #f7f4ee 100%);
}
.lp_section_bg_warm::before {
  position: absolute;
  z-index: -1;
  inset: auto -8% -26% 34%;
  height: clamp(20rem, 36vw, 34rem);
  content: "";
  background: linear-gradient(rgba(18, 22, 29, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 22, 29, 0.05) 1px, transparent 1px);
  background-size: clamp(2.6rem, 4.8vw, 4.4rem) clamp(2.6rem, 4.8vw, 4.4rem);
  mask-image: radial-gradient(ellipse at center, #000 12%, transparent 68%);
  opacity: 0.72;
  transform: perspective(760px) rotateX(61deg) rotateZ(-7deg);
  pointer-events: none;
}

.lp_problem,
.lp_related {
  background: var(--lp-paper);
  color: #12161d;
}

.lp_section_head {
  margin-bottom: clamp(1.5rem, 2.8vw, 2.4rem);
}
.lp_section_head h2 {
  max-width: min(100%, 18em);
  font-size: clamp(1.85rem, 3.5vw, 3.65rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.lp_section_head p:last-child {
  color: rgba(18, 22, 29, 0.66);
  font-weight: 600;
  line-height: 2;
}

.lp_phrase_heading {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.04em;
  column-gap: 0;
  text-wrap: auto;
  word-break: keep-all;
  overflow-wrap: normal;
}
.lp_phrase_heading span {
  display: inline-block;
  white-space: nowrap;
}

.lp_section_head h2.lp_phrase_heading,
.lp_hero_copy h1.lp_phrase_heading,
.lp_scope_layout h2.lp_phrase_heading,
.lp_faq_layout h2.lp_phrase_heading,
.lp_final_cta h2.lp_phrase_heading {
  text-wrap: auto;
}

.lp_problem_grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}
@media (min-width: 992px) {
  .lp_problem_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lp_problem_card,
.lp_scope_card,
.lp_flow_item,
.lp_value_card,
.lp_related_card {
  position: relative;
  overflow: hidden;
  border-radius: clamp(1rem, 1.8vw, 1.45rem);
}

.lp_problem_card {
  min-height: 18rem;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border: 1px solid rgba(18, 22, 29, 0.12);
  background: radial-gradient(circle at 88% 16%, color-mix(in srgb, var(--lp-accent), transparent 76%), transparent 36%), rgba(255, 255, 255, 0.74);
  box-shadow: 0 1.4rem 4rem rgba(18, 22, 29, 0.08);
}
.lp_problem_card span {
  color: var(--lp-accent);
  letter-spacing: 0.18em;
}
.lp_problem_card h3 {
  margin: clamp(2.5rem, 5vw, 4.2rem) 0 1rem;
  font-size: clamp(1.1rem, 1.35vw, 1.35rem);
  line-height: 1.35;
  text-wrap: wrap;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lp_problem_card p {
  color: rgba(18, 22, 29, 0.68);
  line-height: 1.9;
}

.lp_problem_story {
  display: grid;
  gap: clamp(1.15rem, 2.4vw, 2rem);
  align-items: start;
}
@media (min-width: 992px) {
  .lp_problem_story {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    max-width: 76rem;
    margin-inline: auto;
  }
}

.lp_problem_scene {
  position: relative;
  min-width: 0;
  width: min(100%, 46rem);
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: clamp(1.1rem, 2vw, 1.65rem);
  background: transparent;
  box-shadow: 0 1.8rem 4.6rem rgba(18, 22, 29, 0.16);
}
.lp_problem_scene::after {
  content: none;
}
.lp_problem_scene img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1693/929;
  object-fit: cover;
}
.lp_problem_scene figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 992px) {
  .lp_problem_scene {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    width: min(100%, 58rem);
  }
}

.lp_problem_dialogues {
  display: grid;
  gap: clamp(1rem, 1.7vw, 1.35rem);
}
@media (min-width: 992px) {
  .lp_problem_dialogues {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.15rem, 2vw, 1.6rem);
    width: 100%;
  }
}

.lp_problem_dialogue {
  display: grid;
  gap: 0.7rem;
}
@media (min-width: 992px) {
  .lp_problem_dialogue {
    width: 100%;
    max-width: none;
  }
  .lp_problem_dialogue:nth-child(5) {
    grid-column: 1/-1;
    grid-row: 3;
    justify-self: center;
    align-self: start;
    width: min(100%, 46rem);
  }
}

.lp_problem_speaker {
  display: grid;
  gap: 0.72rem;
  align-items: start;
}

.lp_problem_speaker_client {
  grid-template-columns: 3.25rem minmax(0, 1fr);
}

.lp_problem_speaker_enol {
  grid-template-columns: minmax(0, 1fr) 3.25rem;
}
.lp_problem_speaker_enol .lp_problem_speaker_icon {
  grid-column: 2;
  grid-row: 1;
}
.lp_problem_speaker_enol .lp_problem_speech_enol {
  grid-column: 1;
  grid-row: 1;
}

.lp_problem_speaker_icon {
  display: block;
  width: 3.25rem;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0.72rem 1.5rem rgba(18, 22, 29, 0.14);
}

.lp_problem_speech {
  position: relative;
  min-width: 0;
  padding: clamp(0.9rem, 1.3vw, 1.12rem);
  border: 1px solid rgba(18, 22, 29, 0.1);
  border-radius: clamp(0.9rem, 1.4vw, 1.15rem);
  box-shadow: 0 0.9rem 2.2rem rgba(18, 22, 29, 0.08);
}
.lp_problem_speech::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
}
.lp_problem_speech span {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}
.lp_problem_speech h3 {
  margin: 0.65rem 0 0;
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.45;
}
.lp_problem_speech p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.68;
}

.lp_problem_speech_client {
  background: radial-gradient(circle at 96% 8%, rgba(240, 220, 168, 0.42), transparent 30%), rgba(255, 255, 255, 0.9);
}
.lp_problem_speech_client::before {
  left: -0.5rem;
  background: rgba(255, 255, 255, 0.9);
  border-left: 1px solid rgba(18, 22, 29, 0.1);
  border-bottom: 1px solid rgba(18, 22, 29, 0.1);
}
.lp_problem_speech_client span {
  color: #c25137;
}

.lp_problem_speech_enol {
  color: rgba(255, 255, 255, 0.9);
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lp-secondary), transparent 56%), transparent 32%), linear-gradient(135deg, #07101a, #0d2132 72%, #0c3d45);
}
.lp_problem_speech_enol::before {
  right: -0.5rem;
  background: #0d2132;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.lp_problem_speech_enol span {
  color: var(--lp-secondary);
}
.lp_problem_speech_enol p {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 991.98px) {
  .lp_problem_speaker_enol {
    grid-template-columns: 3.25rem minmax(0, 1fr);
  }
  .lp_problem_speaker_enol .lp_problem_speaker_icon {
    grid-column: 1;
  }
  .lp_problem_speaker_enol .lp_problem_speech_enol {
    grid-column: 2;
  }
  .lp_problem_speech_enol::before {
    right: auto;
    left: -0.5rem;
    background: #0d2132;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.lp_visual_gallery {
  background: radial-gradient(circle at 14% 22%, color-mix(in srgb, var(--lp-accent), transparent 80%), transparent 30rem), radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--lp-secondary), transparent 84%), transparent 28rem), #05080f;
}
.lp_visual_gallery .lp_section_head p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.lp_visual_gallery_grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}
@media (min-width: 992px) {
  .lp_visual_gallery_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lp_visual_gallery_item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(1rem, 1.8vw, 1.45rem);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)), rgba(255, 255, 255, 0.035);
  box-shadow: 0 1.8rem 4.6rem rgba(35, 35, 35, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.lp_visual_gallery_item img {
  width: 100%;
  aspect-ratio: 1200/760;
  display: block;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}
.lp_visual_gallery_item figcaption {
  display: grid;
  gap: 0.55rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}
.lp_visual_gallery_item span {
  color: color-mix(in srgb, var(--lp-secondary), #ffffff 18%);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.lp_visual_gallery_item strong {
  color: #ffffff;
  font-size: clamp(1.1rem, 1.5vw, 1.34rem);
  line-height: 1.42;
  word-break: keep-all;
  overflow-wrap: normal;
}
.lp_visual_gallery_item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.85;
}

.lp_scope:not(.lp_section_bg_grid_light) {
  background: radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--lp-accent), transparent 82%), transparent 28rem), #090f18;
}

.lp_advantage_grid {
  display: grid;
  gap: clamp(0.85rem, 1.8vw, 1.15rem);
}
@media (min-width: 768px) {
  .lp_advantage_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .lp_advantage_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.lp_advantage_card {
  min-width: 0;
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 1.4vw, 1.1rem);
  padding: clamp(1.05rem, 1.9vw, 1.45rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)), linear-gradient(135deg, color-mix(in srgb, var(--lp-accent), transparent 86%), transparent 58%);
  box-shadow: 0 0.9rem 2.6rem rgba(35, 35, 35, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.lp_advantage_card h3 {
  margin: clamp(0.35rem, 1vw, 0.7rem) 0 0;
  color: #ffffff;
  font-size: clamp(1.1rem, 1.32vw, 1.32rem);
  line-height: 1.38;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lp_advantage_card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.82;
}

.lp_advantage_index {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  align-items: center;
}
.lp_advantage_index span,
.lp_advantage_index em {
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}
.lp_advantage_index span {
  color: var(--lp-accent);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}
.lp_advantage_index em {
  max-width: 100%;
  padding: 0.35rem 0.55rem;
  color: color-mix(in srgb, var(--lp-secondary), #ffffff 22%);
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  overflow-wrap: anywhere;
}

.lp_fit {
  color: #12161d;
}
.lp_fit .section_kicker {
  color: var(--lp-accent);
}
.lp_fit .lp_phrase_heading {
  color: #12161d;
}

.lp_fit_grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
}
@media (min-width: 992px) {
  .lp_fit_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lp_fit_column {
  min-width: 0;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border: 1px solid rgba(18, 22, 29, 0.13);
  border-radius: 8px;
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lp-accent), transparent 82%), transparent 34%), rgba(255, 255, 255, 0.76);
  box-shadow: 0 1.2rem 3.2rem rgba(18, 22, 29, 0.07);
}
.lp_fit_column:nth-child(2) {
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lp-secondary), transparent 82%), transparent 34%), rgba(255, 255, 255, 0.72);
}
.lp_fit_column:nth-child(2) > span {
  color: color-mix(in srgb, var(--lp-secondary), #12161d 30%);
}
.lp_fit_column > span {
  color: var(--lp-accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.lp_fit_column h3 {
  margin: 1rem 0 1.1rem;
  color: #12161d;
  font-size: clamp(1.18rem, 1.5vw, 1.42rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.36;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lp_fit_column ul {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp_fit_column li {
  position: relative;
  min-width: 0;
  padding-left: 1.2rem;
  color: rgba(18, 22, 29, 0.72);
  font-weight: 700;
  line-height: 1.72;
}
.lp_fit_column li::before {
  content: "";
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.45;
}

.lp_decision:not(.lp_section_bg_grid) {
  background: radial-gradient(circle at 14% 12%, color-mix(in srgb, var(--lp-accent), transparent 84%), transparent 30rem), #090f18;
}
.lp_decision .lp_section_head p:last-child:not(.section_kicker) {
  color: rgba(255, 255, 255, 0.68);
}

.lp_decision_grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.35rem);
}
@media (min-width: 992px) {
  .lp_decision_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#strong_web_value .lp_problem_dialogues--zigzag {
  margin-inline: auto;
  gap: clamp(1.35rem, 2.6vw, 2.1rem);
}
@media (min-width: 992px) {
  #strong_web_value .lp_problem_dialogues--zigzag {
    max-width: min(100%, 76rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.6rem, 2.8vw, 2.4rem);
    row-gap: clamp(2.2rem, 4vw, 3.2rem);
  }
}
#strong_web_value .lp_problem_dialogue {
  gap: clamp(0.85rem, 1.6vw, 1.2rem);
}
@media (min-width: 992px) {
  #strong_web_value .lp_problem_dialogue:nth-child(2) .lp_problem_speaker_client {
    margin-top: clamp(2rem, 5vw, 3.5rem);
  }
}
@media (max-width: 991.98px) {
  #strong_web_value .lp_problem_speaker_enol {
    grid-template-columns: minmax(0, 1fr) 3.25rem;
  }
  #strong_web_value .lp_problem_speaker_enol .lp_problem_speaker_icon {
    grid-column: 2;
    grid-row: 1;
  }
  #strong_web_value .lp_problem_speaker_enol .lp_problem_speech_enol {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 991.98px) {
  #strong_web_value .lp_problem_speech_enol::before {
    right: -0.5rem;
    left: auto;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  #why_enol_cases .lp_decision_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  #strong_web_decision .lp_decision_grid,
  #strong_system_decision .lp_decision_grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
#strong_web_decision .lp_decision_card,
#strong_web_decision .strong_web_decision_visual,
#strong_web_decision .strong_system_decision_visual,
#strong_system_decision .lp_decision_card,
#strong_system_decision .strong_web_decision_visual,
#strong_system_decision .strong_system_decision_visual {
  max-width: 100%;
  min-width: 0;
}
#strong_web_decision .strong_web_decision_visual,
#strong_web_decision .strong_system_decision_visual,
#strong_system_decision .strong_web_decision_visual,
#strong_system_decision .strong_system_decision_visual {
  overflow: hidden;
  border-radius: 8px;
}
#strong_web_decision .strong_web_decision_visual img,
#strong_web_decision .strong_system_decision_visual img,
#strong_system_decision .strong_web_decision_visual img,
#strong_system_decision .strong_system_decision_visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.lp_decision_card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: clamp(1.15rem, 2vw, 1.6rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)), linear-gradient(135deg, color-mix(in srgb, var(--lp-secondary), transparent 88%), transparent 58%);
  box-shadow: 0 0.9rem 2.6rem rgba(35, 35, 35, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.lp_decision_card > span {
  color: color-mix(in srgb, var(--lp-secondary), #ffffff 18%);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.lp_decision_card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.14rem, 1.35vw, 1.34rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.42;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.lp_decision_compare {
  display: grid;
  gap: 0.65rem;
  margin: 0;
}
.lp_decision_compare div {
  display: grid;
  gap: 0.3rem;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}
.lp_decision_compare .lp_decision_compare_before {
  border-color: color-mix(in srgb, #ff7a7a, transparent 72%);
  background: linear-gradient(135deg, color-mix(in srgb, #ff7a7a, transparent 92%), rgba(255, 255, 255, 0.02)), rgba(255, 255, 255, 0.03);
}
.lp_decision_compare .lp_decision_compare_before dt {
  color: color-mix(in srgb, #ffb3b3, #ffffff 12%);
}
.lp_decision_compare .lp_decision_compare_after {
  border-color: color-mix(in srgb, var(--lp-secondary), transparent 62%);
  background: linear-gradient(135deg, color-mix(in srgb, var(--lp-secondary), transparent 88%), rgba(255, 255, 255, 0.025)), rgba(255, 255, 255, 0.04);
}
.lp_decision_compare .lp_decision_compare_after dt {
  color: color-mix(in srgb, var(--lp-secondary), #ffffff 20%);
}
.lp_decision_compare dt {
  color: var(--lp-accent);
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lp_decision_compare dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.75;
}

.lp_decision_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp_decision_list li {
  min-width: 0;
  padding: 0.42rem 0.62rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  overflow-wrap: anywhere;
}

.maintenance_advantage {
  --lp-accent: var(--maintenance-accent);
  --lp-secondary: var(--maintenance-secondary);
}

.lp_scope_layout h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(1.85rem, 3.4vw, 3.55rem);
  letter-spacing: -0.04em;
  line-height: 1.12;
  text-wrap: auto;
}
.lp_scope_layout p {
  color: rgba(255, 255, 255, 0.66);
  line-height: 2;
}

.lp_scope_cards {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .lp_scope_cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lp_scope_card {
  min-height: 17rem;
  padding: clamp(1.25rem, 2.2vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), radial-gradient(circle at 96% 12%, color-mix(in srgb, var(--lp-secondary), transparent 78%), transparent 36%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.lp_scope_card span {
  color: color-mix(in srgb, var(--lp-secondary), #ffffff 22%);
  letter-spacing: 0.18em;
}
.lp_scope_card h3 {
  margin: clamp(2.2rem, 4vw, 3.4rem) 0 1rem;
  color: #ffffff;
  font-size: clamp(1.12rem, 1.35vw, 1.32rem);
  line-height: 1.38;
  text-wrap: wrap;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.lp_scope_card_visual {
  display: flex;
  flex-direction: column;
  min-height: auto;
  padding: clamp(0.75rem, 1.35vw, 1rem);
  background: radial-gradient(circle at 90% 12%, color-mix(in srgb, var(--lp-secondary), transparent 78%), transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025));
}
.lp_scope_card_visual > span,
.lp_scope_card_visual > h3,
.lp_scope_card_visual > p {
  margin-inline: clamp(0.35rem, 0.9vw, 0.6rem);
}
.lp_scope_card_visual > span {
  margin-top: clamp(0.9rem, 1.7vw, 1.2rem);
}
.lp_scope_card_visual h3 {
  margin-top: 0.72rem;
  margin-bottom: 0.72rem;
}
.lp_scope_card_visual p {
  margin-bottom: clamp(0.35rem, 0.8vw, 0.55rem);
}

.lp_scope_visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: clamp(0.78rem, 1.25vw, 1rem);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.18);
}
.lp_scope_visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(7, 16, 26, 0.16));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.lp_scope_visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.lp-web-process .lp_scope:not(.lp_section_bg_grid_light) {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, color-mix(in srgb, var(--lp-accent), transparent 88%), transparent 48%), linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018) 38%, rgba(35, 35, 35, 0.18)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px clamp(4rem, 8vw, 7rem)), #06111a;
}
.lp-web-process .lp_scope:not(.lp_section_bg_grid_light)::before {
  content: "";
  position: absolute;
  inset: clamp(1.1rem, 2.2vw, 2rem);
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-web-process .lp_scope:not(.lp_section_bg_grid_light) .container {
  position: relative;
  z-index: 1;
}
.lp-web-process .lp_scope_cards {
  counter-reset: web-process-benefit;
  gap: clamp(0.75rem, 1.5vw, 1rem);
}
@media (min-width: 768px) {
  .lp-web-process .lp_scope_cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .lp-web-process .lp_scope_cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.lp-web-process .lp_scope_card {
  counter-increment: web-process-benefit;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1rem, 2.2vw, 1.45rem);
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.032)), linear-gradient(180deg, color-mix(in srgb, var(--lp-accent), transparent 88%), transparent 52%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0.9rem 2.2rem rgba(35, 35, 35, 0.14);
}
.lp-web-process .lp_scope_card::before {
  content: counter(web-process-benefit, decimal-leading-zero);
  width: clamp(3.2rem, 7vw, 3.85rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-bottom: 0.85rem;
  color: #071018;
  font-family: "Jost", sans-serif;
  font-size: clamp(0.86rem, 1.2vw, 1rem);
  font-weight: 900;
  line-height: 1;
  border: 1px solid color-mix(in srgb, var(--lp-secondary), #ffffff 28%);
  border-radius: 50%;
  background: color-mix(in srgb, var(--lp-secondary), #ffffff 20%);
  box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.045);
}
.lp-web-process .lp_scope_card span {
  color: color-mix(in srgb, var(--lp-secondary), #ffffff 20%);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
}
.lp-web-process .lp_scope_card h3 {
  margin: 0.55rem 0 0.65rem;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.38;
}
.lp-web-process .lp_scope_card p {
  margin: auto 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.88rem, 0.95vw, 0.98rem);
  line-height: 1.85;
}

.lp-process .lp_section_bg_grid_light {
  color: #12161d;
}
.lp-process .lp_section_bg_grid_light .section_kicker {
  color: var(--lp-accent);
}
.lp-process .lp_section_bg_grid_light .lp_phrase_heading {
  color: #12161d;
}
.lp-process .lp_section_bg_grid_light .lp_section_head p:last-child:not(.section_kicker),
.lp-process .lp_section_bg_grid_light .lp_scope_layout p {
  color: rgba(18, 22, 29, 0.66);
}
.lp-process .lp_section_bg_grid_light .lp_advantage_card {
  border-color: rgba(18, 22, 29, 0.12);
  background: radial-gradient(circle at 88% 16%, color-mix(in srgb, var(--lp-accent), transparent 76%), transparent 36%), rgba(255, 255, 255, 0.74);
  box-shadow: 0 1.4rem 4rem rgba(18, 22, 29, 0.08);
}
.lp-process .lp_section_bg_grid_light .lp_advantage_card h3 {
  color: #12161d;
}
.lp-process .lp_section_bg_grid_light .lp_advantage_card p {
  color: rgba(18, 22, 29, 0.68);
}
.lp-process .lp_section_bg_grid_light .lp_advantage_index em {
  color: color-mix(in srgb, var(--lp-secondary), #12161d 24%);
  border-color: rgba(18, 22, 29, 0.12);
  background: rgba(255, 255, 255, 0.72);
}
.lp-process .lp_section_bg_grid_light .lp_scope_card {
  border-color: rgba(18, 22, 29, 0.12);
  background: radial-gradient(circle at 88% 16%, color-mix(in srgb, var(--lp-accent), transparent 76%), transparent 36%), rgba(255, 255, 255, 0.74);
  box-shadow: 0 1.4rem 4rem rgba(18, 22, 29, 0.08);
}
.lp-process .lp_section_bg_grid_light .lp_scope_card span {
  color: var(--lp-accent);
}
.lp-process .lp_section_bg_grid_light .lp_scope_card h3 {
  color: #12161d;
}
.lp-process .lp_section_bg_grid_light .lp_scope_card p {
  color: rgba(18, 22, 29, 0.68);
}
.lp-process.lp-web-process .lp_section_bg_grid_light .lp_scope_card {
  border-color: rgba(18, 22, 29, 0.12);
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lp-secondary), transparent 78%), transparent 36%), rgba(255, 255, 255, 0.76);
  box-shadow: 0 1.2rem 3.2rem rgba(18, 22, 29, 0.07);
}
.lp-process.lp-web-process .lp_section_bg_grid_light .lp_scope_card::before {
  color: #12161d;
  border-color: rgba(18, 22, 29, 0.14);
  background: color-mix(in srgb, var(--lp-secondary), #ffffff 42%);
  box-shadow: 0 0 0 0.5rem rgba(18, 22, 29, 0.04);
}
.lp-process.lp-web-process .lp_section_bg_grid_light .lp_scope_card span {
  color: var(--lp-accent);
}
.lp-process.lp-web-process .lp_section_bg_grid_light .lp_scope_card h3 {
  color: #12161d;
}
.lp-process.lp-web-process .lp_section_bg_grid_light .lp_scope_card p {
  border-top-color: rgba(18, 22, 29, 0.1);
  color: rgba(18, 22, 29, 0.68);
}

.lp-service .lp_scope_cards {
  gap: clamp(1rem, 2vw, 1.4rem);
}
@media (min-width: 768px) {
  .lp-service .lp_scope_cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .lp-service .lp_problem .lp_section_head {
    grid-template-columns: minmax(0, 1fr);
    max-width: 64rem;
    margin-inline: auto;
  }
  .lp-service .lp_problem .lp_section_head .section_kicker,
  .lp-service .lp_problem .lp_section_head h2,
  .lp-service .lp_problem .lp_section_head p:last-child:not(.section_kicker) {
    grid-column: 1;
  }
  .lp-service .lp_problem .lp_section_head p:last-child:not(.section_kicker) {
    max-width: 58rem;
  }
}
@media (min-width: 992px) {
  .lp-service .lp_problem_story {
    max-width: 64rem;
    gap: clamp(2rem, 3.5vw, 3rem);
  }
}
.lp-service .lp_problem_dialogues {
  gap: clamp(1.45rem, 3vw, 2.35rem);
}
@media (min-width: 992px) {
  .lp-service .lp_problem_dialogues {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.2rem, 2vw, 1.6rem);
    row-gap: clamp(1.65rem, 3vw, 2.55rem);
  }
}
@media (min-width: 992px) {
  .lp-service .lp_problem_dialogue:nth-child(5) {
    grid-column: 1/-1;
    justify-self: center;
    width: min(100%, 46rem);
  }
}

.lp_technical {
  color: #12161d;
}
.lp_technical .lp_section_head p:last-child {
  color: rgba(18, 22, 29, 0.66);
}

.lp_technical_marquee {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  padding: 0.2rem 0 0.6rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.lp_technical_track {
  width: max-content;
  display: flex;
  animation: marketingTechMarquee 38s linear infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .lp_technical_track {
    animation: none;
  }
}

.lp_technical_group {
  flex: 0 0 auto;
  display: flex;
  gap: clamp(0.65rem, 1.2vw, 0.95rem);
  padding-right: clamp(0.65rem, 1.2vw, 0.95rem);
}
@media (prefers-reduced-motion: reduce) {
  .lp_technical_group[aria-hidden=true] {
    display: none;
  }
}

@keyframes marketingTechMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.lp_technical_card {
  min-width: 0;
  width: clamp(8.8rem, 12vw, 11.2rem);
  min-height: clamp(4.7rem, 6vw, 5.25rem);
  display: flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(18, 22, 29, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.66)), linear-gradient(135deg, color-mix(in srgb, var(--lp-accent), transparent 90%), transparent 64%);
  box-shadow: 0 1rem 2.4rem rgba(18, 22, 29, 0.075);
  text-align: left;
}
.lp_technical_card .lp_technical_logo {
  flex: 0 0 auto;
  width: clamp(2.45rem, 3vw, 3rem);
  height: clamp(2.45rem, 3vw, 3rem);
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0.52rem;
  border: 1px solid rgba(18, 22, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}
.lp_technical_card .lp_technical_logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp_technical_card h3 {
  min-width: 0;
  margin: 0;
  color: #12161d;
  font-size: clamp(0.94rem, 1vw, 1.08rem);
  letter-spacing: 0;
  line-height: 1.3;
  word-break: keep-all;
  white-space: nowrap;
}

.lp_flow_list {
  display: grid;
  gap: 0.8rem;
}

.lp_value_layout {
  display: grid;
  gap: clamp(1rem, 2.6vw, 1.8rem);
  align-items: stretch;
}

.lp_value_grid {
  display: grid;
  gap: clamp(0.9rem, 1.8vw, 1.15rem);
}
@media (min-width: 768px) {
  .lp_value_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lp_value_card {
  min-width: 0;
  min-height: 16.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: clamp(1.1rem, 2vw, 1.55rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lp-secondary), transparent 82%), transparent 34%), linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 1.2rem 3.4rem rgba(35, 35, 35, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.lp_value_card h3 {
  margin: 0.35rem 0 0;
  color: #ffffff;
  font-size: clamp(1.18rem, 1.6vw, 1.45rem);
  line-height: 1.38;
  text-wrap: wrap;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lp_value_card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 600;
  line-height: 1.85;
}

.lp_value_card_head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  align-items: center;
}
.lp_value_card_head span,
.lp_value_card_head em {
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}
.lp_value_card_head span {
  color: var(--lp-accent);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}
.lp_value_card_head em {
  padding: 0.35rem 0.55rem;
  color: color-mix(in srgb, var(--lp-secondary), #ffffff 18%);
  font-size: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.lp_flow_timeline {
  position: relative;
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.3rem);
  max-width: 76rem;
  margin: 0 auto;
}
.lp_flow_timeline::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  bottom: 1.4rem;
  left: clamp(1.55rem, 4vw, 2rem);
  width: 1px;
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--lp-accent), #ffffff 12%), transparent);
}

.lp_flow_item {
  display: grid;
  gap: 0.8rem 2rem;
  align-items: center;
  padding: clamp(1.1rem, 2.2vw, 1.7rem);
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
}
@media (min-width: 992px) {
  .lp_flow_item {
    grid-template-columns: 10rem minmax(12rem, 0.48fr) minmax(0, 1fr);
  }
}
.lp_flow_item span {
  color: var(--lp-accent);
  letter-spacing: 0.14em;
}
.lp_flow_item h3,
.lp_flow_item p {
  margin: 0;
}
.lp_flow_item h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}
.lp_flow_item p {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.85;
}

.lp_flow_item_timeline {
  position: relative;
  grid-template-columns: clamp(3.1rem, 7vw, 4rem) minmax(0, 1fr);
  gap: 0.35rem clamp(1rem, 2vw, 1.5rem);
  align-items: start;
  border-color: rgba(255, 255, 255, 0.14);
  background: radial-gradient(circle at 0 50%, color-mix(in srgb, var(--lp-accent), transparent 80%), transparent 16rem), rgba(255, 255, 255, 0.05);
}
.lp_flow_item_timeline .lp_flow_step {
  position: relative;
  z-index: 1;
  grid-row: 1/span 2;
  width: clamp(3.1rem, 7vw, 4rem);
  height: clamp(3.1rem, 7vw, 4rem);
  display: grid;
  place-items: center;
  color: #071018;
  border: 1px solid color-mix(in srgb, var(--lp-accent), #ffffff 28%);
  border-radius: 50%;
  background: color-mix(in srgb, var(--lp-accent), #ffffff 16%);
  box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.035);
  letter-spacing: 0.08em;
  font-size: clamp(0.76rem, 1.1vw, 0.9rem);
  font-weight: 800;
}
.lp_flow_item_timeline h3 {
  padding-top: 0.2rem;
}
.lp_flow_item_timeline p {
  grid-column: 2;
}

.lp_related_grid {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 768px) {
  .lp_related_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .lp_related_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.lp_related_card {
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.9rem;
  padding: clamp(1rem, 2vw, 1.45rem);
  color: #12161d;
  text-decoration: none;
  border: 1px solid rgba(18, 22, 29, 0.12);
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lp-accent), transparent 78%), transparent 38%), rgba(255, 255, 255, 0.68);
  transition: transform 0.34s ease, border-color 0.34s ease, box-shadow 0.34s ease;
}
.lp_related_card:hover {
  color: #12161d;
  border-color: color-mix(in srgb, var(--lp-accent), transparent 50%);
  box-shadow: 0 1.4rem 3.5rem rgba(18, 22, 29, 0.1);
  transform: translateY(-0.35rem);
}
.lp_related_card > span,
.lp_related_card em {
  font-style: normal;
  letter-spacing: 0.16em;
}
.lp_related_card > span {
  color: var(--lp-accent);
  font-size: 0.68rem;
}
.lp_related_card strong {
  display: block;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: normal;
}
.lp_related_card strong.lp_related_title {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.02em;
  column-gap: 0;
}
.lp_related_card strong.lp_related_title span {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  white-space: nowrap;
}
.lp_related_card p {
  margin: 0;
  color: rgba(18, 22, 29, 0.62);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.75;
}
.lp_related_card em {
  margin-top: auto;
  color: rgba(18, 22, 29, 0.46);
  font-size: 0.66rem;
}

.lp_faq {
  background: #090f18;
}

.lp_faq_on_light {
  color: #232323;
  background-color: #ececec;
}
.lp_faq_on_light .section_kicker {
  color: #e6452e;
}
.lp_faq_on_light .lp_phrase_heading,
.lp_faq_on_light .lp_faq_layout h2,
.lp_faq_on_light .lp_faq_items summary {
  color: #232323;
}
.lp_faq_on_light .lp_faq_items details {
  border-color: rgba(35, 35, 35, 0.12);
  background-color: #ffffff;
  box-shadow: 0 0.75rem 2rem rgba(35, 35, 35, 0.06);
}
.lp_faq_on_light .lp_faq_items summary::after {
  color: #e6452e;
}
.lp_faq_on_light .lp_faq_items p {
  color: rgba(35, 35, 35, 0.72);
}

.lp_faq_layout {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.lp_faq_layout > * {
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .lp_faq_layout {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  }
}
.lp_faq_layout h2 {
  max-width: 100%;
  font-size: clamp(1.85rem, 3.4vw, 3.5rem);
  letter-spacing: -0.04em;
  line-height: 1.12;
  text-wrap: auto;
  overflow-wrap: anywhere;
}

.lp_faq_items {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.lp_faq_items details {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
}
.lp_faq_items summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  list-style: none;
}
.lp_faq_items summary::-webkit-details-marker {
  display: none;
}
.lp_faq_items summary::after {
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--lp-accent);
  font-family: "Jost", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
  content: "+";
}
.lp_faq_items details[open] summary::after {
  content: "−";
}
.lp_faq_items p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.lp_final_cta {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(1.1rem, 2vw, 1.6rem);
  background: radial-gradient(circle at 88% 16%, color-mix(in srgb, var(--lp-secondary), transparent 78%), transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
}
.lp_final_cta .ui_btn_on_night,
.lp_final_cta .ui_btn_invert {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  .lp_final_cta {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}
.lp_final_cta h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.65rem, 3vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.22;
  text-wrap: auto;
}
.lp_final_cta p {
  max-width: 48rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.85;
}

.lp_final_cta_summary {
  align-items: stretch;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(2.2rem, 4.5vw, 3.6rem) 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
}
@media (min-width: 992px) {
  .lp_final_cta_summary {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }
}

.lp_summary_intro {
  min-width: 0;
}
.lp_summary_intro h2 {
  max-width: min(100%, 13em);
}
.lp_summary_intro p {
  color: rgba(255, 255, 255, 0.7);
}

.lp_summary_grid {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 768px) {
  .lp_summary_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .lp_summary_grid {
    grid-column: 1/-1;
  }
}

.lp_summary_card {
  min-width: 0;
  min-height: 14rem;
  display: grid;
  align-content: start;
  gap: 0.72rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(0.9rem, 1.5vw, 1.15rem);
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lp-secondary), transparent 82%), transparent 36%), rgba(255, 255, 255, 0.045);
}
.lp_summary_card span {
  color: var(--lp-accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.lp_summary_card h3,
.lp_summary_card p {
  margin: 0;
}
.lp_summary_card h3 {
  color: #ffffff;
  font-size: clamp(1.04rem, 1.35vw, 1.26rem);
  line-height: 1.42;
  text-wrap: wrap;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lp_summary_card p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.78;
}

.lp_summary_action {
  display: grid;
  gap: 1.2rem;
  align-items: center;
  padding: clamp(1.2rem, 2.5vw, 1.7rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(0.95rem, 1.6vw, 1.25rem);
  background: linear-gradient(135deg, color-mix(in srgb, var(--lp-accent), transparent 88%), transparent 58%), rgba(255, 255, 255, 0.055);
}
@media (min-width: 992px) {
  .lp_summary_action {
    grid-column: 1/-1;
    grid-template-columns: minmax(0, 1fr) auto;
  }
}
.lp_summary_action strong {
  display: block;
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.45;
}
.lp_summary_action ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp_summary_action li {
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.7rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.lp_summary_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.lp_faq_light {
  color: #12161d;
}
.lp_faq_light .section_kicker {
  color: var(--lp-accent);
}
.lp_faq_light .lp_phrase_heading,
.lp_faq_light .lp_faq_items summary,
.lp_faq_light .lp_summary_intro h2,
.lp_faq_light .lp_summary_card h3,
.lp_faq_light .lp_summary_action strong {
  color: #12161d;
}
.lp_faq_light .lp_faq_items details {
  border-color: rgba(18, 22, 29, 0.14);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 1rem 2.8rem rgba(18, 22, 29, 0.06);
}
.lp_faq_light .lp_faq_items p {
  color: rgba(18, 22, 29, 0.66);
}
.lp_faq_light .lp_final_cta_summary {
  border-top-color: rgba(18, 22, 29, 0.14);
}
.lp_faq_light .lp_summary_intro p,
.lp_faq_light .lp_summary_card p {
  color: rgba(18, 22, 29, 0.68);
}
.lp_faq_light .lp_summary_card {
  border-color: rgba(18, 22, 29, 0.13);
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lp-secondary), transparent 78%), transparent 36%), rgba(255, 255, 255, 0.72);
  box-shadow: 0 1.2rem 3rem rgba(18, 22, 29, 0.07);
}
.lp_faq_light .lp_summary_action {
  border-color: rgba(18, 22, 29, 0.13);
  background: linear-gradient(135deg, color-mix(in srgb, var(--lp-accent), transparent 88%), transparent 58%), rgba(255, 255, 255, 0.72);
  box-shadow: 0 1.2rem 3rem rgba(18, 22, 29, 0.07);
}
.lp_faq_light .lp_summary_action li {
  color: rgba(18, 22, 29, 0.74);
  border-color: rgba(18, 22, 29, 0.14);
  background: rgba(255, 255, 255, 0.72);
}
.lp_faq_light .lp_summary_buttons .ui_btn_on_night {
  color: #12161d;
  border-color: rgba(18, 22, 29, 0.3);
  background: #ffffff;
  box-shadow: 0 0.18rem 0.7rem rgba(18, 22, 29, 0.08);
}
.lp_faq_light .lp_summary_buttons .ui_btn_on_night:hover {
  color: #ffffff;
  background: #0f1e35;
  border-color: #0f1e35;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .lp_media_grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-height: auto;
  }
  .lp_generated_card {
    min-height: 11rem;
    transform: none;
  }
  .lp_generated_card_1,
  .lp_generated_card_2,
  .lp_generated_card_3,
  .lp_generated_card_4,
  .lp_generated_card_5 {
    grid-column: 1/-1;
    grid-row: auto;
  }
}
@media (min-width: 992px) {
  .lp-pricing .lp_problem .lp_section_head {
    grid-template-columns: minmax(0, 1fr);
    max-width: 64rem;
    margin-inline: auto;
  }
  .lp-pricing .lp_problem .lp_section_head .section_kicker,
  .lp-pricing .lp_problem .lp_section_head h2,
  .lp-pricing .lp_problem .lp_section_head p:last-child:not(.section_kicker) {
    grid-column: 1;
  }
  .lp-pricing .lp_problem .lp_section_head p:last-child:not(.section_kicker) {
    max-width: 58rem;
  }
}
@media (min-width: 992px) {
  .lp-pricing .lp_problem_story {
    max-width: 76rem;
    margin-inline: auto;
    gap: clamp(2rem, 3.5vw, 3rem);
  }
}
.lp-pricing .lp_problem_dialogues {
  gap: clamp(1.45rem, 3vw, 2.35rem);
}
@media (min-width: 992px) {
  .lp-pricing .lp_problem_dialogues {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.2rem, 2vw, 1.6rem);
    row-gap: clamp(1.65rem, 3vw, 2.55rem);
  }
}
@media (min-width: 992px) {
  .lp-pricing .lp_problem_dialogue:nth-child(3):last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: min(100%, 46rem);
  }
}
.lp-pricing .lp_pricing_addons {
  color: #12161d;
}
.lp-pricing .lp_pricing_addons .section_kicker {
  color: var(--lp-accent);
}
.lp-pricing .lp_pricing_addons .lp_phrase_heading {
  color: #12161d;
}
.lp-pricing .lp_pricing_addons .lp_section_head p:last-child {
  color: rgba(18, 22, 29, 0.66);
}
.lp-pricing .lp_pricing_website,
.lp-pricing .lp_pricing_systems {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #12161d;
  background: radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--lp-accent), transparent 88%), transparent 26%), radial-gradient(circle at 84% 62%, color-mix(in srgb, var(--lp-secondary), transparent 90%), transparent 30%), var(--lp-paper);
}
.lp-pricing .lp_pricing_website::before,
.lp-pricing .lp_pricing_systems::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(rgba(18, 22, 29, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 22, 29, 0.03) 1px, transparent 1px);
  background-size: clamp(3rem, 8vw, 6.5rem) clamp(3rem, 8vw, 6.5rem);
  mask-image: radial-gradient(ellipse at center, #000 16%, transparent 72%);
  opacity: 0.72;
}
.lp-pricing .lp_pricing_website .container,
.lp-pricing .lp_pricing_systems .container {
  position: relative;
  z-index: 1;
}
.lp-pricing .lp_pricing_website .section_kicker,
.lp-pricing .lp_pricing_systems .section_kicker {
  color: color-mix(in srgb, var(--lp-secondary), #12161d 28%);
}
.lp-pricing .lp_pricing_website .lp_phrase_heading,
.lp-pricing .lp_pricing_systems .lp_phrase_heading {
  color: #12161d;
}
.lp-pricing .lp_pricing_website .lp_section_head p:last-child,
.lp-pricing .lp_pricing_systems .lp_section_head p:last-child {
  color: rgba(18, 22, 29, 0.68);
}
.lp-pricing .lp_pricing_website .pricing_use_case_pair,
.lp-pricing .lp_pricing_systems .pricing_use_case_pair {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 768px) {
  .lp-pricing .lp_pricing_website .pricing_use_case_pair,
  .lp-pricing .lp_pricing_systems .pricing_use_case_pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .lp-pricing .lp_pricing_website .pricing_use_case_pair:has(> :only-child),
  .lp-pricing .lp_pricing_systems .pricing_use_case_pair:has(> :only-child) {
    grid-template-columns: minmax(0, 1fr);
  }
}
.lp-pricing .lp_pricing_website .pricing_use_case_card,
.lp-pricing .lp_pricing_systems .pricing_use_case_card {
  border: 1px solid rgba(18, 22, 29, 0.13);
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lp-accent), transparent 82%), transparent 34%), rgba(255, 255, 255, 0.88);
  box-shadow: 0 1.2rem 3.2rem rgba(18, 22, 29, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}
.lp-pricing .lp_pricing_website .pricing_use_case_card::after,
.lp-pricing .lp_pricing_systems .pricing_use_case_card::after {
  background: radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--lp-accent), transparent 72%), transparent 68%);
}
.lp-pricing .lp_pricing_website .pricing_use_case_card::before,
.lp-pricing .lp_pricing_systems .pricing_use_case_card::before {
  background: linear-gradient(90deg, var(--lp-accent), color-mix(in srgb, var(--lp-secondary), var(--lp-accent) 42%));
}
.lp-pricing .lp_pricing_website .pricing_use_case_head,
.lp-pricing .lp_pricing_systems .pricing_use_case_head {
  border-bottom-color: rgba(18, 22, 29, 0.1);
}
.lp-pricing .lp_pricing_website .pricing_use_case_price,
.lp-pricing .lp_pricing_systems .pricing_use_case_price {
  color: color-mix(in srgb, var(--lp-secondary), #12161d 12%);
  border-color: rgba(18, 22, 29, 0.1);
  background: rgba(255, 255, 255, 0.82);
}
.lp-pricing .lp_pricing_website .pricing_use_case_card--ask .pricing_use_case_price,
.lp-pricing .lp_pricing_systems .pricing_use_case_card--ask .pricing_use_case_price {
  color: #12161d;
  border-color: color-mix(in srgb, var(--lp-secondary), transparent 55%);
  background: color-mix(in srgb, var(--lp-accent), #ffffff 72%);
}
.lp-pricing .lp_pricing_website .pricing_use_case_head h3,
.lp-pricing .lp_pricing_website .pricing_use_case_lead,
.lp-pricing .lp_pricing_systems .pricing_use_case_head h3,
.lp-pricing .lp_pricing_systems .pricing_use_case_lead {
  color: #12161d;
}
.lp-pricing .lp_pricing_website .pricing_use_case_lead,
.lp-pricing .lp_pricing_systems .pricing_use_case_lead {
  color: rgba(18, 22, 29, 0.68);
}
.lp-pricing .lp_pricing_website .pricing_use_case_features_label,
.lp-pricing .lp_pricing_systems .pricing_use_case_features_label {
  color: color-mix(in srgb, var(--lp-secondary), #12161d 22%);
  border-color: rgba(18, 22, 29, 0.12);
  background: rgba(255, 255, 255, 0.72);
}
.lp-pricing .lp_pricing_website .pricing_use_case_list li,
.lp-pricing .lp_pricing_systems .pricing_use_case_list li {
  color: rgba(18, 22, 29, 0.78);
  border-color: rgba(18, 22, 29, 0.12);
  background: rgba(255, 255, 255, 0.62);
}
.lp-pricing .lp_pricing_website .pricing_use_case_list li::before,
.lp-pricing .lp_pricing_systems .pricing_use_case_list li::before {
  color: color-mix(in srgb, var(--lp-secondary), #12161d 10%);
  background: color-mix(in srgb, var(--lp-accent), transparent 72%);
}
.lp-pricing .lp_pricing_website .pricing_use_case_note,
.lp-pricing .lp_pricing_systems .pricing_use_case_note {
  border-color: rgba(18, 22, 29, 0.1);
  background: rgba(18, 22, 29, 0.035);
}
.lp-pricing .lp_pricing_website .pricing_use_case_note_label,
.lp-pricing .lp_pricing_systems .pricing_use_case_note_label {
  color: rgba(18, 22, 29, 0.48);
}
.lp-pricing .lp_pricing_website .pricing_use_case_exclude,
.lp-pricing .lp_pricing_systems .pricing_use_case_exclude {
  color: rgba(18, 22, 29, 0.56) !important;
}
.lp-pricing .lp_final_cta_compact {
  margin-top: clamp(1.25rem, 3vw, 2rem);
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
}
.lp-pricing .lp_final_cta_compact h2.lp_phrase_heading {
  margin-bottom: 0.5rem;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
}
.lp-pricing .lp_final_cta_compact p {
  line-height: 1.7;
}
.lp-pricing .pricing_section {
  padding: 4rem 0;
}
.lp-pricing .pricing_section_light {
  color: #12161d;
  background: var(--lp-paper);
}
.lp-pricing .pricing_section_dark {
  color: #ffffff;
  background: radial-gradient(circle at 84% 12%, color-mix(in srgb, var(--lp-secondary), transparent 84%), transparent 28rem), #090f18;
}
.lp-pricing .pricing_section_header {
  display: grid;
  gap: 0.65rem;
  max-width: 42rem;
  margin-bottom: 1.5rem;
}
.lp-pricing .pricing_section_header h2 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.22;
}
.lp-pricing .pricing_section_header p {
  margin: 0;
}
.lp-pricing .pricing_use_cases {
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}
.lp-pricing .pricing_use_cases .pricing_section_header {
  max-width: 48rem;
}
.lp-pricing .pricing_use_cases .pricing_section_header p:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
  line-height: 1.75;
}
.lp-pricing .pricing_use_case_grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
.lp-pricing .pricing_use_case_card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: calc(clamp(1.05rem, 1.8vw, 1.35rem) + 0.2rem) clamp(1.05rem, 1.8vw, 1.35rem) clamp(1.05rem, 1.8vw, 1.35rem);
  overflow: hidden;
  border-radius: 8px;
}
.lp-pricing .pricing_use_case_card::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
}
.lp-pricing .pricing_use_case_card::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 46%;
  height: 46%;
  content: "";
  pointer-events: none;
  opacity: 0.7;
}
.lp-pricing .pricing_use_case_card > * {
  position: relative;
  z-index: 2;
}
.lp-pricing .pricing_use_case_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem 0.65rem;
  margin-bottom: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(18, 22, 29, 0.1);
}
.lp-pricing .pricing_use_case_price {
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 0 0 0 auto;
  padding: 0.38rem 0.72rem;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.2rem, 1.65vw, 1.65rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: 1px solid rgba(18, 22, 29, 0.1);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.lp-pricing .pricing_use_case_head h3 {
  flex: 1 1 8rem;
  min-width: 0;
  margin: 0;
  padding-right: 0.35rem;
  font-size: clamp(1.08rem, 1.3vw, 1.25rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.42;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lp-pricing .pricing_use_case_lead {
  margin: 0 0 0.95rem;
  font-size: clamp(0.92rem, 2.4vw, 0.95rem);
  font-weight: 650;
  line-height: 1.8;
}
.lp-pricing .pricing_use_case_features {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 0.95rem;
}
.lp-pricing .pricing_use_case_features_label {
  margin: 0;
  align-self: flex-start;
  padding: 0.32rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  border: 1px solid rgba(18, 22, 29, 0.12);
  border-radius: 999px;
}
.lp-pricing .pricing_use_case_list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-pricing .pricing_use_case_list li {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  padding: 0.62rem 0.72rem 0.62rem 0.58rem;
  font-size: clamp(0.88rem, 2.3vw, 0.9rem);
  font-weight: 800;
  line-height: 1.5;
  border: 1px solid rgba(18, 22, 29, 0.12);
  border-radius: 8px;
  overflow-wrap: anywhere;
}
.lp-pricing .pricing_use_case_list li::before {
  display: grid;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.08rem;
  content: "✓";
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  border-radius: 999px;
}
.lp-pricing .pricing_use_case_note {
  display: grid;
  gap: 0.4rem;
  margin-top: auto;
  padding: 0.75rem 0.8rem;
  border: 1px solid rgba(18, 22, 29, 0.1);
  border-radius: 8px;
}
.lp-pricing .pricing_use_case_note_label {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
}
.lp-pricing .pricing_use_case_exclude {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(0.86rem, 2.2vw, 0.88rem) !important;
  font-weight: 650 !important;
  line-height: 1.7 !important;
}
.lp-pricing .pricing_addon_layout {
  overflow: hidden;
  border: 1px solid rgba(18, 22, 29, 0.14);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.72);
}
.lp-pricing .pricing_addon_layout_head {
  display: none;
  grid-template-columns: minmax(14rem, 22rem) minmax(7.5rem, 10rem) minmax(0, 1fr);
  gap: 0;
  color: #12161d;
  background: color-mix(in srgb, var(--lp-accent), #ffffff 28%);
  font-weight: 800;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lp-pricing .pricing_addon_layout_head {
    display: grid;
  }
}
.lp-pricing .pricing_addon_layout_head > div {
  padding: 1rem;
  border-bottom: 1px solid rgba(18, 22, 29, 0.12);
}
.lp-pricing .pricing_addon_card_list {
  display: grid;
  gap: 0.75rem;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .lp-pricing .pricing_addon_card_list {
    gap: 0;
    padding: 0;
  }
}
.lp-pricing .pricing_addon_card {
  display: grid;
  gap: 0.55rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(18, 22, 29, 0.12);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0.65rem 1.6rem rgba(18, 22, 29, 0.05);
}
@media (min-width: 768px) {
  .lp-pricing .pricing_addon_card {
    grid-template-columns: minmax(14rem, 22rem) minmax(7.5rem, 10rem) minmax(0, 1fr);
    gap: 0;
    align-items: start;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .lp-pricing .pricing_addon_card:not(:last-child) {
    border-bottom: 1px solid rgba(18, 22, 29, 0.12);
  }
}
.lp-pricing .pricing_addon_card_title {
  margin: 0;
  color: #12161d;
  font-size: clamp(1rem, 2.6vw, 1.05rem);
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .lp-pricing .pricing_addon_card_title {
    padding: 1rem;
    font-size: 1rem;
  }
}
.lp-pricing .pricing_addon_card_price {
  margin: 0;
  color: #07101a;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.12rem, 3vw, 1.2rem);
  font-weight: 800;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .lp-pricing .pricing_addon_card_price {
    padding: 1rem;
    font-size: 1.05rem;
    white-space: nowrap;
  }
}
.lp-pricing .pricing_addon_card_example {
  margin: 0;
  color: rgba(18, 22, 29, 0.72);
  font-size: clamp(0.92rem, 2.4vw, 0.98rem);
  font-weight: 650;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .lp-pricing .pricing_addon_card_example {
    padding: 1rem;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.65;
  }
}
.lp-pricing .pricing_addon_card_price::before,
.lp-pricing .pricing_addon_card_example::before {
  display: block;
  margin-bottom: 0.25rem;
  color: rgba(18, 22, 29, 0.52);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lp-pricing .pricing_addon_card_price::before,
  .lp-pricing .pricing_addon_card_example::before {
    display: none;
  }
}
.lp-pricing .pricing_addon_card_price::before {
  content: "費用感";
}
.lp-pricing .pricing_addon_card_example::before {
  content: "作業例";
}
.lp-pricing .pricing_factor_grid {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 768px) {
  .lp-pricing .pricing_factor_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .lp-pricing .pricing_factor_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.lp-pricing .pricing_factor_item {
  min-width: 0;
  min-height: 10rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.055);
}
.lp-pricing .pricing_factor_item span {
  color: var(--lp-accent);
  font-size: 0.82rem;
  font-weight: 800;
}
.lp-pricing .pricing_factor_item h3 {
  margin: 1.2rem 0 0.55rem;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
}
.lp-pricing .pricing_factor_item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 600;
  line-height: 1.75;
}
.lp-pricing .pricing_faq_layout {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .lp-pricing .pricing_faq_layout {
    grid-template-columns: minmax(18rem, 0.34fr) minmax(0, 1fr);
    gap: 3rem;
  }
}
.lp-pricing .pricing_faq_items {
  display: grid;
  gap: 0.75rem;
}
.lp-pricing .pricing_faq_items details {
  border: 1px solid rgba(18, 22, 29, 0.14);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.72);
}
.lp-pricing .pricing_faq_items summary {
  padding: 1rem 1.1rem;
  cursor: pointer;
  color: #12161d;
  font-weight: 800;
  line-height: 1.55;
}
.lp-pricing .pricing_faq_items p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: rgba(18, 22, 29, 0.68);
  line-height: 1.8;
}
.lp-pricing .pricing_cta {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin-top: 2.5rem;
  padding: 1.25rem;
  border: 1px solid rgba(18, 22, 29, 0.14);
  border-radius: 0.5rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--lp-accent), transparent 84%), transparent 62%), rgba(255, 255, 255, 0.82);
}
@media (min-width: 992px) {
  .lp-pricing .pricing_cta {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 1.5rem;
  }
}
.lp-pricing .pricing_cta h2 {
  margin: 0 0 0.55rem;
  color: #12161d;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.lp-pricing .pricing_cta p:last-child {
  margin: 0;
  color: rgba(18, 22, 29, 0.68);
  font-weight: 700;
  line-height: 1.75;
}
.lp-pricing .pricing_cta_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.lp-pricing .pricing_cta_button,
.lp-pricing .pricing_cta_tel {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.lp-pricing .pricing_cta_button {
  color: #07101a;
  background: var(--lp-accent);
}
.lp-pricing .pricing_cta_tel {
  color: #12161d;
  border: 1px solid rgba(18, 22, 29, 0.2);
  background: rgba(255, 255, 255, 0.78);
}

.maintenance_plans_page {
  --maintenance-ink: #12161d;
  --maintenance-muted: #5d6673;
  --maintenance-paper: #f6f8fb;
  --maintenance-line: rgba(18, 22, 29, .14);
  color: var(--maintenance-ink);
  background: var(--maintenance-paper);
}
.maintenance_plans_page .section_kicker {
  margin: 0 0 0.9rem;
  color: #078ea4;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.maintenance_plans_page h1,
.maintenance_plans_page h2,
.maintenance_plans_page h3,
.maintenance_plans_page h4,
.maintenance_plans_page p,
.maintenance_plans_page dl,
.maintenance_plans_page ul {
  min-width: 0;
}
.maintenance_plans_page h1,
.maintenance_plans_page h2,
.maintenance_plans_page h3,
.maintenance_plans_page h4 {
  color: var(--maintenance-ink);
  letter-spacing: 0;
}

#mv.maintenance_hero {
  position: relative;
  height: auto;
  min-height: 78svh;
  display: grid;
  align-items: center;
  padding: clamp(6rem, 8vw, 8rem) 0 clamp(2rem, 4vw, 3.2rem);
  overflow: hidden;
  background: linear-gradient(90deg, rgba(18, 22, 29, 0.05) 1px, transparent 1px), linear-gradient(rgba(18, 22, 29, 0.045) 1px, transparent 1px), linear-gradient(135deg, #ffffff 0%, #eef6f8 58%, #fff7d2 100%);
  background-size: clamp(3rem, 6vw, 5rem) clamp(3rem, 6vw, 5rem), clamp(3rem, 6vw, 5rem) clamp(3rem, 6vw, 5rem), auto;
}
#mv.maintenance_hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5rem;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, var(--maintenance-paper));
}

.maintenance_hero_inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 992px) {
  .maintenance_hero_inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(24rem, 0.68fr);
  }
}

.maintenance_breadcrumb {
  margin: 0 0 clamp(1.1rem, 2vw, 1.5rem);
  color: rgba(18, 22, 29, 0.58);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.maintenance_breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.maintenance_breadcrumb a:hover {
  color: #078ea4;
}

.maintenance_hero_copy {
  max-width: 58rem;
}
.maintenance_hero_copy h1 {
  max-width: min(100%, 13em);
  margin: 0 0 clamp(1rem, 2vw, 1.45rem);
  font-size: clamp(2.2rem, 5.2vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.06;
  word-break: keep-all;
}
.maintenance_hero_copy h1 span {
  display: block;
  white-space: nowrap;
}

.maintenance_hero_lead {
  max-width: 44rem;
  margin: 0;
  color: rgba(18, 22, 29, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  font-weight: 700;
  line-height: 2;
}

.maintenance_hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: clamp(1.5rem, 3vw, 2.2rem);
}

.maintenance_primary,
.maintenance_secondary {
  min-height: 3.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.05rem;
  border-radius: 0.5rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.maintenance_primary {
  color: #071014;
  background: var(--maintenance-secondary);
  box-shadow: 0 0.9rem 2rem rgba(18, 22, 29, 0.12);
}
.maintenance_primary::after {
  content: ">";
  margin-left: 0.65rem;
  font-family: "Jost", sans-serif;
}
.maintenance_primary:hover {
  color: #071014;
  filter: brightness(0.98);
  transform: translateY(-1px);
}

.maintenance_secondary {
  color: var(--maintenance-ink);
  border: 1px solid var(--maintenance-line);
  background: rgba(255, 255, 255, 0.72);
}
.maintenance_secondary:hover {
  color: var(--maintenance-ink);
  background: #ffffff;
}

.maintenance_hero_panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 22, 29, 0.12);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1.4rem 3.8rem rgba(18, 22, 29, 0.12);
}

.maintenance_hero_visual {
  margin: 0;
  background: linear-gradient(135deg, rgba(101, 207, 255, 0.22), transparent 56%), #ffffff;
}
.maintenance_hero_visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.maintenance_section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.maintenance_section_head {
  display: grid;
  gap: 0.8rem;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}
@media (min-width: 992px) {
  .maintenance_section_head {
    grid-template-columns: minmax(0, 0.82fr) minmax(20rem, 0.5fr);
    align-items: end;
  }
  .maintenance_section_head .section_kicker {
    grid-column: 1/-1;
  }
}
.maintenance_section_head h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.8vw, 3.7rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.12;
}
.maintenance_section_head p:last-child {
  margin: 0;
  color: var(--maintenance-muted);
  font-weight: 700;
  line-height: 1.9;
}

.maintenance_plan_list {
  background: var(--maintenance-paper);
}

.maintenance_plan_grid {
  display: grid;
  gap: clamp(1.2rem, 2.5vw, 2rem);
  grid-template-columns: minmax(0, 1fr);
  max-width: 78rem;
  margin: 0 auto;
}

.maintenance_plan_card {
  min-width: 0;
  position: relative;
  display: grid;
  gap: clamp(1.1rem, 2vw, 1.6rem);
  grid-template-areas: "visual" "head" "groups" "note";
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(1rem, 2.5vw, 1.8rem);
  overflow: hidden;
  border: 1px solid rgba(18, 22, 29, 0.1);
  border-radius: 0.5rem;
  background: linear-gradient(135deg, rgba(101, 207, 255, 0.14), transparent 44%), linear-gradient(180deg, #ffffff, #f8fbfc);
  box-shadow: 0 1.4rem 3.8rem rgba(18, 22, 29, 0.1);
}
.maintenance_plan_card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.35rem;
  background: linear-gradient(180deg, var(--maintenance-accent), var(--maintenance-secondary));
}
@media (min-width: 992px) {
  .maintenance_plan_card {
    grid-template-areas: "visual head" "groups groups" "note note";
    grid-template-columns: minmax(18rem, 0.38fr) minmax(0, 1fr);
    align-items: start;
  }
  .maintenance_plan_card .maintenance_plan_visual img {
    min-height: clamp(10rem, 16vw, 14rem);
  }
}

.maintenance_plan_groups {
  grid-area: groups;
  display: grid;
  gap: clamp(1rem, 2vw, 1.35rem);
}
@media (min-width: 992px) {
  .maintenance_plan_groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.maintenance_plan_visual {
  grid-area: visual;
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, rgba(6, 18, 28, 0.2), rgba(101, 207, 255, 0.16)), #07131d;
  box-shadow: 0 1rem 2.4rem rgba(18, 22, 29, 0.16);
}
.maintenance_plan_visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(14rem, 24vw, 21rem);
  aspect-ratio: 1200/760;
  object-fit: cover;
}

.maintenance_plan_card_head {
  grid-area: head;
  display: grid;
  gap: 0.8rem;
}
.maintenance_plan_card_head > span {
  width: fit-content;
  padding: 0.38rem 0.55rem;
  color: #071014;
  border-radius: 999px;
  background: rgba(255, 212, 92, 0.84);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.maintenance_plan_card_head h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  font-weight: 900;
  line-height: 1.22;
}
.maintenance_plan_card_head p {
  margin: 0;
  color: var(--maintenance-muted);
  font-weight: 700;
  line-height: 1.85;
}

.maintenance_price {
  display: grid;
  gap: 0.7rem;
  margin: 0.25rem 0 0;
}
@media (min-width: 576px) {
  .maintenance_price {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.maintenance_price div {
  min-width: 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(18, 22, 29, 0.09);
  border-left: 0.25rem solid var(--maintenance-accent);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.82);
}
.maintenance_price dt {
  margin-bottom: 0.4rem;
  color: var(--maintenance-muted);
  font-size: 0.74rem;
  font-weight: 900;
}
.maintenance_price dd {
  margin: 0;
  color: var(--maintenance-ink);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 900;
  line-height: 1.25;
}
.maintenance_price small {
  display: inline-block;
  margin-left: 0.45rem;
  color: var(--maintenance-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.maintenance_plan_group {
  min-width: 0;
  padding-left: 1rem;
  border-left: 1px solid rgba(18, 22, 29, 0.12);
}
.maintenance_plan_group h4 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 900;
}
.maintenance_plan_group ul {
  display: grid;
  gap: 0.52rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.maintenance_plan_group li {
  position: relative;
  padding-left: 1.05rem;
  color: rgba(18, 22, 29, 0.75);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.7;
}
.maintenance_plan_group li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--maintenance-accent);
}

.maintenance_plan_option {
  grid-area: option;
  padding: 1rem;
  border: 1px solid rgba(101, 207, 255, 0.22);
  border-radius: 0.5rem;
  background: linear-gradient(135deg, rgba(101, 207, 255, 0.22), transparent 66%), #101b25;
  color: #ffffff;
}
.maintenance_plan_option span,
.maintenance_plan_option strong {
  display: block;
}
.maintenance_plan_option span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.maintenance_plan_option strong {
  margin-top: 0.35rem;
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  line-height: 1.35;
}
.maintenance_plan_option ul {
  display: grid;
  gap: 0.4rem;
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
  line-height: 1.7;
}

.maintenance_plan_note {
  grid-area: note;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(18, 22, 29, 0.08);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.75;
}

.maintenance_terms {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), #171a20;
  background-size: 4rem 4rem;
  color: #ffffff;
}
.maintenance_terms .section_kicker,
.maintenance_terms h2 {
  color: #ffffff;
}

.maintenance_terms_layout,
.maintenance_faq_layout {
  min-width: 0;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr);
}
.maintenance_terms_layout > *,
.maintenance_faq_layout > * {
  min-width: 0;
}
@media (min-width: 992px) {
  .maintenance_terms_layout,
  .maintenance_faq_layout {
    grid-template-columns: minmax(18rem, 0.42fr) minmax(0, 1fr);
  }
}

@media (min-width: 992px) {
  .maintenance_terms_layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

.maintenance_terms_intro h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.9rem, 3.2vw, 3.25rem);
  font-weight: 900;
  line-height: 1.14;
}
.maintenance_terms_intro p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 700;
  line-height: 1.85;
}

.maintenance_terms_group {
  display: grid;
  gap: 0.9rem;
}
.maintenance_terms_group h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  font-weight: 900;
  line-height: 1.35;
}

.maintenance_terms_list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.maintenance_terms_list li {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  line-height: 1.75;
}

.maintenance_flow {
  background: linear-gradient(135deg, rgba(101, 207, 255, 0.08), transparent 50%), #ffffff;
}

.maintenance_flow_steps {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 992px) {
  .maintenance_flow_steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.maintenance_flow_step {
  min-width: 0;
  min-height: 15rem;
  display: grid;
  align-content: start;
  gap: 0.75rem;
  padding: 1.15rem;
  border: 1px solid var(--maintenance-line);
  border-radius: 0.5rem;
  background: #f7f9fb;
}
.maintenance_flow_step span {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  color: #071014;
  border-radius: 50%;
  background: var(--maintenance-secondary);
  font-size: 0.82rem;
  font-weight: 900;
}
.maintenance_flow_step h3 {
  margin: 0.7rem 0 0;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.35;
}
.maintenance_flow_step p {
  margin: 0;
  color: var(--maintenance-muted);
  font-weight: 700;
  line-height: 1.75;
}

.maintenance_faq {
  background: linear-gradient(rgba(18, 22, 29, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 22, 29, 0.035) 1px, transparent 1px), var(--maintenance-paper);
  background-size: clamp(3rem, 6vw, 5rem) clamp(3rem, 6vw, 5rem);
}

.maintenance_faq_layout h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 3.15rem);
  font-weight: 900;
  line-height: 1.14;
}

.maintenance_faq_items {
  display: grid;
  gap: 0.75rem;
}
.maintenance_faq_items details {
  border: 1px solid var(--maintenance-line);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0.8rem 2.2rem rgba(18, 22, 29, 0.055);
}
.maintenance_faq_items summary {
  padding: 1rem 1.1rem;
  cursor: pointer;
  color: var(--maintenance-ink);
  font-weight: 900;
  line-height: 1.55;
}
.maintenance_faq_items p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: var(--maintenance-muted);
  font-weight: 700;
  line-height: 1.8;
}

.maintenance_final_cta {
  min-width: 0;
  display: grid;
  gap: 1.2rem;
  align-items: center;
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(1.2rem, 2.5vw, 1.7rem);
  border: 1px solid var(--maintenance-line);
  border-radius: 0.5rem;
  background: linear-gradient(135deg, rgba(101, 207, 255, 0.18), transparent 62%), rgba(255, 255, 255, 0.82);
}
.maintenance_final_cta > * {
  min-width: 0;
}
@media (min-width: 992px) {
  .maintenance_final_cta {
    grid-column: 1/-1;
    grid-template-columns: minmax(0, 1fr) auto;
  }
}
.maintenance_final_cta h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 2.6vw, 2.45rem);
  font-weight: 900;
  line-height: 1.22;
}
.maintenance_final_cta p:last-child {
  margin: 0;
  color: var(--maintenance-muted);
  font-weight: 700;
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  .lp-pricing .pricing_hero {
    padding: 6.2rem 0 2.5rem;
  }
  .lp-pricing .pricing_hero_copy h1 {
    font-size: 2.35rem;
  }
  .lp-pricing .lp_pricing_website .pricing_use_case_head h3,
  .lp-pricing .lp_pricing_systems .pricing_use_case_head h3 {
    font-size: 1.02rem;
  }
  .lp-pricing .lp_pricing_website .pricing_use_case_price,
  .lp-pricing .lp_pricing_systems .pricing_use_case_price {
    font-size: 1.15rem;
  }
  .lp-pricing .lp_pricing_website .pricing_use_case_card,
  .lp-pricing .lp_pricing_systems .pricing_use_case_card {
    padding: 1.3rem 1.05rem 1.1rem;
  }
  .lp-pricing .pricing_addon_card_list {
    gap: 0.85rem;
    padding: 0.85rem;
  }
  .lp-pricing .pricing_addon_card {
    padding: 1.05rem 1.1rem;
    gap: 0.65rem;
  }
  .lp-pricing .pricing_cta_actions,
  .lp-pricing .pricing_cta_button,
  .lp-pricing .pricing_cta_tel {
    width: 100%;
  }
  #mv.maintenance_hero {
    min-height: auto;
    padding: 5.4rem 0 1.7rem;
  }
  .maintenance_hero_inner {
    gap: 1.2rem;
  }
  .maintenance_hero_copy h1 {
    font-size: 2.25rem;
  }
  .maintenance_hero_copy h1 span {
    white-space: normal;
  }
  .maintenance_hero_actions,
  .maintenance_primary,
  .maintenance_secondary {
    width: 100%;
  }
  .maintenance_hero_actions {
    margin-top: 1rem;
    gap: 0.6rem;
  }
  .maintenance_plan_card {
    padding: 1rem;
  }
  .maintenance_price small {
    display: block;
    margin: 0.25rem 0 0;
  }
  .maintenance_final_cta .maintenance_primary {
    width: 100%;
  }
  .maintenance_faq_items,
  .maintenance_final_cta {
    min-width: 0;
  }
}
.maintenance_lp_detail {
  --maintenance-ink: #12161d;
  --maintenance-muted: #5d6673;
}
.maintenance_lp_detail .maintenance_plan_grid {
  max-width: none;
}
.maintenance_lp_detail .lp_section_bg_grid_light {
  color: #12161d;
}
.maintenance_lp_detail .lp_section_bg_grid_light .section_kicker {
  color: var(--lp-accent);
}
.maintenance_lp_detail .lp_section_bg_grid_light .lp_phrase_heading {
  color: #12161d;
}
.maintenance_lp_detail .lp_section_bg_grid_light .lp_section_head p:last-child:not(.section_kicker) {
  color: rgba(18, 22, 29, 0.66);
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_card,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_card {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lp-secondary), transparent 84%), transparent 34%), linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026));
  box-shadow: 0 1.2rem 3.4rem rgba(35, 35, 35, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_card::before,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_card::before {
  background: linear-gradient(180deg, var(--lp-accent), var(--lp-secondary));
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_visual,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_visual {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), #07131d;
  box-shadow: none;
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_card_head > span,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_card_head > span {
  color: #07101a;
  border-radius: 8px;
  background: var(--lp-accent);
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_card_head h3,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_card_head h3 {
  color: #ffffff;
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_card_head p,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_card_head p {
  color: rgba(255, 255, 255, 0.68);
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_price div,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_price div {
  border-color: rgba(255, 255, 255, 0.12);
  border-left-color: var(--lp-accent);
  background: rgba(255, 255, 255, 0.055);
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_price dt,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_price dt {
  color: rgba(255, 255, 255, 0.58);
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_price dd,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_price dd {
  color: #ffffff;
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_price small,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_price small {
  color: rgba(255, 255, 255, 0.56);
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_group h4,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_group h4 {
  color: color-mix(in srgb, var(--lp-secondary), #ffffff 20%);
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_group li,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_group li {
  color: rgba(255, 255, 255, 0.72);
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_group li::before,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_group li::before {
  background: var(--lp-accent);
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_option,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_option {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_option span,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_option span {
  color: rgba(255, 255, 255, 0.62);
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_option strong,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_option strong {
  color: #ffffff;
}
.maintenance_lp_detail .lp_section_bg_grid .maintenance_plan_option li,
.maintenance_lp_detail .lp_section_bg_advantage .maintenance_plan_option li {
  color: rgba(255, 255, 255, 0.7);
}
.maintenance_lp_detail .maintenance_notice {
  color: #12161d;
}
.maintenance_lp_detail .maintenance_notice .section_kicker {
  color: #078ea4;
}
.maintenance_lp_detail .maintenance_notice .lp_phrase_heading {
  color: #12161d;
}
.maintenance_lp_detail .maintenance_notice .lp_section_head p:last-child:not(.section_kicker) {
  color: rgba(18, 22, 29, 0.64);
}
.maintenance_lp_detail .maintenance_notice_grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
}
@media (min-width: 992px) {
  .maintenance_lp_detail .maintenance_notice_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.maintenance_lp_detail .maintenance_notice_card {
  min-width: 0;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border: 1px solid rgba(18, 22, 29, 0.13);
  border-radius: 8px;
  background: radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lp-accent), transparent 84%), transparent 34%), rgba(255, 255, 255, 0.76);
  box-shadow: 0 1.2rem 3.2rem rgba(18, 22, 29, 0.07);
}
.maintenance_lp_detail .maintenance_notice_card h3 {
  margin: 0 0 1rem;
  color: #12161d;
  font-size: clamp(1.18rem, 1.6vw, 1.45rem);
  line-height: 1.35;
}
.maintenance_lp_detail .maintenance_notice_card ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.maintenance_lp_detail .maintenance_notice_card li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(18, 22, 29, 0.68);
  font-weight: 650;
  line-height: 1.75;
}
.maintenance_lp_detail .maintenance_notice_card li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--lp-accent);
}

@media (max-width: 767.98px) {
  .maintenance_lp_detail .maintenance_plan_card {
    padding: 1rem;
  }
  .maintenance_lp_detail .maintenance_price small {
    display: block;
    margin: 0.25rem 0 0;
  }
}
@keyframes marketingGridDrift {
  to {
    background-position: 0 3.2rem, 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lp_ambient::after {
    animation: none;
  }
}
/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
.news_archive_page {
  min-height: 100vh;
  padding: clamp(10.5rem, 14vw, 14rem) 0 clamp(5rem, 9vw, 8rem);
  color: #ffffff;
  background: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), #0f1e35;
  background-size: clamp(3.5rem, 6vw, 6rem) clamp(3.5rem, 6vw, 6rem);
}

.news_archive_header {
  position: relative;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.news_archive_list {
  display: grid;
}

.news_archive_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news_archive_item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.news_archive_link {
  display: grid;
  gap: 0.6rem;
  padding: 1.5rem 0;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
@media (min-width: 768px) {
  .news_archive_link {
    grid-template-columns: 9.5rem minmax(0, 1fr);
    gap: 2rem;
    align-items: baseline;
    padding: 1.85rem 0;
  }
}
.news_archive_link:hover {
  color: #ffffff;
  opacity: 0.86;
  transform: translateX(0.35rem);
  text-decoration: none;
}

.news_archive_date {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.news_archive_title {
  color: #ffffff;
  font-size: clamp(1.5rem, 1.25vw, 1.8rem);
  font-weight: 800;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.news_archive_empty {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .news_archive_page {
    padding-top: 9.5rem;
  }
}
/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
.question_page {
  color: #141821;
  background: #f4f1ea;
  padding: clamp(3.8rem, 6vw, 6.5rem) 0 clamp(6rem, 10vw, 10rem);
}
.question_page * {
  min-width: 0;
}

body.question .entry_wrap.entry_consultation.pop_card.jsWebglCta {
  display: none;
}

.question_intro {
  max-width: 74rem;
  padding-bottom: clamp(1.8rem, 3vw, 2.8rem);
  border-bottom: 1px solid rgba(20, 24, 33, 0.14);
}
.question_intro h2 {
  margin: 0;
  color: #141821;
  font-size: clamp(2.1rem, 3.4vw, 4.4rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.04em;
  word-break: keep-all;
}
.question_intro > p:not(.section_kicker) {
  max-width: 68rem;
  margin: 1.2rem 0 0;
  color: rgba(20, 24, 33, 0.72);
  font-size: clamp(1.18rem, 0.9vw, 1.35rem);
  font-weight: 600;
  line-height: 1.85;
}

.question_header_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.question_primary,
.question_secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0 1.8rem;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.question_primary:hover,
.question_secondary:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.question_primary {
  color: #232323;
  background: #f2f20d;
  border: 1px solid #f2f20d;
}
.question_primary:hover {
  color: #232323;
}

.question_secondary {
  color: #141821;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(20, 24, 33, 0.18);
}
.question_secondary:hover {
  color: #141821;
  background: #ffffff;
}

.question_layout {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
}
@media (min-width: 992px) {
  .question_layout {
    grid-template-columns: 24rem minmax(0, 1fr);
    align-items: start;
  }
}

.question_nav {
  padding: 1.8rem;
  border: 1px solid rgba(20, 24, 33, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}
@media (min-width: 992px) {
  .question_nav {
    position: sticky;
    top: 8rem;
  }
}
.question_nav p {
  margin: 0 0 1rem;
  color: #e6452e;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.question_nav ul {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.question_nav a {
  display: block;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(20, 24, 33, 0.12);
  color: #141821;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
}
.question_nav a:hover {
  color: #e6452e;
}

.question_faqs {
  display: grid;
  gap: clamp(2.4rem, 4vw, 4.2rem);
}

.question_group {
  scroll-margin-top: 8rem;
}
.question_group h3 {
  margin: 0 0 1.2rem;
  color: #141821;
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
  word-break: keep-all;
}

.question_group_items {
  display: grid;
  gap: 0.9rem;
}

.question_faq_item {
  border: 1px solid rgba(20, 24, 33, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}
.question_faq_item summary {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr) 2rem;
  gap: 0.9rem;
  align-items: center;
  padding: 1.4rem 1.5rem;
  color: #141821;
  cursor: pointer;
  font-size: clamp(1.2rem, 0.95vw, 1.38rem);
  font-weight: 900;
  line-height: 1.55;
  list-style: none;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.question_faq_item summary::-webkit-details-marker {
  display: none;
}
.question_faq_item summary::after {
  content: "+";
  justify-self: end;
  color: #e6452e;
  font-size: 2rem;
  line-height: 1;
}
.question_faq_item summary span {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 50%;
  color: #232323;
  background: #f2f20d;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
}
.question_faq_item[open] summary {
  border-bottom: 1px solid rgba(20, 24, 33, 0.12);
}
.question_faq_item[open] summary::after {
  content: "−";
}

.question_faq_answer {
  padding: 1.4rem 1.5rem 1.6rem 5rem;
  color: rgba(20, 24, 33, 0.76);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.95;
}
.question_faq_answer p,
.question_faq_answer ul,
.question_faq_answer ol {
  margin-bottom: 1rem;
}
.question_faq_answer p:last-child,
.question_faq_answer ul:last-child,
.question_faq_answer ol:last-child {
  margin-bottom: 0;
}
.question_faq_answer a {
  color: #e6452e;
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .question_header_actions {
    display: grid;
  }
  .question_primary,
  .question_secondary {
    width: 100%;
  }
  .question_nav {
    display: none;
  }
  .question_faq_item summary {
    grid-template-columns: 2.4rem minmax(0, 1fr) 1.5rem;
    padding: 1.2rem;
    font-size: 1.18rem;
  }
  .question_faq_answer {
    padding: 1.2rem;
    font-size: 1.16rem;
  }
}
/*
Theme Name: ENOL
Theme URI: https://enol.jp/
Description: エノル合同会社コーポレートサイト用テーマ
Author: エノル合同会社
Author URI: https://enol.jp/
Version: 1.0.0
Text Domain: enol
*/
body:has(.recruit_page) > .entry_wrap.entry_consultation.jsWebglCta {
  display: none;
}

.recruit_page {
  --recruit-ink: #05080f;
  --recruit-surface: #0d1420;
  --recruit-paper: #f4f1ea;
  --recruit-accent: #ffd45c;
  --recruit-hot: #ff6a3d;
  --recruit-blue: #8ddcff;
  color: #ffffff;
  background: var(--recruit-ink);
  overflow: hidden;
}
.recruit_page * {
  min-width: 0;
}

.recruit_hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(8rem, 13vw, 13rem) 0 clamp(5rem, 8vw, 8rem);
  background: var(--recruit-ink);
  isolation: isolate;
  overflow: hidden;
}
.recruit_hero::before, .recruit_hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.recruit_hero::before {
  background: linear-gradient(90deg, rgba(5, 8, 15, 0.98) 0%, rgba(5, 8, 15, 0.78) 44%, rgba(5, 8, 15, 0.5) 100%), linear-gradient(180deg, rgba(5, 8, 15, 0.18) 0%, rgba(5, 8, 15, 0.94) 100%);
}
.recruit_hero::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: clamp(4rem, 7vw, 7rem) clamp(4rem, 7vw, 7rem);
  opacity: 0.5;
}

.recruit_hero_bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  opacity: 0.34;
  transform: scale(1.03);
  filter: saturate(0.88) contrast(1.08);
}

.recruit_hero_inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: end;
}

.recruit_kicker {
  margin: 0 0 1.4rem;
  color: var(--recruit-accent);
  font-weight: 800;
  letter-spacing: 0.22em;
}

.recruit_hero_copy h1 {
  margin: 0;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  word-break: keep-all;
}
.recruit_hero_copy > p {
  margin: clamp(2rem, 3vw, 3.2rem) 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

.recruit_section {
  position: relative;
  padding: clamp(6.4rem, 9vw, 11rem) 0;
}

.recruit_requirement {
  color: #141821;
  background: var(--recruit-paper);
}

.recruit_section_head h2 {
  margin: 0;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.04em;
  word-break: keep-all;
}
.recruit_section_head > p:not(.recruit_kicker) {
  margin: clamp(1.8rem, 3vw, 2.8rem) 0 0;
  color: color-mix(in srgb, currentColor 72%, transparent);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

.recruit_positions {
  background: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), var(--recruit-ink);
  background-size: 6rem 6rem;
}

.recruit_position_grid {
  display: grid;
  gap: 1.6rem;
  margin-top: clamp(3.2rem, 5vw, 5.4rem);
}

.recruit_position_card {
  display: flex;
  flex-direction: column;
  min-height: 48rem;
  padding: clamp(2.4rem, 3vw, 3.4rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(23, 34, 49, 0.94), rgba(9, 15, 24, 0.94)), var(--recruit-surface);
  box-shadow: 0 2rem 6rem rgba(35, 35, 35, 0.22);
}
.recruit_position_card h3 {
  margin: clamp(3.2rem, 5vw, 5.2rem) 0 0;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
  word-break: keep-all;
}
.recruit_position_card > p {
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  line-height: 1.95;
}

.recruit_position_header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  justify-content: space-between;
  align-items: center;
}
.recruit_position_header span {
  color: var(--recruit-blue);
  font-weight: 900;
  letter-spacing: 0.22em;
}
.recruit_position_header strong {
  color: var(--recruit-accent);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  word-break: keep-all;
}

.recruit_skill_columns {
  display: grid;
  gap: 1.8rem;
  margin-top: auto;
  padding-top: 2.8rem;
}
@media (min-width: 576px) {
  .recruit_skill_columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.recruit_skill_columns h4 {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.48);
  font-weight: 900;
  letter-spacing: 0.18em;
}
.recruit_skill_columns ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.recruit_skill_columns li {
  position: relative;
  padding-left: 1.4rem;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
  line-height: 1.65;
}
.recruit_skill_columns li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--recruit-hot);
}

.recruit_work {
  background: #090d14;
}

.recruit_work_layout {
  display: grid;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: start;
}

.recruit_benefit_grid {
  display: grid;
  gap: 0.8rem;
}
@media (min-width: 576px) {
  .recruit_benefit_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .recruit_benefit_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.recruit_benefit_grid span {
  display: flex;
  min-height: 3.6rem;
  align-items: center;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.055);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.02em;
  word-break: keep-all;
}

.recruit_requirement_table {
  margin-top: clamp(3rem, 5vw, 5rem);
  border-top: 1px solid rgba(20, 24, 33, 0.2);
}
.recruit_requirement_table dl {
  margin: 0;
}
.recruit_requirement_table dl > div {
  display: grid;
  gap: 1rem;
  padding: 2.2rem 0;
  border-bottom: 1px solid rgba(20, 24, 33, 0.16);
}
@media (min-width: 768px) {
  .recruit_requirement_table dl > div {
    grid-template-columns: 20rem minmax(0, 1fr);
    gap: 3rem;
    align-items: baseline;
  }
}
.recruit_requirement_table dt,
.recruit_requirement_table dd {
  margin: 0;
}
.recruit_requirement_table dt {
  color: #9f3f25;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.recruit_requirement_table dd {
  color: #141821;
  font-weight: 800;
  line-height: 1.9;
}

.recruit_process {
  background: var(--recruit-ink);
}

.recruit_process_grid {
  --process-offset: clamp(3rem, 4.5vw, 5rem);
  position: relative;
  display: grid;
  gap: 0;
  margin-top: clamp(3.2rem, 5vw, 5rem);
  padding-left: var(--process-offset);
}
.recruit_process_grid::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  bottom: 0.8rem;
  width: 1px;
  background: linear-gradient(180deg, var(--recruit-hot), rgba(255, 255, 255, 0.18));
}

.recruit_process_card {
  position: relative;
  min-height: auto;
  padding: 0 0 clamp(2.8rem, 4vw, 4.2rem);
}
.recruit_process_card:last-child {
  padding-bottom: 0;
}
.recruit_process_card::before {
  content: "";
  position: absolute;
  left: calc(0.2rem - var(--process-offset));
  top: 0.45rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid var(--recruit-ink);
  border-radius: 50%;
  background: var(--recruit-hot);
  box-shadow: 0 0 0 0.5rem rgba(255, 106, 61, 0.16), 0 0 2rem rgba(255, 106, 61, 0.32);
}
.recruit_process_card span {
  display: inline-flex;
  width: 3.8rem;
  height: 3.8rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: var(--recruit-hot);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
.recruit_process_card h3 {
  margin: 1.4rem 0 0;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
  word-break: keep-all;
}
.recruit_process_card p {
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  line-height: 1.8;
}

.recruit_entry {
  padding-bottom: clamp(7rem, 10vw, 12rem);
  color: #141821;
  background: var(--recruit-paper);
}

.recruit_entry_box {
  padding: clamp(3rem, 6vw, 6rem);
  border: 1px solid rgba(20, 24, 33, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.38)), var(--recruit-paper);
}
.recruit_entry_box h2 {
  margin: 0;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
}
.recruit_entry_box > p:not(.recruit_kicker) {
  margin: 1.8rem 0 0;
  color: rgba(20, 24, 33, 0.72);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media (max-width: 767.98px) {
  .recruit_hero {
    min-height: auto;
    padding-top: 10rem;
  }
  .recruit_position_card h3 {
    white-space: nowrap;
  }
  .recruit_position_card {
    min-height: auto;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 10000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.75rem 1rem;
  clip-path: none;
  color: #232323;
  background: #ffffff;
}

.gradient_text {
  background: linear-gradient(230deg, #ececec 0%, #0f1e35 100%);
  background-clip: text;
  color: transparent;
}

.outline_text {
  text-stroke: 1px #232323;
  -webkit-text-stroke: 1px #232323;
  color: transparent;
}

body {
  letter-spacing: 0.015em;
}

body:not(.no_animation) .reveal {
  position: relative;
  overflow: hidden;
}
body:not(.no_animation) .reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: left;
}

@media (prefers-reduced-motion: no-preference) {
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .reveal,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .fadeInUp,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .splitText,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .award_hero .award_hero_media,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .award_hero .award_eyebrow,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .award_hero .award_hero_title > span,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .award_hero .award_hero_statement,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .award_hero .award_signal,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .strength_hero .section_kicker,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .strength_hero .strength_heading,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .strength_hero .strength_lead,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .strength_hero .ui_btn,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .strength_hero .handover_diagram,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .pop_card {
    opacity: 0;
    visibility: hidden;
  }
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .reveal,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .fadeInUp,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .award_hero .award_hero_media,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .award_hero .award_eyebrow,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .award_hero .award_hero_title > span,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .award_hero .award_hero_statement,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .award_hero .award_signal,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .strength_hero .section_kicker,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .strength_hero .strength_heading,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .strength_hero .strength_lead,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .strength_hero .ui_btn,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .strength_hero .handover_diagram,
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .pop_card {
    will-change: transform, opacity;
  }
  html.js:not(.enol-animation-fallback) body:not(.no_animation) .pop_card {
    transform: translateY(200px);
  }
}
html.no-js body:not(.no_animation) .reveal,
html.no-js body:not(.no_animation) .fadeInUp,
html.no-js body:not(.no_animation) .splitText,
html.no-js body:not(.no_animation) .splitText .split-line,
html.no-js body:not(.no_animation) .splitText .split-word,
html.no-js body:not(.no_animation) .splitText .split-char,
html.no-js body:not(.no_animation) .award_hero .award_hero_media,
html.no-js body:not(.no_animation) .award_hero .award_eyebrow,
html.no-js body:not(.no_animation) .award_hero .award_hero_title > span,
html.no-js body:not(.no_animation) .award_hero .award_hero_statement,
html.no-js body:not(.no_animation) .award_hero .award_signal,
html.no-js body:not(.no_animation) .strength_hero .section_kicker,
html.no-js body:not(.no_animation) .strength_hero .strength_heading,
html.no-js body:not(.no_animation) .strength_hero .strength_lead,
html.no-js body:not(.no_animation) .strength_hero .ui_btn,
html.no-js body:not(.no_animation) .strength_hero .handover_diagram,
html.no-js body:not(.no_animation) .pop_card,
html.enol-animation-fallback body:not(.no_animation) .reveal,
html.enol-animation-fallback body:not(.no_animation) .fadeInUp,
html.enol-animation-fallback body:not(.no_animation) .splitText,
html.enol-animation-fallback body:not(.no_animation) .splitText .split-line,
html.enol-animation-fallback body:not(.no_animation) .splitText .split-word,
html.enol-animation-fallback body:not(.no_animation) .splitText .split-char,
html.enol-animation-fallback body:not(.no_animation) .award_hero .award_hero_media,
html.enol-animation-fallback body:not(.no_animation) .award_hero .award_eyebrow,
html.enol-animation-fallback body:not(.no_animation) .award_hero .award_hero_title > span,
html.enol-animation-fallback body:not(.no_animation) .award_hero .award_hero_statement,
html.enol-animation-fallback body:not(.no_animation) .award_hero .award_signal,
html.enol-animation-fallback body:not(.no_animation) .strength_hero .section_kicker,
html.enol-animation-fallback body:not(.no_animation) .strength_hero .strength_heading,
html.enol-animation-fallback body:not(.no_animation) .strength_hero .strength_lead,
html.enol-animation-fallback body:not(.no_animation) .strength_hero .ui_btn,
html.enol-animation-fallback body:not(.no_animation) .strength_hero .handover_diagram,
html.enol-animation-fallback body:not(.no_animation) .pop_card {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
html.no-js body:not(.no_animation) .reveal img,
html.enol-animation-fallback body:not(.no_animation) .reveal img {
  transform: none !important;
}
html.no-js #header_left,
html.no-js #header_center,
html.no-js #header_right,
html.no-js .header_border,
html.enol-animation-fallback #header_left,
html.enol-animation-fallback #header_center,
html.enol-animation-fallback #header_right,
html.enol-animation-fallback .header_border {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
html.no-js .header_border,
html.enol-animation-fallback .header_border {
  width: 100% !important;
}

.freedial {
  white-space: nowrap;
}
.freedial a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.freedial a img {
  width: 40px;
}
@media (min-width: 992px) {
  .freedial a img {
    width: 50px;
  }
}

.normaldial a {
  text-decoration: none;
}
.normaldial a:hover {
  color: #ffffff;
}

.ct_btn {
  display: block;
  padding: 1rem 2.5rem;
  border-radius: var(--bs-border-radius-2xl);
  text-decoration: none;
  transition: all 0.5s;
}
.ct_btn.ct_btn_wh {
  background-color: #ffffff;
}
#content_03 {
  position: relative;
  color: #ffffff;
  background-color: #232323;
  overflow: hidden;
}
#content_03 .pin_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  padding: 25vh 0;
  min-height: 100vh;
}
#content_03 .pin_wrap h2 {
  font-size: 12.5vw;
  white-space: nowrap;
}
#content_03 .pin_wrap .en {
  font-size: 32.5vw;
  white-space: nowrap;
}

.text-highlight {
  all: unset;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: color 0.25s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.25s cubic-bezier(0.25, 1, 0.5, 1), background-size 1s cubic-bezier(0.25, 1, 0.5, 1);
  background-image: linear-gradient(transparent calc(100% - 0.5em), #f2f20d 0.45em);
}
.text-highlight.active {
  background-size: 100% 100%;
}

.deco_img_01 {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .deco_img_01 {
    height: 30vh;
    object-fit: cover;
  }
}

.works_list li {
  background-image: url(img/tag_wh_01.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: left center;
}

body.single-post .consultation p,
body.single-post .consultation li {
  line-height: 2;
}
body.single-post .consultation .wp-block-image {
  margin: 2.5rem 0;
}
body.single-post .consultation .wp-block-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
body.single-post .consultation .wp-block-image figcaption {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.7;
}
body.single-post .consultation .wp-block-table {
  margin: 2rem 0;
  overflow-x: auto;
}
body.single-post .consultation .wp-block-table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
body.single-post .consultation .wp-block-table th,
body.single-post .consultation .wp-block-table td {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  vertical-align: top;
}
body.single-post .consultation .wp-block-table th {
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}
body.single-post .enol-article-note,
body.single-post .enol-article-cta {
  margin: 2rem 0;
  padding: 1.5rem;
  border-radius: 8px;
}
body.single-post .enol-article-note {
  border-left: 4px solid #f2f20d;
  background: rgba(242, 242, 13, 0.1);
}
body.single-post .enol-article-cta {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}
body.single-post .enol-article-cta p:last-child {
  margin-bottom: 0;
}
body.single-post .enol-article-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #232323;
  background: #f2f20d;
  border-radius: 999px;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.2s ease;
}
body.single-post .enol-article-cta__link::after {
  content: "→";
}
body.single-post .enol-article-cta__link:hover {
  color: #232323;
  opacity: 0.85;
}

/* Article design recursive boost */
body.single-post .consultation > p,
body.single-post .consultation > ul,
body.single-post .consultation > ol,
body.single-post .consultation > h2,
body.single-post .consultation > h3,
body.single-post .consultation > figure,
body.single-post .consultation > .enol-article-toc,
body.single-post .consultation > .enol-article-note,
body.single-post .consultation > .enol-related-links,
body.single-post .consultation > .enol-article-cta {
  max-width: 860px;
}

body.single-post .consultation .card.mb-4 {
  max-width: 860px;
}

body.single-post .consultation h2,
body.single-post .consultation h3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  scroll-margin-top: 6rem;
}

body.single-post .entry-date svg,
body.single-post .modified svg {
  margin-right: 0.5rem;
  vertical-align: -0.12em;
}

body.single-post .consultation p,
body.single-post .consultation li {
  line-height: 2;
}

body.single-post .consultation .enol-article-lead {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 2.05;
}

body.single-post .enol-article-toc,
body.single-post .consultation .card.mb-4 {
  margin: 2rem 0 3rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(242, 242, 13, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.single-post .enol-article-toc__head,
body.single-post .consultation .card.mb-4 .card-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  color: #ffffff;
  background: transparent;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}

body.single-post .enol-article-toc__label {
  color: #f2f20d;
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}

body.single-post .consultation .card.mb-4 .card-header::before {
  content: "CONTENTS";
  color: #f2f20d;
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}

body.single-post .enol-article-toc__title {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}

body.single-post .enol-article-toc__list,
body.single-post .consultation .card.mb-4 .list-unstyled {
  display: grid;
  counter-reset: enol-toc;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-post .enol-article-toc__item,
body.single-post .consultation .card.mb-4 li {
  counter-increment: enol-toc;
}

body.single-post .enol-article-toc__link,
body.single-post .consultation .card.mb-4 a {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  line-height: 1.7;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.single-post .enol-article-toc__item:last-child .enol-article-toc__link,
body.single-post .consultation .card.mb-4 li:last-child a {
  border-bottom: 0;
}

body.single-post .enol-article-toc__link::before,
body.single-post .consultation .card.mb-4 a::before {
  content: counter(enol-toc, decimal-leading-zero);
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 242, 13, 0.58);
  border-radius: 50%;
  color: #232323;
  background: #f2f20d;
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

body.single-post .enol-article-toc__link:hover,
body.single-post .consultation .card.mb-4 a:hover {
  color: #f2f20d;
  transform: translateX(2px);
}

body.single-post .consultation .card.mb-4 a {
  color: rgba(255, 255, 255, 0.88) !important;
}

body.single-post .consultation .card.mb-4 a:hover {
  color: #f2f20d !important;
}

body.single-post .enol-article-toc__item--h3 .enol-article-toc__link {
  padding-left: 1.25rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
}

body.single-post .enol-article-toc__item--h3 .enol-article-toc__link::before {
  color: #f2f20d;
  background: rgba(242, 242, 13, 0.08);
}

body.single-post .consultation .wp-block-image {
  margin: 2.75rem 0;
}

body.single-post .consultation .wp-block-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

body.single-post .consultation .wp-block-image figcaption {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  line-height: 1.7;
}

body.single-post .consultation .wp-block-table {
  margin: 2.5rem 0;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

body.single-post .consultation .wp-block-table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

body.single-post .consultation .wp-block-table th,
body.single-post .consultation .wp-block-table td {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  vertical-align: top;
}

body.single-post .consultation .wp-block-table th {
  color: #232323;
  background: #f2f20d;
  font-weight: 700;
}

body.single-post .enol-article-note,
body.single-post .enol-related-links,
body.single-post .enol-article-cta {
  margin: 2.5rem 0;
  padding: 1.5rem;
  border-radius: 8px;
}

body.single-post .enol-article-note {
  border: 1px solid rgba(242, 242, 13, 0.28);
  border-left: 4px solid #f2f20d;
  background: rgba(242, 242, 13, 0.1);
}

body.single-post .enol-article-note p:first-child,
body.single-post .enol-related-links__title,
body.single-post .enol-article-cta p:first-child {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

body.single-post .enol-article-note ul,
body.single-post .enol-related-links ul {
  margin-bottom: 0;
}

body.single-post .enol-article-answer-heading {
  position: relative;
  padding-top: 1.25rem;
}

body.single-post .enol-article-answer-heading::before,
body.single-post .enol-faq-heading::before {
  content: "";
  display: block;
  width: 4rem;
  height: 3px;
  margin-bottom: 1rem;
  background: #f2f20d;
}

body.single-post .enol-faq-question {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

body.single-post .enol-related-links {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

body.single-post .enol-related-links ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding-left: 0;
  list-style: none;
}

body.single-post .enol-related-links a {
  display: block;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

body.single-post .enol-related-links a:hover {
  border-color: rgba(242, 242, 13, 0.58);
  background: rgba(242, 242, 13, 0.08);
}

body.single-post .enol-related-links strong,
body.single-post .enol-related-links span {
  display: block;
}

body.single-post .enol-related-links strong {
  color: #f2f20d;
}

body.single-post .enol-related-links span {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  line-height: 1.65;
}

body.single-post .enol-article-cta {
  border: 1px solid rgba(242, 242, 13, 0.4);
  background: linear-gradient(135deg, rgba(242, 242, 13, 0.14), rgba(255, 255, 255, 0.06));
}

body.single-post .enol-article-cta p:last-child {
  margin-bottom: 0;
}

body.single-post .enol-article-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #232323;
  background: #f2f20d;
  border-radius: 8px;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.single-post .enol-article-cta__link::after {
  content: ">";
}

body.single-post .enol-article-cta__link:hover {
  color: #232323;
  opacity: 0.88;
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  body.single-post .consultation > p,
  body.single-post .consultation > ul,
  body.single-post .consultation > ol,
  body.single-post .consultation > h2,
  body.single-post .consultation > h3,
  body.single-post .consultation > figure,
  body.single-post .consultation > .enol-article-toc,
  body.single-post .consultation > .enol-article-note,
  body.single-post .consultation > .enol-related-links,
  body.single-post .consultation > .enol-article-cta {
    max-width: 100%;
  }
  body.single-post .consultation .wp-block-table table {
    min-width: 640px;
  }
  body.single-post .enol-article-note,
  body.single-post .enol-article-toc,
  body.single-post .enol-related-links,
  body.single-post .enol-article-cta {
    padding: 1.125rem;
  }
  body.single-post .consultation .card.mb-4 {
    max-width: 100%;
    padding: 1.125rem;
  }
  body.single-post .enol-article-toc__head,
  body.single-post .consultation .card.mb-4 .card-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }
  body.single-post .enol-article-toc__link,
  body.single-post .consultation .card.mb-4 a {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.65rem;
    padding: 0.8rem 0;
  }
  body.single-post .enol-article-toc__link::before,
  body.single-post .consultation .card.mb-4 a::before {
    width: 1.8rem;
    height: 1.8rem;
  }
  body.single-post .enol-article-toc__item--h3 .enol-article-toc__link {
    padding-left: 0.7rem;
  }
  body.single-post .enol-related-links ul {
    grid-template-columns: 1fr;
  }
  body.single-post .enol-article-cta__link {
    justify-content: center;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map*/